summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* ERROR_SEM_TIMEOUT + FORCE_INSTANT_TIMEOUTS for cancellationr161Pete Batard2010-02-181-1/+16
* fixed HID feature reportsr160Pete Batard2010-02-171-8/+23
* improved windows_set_configurationr159Pete Batard2010-02-171-1/+5
* removed unofficial versioning from commentsr158Pete Batard2010-02-171-4/+4
* fixed aggressive transfer cancellationr157Pete Batard2010-02-171-13/+15
* revert back to call copy_transfer_data always in callbackr156Pete Batard2010-02-161-6/+1
* fixed HID interrupt transfers + HID cosmetics improvementsr155Pete Batard2010-02-161-11/+21
* fixed libusb_strerror to be in line with core patch 6/7r154Pete Batard2010-02-151-34/+32
* fixed signed/unsigned comparison: int->size_tr153Michael Plante2010-02-121-2/+2
* moved real-time functionality out of timer thread (Michael Plante)r152Pete Batard2010-02-121-104/+96
* fix 2 timer-related bugs (unlikely)r151Michael Plante2010-02-121-4/+5
* added detection of HID report IDs for interrupt transfersr150Pete Batard2010-02-112-8/+105
* changed HID_USE_LAST_REPORTS to USE_HIDD_FOR_REPORTSr149Pete Batard2010-02-111-4/+9
* fixed bad HID input report data when using controlr148Pete Batard2010-02-112-2/+9
* final fix for composite HID mouse and keyboard detectionr147Pete Batard2010-02-102-19/+29
* fixed memory leak dues to HID collections in set_composite_devicer146Pete Batard2010-02-101-6/+15
* r145: fixed memory leak in _libusb_pollr145Pete Batard2010-02-091-15/+27
* r144: preliminary fix for composite HID mouse and keyboard detectionr144Pete Batard2010-02-081-0/+11
* r143: fixed a couple of issues with HIDr143Pete Batard2010-02-081-4/+8
* r142: - fixed claiming of interfaces >0 for non-composite (Dave C.) + better ...r142Pete Batard2010-02-072-28/+43
* r141: HID I/O Overhaul:r141Pete Batard2010-02-062-86/+217
* r140: further simplification of the core include sectionsr140Pete Batard2010-02-032-8/+2
* r139: improved CancelIoEx vs CancelIo detection(Michael Plante, Orin Eman)r139Pete Batard2010-02-031-13/+11
* r138b: oops - don't leave debug code in commits!r138bPete Batard2010-02-031-1/+0
* r138: additional DDK/SDK versions checks for cancel_io inline (MSVC7+ users o...r138Pete Batard2010-02-031-1/+6
* r137: compat layer TODOs and small fixes:r137Pete Batard2010-02-024-22/+42
* r135: stopped modifying errno if succeeded.r135Michael Plante2010-02-021-7/+11
* r134: fixed some silly /W3 warnings in MSVCr134Michael Plante2010-02-021-4/+4
* r133: fixed missing LONG_PTR reference using intptr_t instead since that's in...r133Michael Plante2010-02-021-1/+1
* r132: harmonized compatibility layer function names (_libusb prefix always, r...r132Pete Batard2010-02-023-44/+44
* r131: fixed various /W4 warnings for MSVC (core files)r131Pete Batard2010-02-012-2/+2
* r130: fixed *size in HidD_GetPhysicalDescriptor and fixed various /W4 warning...Pete Batard2010-02-013-22/+35
* r128: additional cygwin fixes for concurrencyPete Batard2010-01-302-2/+4
* r127: merged concurrency branch with master (native improved concurrency hand...Pete Batard2010-01-303-216/+441
* r125: oops - fixed check for OS_WINDOWS in previous patchPete Batard2010-01-301-1/+1
* r124: removes #error on previous commit and fixes thing ourselvesPete Batard2010-01-301-11/+11
* r123: reverted the use of usb_interface in core and forced interface to be un...Pete Batard2010-01-294-27/+24
* r122: fixed poll conflict on cygwin (all compat functions renamed to _libusb_...Pete Batard2010-01-285-32/+31
* r117: fixed missing API_EXPORTED for the new libusb_strerror callPete Batard2010-01-261-1/+1
* r116: DDK build completion (Orin Eman):Pete Batard2010-01-262-0/+3
* r115: added libusb_strerror (Francesco Montorsi)Pete Batard2010-01-252-0/+52
* r114: sources update and build script (Orin Eman)Pete Batard2010-01-253-18/+19
* r113: HID part 4 (feature complete) + rc file copyright update (Peter Stuge)Pete Batard2010-01-252-25/+175
* r112: fixed missing mutex unlock on malloc fail, and destroy mutex/cv in usbi...Michael Plante2010-01-251-1/+13
* r111: destroy core.c mutexes when done, and fix a few unlikely memory leaksMichael Plante2010-01-241-1/+13
* r110: fixed missing handle_timeouts_locked, which was removed with r102Pete Batard2010-01-241-0/+45
* r109: workaround for broken timercmp on both windows and some posix systems (...Michael Plante2010-01-241-1/+1
* r106: Fixed leak in usbi_alloc_device when pthread_mutex_init failsMichael Plante2010-01-241-1/+3
* r105: added MS Sidewinder HID test in xusb.c + minor changes/improvementsPete Batard2010-01-232-5/+9
* r104: thread safety change for pipe_number globalMichael Plante2010-01-231-2/+5