summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Darwin: Fix #108 crash when a device is unpluggedVitali Lovich2011-07-241-2/+12
* libusb.h: Add missing LIBUSB_CLASS_ codes currently defined by usb.orgPeter Stuge2011-07-241-0/+18
* libusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_CLASS_PTPPeter Stuge2011-07-241-2/+3
* libusb.h: Fix LIBUSB_CLASS_PRINTER description typoPeter Stuge2011-07-241-1/+1
* Darwin: Fix #100 warning cast to pointer from integer of different sizeSean McBride2011-07-241-4/+3
* configure.ac: Fix #97 clang warning about -fgnu89-inlineSean McBride2011-07-241-7/+1
* Windows: Make cancel_io() in poll_windows.c staticPete Batard2011-07-241-1/+1
* Windows: Make upperize() in windows_usb.h staticPeter Stuge2011-07-241-1/+1
* descriptor.c: Fix buffer read overflow caught by valgrindVitali Lovich2011-07-241-5/+7
* Clean up in-flight transfers and device handle when closing a deviceVitali Lovich2011-07-242-1/+46
* Add recursive mutexes to threading abstractionVitali Lovich2011-07-244-2/+61
* Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flagsVitali Lovich2011-07-242-1/+14
* Linux: Detect and report that device has gone away while discarding URBsVitali Lovich2011-07-241-0/+3
* libusbi.h: Add comma after last value in enum usbi_transfer_flagsPeter Stuge2011-07-241-1/+1
* threads_posix.h: Whitespace fixPeter Stuge2011-07-241-1/+1
* libusb/Makefile.am: Correct threading files in libusb_1_0_la_SOURCESPeter Stuge2011-07-241-5/+7
* Linux: Fix #70 race condition in sysfs_get_device_list()Alan Ott2011-07-241-48/+95
* Darwin: Fix #63 error when apps use Objective-C garbage collectionSean McBride2011-06-132-1/+15
* Darwin: Fix #28 clang analyzer warning about unbalanced retain/releaseSean McBride2011-06-131-2/+4
* io.c: Fix clang analyzer warning about unused variableSean McBride2011-06-131-0/+2
* .gitignore: Add m4 subdirectory created by libtoolPeter Stuge2011-06-131-0/+1
* Linux: Do not include useless pthread.hLudovic Rousseau2011-06-131-1/+0
* Windows: minor code improvementsPete Batard2011-06-132-12/+13
* Windows: prevent set_configuration request from being sent using WinUSBPete Batard2011-06-131-7/+20
* Windows: fixed default WinUSB timeout and ineffective policy settingsGraeme Gill2011-06-131-34/+57
* Windows: Don't leak pipe fdsPete Batard2011-06-132-39/+20
* Windows: enumeration overhaulPeter Stuge2011-06-133-769/+794
* Windows: MS project files part 4 - MSVC6 project filesPete Batard2011-06-133-0/+416
* Windows: MS project files part 3 - VS2005 project filesPete Batard2011-06-134-0/+1188
* Windows: MS project files part 2 - WDK project filesPete Batard2011-06-133-0/+161
* Windows: MS project files part 1 - support files & preliminariesPete Batard2011-06-137-2/+704
* Move library version number from configure.ac to libusb/version.hPeter Stuge2011-06-133-12/+45
* Windows: Debug builds create the same .dll file name as non-debugPeter Stuge2011-06-131-7/+1
* Windows: explicit use of ANSI or WideChar callsPete Batard2011-06-133-39/+31
* Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependenciesPete Batard2011-06-133-35/+65
* Add .gitattributes to avoid Windows line ending issues with autocrlfPete Batard2011-06-131-0/+3
* Windows: Touch up FileDescription and ProductName resource stringsPeter Stuge2011-06-131-2/+2
* Windows: Remove emulated direct device access via HID APIPeter Stuge2011-06-132-1432/+22
* Revert libusb_strerror() until we have i18n and l10nPeter Stuge2011-06-134-59/+2
* dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warningPete Batard2011-06-131-1/+1
* Windows: Rename various variables named "index" to avoid shadow warningsPete Batard2011-06-132-88/+88
* Windows: Fix logic in enumeration of driver name and port numberPete Batard2011-06-131-2/+2
* Windows: Allow claiming any interface in composite device using WinUSBPete Batard2011-06-131-35/+28
* Windows: Allow arbitrary bConfigurationValue in config descriptorsPete Batard2011-06-131-7/+2
* Darwin: Schedule isochronous transfers further in the futureThomas Röfer2011-06-132-1/+7
* Darwin: Fix #65 memory leak in submit_iso_transfer()Thomas Röfer2011-06-132-4/+13
* configure.ac: Refactor Windows backend settings into one occurencePeter Stuge2011-06-131-12/+8
* configure.ac: Rename AM_LDFLAGS to LTLDFLAGS and actually use themPeter Stuge2011-06-132-9/+8
* configure.ac: Clean up PC_LIBS_PRIVATE and AM_LDFLAGSPeter Stuge2011-06-131-2/+4
* configure.ac: Call AC_CONFIG_FILES() for each output filePeter Stuge2011-06-131-1/+7