platform/upstream/libusb.git
2019-01-31 winterraceAdd missing structure entry to avoid erroneous shift...
2019-01-17 Nathan Hjelmdarwin: use internal define when querying plugin interface
2019-01-09 Nathan Hjelmdarwin: shorten hotplug poll timeout
2019-01-09 Vianney le... linux_usbfs: Disable hotplug events and scanning on...
2019-01-09 Vianney le... linux_usbfs: Use fallback usbfs path on Android
2019-01-09 Vianney le... linux_usbfs: Implement libusb_wrap_sys_device()
2019-01-09 Vianney le... core: Add libusb_wrap_sys_device() API
2019-01-09 Vianney le... linux_usbfs: Get device address from file descriptor
2019-01-09 Vianney le... linux_usbfs: Extract device handle initialization from...
2019-01-09 Vianney le... linux_usbfs: Fallback to usbfs if device has no sysfs_dir
2019-01-09 Sean McBrideTried to untangle mixing of int, enum libusb_error...
2019-01-09 Sean McBrideRemoved unneeded checks for passing null to free()
2019-01-09 Sean McBrideAdded USBI_PRINTFLIKE to allow finding printf format...
2019-01-09 Stephenuse travis homebrew addon for reliability
2018-12-05 Nathan HjelmBump libusb API version for next release
2018-12-05 Nathan Hjelmconfigure.ac: bump .so version for next release
2018-12-05 Nathan HjelmUpdate ChangeLog
2018-12-05 Alexander Pyhalovusbi_dbg() uses backend's clock_gettime(), break recurs...
2018-12-05 Victor Tosoexamples: Fix format-truncation on debug
2018-12-05 Alexander PyhalovEnable timerfd on sunos when available
2018-12-05 gudenauAdd missing libusb_exit on an error condition
2018-12-05 Bence CsHungarian translation
2018-12-05 saur0nFixed typo in the documentation
2018-12-05 dmitrykoscore: new API libusb_set_log_cb() to redirect global...
2018-10-22 Nathan Hjelmupdate nano
2018-10-22 Alexander SchlarbAdd German translation
2018-10-22 Baruch Siachconfigure.ac: fix detection of clock_gettime library
2018-10-17 Nathan Hjelmos/darwin: remove code that changed the device class...
2018-07-26 Nathan Hjelmos/darwin: switch from using ResetDevice to USBDeviceRe...
2018-07-09 StephenMove to brew bundle
2018-03-25 Chris Dickenslibusb 1.0.22 upstream/1.0.22
2018-03-25 Chris Dickensexamples: testlibusb: Fix DDK build warning
2018-03-20 Chris DickensWindows: Add back resource and definition files to...
2018-03-17 Chris Dickenslibusb 1.0.22-rc4
2018-03-17 Chris DickensWindows: WinUSB: Allow caching config descriptors to...
2018-03-12 Chris DickensWindows: Restructure DDK/MSVC project files
2018-03-12 Chris DickensWindows: WinUSB: Guard against erroneous reporting...
2018-03-12 Chris DickensWindows: UsbDk: Fix potential buffer overflow
2018-03-12 Chris DickensWindows: WinUSB: Do not assume that driver implements...
2018-03-12 Chris DickensWindows: Plug HANDLE leak
2018-02-24 Chris Dickenslibusb 1.0.22-rc3
2018-02-24 Chris DickensWindows: UsbDk: Implement get_config_descriptor_by_value()
2018-02-24 zacharyWindows: Fix hid_abort_transfers blocking
2018-02-24 Patrick StewartWindows: Fix race condition between submit and handle...
2018-02-02 Chris DickensWindows: Always search for "USB" PnP enumerator class
2018-01-28 Chris Dickenslibusb 1.0.22-rc2
2018-01-28 Chris DickensWindows: Regenerate libusb-1.0.def file from latest DLL
2018-01-28 Chris DickensWindows: Check composite interfaces before calling...
2018-01-09 Chris Dickenslibusb 1.0.22-rc1
2018-01-09 Sean McBridedarwin: Improve error checking to prevent (very unlikel...
2018-01-09 Sean McBridedarwin: Suppress deprecation warning when building...
2018-01-09 Sean McBridedarwin: Test use of kUSBDeviceSpeedSuper against SDK...
2018-01-09 Sean McBridedarwin: extend enum libusb_speed for 10000MBit/s case
2018-01-09 Chris Dickenslinux_usbfs: Add support for reporting super speed...
2018-01-09 Chris Dickenscore: Add definition for LIBUSB_SUPER_SPEED_PLUS (10Gb/s)
2018-01-09 Joshua BlakeWindows: Added isochronous support via libusbk
2018-01-09 Chris DickensFix appveyor scripts for Cygwin and MinGW to build...
2018-01-08 Chris DickensWindows: Fix MinGW build warnings/errors
2018-01-08 Sean McBridecore: Fixed clang -Wcomma warning
2018-01-08 Sean McBridedarwin: Changed weirdo fixed-sized typedefs with the...
2018-01-08 Sean McBridedarwin: Untangle clock_* API tests from atomics tests
2018-01-08 Sean McBridedarwin: Replaced low-level mach API with pthread API
2018-01-08 Sean McBridedarwin: Cleanup and fixes related to Mac OS IOUSBLib...
2018-01-08 Sean McBrideAdded some Xcode-related items to .gitignore
2018-01-08 Sean McBridedarwin: Configure Xcode project to specify tab/space...
2018-01-08 Sean McBrideMisc: Replace "Mac OS X" with "macOS", its current...
2018-01-08 Sameeh JubranWindows: Ditch UsbDk build configuration
2018-01-08 Chris DickensWindows: Enable dynamic selection between WinUSB and...
2018-01-07 Chris DickensWindows: Rework poll() emulation to a much simpler...
2018-01-07 Chris DickensWindows: Add check for ERROR_FILE_NOT_FOUND, which...
2018-01-07 Chris DickensWindows: UsbDk: Fix some minor style/naming issues
2018-01-07 Chris DickensWindows: UsbDk: Return appropriate error code for mallo...
2018-01-07 Chris DickensWindows: UsbDk: Fix direction determination for control...
2018-01-07 Chris DickensWindows: UsbDk: Remove unnecessary empty functions
2018-01-07 Chris DickensWindows: UsbDk: Cache system redirector handle
2018-01-07 Chris DickensWindows: UsbDk: Use a better macro for getting context
2018-01-07 Chris DickensWindows: UsbDk: Fix spelling of InterruptTransferType...
2018-01-07 Chris DickensWindows: UsbDk: Fix some strange type-casting
2018-01-05 Chris DickensMisc: Add TargetName to getopt VS project files to...
2018-01-05 Chris DickensMisc: Sort projects alphabetically in VS solution files
2018-01-05 Chris DickensMisc: Fix references section in fxload VS project files
2018-01-05 Chris DickensMisc: Fix linker options in getopt VS project files
2018-01-05 Chris DickensMisc: Add missing files to VS2005 projects for libusb
2018-01-05 Chris DickensMisc: Fix minor discrepancies in WinCE MSVC files
2018-01-05 Chris DickensWinCE: Give a variable a more appropriate name, matchin...
2018-01-05 Chris DickensWinCE: Remove empty function for unsupported ISO transfers
2018-01-05 Chris DickensWinCE: Add back mistakenly removed errno variable
2018-01-05 Chris DickensWindows: Rework WinUSB enumeration process to fix issue...
2018-01-04 Chris DickensWindows: Remove port member from device's private structure
2018-01-04 Chris DickensWindows: Be a bit smarter when setting composite interfaces
2018-01-04 Chris DickensPOSIX: Improve threading abstraction as done in f06c4f5b
2018-01-04 Chris DickensWindows: Further improve thread abstraction
2018-01-04 Chris DickensWindows: Constify variables that aren't supposed to...
2018-01-04 Chris DickensWindows: Kill empty functions and switch to runtime...
2018-01-04 Chris DickensWindows: Remove unused DLL functions and header definitions
2018-01-04 Chris DickensWindows: Fix some minor style issues
2018-01-04 Chris DickensWindows: Improve locking in threading abstraction
2018-01-04 Chris DickensMisc: Ensure that both WINVER and _WIN32_WINNT are...
2018-01-03 Chris DickensWindows: Improve enumeration process
2018-01-03 Chris DickensWindows: Kill perpetually growing list of hub driver...
next