summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* Windows: Update transferred data on timeout or cancel.Toby Gray2013-02-141-1/+1
* Linux: Don't set the USBFS_URB_SHORT_NOT_OK flag on the last urbHans de Goede2013-02-141-1/+1
* Windows: Improve error reporting in winusbx_claim_interface()Pete Batard2013-02-021-1/+1
* Windows: Fixed bug in interface autoclaimBenjamin Dobell2013-02-021-1/+1
* Core: Fix warning implicit conversion changes signednessLudovic Rousseau2013-01-291-1/+1
* Core: Don't wait for completion if cancel_transfer failedZoltán Kovács2013-01-291-1/+1
* Windows: Display error code in default case of windows_transfer_callbackPete Batard2013-01-281-1/+1
* WinCE: Add support for WinCE (Solution files)Toby Gray2013-01-231-1/+1
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-231-1/+1
* Windows: Simplify poll_windows and add provisions for WinCEToby Gray2013-01-231-1/+1
* Windows: Add windows_common.h headerToby Gray2013-01-231-1/+1
* Core: Use HAVE_SYS_TYPES_H and HAVE_SIGNAL_HPete Batard2013-01-231-1/+1
* Core: Filter out 8-bit characters in libusb_get_string_descriptor_asciiРоман Донченко2013-01-071-1/+1
* Windows: Add VS2012 solution filesPete Batard2013-01-071-1/+1
* Core: Fix incorrect reference counting of default context when first created.Toby Gray2012-11-261-1/+1
* Tests: Add libusbx stress testToby Gray2012-11-251-1/+1
* Autotools: Carry over 2012.10.23 libusb changesPeter Stuge2012-11-251-1/+1
* Core: Avoid short read failures on broken descriptorsPeter Stuge2012-11-251-1/+1
* Darwin: kAppleVendorID is not in the 10.5 SDKSean McBride2012-11-081-1/+1
* Darwin: Clean up tabsNathan Hjelm2012-10-311-1/+1
* Darwin: Add support for detecting superspeed devicesNathan Hjelm2012-10-311-1/+1
* Darwin: Use Release instead of IODestroyPlugInInterfaceNathan Hjelm2012-10-311-1/+1
* Darwin: Don't retry or unsuspend Apple devices during enumNathan Hjelm2012-10-311-1/+1
* Darwin: Reduce attempts to retrieve a device descriptor during enumerationNathan Hjelm2012-10-311-1/+1
* Core: Use offsetof() instead of null pointer tricksSean McBride2012-10-311-1/+1
* Windows: Fix access for composite HID devicesPete Batard2012-10-291-1/+1
* All: Use "" instead of <> for local includesLudovic Rousseau2012-10-131-1/+1
* Windows: Fix early abort in libusb_closePete Batard2012-10-031-1/+1
* libusbx-1.0.14v1.0.14Pete Batard2012-09-251-1/+1
* libusbx-1.0.13v1.0.13Pete Batard2012-09-201-1/+1
* Internal: Add fxload exe and sources to the Windows binary snapshotPete Batard2012-09-191-1/+1
* Misc: Update copyrights, TODO and libusb_version.describePete Batard2012-09-181-1/+1
* libusbx 1.0.13-rc2v1.0.13-rc2Pete Batard2012-09-161-1/+1
* Doc: Fix doxygen warnings and issuesPete Batard2012-09-161-1/+1
* Misc: Fix missing files from dist packagePete Batard2012-09-161-1/+1
* libusbx 1.0.13-rc1v1.0.13-rc1Pete Batard2012-09-161-1/+1
* Core: Introduce LIBUSBX_API_VERSION macroPete Batard2012-09-151-1/+1
* Core: Make libusb_error_name also handle transfer status codesHans de Goede2012-09-151-1/+1
* Samples: Fix compiler warnings in fxloadLudovic Rousseau2012-09-151-1/+1
* Core: Update libusb.h header in accordance with the latest USB specsPete Batard2012-09-151-1/+1
* Samples: Display VID:PID of the tested device in xusbLudovic Rousseau2012-09-141-1/+1
* Windows: Switch to ALLOW_PARTIAL_READS pipe policy enabled by defaultPete Batard2012-09-141-1/+1
* Samples: Add fxload sample for Cypress EZ-USB chipsPete Batard2012-09-131-1/+1
* All: Avoid polluting errors reported on device disconnectHans de Goede2012-09-131-1/+1
* Doc: Update logging documentation regarding stderr usagePete Batard2012-09-131-1/+1
* Windows: Fix handling of composite devicesPete Batard2012-09-051-1/+1
* Samples: xusb improvementsPete Batard2012-09-051-1/+1
* Windows: Suppress unwanted error message on filter driverPete Batard2012-08-271-1/+1
* Linux: Return ERROR_NOT_FOUND in detach-kernel-driver if usbfs is already boundHans de Goede2012-08-231-1/+1
* Linux: Avoid unnecessary splitting of bulk transfersHans de Goede2012-08-231-1/+1