platform/upstream/libusb.git
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...
2017-12-29 Chris DickensMisc: Add _CRT_SECURE_NO_WARNINGS to testlibusb to...
2017-12-29 Chris Dickenshotplug: Cast ssize_t to int in error path to avoid...
2017-12-29 Sean McBrideWinCE: Fixed incorrect check of return value, found...
2017-12-29 Sean McBrideFixed various trivial cppcheck 1.80 warnings
2017-12-29 Sean McBrideRemoved accidental double semi colons at end of line
2017-12-29 Sean McBridecore: Fixed deprecated attribute to work on clang
2017-12-29 Sean McBrideexamples: xusb: replaced insecure sprintf with snprintf
2017-12-29 Sean McBrideFix unused parameter warnings
2017-12-29 Sean McBrideexamples: ezusb: Renamed header guard variable to not...
2017-12-28 Chris Dickenslinux_usbfs: libusb_init() should succeed if no devices...
2017-12-28 Chris Dickenshotplug: Improve internal structure and deregistration...
2017-12-27 Chris DickensMisc: Fix testlibusb build on VS2013 and earlier and...
2017-12-27 Chris Dickenslinux_usbfs: Improve isochronous transfer submission...
2017-12-27 Chris DickensWindows: Add VS 2010/2012/2013/2017 project files for...
2017-12-27 Anil NairWindows: testlibusb example for VS2015
2017-12-27 Chris DickensExamples: Misc. cleanup to xusb
2017-12-27 Chris DickensExamples: Improvements to xusb's support for Microsoft...
2017-12-26 Chris DickensMisc: Fix pre-commit hook to not emit errors in non...
2017-12-26 JoshuaSolaris: Add detach/attach kernel driver support
2017-12-22 chunyu.xieWindows: Report correct usagePage and usage values...
2017-12-22 chunyu.xieWindows: Fix libusb_get_string_descriptor for HID devices
2017-12-22 Victor Tosolinux_usbfs: Remove old comment
2017-12-22 Victor Tosolinux_udev: Initialize pointer before calling external API
2017-12-22 Jakub Klamalinux_usbfs: Set urb->buffer_length for isochronous...
2017-12-22 Roman Kalashnikovlinux_usbfs: Fixed excessive check
2017-08-24 Chris Dickensexamples: Fix device handle leak in xusb
2017-08-19 Chris Dickensio: Clear transfer timeout struct when transfer has...
2017-07-28 Ludovic Rousseaudarwnin: fix compilation warning
2017-07-27 jonnerFix typo in exit() function signature
2017-07-16 Chris Dickenscore: Preparation for handling backend-specific options
2017-07-16 Chris Dickenscore: Pass context to backend when calling exit() function
2017-07-16 Chris Dickenscore: Introduce libusb_set_option() API function
2017-07-12 Chris Dickenscore: Slightly refactor and improve logging code
2017-07-12 Ludovic Rousseauexamples: reformat testlibusb.c
2017-07-10 Chris Dickenscore: Fix --disable-log option to remove logging functi...
2017-07-06 Chris Dickenscore: Add provisions for per-context private backend...
2017-07-06 Chris Dickenscore: Kill usbi_os_backend structure definition madness
2017-07-06 Chris DickensMisc: Ensure the 'os_priv' member of structures is...
2017-07-06 Chris DickensMisc: Refactor zero-length array declarations
2017-06-19 Adrian Bunklibusb.h: use __linux__ instead of __linux
2017-06-06 Chris DickensEmpty commit to resync nano
2017-06-06 l_progerWindows: Fixed USB_CONFIGURATION_DESCRIPTOR struct...
2017-06-06 Chris DickensWindows: Header file cleanup
2017-05-17 Sameeh JubranAlign error code handling with WinUsb
2017-05-12 Chris DickensWindows: Fix regression introduced by 05b0b55b
2017-03-31 Andy McFaddengit: Don't ignore platform config.h
2017-03-27 Chris DickensWindows: Fix possible memory leak when caching descript...
2017-03-27 Chris Dickenslinux: Apply v2 version of patch for CLOEXEC changes
2017-03-17 tichmacOS Sierra: Fix detection of parent devices.
2017-03-16 Nathan Hjelmdarwin: use clock_gettime() on 10.12+
2017-03-01 Stefan AgnerWindows: Allow HID reports up to 1024 + report id
2017-03-01 Chris Dickenscore: Improve robustness of event handling
2017-03-01 Josh Gaocore: Silence 'unhandled case in switch' warning.
2017-03-01 Chris DickensWindows: Remove initialization of calloc'ed memory
2017-03-01 Doug JohnstonWindows: return proper status
2017-03-01 Chris Dickenstravis: Pass on arguments given to travis_autogen.sh
2017-03-01 Chris Dickenslinux: Mark internal file descriptors as CLOEXEC
2017-02-20 Chris Dickenslinux_netlink: Retry poll() on EINTR
next