platform/upstream/libusb.git
2022-04-10 Tormod Voldenlibusb 1.0.26 upstream
2022-04-09 Martin Lingdarwin: Document OS-specific behaviour of libusb_cancel...
2022-04-09 Benjamin Bergdarwin: Fix crash in log handler when stopping event...
2022-04-06 Shawn Hoffmanwindows: Silence zero-sized array warning in libusb...
2022-04-04 Tormod Voldenwindows: Update isochronous OUT packet actual length
2022-04-04 Tormod Voldenwindows: Fix type mismatch in winusbx_copy_transfer_data
2022-04-04 Tormod VoldenCI: Add MinGW build on MSYS2 (Windows)
2022-03-27 Tormod Voldenlibusb 1.0.26-rc1
2022-03-25 osydarwin: Reset by re-enumerate on non-macOS platforms
2022-03-23 Tormod Voldendarwin: Fix Makefile build on macOS 10.11 and older
2022-03-21 Seneralwindows: Correct isochronous frame calculation for...
2022-03-21 Keith Ahluwaliawindows: Fix WinUSB isochronous transfer regression
2022-03-20 Benjamin Bergcore: Install first context as implicit default (and...
2022-03-20 Mathias Hjärtströmwindows: Fix product string retrieval on HID composite...
2022-03-20 Tormod Voldendarwin: Always use GetPipePropertiesV3 when available
2022-03-18 Ryan HilemanAdd interface bounds checks in darwin and windows endpo...
2022-03-18 Yegor Yefremovandroid: Fix typo and syntax in comments
2022-03-18 Tormod Voldenappveyor: Retain MinGW and cygwin build artifacts
2022-03-18 Tormod Voldenwindows: Add "or later" to debug print of Windows version 8
2022-03-18 Tormod Voldenwindows: Discern Windows 11 (if manifest allows)
2022-03-18 Tormod Voldenwindows: Add Windows 11 to list of defined releases
2022-03-18 Tormod Voldendarwin: Avoid cast warnings in time calculation
2022-03-18 Benjamin BergAdd container build for umockdev
2022-03-18 Benjamin Bergtests: Add some umockdev based tests
2022-03-16 Tormod Voldendarwin: Avoid possibly undefined version macro in confi...
2022-03-16 Andrew Goodneydarwin: Use usbi_get_monotonic_time() wrapper
2022-03-16 Tormod Voldenwindows: Link gcc helpers statically on MinGW
2022-03-16 Yegor Yefremovlinux_usbfs: Fix maybe-uninitialized error with -O3
2022-03-16 Fabrice Fontaineconfigure.ac: link with -latomic if needed
2022-03-16 Benjamin Bergcore: Suppress hotplug events during initial enumeration
2022-03-16 Benjamin Bergio: Track device in usbi_transfer
2022-03-15 Benjamin Bergcore: Unset device ctx if it has been destroyed
2022-01-31 Tormod Voldenlibusb 1.0.25 upstream/1.0.25
2022-01-29 Tormod Voldenappveyor: Retain selected build artifacts
2022-01-22 Tormod Voldenexamples: Do not assume positive errno macros
2022-01-22 Tormod Voldennetbsd: Fix typo preventing build
2022-01-21 Tormod Voldenlibusb 1.0.25-rc1
2022-01-21 Tormod VoldenAdd libusb_set_option to libusb-1.0.def manually
2022-01-21 Tormod VoldenUpdate AUTHORS
2022-01-21 Tormod VoldenUpdate libusb-1.0.def
2022-01-20 Ludovic RousseauAdd github action for macOS
2022-01-20 Ludovic RousseauAdd github action for GNU/Linux
2022-01-18 Andrew GoodneyThe current code for calculating the timeout in darwin_...
2021-12-01 Tormod Voldendarwin: Minor tidy up in darwin_set_interface_altsetting()
2021-12-01 Nathan Hjelmdarwin: fix behavior of libusb_set_interface_alt_settin...
2021-11-27 Tormod VoldenBump LIBUSB_API_VERSION
2021-11-27 Tormod VoldenKeep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same...
2021-11-27 AdamKorczFuzzing: Add CIFuzz
2021-11-24 Matthias Boltecore: Unlock and clear default ctx in all error paths...
2021-11-09 Tormod Voldencore: Minor code cleanup in libusb_init (NOP)
2021-11-09 Tormod VoldenWindows: Allow synchronous control transfers (for libusb0)
2021-11-07 Julian ScheelWindows: Fix timeouts if only endpoint 0 exists
2021-11-07 Tormod VoldenWindows: Ignore any device interface GUIDs beyond the...
2021-11-07 Evan Millerdarwin: Fix compilation on macOS 10.9 and earlier
2021-11-01 Peter-Stexamples: Add example for unrooted Android
2021-11-01 Tormod Voldendescriptor: Provide more detailed warning if suspicious...
2021-11-01 Tormod Voldendoc: Explain default options in libusb_set_option docum...
2021-11-01 Bruno Harbulotcore: Apply default options to all new contexts
2021-10-31 Tormod Voldenxusb: Print total length of configuration descriptor
2021-10-31 luz pazFix various typos in docs/comments
2021-10-31 Tormod Voldenxusb: Print configuration descriptor length
2021-10-30 Sean McBridedarwin: After last CFRelease of struct field, set it...
2021-10-30 Sean McBridedoc: Improve comments related to device discovery and...
2021-10-30 Tormod Voldendoc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET...
2021-10-30 Paul CercueilWindows: Fix ssize_t unconditionally defined
2021-10-30 Bohdan TymkivWindows: Partial fix for data race in composite_copy_tr...
2021-10-28 Nathan Hjelmdarwin: fix deprecation warning about kIOMasterPortDefault
2021-10-28 Nathan Hjelmdarwin: add support for handling new error code (kUSBHo...
2021-09-23 Tormod Voldengit hooks: Remove "source" bashism
2021-09-23 Peter-StUpdate Android Readme
2021-09-23 Ankur VermaFix segmentation fault in libusb_init() if usbi_backend...
2021-09-23 Sean McBrideFix comment typos
2021-09-23 xloemAndroid build name correction
2021-09-23 mcueeFix Windows HID backend missing byte
2021-08-08 Nathan Hjelmdarwin: fix typo
2021-08-08 Nathan Hjelmdarwin: improve the error message on kernel driver...
2021-08-08 Nathan Hjelmdarwin: fix USB capture for root
2021-07-27 Nathan Hjelmconfigure: remove usage of deprecated AC_HELP_STRING
2021-07-27 Nathan Hjelmcore: set default backend options before calling backen...
2021-07-27 mcueeUpdate libusb-1.0.def
2021-07-22 Nathan Hjelmdarwin: only attempt to auto-detach driver is one is...
2021-07-22 Nathan Hjelmdarwin: use the IO registry to detect if a kernel drive...
2021-07-21 Nathan Hjelmxusb: add check for interface kernel driver
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2021-07-20 Nathan Hjelmdarwin: downgrade error message on failure to open...
2021-07-20 Nathan Hjelmdarwin: add a comment on how the bus number is calculated
2021-07-20 Dmitry Zakablukovdarwin: update the list of endpoints after successfull...
2021-07-20 Tormod Voldenwinusb: Ignore missing DeviceInterfaceGUID
2021-07-09 Nathan Hjelmdarwin: improve support for auto-detaching a kernel...
2021-07-09 Nathan Hjelmdarwin: fix SEGV on libusb_close after failed re-enumer...
2021-07-09 Dmitry Zakablukov[Issue-912] Lock open_devs_lock in context to avoid...
2021-07-09 Tormod VoldenNew NO_DEVICE_DISCOVERY option to replace WEAK_AUTHORIT...
2021-07-09 Craig Hutchinsonwindows: Allow GUID with and without trailing zeroes
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...
next