summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libusb-1.0.91.0.9Peter Stuge2012-04-203-1/+45
* AUTHORS: Update list of contributorsPeter Stuge2012-04-201-1/+19
* AUTHORS: Add Martin Pieuchot as copyright holderPeter Stuge2012-04-201-0/+1
* AUTHORS: Add Hans de Goede as copyright holderPeter Stuge2012-04-201-0/+1
* AUTHORS: Add Peter Stuge as copyright holderPeter Stuge2012-04-201-0/+1
* AUTHORS: Update Pete Batard's copyright years and email addressPete Batard2012-04-201-1/+1
* AUTHORS: Update Nathan Hjelm's copyright yearsPeter Stuge2012-04-201-1/+1
* README: Add the BSDs, punctuation, mailinglist link, and remove DanielPeter Stuge2012-04-201-5/+4
* Linux: Search for /dev/usbdev<bus>.<device> USB device special filesJames Hanko2012-04-201-11/+70
* Add a timestamp in log messagesPeter Stuge2012-04-203-1/+79
* Include library version in the very first libusb_init() debug messagePeter Stuge2012-04-201-1/+7
* OpenBSD: Provide libusb_get_device_speed() dataMartin Pieuchot2012-04-201-0/+1
* doc/Makefile.am: Remove username from SF web rsync upload commandPeter Stuge2012-04-201-1/+1
* Windows: Remove #define compile time options in the backend source codePete Batard2012-04-204-144/+0
* Windows: Warn on one libusb_get_device_list() memory allocation failurePete Batard2012-04-201-0/+2
* Windows: Add textual error name to debug message on auto-release errorsPete Batard2012-04-201-2/+2
* Windows: Silence warning about unused function guid_to_string()Pete Batard2012-04-201-0/+2
* Windows: Base DUMMY_HANDLE on LONG_PTR instead of LONGPete Batard2012-04-201-1/+1
* Windows: Prefer calloc() over malloc() and cast all allocationsPete Batard2012-04-203-16/+15
* Add libusb_get_version() API functionPeter Stuge2012-04-206-1/+47
* Windows: Rename VS2005 solution and add VS2010 project filesPeter Stuge2012-04-209-0/+670
* libusb/Makefile.am: Fix missing DLL .def file from make distPete Batard2012-04-201-1/+2
* Makefile.am: Fix msvc dir not being included in make distPete Batard2012-04-191-1/+1
* Linux: Don't spam the console with 'device unconfigured' errorsHans de Goede2012-04-191-2/+4
* Darwin: Silence warning: cast from pointer to integer of different sizeNathan Hjelm2012-04-191-1/+1
* .gitattributes: Add export-ignore for .gitattributs and .gitignorePete Batard2012-04-191-0/+2
* Windows: fix Clang warnings about unused assignationsPete Batard2012-04-192-3/+1
* configure.ac: LT_LANG([Windows Resource]) makes windres check redundantPete Batard2012-04-191-1/+0
* Windows: Bring .vcproj x86_64 output directories in line with x86_32Pete Batard2012-04-193-12/+12
* Linux: Fix a comment in handle_iso_completion()Hans de Goede2012-04-191-2/+1
* Linux: Remove bogus status handling from handle_iso_completion()Hans de Goede2012-04-191-3/+0
* Linux: Translate isoc packet status codes to LIBUSB_TRANSFER_ codesHans de Goede2012-04-191-1/+35
* Linux: Fix URB return code handlingHans de Goede2012-04-191-5/+12
* Don't print an error when libusb_cancel_transfer() fails with NOT_FOUNDHans de Goede2012-04-191-2/+5
* Linux: Fix cancel_transfer return value when cancelling a multi-urb transferHans de Goede2012-04-191-1/+2
* libusb-1.0.pc: Mention OpenBSD and NetBSD in descriptionPeter Stuge2012-04-191-1/+1
* io.c: Add debug message with the callback address on completed transferPeter Stuge2012-04-191-0/+1
* Experimental support for NetBSD using the OpenBSD backendXiaofan Chen2012-04-191-0/+4
* configure.ac: Separate per-OS backend selection from per-backend settingsPeter Stuge2012-04-191-22/+30
* Linux: Silence unused variable warnings when without CLOCK_MONOTONICXiaofan Chen2012-04-151-1/+1
* examples: Use snprintf() instead of sprintf() in dpfp and dpfp_threadedPeter Stuge2012-04-082-2/+2
* OpenBSD: Fix warning: 'hpriv' may be used uninitializedPeter Stuge2012-04-071-1/+10
* Windows: Fix build on VC++2003 which doesn't support variadic macrosMoses McKnight2012-03-313-10/+9
* Windows: Don't use a log function body macro for old MS compilersPeter Stuge2012-03-311-20/+43
* 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