summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: testlibusb: Formatting, whitespace and functional cleanupChris Dickens2020-01-132-97/+84
* core: fix build warning on newer versions of gccGreg Kroah-Hartman2020-01-134-9/+9
* windows: relax HCD root hub enumeration errorsJie Zhang2020-01-022-4/+4
* Change the errcode argument in libusb_strerror to be of type intVladimirTechMan2020-01-023-3/+3
* windows: Translate ERROR_DEVICE_NOT_CONNECTED to LIBUSB_TRANSFER_NO_DEVICEMatthias Bolte2020-01-022-1/+2
* windows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS translationMatthias Bolte2020-01-024-33/+27
* core: include sys/time.h on any GNU libc OSPino Toscano2019-12-282-2/+2
* Add Null POSIX backendPino Toscano2019-12-285-4/+196
* Set project name for doxygenAleksandr Mezin2019-12-222-2/+2
* linux_udev: silently ignore "bind" actionJohn Keeping2019-12-032-1/+3
* Linux: Improved system out of memory handlingSlash Gordon2019-12-032-1/+3
* Linux backend: fix ressource leakLudovic Rousseau2019-11-232-1/+5
* Xcode: add tests/stress targetLudovic Rousseau2019-11-012-1/+150
* Xcode: apply suggested changes from Xcode 11.2Ludovic Rousseau2019-11-012-2/+14
* windows: workaround WaitForMultipleObjects max 64 events limitation.Frank Li2019-10-302-9/+115
* Fix linux_scan_devices() in AndroidVinicius Tinti2019-10-302-2/+2
* Solaris: format mismatch in some usbi_dbg()Kenjiro Tsuji2019-10-302-8/+10
* Doxygen: do not hardcode the sourceforge.net usernameLudovic Rousseau2019-10-302-2/+2
* Doxygen: add libusb_wrap_sys_device() in the API listLudovic Rousseau2019-10-302-1/+2
* Doxygen: update config file from 1.8.8 to 1.8.16Ludovic Rousseau2019-10-302-181/+378
* Solaris backend depends on Solaris private symbolsKenjiro Tsuji2019-09-262-43/+33
* Solaris: fails to find USB devices on SPARC platformKenjiro Tsuji2019-09-262-5/+10
* Solaris backend is not correctly setting the one transfer mode for Interrupt-...Kenjiro Tsuji2019-09-262-28/+43
* fix constant not in range of enumerated typemrstock2019-09-212-2/+2
* Xcode: apply suggested changes from Xcode 10.3Ludovic Rousseau2019-09-152-3/+43
* on to 1.0.23v1.0.23Nathan Hjelm2019-08-283-3/+3
* Update poll_windows.cwinterrace2019-08-212-1/+2
* Fix NULL pointer dereference crasheswinterrace2019-08-212-3/+3
* move on to 1.0.23-rc3v1.0.23-rc3Nathan Hjelm2019-08-143-3/+6
* windows: fix buildNathan Hjelm2019-08-142-4/+4
* windows: Fix libusb_get_device_list failure if virual usb host installledFrank Li2019-08-142-4/+4
* core: protect against changes to the pollfd list during handle_eventsNathan Hjelm2019-08-143-2/+37
* core: abandon sync transfers after libusb_close()Nathan Hjelm2019-08-132-1/+9
* update to 1.0.23-rc2v1.0.23-rc2Nathan Hjelm2019-08-093-3/+4
* windows_winusb: Add support for reporting super speed plus devicesHarry Mallon2019-08-093-2/+7
* windows_winusb: fix pedantic format string warnings.Josh Gao2019-08-092-9/+9
* windows_winusb: fix size_t format strings.Josh Gao2019-08-091-2/+2
* windows: remove total fds (256) limitationsFrank Li2019-08-093-15/+52
* Use `%zu` for sizes instead of `%d`William Orr2019-08-092-3/+3
* Remove infinite recursion in OpenBSD backendWilliam Orr2019-08-091-2/+0
* Use a designated initializer for openbsd backendWilliam Orr2019-08-091-49/+29
* Windows: Workaround for composite devices with U2F on Win10 1903Axel Gembe2019-08-092-2/+11
* Windows: Fix detection of Windows 10 when manifest declares supportAxel Gembe2019-08-092-2/+3
* darwin: fix bugs in the reenumeration of devicesNathan Hjelm2019-08-092-47/+89
* Unix: fix library version for next releaseLudovic Rousseau2019-08-092-2/+2
* Various fixes for the Haiku portAdrien Destugues2019-07-076-12/+51
* Fix some -Wformat warnings.Josh Gao2019-07-074-7/+7
* windows_winusb: Set policy ISO_ALWAYS_START_ASAP for libusbKLéo Lam2019-07-073-1/+10
* windows_winusb: Bounds check interface for check_valid_interfaceLéo Lam2019-07-072-1/+4
* windows_winusb: Mask wIndex correctly when checking interfacesLéo Lam2019-07-072-2/+2