summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* linux_usbfs: Fix maybe-uninitialized error with -O3Yegor Yefremov2022-03-162-2/+2
* configure.ac: link with -latomic if neededFabrice Fontaine2022-03-162-1/+2
* 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-313-3/+4
* appveyor: Retain selected build artifactsTormod Volden2022-01-302-1/+9
* examples: Do not assume positive errno macrosTormod Volden2022-01-224-15/+38
* netbsd: Fix typo preventing buildTormod Volden2022-01-222-2/+2
* libusb 1.0.25-rc1v1.0.25-rc1Tormod Volden2022-01-213-4/+12
* Add libusb_set_option to libusb-1.0.def manuallyTormod Volden2022-01-212-1/+3
* Update AUTHORSTormod Volden2022-01-212-4/+27
* Update libusb-1.0.defTormod Volden2022-01-211-4/+2
* Add github action for macOSLudovic Rousseau2022-01-202-1/+37
* Add github action for GNU/LinuxLudovic Rousseau2022-01-202-1/+37
* 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
* Fuzzing: Add CIFuzzAdamKorcz2021-11-271-0/+26
* 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-024-1/+357
* 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
* xusb: Print total length of configuration descriptorTormod Volden2021-10-312-1/+2
* Fix various typos in docs/commentsluz paz2021-10-318-10/+10
* xusb: Print configuration descriptor lengthTormod Volden2021-10-312-2/+7
* darwin: After last CFRelease of struct field, set it to NULLSean McBride2021-10-302-1/+2
* doc: Improve comments related to device discovery and hotplugSean McBride2021-10-304-5/+7
* doc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET availabilityTormod Volden2021-10-302-2/+3
* Windows: Fix ssize_t unconditionally definedPaul Cercueil2021-10-302-1/+4
* Windows: Partial fix for data race in composite_copy_transfer_dataBohdan Tymkiv2021-10-302-13/+6
* darwin: fix deprecation warning about kIOMasterPortDefaultNathan Hjelm2021-10-282-5/+8
* darwin: add support for handling new error code (kUSBHostReturnPipeStalled)Nathan Hjelm2021-10-282-2/+10
* git hooks: Remove "source" bashismTormod Volden2021-09-233-3/+3
* Update Android ReadmePeter-St2021-09-232-55/+91
* Fix segmentation fault in libusb_init() if usbi_backend.init() failsAnkur Verma2021-09-232-2/+3
* Fix comment typosSean McBride2021-09-233-3/+3
* Android build name correctionxloem2021-09-234-10/+29
* Fix Windows HID backend missing bytemcuee2021-09-232-3/+1
* darwin: fix typoNathan Hjelm2021-08-082-2/+2
* darwin: improve the error message on kernel driver detach failureNathan Hjelm2021-08-082-1/+5
* darwin: fix USB capture for rootNathan Hjelm2021-08-072-16/+15