summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* autobuild: Fix two issuesChris Dickens2020-01-262-2/+2
* core: Fix build on linuxroot2020-01-262-2/+2
* core: Convert internal macros to static inline functionsChris Dickens2020-01-2511-81/+142
* Fix msvc 2019 project files (internal linkage)winterrace2020-01-241-1/+1
* linux_usbfs: Clean up inconsistencies and optimize memory usageChris Dickens2020-01-243-571/+539
* configure.ac: Cleanup and refactoringChris Dickens2020-01-2411-107/+120
* Misc: Clean up zero-length strings and recursion in clock_gettime()Chris Dickens2020-01-244-21/+19
* Misc: Cleanup across multiple backendsChris Dickens2020-01-249-201/+36
* Misc: Trim and consolidate header file usageChris Dickens2020-01-2420-223/+133
* core: Make style of debug messages with errno consistent across libraryChris Dickens2020-01-247-54/+53
* appveyor.yml: Revert back to Visual Studio 2015 imageChris Dickens2020-01-231-1/+1
* Misc: Use the UNREFERENCED_PARAMETER macro for UNUSED when availableChris Dickens2020-01-222-2/+6
* Windows: Improve poll abstractionChris Dickens2020-01-225-338/+336
* Windows: Add missing '%' character for printf format specifierChris Dickens2020-01-222-3/+3
* Windows: Kill the dedicated thread for monotonic clock_gettime()Chris Dickens2020-01-222-196/+19
* Windows: Fix some MinGW build warnings and printf format specifiersChris Dickens2020-01-214-12/+12
* Windows: Drop support for Windows XPChris Dickens2020-01-217-141/+41
* 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-212-6/+42
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-2018-1404/+278
* linux_usbfs: Wait until all URBs have been reaped before freeing themChris Dickens2020-01-162-31/+31
* core: Do not attempt to destroy a default context that doesn't existChris Dickens2020-01-132-6/+12
* core: Fix libusb_get_max_iso_packet_size() for superspeed plusChris Dickens2020-01-132-4/+4
* hotplug: Added libusb_hotplug_get_user_data()gudenau2020-01-134-1/+41
* Increment LIBUSB_API_VERSION for next releaseChris Dickens2020-01-132-2/+2
* 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-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-284-3/+184
* Set project name for doxygenAleksandr Mezin2019-12-221-1/+1
* 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-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-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-301-1/+1
* 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-301-1/+1
* 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