aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-12Windows: Restructure DDK/MSVC project filesChris Dickens
2018-03-12Windows: WinUSB: Guard against erroneous reporting of devicesChris Dickens
2018-03-12Windows: UsbDk: Fix potential buffer overflowChris Dickens
2018-03-12Windows: WinUSB: Do not assume that driver implements CancelIoEx()Chris Dickens
2018-03-12Windows: Plug HANDLE leakChris Dickens
2018-02-24libusb 1.0.22-rc3Chris Dickens
2018-02-24Windows: UsbDk: Implement get_config_descriptor_by_value()Chris Dickens
2018-02-24Windows: Fix hid_abort_transfers blockingzachary
2018-02-23Windows: Fix race condition between submit and handle eventsPatrick Stewart
2018-02-01Windows: Always search for "USB" PnP enumerator classChris Dickens
2018-01-27libusb 1.0.22-rc2Chris Dickens
2018-01-27Windows: Regenerate libusb-1.0.def file from latest DLLChris Dickens
2018-01-27Windows: Check composite interfaces before calling functionsChris Dickens
2018-01-08libusb 1.0.22-rc1Chris Dickens
2018-01-08darwin: Improve error checking to prevent (very unlikely) null dereferenceSean McBride
2018-01-08darwin: Suppress deprecation warning when building against 10.13 SDKSean McBride
2018-01-08darwin: Test use of kUSBDeviceSpeedSuper against SDK versionSean McBride
2018-01-08darwin: extend enum libusb_speed for 10000MBit/s caseSean McBride
2018-01-08linux_usbfs: Add support for reporting super speed plus devicesChris Dickens
2018-01-08core: Add definition for LIBUSB_SUPER_SPEED_PLUS (10Gb/s)Chris Dickens
2018-01-08Windows: Added isochronous support via libusbkJoshua Blake
2018-01-08Fix appveyor scripts for Cygwin and MinGW to build as intendedChris Dickens
2018-01-08Windows: Fix MinGW build warnings/errorsChris Dickens
2018-01-08core: Fixed clang -Wcomma warningSean McBride
2018-01-08darwin: Changed weirdo fixed-sized typedefs with the usual IOUSBLib.h onesSean McBride
2018-01-08darwin: Untangle clock_* API tests from atomics testsSean McBride
2018-01-08darwin: Replaced low-level mach API with pthread APISean McBride
2018-01-08darwin: Cleanup and fixes related to Mac OS IOUSBLib interface checksSean McBride
2018-01-08Added some Xcode-related items to .gitignoreSean McBride
2018-01-08darwin: Configure Xcode project to specify tab/space, indent amountSean McBride
2018-01-08Misc: Replace "Mac OS X" with "macOS", its current nameSean McBride
2018-01-08Windows: Ditch UsbDk build configurationSameeh Jubran
2018-01-08Windows: Enable dynamic selection between WinUSB and UsbDk backendsChris Dickens
2018-01-06Windows: Rework poll() emulation to a much simpler and effective designChris Dickens
2018-01-06Windows: Add check for ERROR_FILE_NOT_FOUND, which means device removedChris Dickens
2018-01-06Windows: UsbDk: Fix some minor style/naming issuesChris Dickens
2018-01-06Windows: UsbDk: Return appropriate error code for malloc failureChris Dickens
2018-01-06Windows: UsbDk: Fix direction determination for control transfersChris Dickens
2018-01-06Windows: UsbDk: Remove unnecessary empty functionsChris Dickens
2018-01-06Windows: UsbDk: Cache system redirector handleChris Dickens
2018-01-06Windows: UsbDk: Use a better macro for getting contextChris Dickens
2018-01-06Windows: UsbDk: Fix spelling of InterruptTransferType enumChris Dickens
2018-01-06Windows: UsbDk: Fix some strange type-castingChris Dickens
2018-01-04Misc: Add TargetName to getopt VS project files to supress warningChris Dickens
2018-01-04Misc: Sort projects alphabetically in VS solution filesChris Dickens
2018-01-04Misc: Fix references section in fxload VS project filesChris Dickens
2018-01-04Misc: Fix linker options in getopt VS project filesChris Dickens
2018-01-04Misc: Add missing files to VS2005 projects for libusbChris Dickens
2018-01-04Misc: Fix minor discrepancies in WinCE MSVC filesChris Dickens
2018-01-04WinCE: Give a variable a more appropriate name, matching other patternsChris Dickens