summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libusb 1.0.22v1.0.22Chris Dickens2018-03-243-3/+3
* examples: testlibusb: Fix DDK build warningChris Dickens2018-03-242-4/+5
* Windows: Add back resource and definition files to VS DLL projectsChris Dickens2018-03-206-1/+21
* libusb 1.0.22-rc4v1.0.22-rc4Chris Dickens2018-03-173-3/+3
* Windows: WinUSB: Allow caching config descriptors to failChris Dickens2018-03-172-43/+32
* Windows: Restructure DDK/MSVC project filesChris Dickens2018-03-1274-5013/+858
* Windows: WinUSB: Guard against erroneous reporting of devicesChris Dickens2018-03-122-1/+2
* Windows: UsbDk: Fix potential buffer overflowChris Dickens2018-03-122-3/+3
* Windows: WinUSB: Do not assume that driver implements CancelIoEx()Chris Dickens2018-03-123-17/+20
* Windows: Plug HANDLE leakChris Dickens2018-03-122-1/+3
* libusb 1.0.22-rc3v1.0.22-rc3Chris Dickens2018-02-243-3/+3
* Windows: UsbDk: Implement get_config_descriptor_by_value()Chris Dickens2018-02-242-3/+21
* Windows: Fix hid_abort_transfers blockingzachary2018-02-242-2/+2
* Windows: Fix race condition between submit and handle eventsPatrick Stewart2018-02-232-3/+3
* Windows: Always search for "USB" PnP enumerator classChris Dickens2018-02-012-4/+4
* libusb 1.0.22-rc2v1.0.22-rc2Chris Dickens2018-01-273-3/+4
* Windows: Regenerate libusb-1.0.def file from latest DLLChris Dickens2018-01-272-8/+8
* Windows: Check composite interfaces before calling functionsChris Dickens2018-01-273-31/+45
* libusb 1.0.22-rc1v1.0.22-rc1Chris Dickens2018-01-084-5/+52
* darwin: Improve error checking to prevent (very unlikely) null dereferenceSean McBride2018-01-082-10/+11
* darwin: Suppress deprecation warning when building against 10.13 SDKSean McBride2018-01-082-1/+5
* darwin: Test use of kUSBDeviceSpeedSuper against SDK versionSean McBride2018-01-082-2/+2
* darwin: extend enum libusb_speed for 10000MBit/s caseSean McBride2018-01-082-1/+4
* linux_usbfs: Add support for reporting super speed plus devicesChris Dickens2018-01-082-1/+2
* core: Add definition for LIBUSB_SUPER_SPEED_PLUS (10Gb/s)Chris Dickens2018-01-082-1/+4
* Windows: Added isochronous support via libusbkJoshua Blake2018-01-084-2/+146
* Fix appveyor scripts for Cygwin and MinGW to build as intendedChris Dickens2018-01-084-36/+27
* Windows: Fix MinGW build warnings/errorsChris Dickens2018-01-084-10/+3
* core: Fixed clang -Wcomma warningSean McBride2018-01-082-2/+3
* darwin: Changed weirdo fixed-sized typedefs with the usual IOUSBLib.h onesSean McBride2018-01-082-4/+4
* darwin: Untangle clock_* API tests from atomics testsSean McBride2018-01-082-2/+7
* darwin: Replaced low-level mach API with pthread APISean McBride2018-01-082-4/+3
* darwin: Cleanup and fixes related to Mac OS IOUSBLib interface checksSean McBride2018-01-082-14/+49
* Added some Xcode-related items to .gitignoreSean McBride2018-01-082-1/+5
* darwin: Configure Xcode project to specify tab/space, indent amountSean McBride2018-01-082-33/+33
* Misc: Replace "Mac OS X" with "macOS", its current nameSean McBride2018-01-082-2/+2
* Windows: Ditch UsbDk build configurationSameeh Jubran2018-01-0813-1103/+2
* Windows: Enable dynamic selection between WinUSB and UsbDk backendsChris Dickens2018-01-0831-860/+1130
* Windows: Rework poll() emulation to a much simpler and effective designChris Dickens2018-01-0610-869/+498
* Windows: Add check for ERROR_FILE_NOT_FOUND, which means device removedChris Dickens2018-01-062-1/+5
* Windows: UsbDk: Fix some minor style/naming issuesChris Dickens2018-01-062-12/+10
* Windows: UsbDk: Return appropriate error code for malloc failureChris Dickens2018-01-062-6/+6
* Windows: UsbDk: Fix direction determination for control transfersChris Dickens2018-01-062-4/+7
* Windows: UsbDk: Remove unnecessary empty functionsChris Dickens2018-01-062-34/+6
* Windows: UsbDk: Cache system redirector handleChris Dickens2018-01-062-12/+7
* Windows: UsbDk: Use a better macro for getting contextChris Dickens2018-01-062-12/+10
* Windows: UsbDk: Fix spelling of InterruptTransferType enumChris Dickens2018-01-063-3/+3
* Windows: UsbDk: Fix some strange type-castingChris Dickens2018-01-062-11/+8
* Misc: Add TargetName to getopt VS project files to supress warningChris Dickens2018-01-046-1/+21
* Misc: Sort projects alphabetically in VS solution filesChris Dickens2018-01-047-274/+267