summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* core: Install first context as implicit default (and warn about its use)Benjamin Berg2022-03-201-1/+1
* windows: Fix product string retrieval on HID composite devicesMathias Hjärtström2022-03-201-1/+1
* darwin: Always use GetPipePropertiesV3 when availableTormod Volden2022-03-201-1/+1
* Add interface bounds checks in darwin and windows endpoint functionsRyan Hileman2022-03-181-1/+1
* 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-181-1/+1
* windows: Discern Windows 11 (if manifest allows)Tormod Volden2022-03-181-1/+1
* windows: Add Windows 11 to list of defined releasesTormod Volden2022-03-181-1/+1
* darwin: Avoid cast warnings in time calculationTormod Volden2022-03-181-1/+1
* 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-161-1/+1
* windows: Link gcc helpers statically on MinGWTormod Volden2022-03-161-1/+1
* linux_usbfs: Fix maybe-uninitialized error with -O3Yegor Yefremov2022-03-161-1/+1
* configure.ac: link with -latomic if neededFabrice Fontaine2022-03-161-1/+1
* core: Suppress hotplug events during initial enumerationBenjamin Berg2022-03-161-1/+1
* io: Track device in usbi_transferBenjamin Berg2022-03-161-1/+1
* core: Unset device ctx if it has been destroyedBenjamin Berg2022-03-151-1/+1
* libusb 1.0.25v1.0.25Tormod Volden2022-01-311-1/+1
* 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-221-1/+1
* libusb 1.0.25-rc1v1.0.25-rc1Tormod Volden2022-01-211-1/+1
* Add libusb_set_option to libusb-1.0.def manuallyTormod Volden2022-01-211-1/+1
* Update AUTHORSTormod Volden2022-01-211-1/+1
* 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-181-1/+1
* darwin: Minor tidy up in darwin_set_interface_altsetting()Tormod Volden2021-12-011-1/+1
* darwin: fix behavior of libusb_set_interface_alt_setting when it stalls the pipeNathan Hjelm2021-12-011-1/+1
* Bump LIBUSB_API_VERSIONTormod Volden2021-11-271-1/+1
* Keep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same valueTormod Volden2021-11-271-1/+1
* core: Unlock and clear default ctx in all error paths in libusb_initMatthias Bolte2021-11-231-1/+1
* core: Minor code cleanup in libusb_init (NOP)Tormod Volden2021-11-091-1/+1
* Windows: Allow synchronous control transfers (for libusb0)Tormod Volden2021-11-091-1/+1
* Windows: Fix timeouts if only endpoint 0 existsJulian Scheel2021-11-071-1/+1
* Windows: Ignore any device interface GUIDs beyond the firstTormod Volden2021-11-071-1/+1
* darwin: Fix compilation on macOS 10.9 and earlierEvan Miller2021-11-071-1/+1
* examples: Add example for unrooted AndroidPeter-St2021-11-021-1/+1
* descriptor: Provide more detailed warning if suspicious bLengthTormod Volden2021-11-011-1/+1
* doc: Explain default options in libusb_set_option documentationTormod Volden2021-11-011-1/+1
* core: Apply default options to all new contextsBruno Harbulot2021-11-011-1/+1
* xusb: Print total length of configuration descriptorTormod Volden2021-10-311-1/+1
* xusb: Print configuration descriptor lengthTormod Volden2021-10-311-1/+1
* darwin: After last CFRelease of struct field, set it to NULLSean McBride2021-10-301-1/+1
* doc: Improve comments related to device discovery and hotplugSean McBride2021-10-301-1/+1
* doc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET availabilityTormod Volden2021-10-301-1/+1
* Windows: Fix ssize_t unconditionally definedPaul Cercueil2021-10-301-1/+1