summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* Windows: Add missing '%' character for printf format specifierChris Dickens2020-01-221-1/+1
* Windows: Kill the dedicated thread for monotonic clock_gettime()Chris Dickens2020-01-221-1/+1
* Windows: Fix some MinGW build warnings and printf format specifiersChris Dickens2020-01-211-1/+1
* Windows: Drop support for Windows XPChris Dickens2020-01-211-1/+1
* Windows: Add Visual Studio 2019 supportChris Dickens2020-01-211-1/+1
* Misc: Remove obsolete Windows DDK build filesChris Dickens2020-01-211-1/+1
* Misc: Clean up Visual Studio project filesChris Dickens2020-01-211-1/+1
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-1/+1
* linux_usbfs: Wait until all URBs have been reaped before freeing themChris Dickens2020-01-161-1/+1
* core: Do not attempt to destroy a default context that doesn't existChris Dickens2020-01-131-1/+1
* core: Fix libusb_get_max_iso_packet_size() for superspeed plusChris Dickens2020-01-131-1/+1
* hotplug: Added libusb_hotplug_get_user_data()gudenau2020-01-131-1/+1
* Increment LIBUSB_API_VERSION for next releaseChris Dickens2020-01-131-1/+1
* examples: testlibusb: Always print VID and PID in addition to stringsChris Dickens2020-01-131-1/+1
* examples: testlibusb: Formatting, whitespace and functional cleanupChris Dickens2020-01-131-1/+1
* core: fix build warning on newer versions of gccGreg Kroah-Hartman2020-01-131-1/+1
* windows: relax HCD root hub enumeration errorsJie Zhang2020-01-021-1/+1
* Change the errcode argument in libusb_strerror to be of type intVladimirTechMan2020-01-021-1/+1
* windows: Translate ERROR_DEVICE_NOT_CONNECTED to LIBUSB_TRANSFER_NO_DEVICEMatthias Bolte2020-01-021-1/+1
* windows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS translationMatthias Bolte2020-01-021-1/+1
* core: include sys/time.h on any GNU libc OSPino Toscano2019-12-281-1/+1
* Add Null POSIX backendPino Toscano2019-12-281-1/+1
* Set project name for doxygenAleksandr Mezin2019-12-221-1/+1
* linux_udev: silently ignore "bind" actionJohn Keeping2019-12-031-1/+1
* Linux: Improved system out of memory handlingSlash Gordon2019-12-031-1/+1
* Linux backend: fix ressource leakLudovic Rousseau2019-11-231-1/+1
* Xcode: add tests/stress targetLudovic Rousseau2019-11-011-1/+1
* Xcode: apply suggested changes from Xcode 11.2Ludovic Rousseau2019-11-011-1/+1
* windows: workaround WaitForMultipleObjects max 64 events limitation.Frank Li2019-10-301-1/+1
* Fix linux_scan_devices() in AndroidVinicius Tinti2019-10-301-1/+1
* Solaris: format mismatch in some usbi_dbg()Kenjiro Tsuji2019-10-301-1/+1
* Doxygen: do not hardcode the sourceforge.net usernameLudovic Rousseau2019-10-301-1/+1
* Doxygen: add libusb_wrap_sys_device() in the API listLudovic Rousseau2019-10-301-1/+1
* Doxygen: update config file from 1.8.8 to 1.8.16Ludovic Rousseau2019-10-301-1/+1
* Solaris backend depends on Solaris private symbolsKenjiro Tsuji2019-09-261-1/+1
* Solaris: fails to find USB devices on SPARC platformKenjiro Tsuji2019-09-261-1/+1
* Solaris backend is not correctly setting the one transfer mode for Interrupt-...Kenjiro Tsuji2019-09-261-1/+1
* fix constant not in range of enumerated typemrstock2019-09-211-1/+1
* Xcode: apply suggested changes from Xcode 10.3Ludovic Rousseau2019-09-151-1/+1
* on to 1.0.23v1.0.23Nathan Hjelm2019-08-281-1/+1
* Update poll_windows.cwinterrace2019-08-211-1/+1
* Fix NULL pointer dereference crasheswinterrace2019-08-211-1/+1
* move on to 1.0.23-rc3v1.0.23-rc3Nathan Hjelm2019-08-141-1/+1
* windows: fix buildNathan Hjelm2019-08-141-1/+1
* windows: Fix libusb_get_device_list failure if virual usb host installledFrank Li2019-08-141-1/+1
* core: protect against changes to the pollfd list during handle_eventsNathan Hjelm2019-08-141-1/+1
* core: abandon sync transfers after libusb_close()Nathan Hjelm2019-08-131-1/+1
* update to 1.0.23-rc2v1.0.23-rc2Nathan Hjelm2019-08-091-1/+1
* windows_winusb: Add support for reporting super speed plus devicesHarry Mallon2019-08-091-1/+1
* windows_winusb: fix pedantic format string warnings.Josh Gao2019-08-091-1/+1