summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [internal] bumped internal versionpbr346Pete Batard2011-11-021-1/+1
* [xusb] fix Clang warning about unused variablePete Batard2011-11-021-2/+3
* [windows] fix Clang warnings about unused assignationsPete Batard2011-11-021-2/+1
* [xusb] fix usleep() not available in ClangPete Batard2011-11-021-1/+1
* [xusb] address warningsPete Batard2011-11-021-11/+10
* [windows] memory allocation improvementsPete Batard2011-11-023-18/+19
* [xusb] added recipient for WCID device control requestPete Batard2011-11-021-4/+10
* [xusb] remove unused variablePete Batard2011-10-311-2/+0
* [xusb] fix wrong IF index value for OS Feature Descriptor retrievalPete Batard2011-09-231-2/+2
* [internal] bumped internal versionpbr345Pete Batard2011-09-231-1/+1
* [darwin] fix "non-POSIX variable name" from automake with X-CodePete Batard2011-09-231-1/+2
* [autotools] improves "cleaner windres step"Peter Stuge2011-09-232-6/+10
* [logging] improve "remove warnings when logging is disabled for MinGW/cygwin"Peter Stuge2011-09-232-44/+10
* [darwin] add topology-analysis code to OS X backendNathan Hjelm2011-09-231-24/+62
* [enum] fix bad realloc trigger for the unref_list arrayDave Camarillo2011-09-231-1/+1
* [xusb] added readout of MS WinUSB Feature DescriptorsPete Batard2011-09-221-2/+61
* [internal] bumped internal versionpbr344Pete Batard2011-09-191-1/+1
* [USB 3.0] added native Windows 8 supportPete Batard2011-09-191-1/+1
* [misc] align with 1.0.9-rc1Pete Batard2011-09-191-11/+11
* [WDK] fixes case sensitivity test when copying the DLLPete Batard2011-09-191-1/+1
* [internal] bumped internal versionpbr343Pete Batard2011-09-121-1/+1
* [logging] remove warnings when logging is disabled for MinGW/cygwinPete Batard2011-09-121-9/+45
* [MinGW] fix that annoying timercmp warning in io.cPete Batard2011-09-121-2/+6
* [autotools] cleaner windres stepPete Batard2011-09-121-1/+2
* [autotools] force Windows version to Windows 2000 or laterPete Batard2011-09-121-1/+2
* [internal] bumped internal versionpbr342Pete Batard2011-09-061-1/+1
* [samples] return NULL in dpfp_threaded poll_thread_main to avoid Cygwin warningPete Batard2011-09-061-1/+1
* [contrib] add non-officially supported CMake supportVitali Lovich2011-09-0611-1/+559
* add missing LIBUSB_CLASS codesPeter Stuge2011-09-061-4/+23
* get_device_speed fixes and addonsPete Batard2011-09-064-4/+20
* Darwin: Optimize device iteration further using saved device locationNathan Hjelm2011-09-061-4/+28
* Darwin: Provide libusb_get_device_speed() dataTrygve Laugstøl2011-09-061-0/+11
* Darwin: Improve device enumeration performance and save device locationNathan Hjelm2011-09-061-58/+132
* Windows: Provide libusb_get_device_speed() dataPete Batard2011-09-062-9/+18
* Linux: Provide libusb_get_device_speed() data from sysfsHans de Goede2011-09-061-1/+15
* Add new API function libusb_get_device_speed()Hans de Goede2011-09-063-0/+33
* Linux: Use __read_sysfs_attr() to get busnum and devaddrHans de Goede2011-09-061-39/+6
* Linux: Add __read_sysfs_attr() helper functionHans de Goede2011-09-061-0/+35
* Linux: Stop kernel from re-attaching in-kernel driver after resetHans de Goede2011-09-061-5/+35
* Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces)Hans de Goede2011-09-061-3/+3
* Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-09-063-4/+6
* Darwin: Fix #100 warning cast to pointer from integer of different sizeSean McBride2011-09-061-4/+3
* configure.ac: Fix #97 clang warning about -fgnu89-inlineSean McBride2011-09-061-7/+1
* Darwin: Fix #63 error when apps use Objective-C garbage collectionSean McBride2011-09-062-1/+15
* Darwin: Fix #28 clang analyzer warning about unbalanced retain/releaseSean McBride2011-09-061-2/+4
* io.c: Fix clang analyzer warning about unused variableSean McBride2011-09-061-0/+2
* Do not include useless pthread.hLudovic Rousseau2011-09-051-1/+0
* Fix #70 race condition in sysfs_get_device_list()Alan Ott2011-09-051-48/+95
* Darwin: Fix #108 crash when a device is unpluggedVitali Lovich2011-09-051-2/+12
* descriptor.c: Fix buffer read overflow caught by valgrindVitali Lovich2011-09-051-5/+7