platform/upstream/libusb.git
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
2020-08-11 Chris DickensWindows: Use I/O completion ports for transfers
2020-08-11 Chris Dickenscore: Introduce list iteration helpers
2020-08-10 Theo BuehlerOpenBSD: support libusb_get_port_number
2020-08-10 Theo BuehlerOpenBSD: allow opening ugen devices multiple times
2020-08-10 Martin ThiererAPI docs: Elaborate on "NOT_SUPPORTED" status for set_c...
2020-08-10 Zhiqiang Liulibusb: fix a memory leak in sunos_new_string_list...
2020-08-10 Uri Lublinstress: test_get_device_list: change printf format...
2020-08-10 Saleem Rashiddescriptor: Fix alignment for 32-bit words in parse_des...
2020-07-16 Martin Thiererwinusb: setting a non-default config not supported
2020-06-17 Ido Yarivdarwin: Fix invalid GetPipePropertiesV3 argument
2020-06-12 Igor Anokhinos/darwin: use IOUSBDevice as darwin_device_class expli...
2020-06-12 Nathan Hjelmdarwin: use GetPipePropertiesV3 on 10.9 and later
2020-06-12 Nathan Hjelmdarwin: add kIOUSBUnknownPipeErr to error string list
2020-06-09 Jonas MalacoDocument that libusb_set_option may also return NOT_FOUND
2020-06-09 Ido Yarivdarwin: Fix stale descriptor information post reset
2020-04-30 Sebastian von OhrWindows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANS...
2020-04-29 Chris Dickenslinux_usbfs: Parse config descriptors during device...
2020-04-29 Chris Dickenscore: Narrow the types passed to certain backend functions
2020-04-28 Chris Dickenssunos: Fix a number of compiler warnings
2020-04-28 Chris DickensFix some trivial compiler warnings for the Haiku and...
2020-04-28 Chris Dickensdescriptor: Remove usbi_get_config_index_by_value()
2020-04-28 Chris Dickenscore: Kill backend get_device_descriptor() function
2020-04-28 Chris Dickenscore: Fix some minor inconsistencies in API and coding
2020-04-17 Chris Dickenscore: Change pointer type from 'unsigned char' to ...
2020-04-17 Chris Dickensdescriptor: Minor improvements to the parse_descriptor...
2020-04-17 Chris Dickenscore: Kill the 'host_endian' argument for most functions
2020-04-17 Chris Dickenscore: Remove redundant definitions for descriptor sizes
2020-04-17 Chris Dickenscore: Remove usbi_parse_descriptor() function
2020-04-17 Chris Dickensdescriptor: Optimize descriptor parsing
2020-04-17 Chris DickensAdd packed definitions for some standard USB descriptor...
2020-04-23 Chris Dickenshotplug: Fix definition of libusb_hotplug_register_call...
2020-04-17 NancyLi1013Add vcpkg installation instructions
2020-04-17 Aaron LuftAndroid: fixes unknown warning option from ndk build
2020-04-17 Chris DickensAdd a way to skip the git hooks via an environment...
2020-04-16 Chris Dickenslibusb.h: Ensure that struct libusb_control_transfer...
2020-04-16 Chris Dickenslibusb.h: Simplify condition governing the inclusion...
2020-04-16 Chris Dickenslibusb.h: Make C-preprocessor checks consistent and...
2020-04-16 Chris Dickenslibusb.h: Make formatting and style consistent across...
2020-04-16 Chris Dickenslibusb.h: Move BOS descriptor enumerations
2020-04-16 Chris Dickenscore: Fix definition and use of enum libusb_transfer_type
2020-04-09 nianetbsd: Recognize device timeouts.
2020-04-09 Chris DickensMakefiles: Remove target-specific variables
2020-04-09 Chris Dickensconfigure.ac: Enhance compiler checks for pthreads
2020-04-09 Chris Dickensconfigure.ac: Simplify detection of Windows compilation
2020-04-09 Chris Dickensconfigure.ac: Fix compilation of Haiku's C++ convenienc...
2020-04-02 Chris Dickensautomake: Add extra Makefile to handle unknown automake...
2020-04-01 Chris DickensWindows: Improve the get_interface_details_filter(...
2020-04-01 Chris DickensWindows: Replace the sanitize_path() function with...
2020-03-31 Chris DickensMove CI-related files into .private directory and add...
2020-03-30 Chris DickensXcode: Update project file
2020-03-30 Chris Dickensandroid: Update makefiles to include recent autobuild...
2020-03-30 Chris Dickensbuild: Enable additional build errors and warnings
2020-03-30 Chris Dickensbuild: Require C11 to build and clean up autoconfig...
2020-03-28 Chris Dickenslibusb/Makefile.am: Remove unnecessary assignments
2020-03-28 Chris Dickenscore: Kill the OS_* definitions and use in the source...
2020-03-27 Chris Dickensthreads_posix: Improve usbi_get_tid() for various platforms
next