summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate need for ZLPPeter Stuge2012-02-228-1/+76
* libusb.h: Add comma after last value in enums to ease future expansionPeter Stuge2012-02-191-7/+7
* Linux: Rework bulk continuation check to generic kernel version checkPeter Stuge2012-02-191-17/+16
* OpenBSD: Correctly catch attempts to do isochronous OUT transfersPeter Stuge2012-02-191-1/+1
* Darwin: Do not reject devices with product id 0x0000Peter Stuge2012-02-191-2/+1
* Do not call timerfd functions when timerfd is not being usedPeter Stuge2012-02-131-5/+6
* Windows: Fix MSVC6 IDE warning on line continuation in libusb-1.0.rcMichael Plante2012-02-121-6/+2
* Windows: Add Renesas SuperSpeed support for libusb_get_device_speed()Pete Batard2012-02-121-0/+1
* core.c: Fix clang warning about useless store to a variableSean McBride2012-02-081-2/+1
* Darwin: Clarify comments on event thread creation and terminationSean McBride2012-02-081-2/+2
* Darwin: Fix incorrect mutex protection of libusb_darwin_acfl globalSean McBride2012-02-081-3/+1
* Darwin: Use retained runloop variable instead of CFRunLoopGetCurrent()Sean McBride2012-02-081-2/+2
* Darwin: Fix libusb_init() and libusb_exit() refcount race conditionSean McBride2012-02-081-3/+4
* threads_posix.c: Fix prototype warning by including threads_posix.hSean McBride2012-02-081-1/+1
* Windows: Fix crash during enumeration with >= 64 connected devicesDave Camarillo2012-02-081-1/+1
* Windows: Output an error message on calls to libusb_get_pollfds()Pete Batard2012-02-081-0/+2
* io.c: Fix comment since pthreads isn't the only threading libusb usesPete Batard2012-02-081-1/+1
* libusb.h: Cast in libusb_get_string_descriptor() to avoid MSVC6 warningMichael Plante2012-02-081-1/+1
* Windows: guid_to_string() is only discarded when macro-usbi_dbg usedMichael Plante2012-02-081-1/+1
* Windows: Fix undefined datatype 'LONG_PTR' in MSVC6Pete Batard2012-02-081-1/+1
* Windows: Fix for MSVC6 preprocessor not accepting blank parametersPete Batard2012-02-081-11/+13
* OpenBSD backendMartin Pieuchot2012-01-304-3/+722
* libusb/Makefile.am: Avoid recursive variables in .rc silent-rulePeter Stuge2012-01-121-5/+1