summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libusbx-1.0.10v1.0.10Pete Batard2012-04-173-4/+6
* Samples: Fix initialization discards qualifiers warnings in xusb.cLudovic Rousseau2012-04-152-3/+3
* Samples: Fix no previous prototype warnings in xusb.cLudovic Rousseau2012-04-152-11/+11
* Misc: Add a missing newline at end of .private/README.txtLudovic Rousseau2012-04-152-2/+2
* libusbx 1.0.10-rc1v1.0.10-rc1Pete Batard2012-04-132-3/+9
* Windows: add internal binary snapshot scriptsPete Batard2012-04-124-1/+199
* Git: add pre-commit and post-rewrite hooks for versioningPete Batard2012-04-114-2/+84
* Misc: update pkg-config templatePete Batard2012-04-111-3/+2
* 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-106-19/+44
* Windows: remove obsolete lsusb project filesPete Batard2012-04-092-379/+0
* Windows: add VS2010 project filesPete Batard2012-04-0911-0/+849
* examples: Use snprintf() instead of sprintf() in dpfp and dpfp_threadedPeter Stuge2012-04-092-2/+2
* 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: Indicate that licence is LGPL-2.1 or laterLudovic Rousseau2012-04-041-1/+2
* Misc: Update list of maintainers from READMELudovic Rousseau2012-04-041-0/+1
* Misc: Fix missing libsub's -> libusbx's from previous patchesPete Batard2012-04-034-30/+30
* Doc: Update doxygen for libusbx and add logoPete Batard2012-04-033-11/+16
* Misc: Rebrand to libusbxPete Batard2012-04-0327-316/+280
* 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