summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libusbx 1.0.9v1.0.9Pete Batard2012-04-024-12/+27
* Samples: Fix "warning: no newline at end of file" in xusb.cPete Batard2012-04-011-4/+4
* Autotools: Fix missing DLL .def file from make distPete Batard2012-03-311-1/+1
* Autotools: Fix msvc dir not being included in make distPete Batard2012-03-311-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-312-3/+11
* Autotools: remove --enable-debug-log option in autogen.shPete Batard2012-03-311-2/+1
* Darwin: Fix a warning on 64 bit platformsPete Batard2012-03-311-1/+5
* Autotools: Fix make distcheck and add ChangeLogPete Batard2012-03-303-7/+6
* Autotools: Fix package name and URLs in configure.acPete Batard2012-03-301-1/+1
* libusbx 1.0.9-rc4v1.0.9-rc4Pete Batard2012-03-291-2/+2
* Git: add export-ignore for git config filePete Batard2012-03-291-7/+9
* Samples: fix a "value is always 0" Clang warning in xusb.cPete Batard2012-03-281-7/+8
* Windows: fix Clang warnings about unused assignationsPete Batard2012-03-282-3/+1
* Samples: Fix missing xusb from VS project filesPete Batard2012-03-281-0/+17
* autotools: LT_LANG([Windows Resource]) makes windres check redundantPete Batard2012-03-281-1/+0
* Examples: add xusb samplePete Batard2012-03-2810-20/+1778
* VS2005: Bring x86_64 output directories in line with x86_32Pete Batard2012-03-283-12/+12
* 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
* autogen.sh: Try to use libtoolize before trying glibtoolizePeter Stuge2012-02-101-2/+9
* Rename the lsusb example program to listdevsPeter Stuge2012-02-089-33/+33
* 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 MSVC6: Remove SetupAPI, AdvAPI32 and OLE32 dependenciesPete Batard2012-02-082-8/+8
* 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
* Windows: Switch MSVC6 .dsp project files from MBCS to UnicodeMichael Plante2012-02-063-12/+12