summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* libusbx-1.0.11v1.0.11Pete Batard2012-05-081-2/+2
* Darwin: Sync type of num_iso_packets fieldsLudovic Rousseau2012-05-082-2/+2
* Core: Handle TRANSFER_ERROR/TRANSFER_CANCELLED for sync transfersLudovic Rousseau2012-05-082-1/+9
* BSD: Add thread ID support for OpenBSD > 5.1Pete Batard2012-05-082-3/+7
* Samples: fix strcat vs strlcat warning on OpenBSDPete Batard2012-05-081-1/+1
* libusbx 1.0.11-rc1v1.0.11-rc1Pete Batard2012-05-071-3/+3
* Core: Add a timestamping and thread ID to loggingPeter Stuge2012-05-067-2/+109
* Autotools: Use "$@" instead of $* to avoid spaces problemsLudovic Rousseau2012-05-041-1/+1
* Autotools: Use "set -e" to exit on the first errorLudovic Rousseau2012-05-041-1/+1
* Autotools: Do not use source to call an another scriptLudovic Rousseau2012-05-041-1/+1
* Windows: Fix deadlock in backend when submitting transfers.Toby Gray2012-05-034-4/+11
* Samples: Remove interface requests when querying WCID devicesPete Batard2012-05-021-1/+1
* Autotools: Add bootstrap.shPete Batard2012-05-021-1/+1
* Windows: Fix removal of usbi_fd_notification calls in submit_*_transferUri Lublin2012-05-012-1/+4
* Core: update version struct for ABI compatibilityPete Batard2012-04-263-9/+23
* Linux: Search for /dev/usbdev<bus>.<device> USB device special filesJames Hanko2012-04-222-12/+71
* BSD: Provide libusb_get_device_speed() dataMartin Pieuchot2012-04-202-1/+2
* Samples: Fix not handled in switch warning in xusb.cLudovic Rousseau2012-04-201-1/+1
* Samples: Remove unneeded inline in xusb.cLudovic Rousseau2012-04-201-1/+1
* Linux: Fix signed vs unsigned compiler warningsLudovic Rousseau2012-04-202-5/+5
* Linux: Silence unused variable warnings without CLOCK_MONOTONICXiaofan Chen2012-04-202-2/+2
* Core: Add debug message with callback address on completed transferPeter Stuge2012-04-202-1/+2
* BSD: add NetBSD experimental supportPete Batard2012-04-191-1/+1
* libusbx-1.0.10v1.0.10Pete Batard2012-04-171-2/+2
* Samples: Fix initialization discards qualifiers warnings in xusb.cLudovic Rousseau2012-04-151-1/+1
* Samples: Fix no previous prototype warnings in xusb.cLudovic Rousseau2012-04-151-1/+1
* Misc: Add a missing newline at end of .private/README.txtLudovic Rousseau2012-04-151-1/+1
* libusbx 1.0.10-rc1v1.0.10-rc1Pete Batard2012-04-131-3/+3
* Windows: add internal binary snapshot scriptsPete Batard2012-04-121-1/+1
* Git: add pre-commit and post-rewrite hooks for versioningPete Batard2012-04-111-2/+1
* Windows: Remove #define options and use same set of defaultsPete Batard2012-04-114-144/+0
* Windows: misc improvementsPete Batard2012-04-105-33/+34
* Core: Add get_version() callPete Batard2012-04-105-14/+43
* OpenBSD: Fix warning: 'hpriv' may be used uninitializedPeter Stuge2012-04-091-1/+10
* Windows: Fix support for variadic macrosPete Batard2012-04-092-5/+5
* Misc: Fix missing libsub's -> libusbx's from previous patchesPete Batard2012-04-034-30/+30
* Misc: Rebrand to libusbxPete Batard2012-04-0320-277/+242
* libusbx 1.0.9v1.0.9Pete Batard2012-04-021-1/+1
* Linux: Don't spam the console with 'device unconfigured' errorsHans de Goede2012-03-311-2/+4
* libusbx 1.0.9-rc5v1.0.9-rc5Pete Batard2012-03-311-1/+1
* Darwin: Fix a warning on 64 bit platformsPete Batard2012-03-311-1/+5
* libusbx 1.0.9-rc4v1.0.9-rc4Pete Batard2012-03-291-2/+2
* Windows: fix Clang warnings about unused assignationsPete Batard2012-03-282-3/+1
* Linux: fix inaccurate commentHans de Goede2012-03-261-2/+1
* Linux: Remove unneeded status assignationHans de Goede2012-03-261-3/+0
* Linux: Translate iso pkt status codes to libusb transfer status codesHans de Goede2012-03-261-1/+35
* Linux: Fix handling of urb status codesHans de Goede2012-03-261-5/+12
* Linux: Don't print errors when cancel_transfer fails with NOT_FOUNDHans de Goede2012-03-261-2/+5
* Linux: Fix cancel_transfer return value when cancelling a multi-urb transferHans de Goede2012-03-261-1/+2
* libusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and IS_XFEROUT() macrosPeter Stuge2012-03-224-26/+22