summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* libusb 1.0.26-rc1v1.0.26-rc1Tormod Volden2022-03-272-3/+3
* darwin: Reset by re-enumerate on non-macOS platformsosy2022-03-252-3/+30
* darwin: Fix Makefile build on macOS 10.11 and olderTormod Volden2022-03-242-2/+2
* windows: Correct isochronous frame calculation for full-speed devicesSeneral2022-03-212-2/+6
* windows: Fix WinUSB isochronous transfer regressionKeith Ahluwalia2022-03-212-1/+4
* core: Install first context as implicit default (and warn about its use)Benjamin Berg2022-03-203-5/+28
* windows: Fix product string retrieval on HID composite devicesMathias Hjärtström2022-03-202-2/+5
* darwin: Always use GetPipePropertiesV3 when availableTormod Volden2022-03-202-10/+34
* Add interface bounds checks in darwin and windows endpoint functionsRyan Hileman2022-03-183-1/+9
* android: Fix typo and syntax in commentsYegor Yefremov2022-03-181-1/+1
* appveyor: Retain MinGW and cygwin build artifactsTormod Volden2022-03-181-1/+1
* windows: Add "or later" to debug print of Windows version 8Tormod Volden2022-03-182-1/+8
* windows: Discern Windows 11 (if manifest allows)Tormod Volden2022-03-182-2/+5
* windows: Add Windows 11 to list of defined releasesTormod Volden2022-03-183-4/+6
* darwin: Avoid cast warnings in time calculationTormod Volden2022-03-182-4/+5
* Add container build for umockdevBenjamin Berg2022-03-181-1/+1
* tests: Add some umockdev based testsBenjamin Berg2022-03-181-1/+1
* darwin: Avoid possibly undefined version macro in configure.acTormod Volden2022-03-161-1/+1
* darwin: Use usbi_get_monotonic_time() wrapperAndrew Goodney2022-03-162-3/+3
* windows: Link gcc helpers statically on MinGWTormod Volden2022-03-162-2/+2
* linux_usbfs: Fix maybe-uninitialized error with -O3Yegor Yefremov2022-03-162-2/+2
* configure.ac: link with -latomic if neededFabrice Fontaine2022-03-161-1/+1
* core: Suppress hotplug events during initial enumerationBenjamin Berg2022-03-163-3/+7
* io: Track device in usbi_transferBenjamin Berg2022-03-163-12/+21
* core: Unset device ctx if it has been destroyedBenjamin Berg2022-03-152-1/+2
* libusb 1.0.25v1.0.25Tormod Volden2022-01-312-2/+2
* appveyor: Retain selected build artifactsTormod Volden2022-01-301-1/+1
* examples: Do not assume positive errno macrosTormod Volden2022-01-221-1/+1
* netbsd: Fix typo preventing buildTormod Volden2022-01-222-2/+2
* libusb 1.0.25-rc1v1.0.25-rc1Tormod Volden2022-01-212-3/+3
* Add libusb_set_option to libusb-1.0.def manuallyTormod Volden2022-01-212-1/+3
* Update AUTHORSTormod Volden2022-01-211-1/+1
* Update libusb-1.0.defTormod Volden2022-01-211-4/+2
* Add github action for macOSLudovic Rousseau2022-01-201-1/+1
* Add github action for GNU/LinuxLudovic Rousseau2022-01-201-1/+1
* The current code for calculating the timeout in darwin_reenumerate_device_tim...Andrew Goodney2022-01-182-4/+10
* darwin: Minor tidy up in darwin_set_interface_altsetting()Tormod Volden2021-12-012-4/+4
* darwin: fix behavior of libusb_set_interface_alt_setting when it stalls the pipeNathan Hjelm2021-12-012-21/+39
* Bump LIBUSB_API_VERSIONTormod Volden2021-11-272-2/+2
* Keep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same valueTormod Volden2021-11-274-10/+6
* core: Unlock and clear default ctx in all error paths in libusb_initMatthias Bolte2021-11-232-10/+9
* core: Minor code cleanup in libusb_init (NOP)Tormod Volden2021-11-092-10/+8
* Windows: Allow synchronous control transfers (for libusb0)Tormod Volden2021-11-092-3/+5
* Windows: Fix timeouts if only endpoint 0 existsJulian Scheel2021-11-072-16/+12
* Windows: Ignore any device interface GUIDs beyond the firstTormod Volden2021-11-072-2/+3
* darwin: Fix compilation on macOS 10.9 and earlierEvan Miller2021-11-072-1/+3
* examples: Add example for unrooted AndroidPeter-St2021-11-021-1/+1
* descriptor: Provide more detailed warning if suspicious bLengthTormod Volden2021-11-012-3/+3
* doc: Explain default options in libusb_set_option documentationTormod Volden2021-11-013-3/+7
* core: Apply default options to all new contextsBruno Harbulot2021-11-012-8/+10