platform/upstream/libusb.git
2021-07-09 Ryan SchmidtFix build failure on Mac OS X 10.7
2021-06-12 Nathan Hjelmdarwin: release device parent reference when re-enumera...
2021-06-11 Tormod VoldenDo not restrict "weak authority" option to Android
2021-06-11 Nathan Hjelmcore: really fix dangling devices
2021-06-11 Tormod Voldendarwin_set_interface_altsetting: Avoid device reset...
2021-06-11 Tormod Voldenwinusb: Check for ClassGuid changes on re-enumeration
2021-06-11 Nathan Hjelmcore: only increment devices_released when a device...
2021-06-11 Nathan Hjelmcore: ensure that all devices are properly cleaned...
2021-06-08 Nathan Hjelmcore: allow libusb_set_option on the default context...
2021-06-08 Jim ChenWindows: Try alternative methods to query port number
2021-06-08 Patrick StewartWindows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on...
2021-06-06 Ihor Dutchakdoc: Add since version tag to libusb_wrap_sys_device()
2021-06-06 Ihor Dutchakdoc: correction of LIBUSB_OPTION_WEAK_AUTHORITY availab...
2021-06-06 Nathan Hjelmdarwin: do not reset darwin_cached_devices on last...
2021-06-03 Chris Dickenscore: Refactor initialization and how the default conte...
2021-05-16 Ozkan Sezermake libusb.h usable with Watcom
2021-05-16 Nathan HjelmUpdate ChangeLog in preparation for 1.0.25
2021-05-16 osydarwin: remove redundant macOS version checks
2021-05-16 osydarwin: add authorization for device capture
2021-05-16 osydarwin: use detach kernel APIs for capture
2021-05-16 osydarwin: rename darwin_reset_device
2021-05-16 osydarwin: add timeout for reset reenumerate
2021-04-14 Marco Trevisan... autogen: Support being called from external build dir
2021-02-22 Ludovic RousseauDoxygen: fix warning about PAPER_TYPE
2021-02-22 Ludovic RousseauDoxygen: update config file from 1.8.16 to 1.9.0
2021-02-16 Vegard Storheil... darwin: Don't drop partial data on timeout
2021-02-15 Victor Tosodoc: Add since version tag to libusb_set_log_cb()
2021-02-08 Chris Dickenslinux_usbfs: Gracefully handle buggy devices with a...
2021-02-08 Chris Dickenslinux_usbfs: Accept sysfs attributes not terminated...
2021-02-08 Chris Dickenslinux_netlink: Change order of header includes per...
2021-02-08 Michael Dickensdarwin: fix const array size to work with GCC compilers
2021-02-01 Chris DickensWindows: Fix HID and synchronous transfer completion
2021-01-16 Chris DickensWindows: Filter out non-libusb I/O completions
2021-01-15 Chris Dickensconfigure.ac: Consider Mac OS X target version for...
2021-01-15 Mark Kuolinux_usbfs: Fix exit crash on Android
2021-01-15 Tormod Voldenwindows: Update link about control transfer size limits
2021-01-15 Mikolaj Kucharskilibusb/core.c: bump DISCOVERED_DEVICES_SIZE_STEP to 16
2021-01-15 Mikolaj KucharskiPrefix hex values with 0x in core.c and os/openbsd_usb.c
2021-01-13 Nathan HjelmUpdate changelog in preperation for rolling 1.0.25
2021-01-13 Freek DijkstraMacOS: Silence pipe error in set_interface_alt_setting()
2020-12-19 Chris DickensWindows: Break dependency on OLE32
2020-12-19 Chris DickensWindows: Cleanup header includes and definiions
2020-12-19 Chris Dickenstravis: Turn off Homebrew updates
2020-12-17 Nathan HjelmUse stdatomic instead of gcc-internal atomics
2020-12-16 Chris Dickenscore: Introduce atomic type and operations
2020-12-13 Chris Dickenslinux_usbfs: Fix parsing of descriptors for multi-confi...
2020-12-13 Chris DickensCorrect a typo in the Changelog and clean up a stray...
2020-12-10 Chris Dickenslibusb 1.0.24 upstream/1.0.24
2020-12-03 Aurelien Jarnoautotools: fix out-of-tree building of documentation
2020-11-30 Mikolaj Kucharskifix eol of msvc/*.vcxproj and msvc/*.vcxproj.filters...
2020-11-28 Chris Dickenslibusb 1.0.24-rc1
2020-11-28 Chris DickensWindows: Fix a few more benign compiler warnings
2020-11-28 Chris DickensWindows: Support building dpfp and sam3u_benchmark...
2020-11-27 Chris DickensWindows: Add missing header files to MSVC projects
2020-11-27 Chris Dickensbuild: Prepare config.h for inclusion in examples/tests
2020-11-16 Chris Dickensbuild: Fix Android and Xcode compilation errors/warnings
2020-11-10 Chris Dickensexamples: Enable all examples to build on all platforms
2020-11-10 Ihor DutchakWindows: ignore all broken devices during enumeration
2020-11-09 Chris DickensFix various CI build warnings
2020-11-09 Chris Dickenstravis: Update build environments
2020-11-08 Chris Dickenstests: Refactor testlib to simplify and fix Cygwin...
2020-11-08 Uwe Bonneslibusb.h: Base Class EFh (Miscellaneous) was missing...
2020-10-21 Chris DickensWindows: Restrict path for dynamic library loading
2020-10-16 Chris Dickenscore: Iterate over completed transfers using the correc...
2020-10-16 Chris Dickenscore: Fix the newly added list_splice_front() function
2020-09-29 Chris Dickenscore: Fix unused variable warnings on release builds
2020-09-15 Nathan Hjelmdarwin: code cleanup in darwin_handle_transfer_completion
2020-09-15 Nathan Hjelmlibusbi.h: fix warning about redefined macros
2020-09-14 Hans de Goedeexamples/testlibusb: Print speed of devices
2020-09-14 Hans de Goedeexamples/testlibusb: Add support for testing libusb_wra...
2020-09-14 Hans de Goedelinux: Fix libusb_get_device_speed() not working on...
2020-09-13 Chris DickensDoxygen: Fix warnings about undocumented compounds
2020-09-13 Chris Dickensthreads_posix: Use monotonic clock for condition variab...
2020-09-13 Chris Dickenscore: Split usbi_clock_gettime() into two separate...
2020-09-13 Chris Dickenscore: Add validation to timeval parameters
2020-09-13 Chris Dickenscore: Miscellaneous internal logging cleanup
2020-09-13 Chris Dickenscore: Simplify thread abstractions and add debug checks
2020-09-13 Chris Dickensbuild: Merge events and threads into single platform...
2020-09-13 Chris DickensGuard against getting stuck while handling events
2020-09-13 chrisAndroid: Add option LIBUSB_OPTION_WEAK_AUTHORITY to...
2020-08-25 Chris Dickensevents_posix: Remove unnecessary and incorrect assertion
2020-08-24 Chris Dickenscore: Ensure that reported event bits are initialized
2020-08-23 Ludovic RousseauExchange README.md and README
2020-08-18 Chris DickensFix typos detected by codespell and manual inspection
2020-08-18 Chris DickensDocumentation: Specify the constraint of the 'completed...
2020-08-18 Chris DickensDocumentation: Update the Windows binary snapshot READM...
2020-08-18 Chris DickensDocumentation: Add details regarding thread-safety
2020-08-18 Chris DickensDocumentation: Improve details of libusb_transfer's...
2020-08-18 Chris DickensDocumentation: Add a note regarding the execution conte...
2020-08-18 Chris DickensDocumentation: Add details regarding timeouts and parti...
2020-08-18 Chris DickensDocumentation: Add section regarding transfer length...
2020-08-18 Chris DickensWindows: Update INSTALL_WIN.txt
2020-08-18 Chris DickensAutotools: Use built-in shell tests and exec autoreconf
2020-08-18 Chris DickensWindows: Fix I/O completion port thread behavior on...
2020-08-17 Chris DickensWindows: Improve how root hubs are reported
2020-08-17 Chris DickensWindows: Prevent NULL pointer dereference when ancestor...
2020-08-13 Chris Dickensdescriptor: Miscellaneous improvements to the overall...
2020-08-13 Chris Dickenscore: Optimize check for pending events
2020-08-13 Chris Dickenscore: Add support for eventfd
2020-08-12 Chris Dickenscore: Introduce platform events abstraction
next