summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reverts some of the changes from dbd439/6c7a1e (r173)r175Pete Batard2010-02-246-7/+7
* exclude dpfp_threaded if pthread is not available (MinGW)r174Pete Batard2010-02-241-1/+8
* includes simplification and cleanup (os)r173Pete Batard2010-02-243-6/+3
* includes simplification and cleanup (core)Pete Batard2010-02-248-18/+7
* renamed _libusb_ unistd calls to usbi_r172Pete Batard2010-02-246-72/+72
* added unistd_posix.hr171Pete Batard2010-02-241-0/+12
* moved standard calls redefinitions into a separate .hPete Batard2010-02-243-17/+5
* fixed obsolete config_msvc.h and pthread-win32 referencesr170Pete Batard2010-02-247-70/+21
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-2439-864/+823
* improved HID feature reportsr168Pete Batard2010-02-222-28/+54
* updated copyright notice and credits in sourcer167Pete Batard2010-02-205-8/+12
* added detection of uninitialized devices on openr166Pete Batard2010-02-191-0/+6
* fixed cygwin warningr165Pete Batard2010-02-191-1/+1
* fixed improper parent when reusing device + cosmetics fixesr164Pete Batard2010-02-181-2/+6
* revert r102/f0d352: handle_timeouts() CORE modificationr163Pete Batard2010-02-181-56/+4
* xusb improvements (feature reports)r162Pete Batard2010-02-181-2/+13
* 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-073-31/+43
* r141: HID I/O Overhaul:r141Pete Batard2010-02-064-133/+316
* 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
* r136: updated .gitignore: added doxygen.cfg and xusb binaryr136Michael Plante2010-02-021-0/+2
* 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-024-51/+69
* 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
* r129: xusb fixes for Mass Storage test (Alan Stern):Pete Batard2010-01-311-6/+19