index
:
delta/libusb.git
baserock/v1.0.20+parallel-build-fix
darwin_gettime_fix
master
mergeback
test
github.com: libusb/libusb.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixed obsolete config_msvc.h and pthread-win32 references
r170
Pete Batard
2010-02-24
7
-70
/
+21
*
merge abstraction for POSIX Threads and integration changes (Michael Plante, ...
r169
Pete Batard
2010-02-24
39
-864
/
+823
*
improved HID feature reports
r168
Pete Batard
2010-02-22
2
-28
/
+54
*
updated copyright notice and credits in source
r167
Pete Batard
2010-02-20
5
-8
/
+12
*
added detection of uninitialized devices on open
r166
Pete Batard
2010-02-19
1
-0
/
+6
*
fixed cygwin warning
r165
Pete Batard
2010-02-19
1
-1
/
+1
*
fixed improper parent when reusing device + cosmetics fixes
r164
Pete Batard
2010-02-18
1
-2
/
+6
*
revert r102/f0d352: handle_timeouts() CORE modification
r163
Pete Batard
2010-02-18
1
-56
/
+4
*
xusb improvements (feature reports)
r162
Pete Batard
2010-02-18
1
-2
/
+13
*
ERROR_SEM_TIMEOUT + FORCE_INSTANT_TIMEOUTS for cancellation
r161
Pete Batard
2010-02-18
1
-1
/
+16
*
fixed HID feature reports
r160
Pete Batard
2010-02-17
1
-8
/
+23
*
improved windows_set_configuration
r159
Pete Batard
2010-02-17
1
-1
/
+5
*
removed unofficial versioning from comments
r158
Pete Batard
2010-02-17
1
-4
/
+4
*
fixed aggressive transfer cancellation
r157
Pete Batard
2010-02-17
1
-13
/
+15
*
revert back to call copy_transfer_data always in callback
r156
Pete Batard
2010-02-16
1
-6
/
+1
*
fixed HID interrupt transfers + HID cosmetics improvements
r155
Pete Batard
2010-02-16
1
-11
/
+21
*
fixed libusb_strerror to be in line with core patch 6/7
r154
Pete Batard
2010-02-15
1
-34
/
+32
*
fixed signed/unsigned comparison: int->size_t
r153
Michael Plante
2010-02-12
1
-2
/
+2
*
moved real-time functionality out of timer thread (Michael Plante)
r152
Pete Batard
2010-02-12
1
-104
/
+96
*
fix 2 timer-related bugs (unlikely)
r151
Michael Plante
2010-02-12
1
-4
/
+5
*
added detection of HID report IDs for interrupt transfers
r150
Pete Batard
2010-02-11
2
-8
/
+105
*
changed HID_USE_LAST_REPORTS to USE_HIDD_FOR_REPORTS
r149
Pete Batard
2010-02-11
1
-4
/
+9
*
fixed bad HID input report data when using control
r148
Pete Batard
2010-02-11
2
-2
/
+9
*
final fix for composite HID mouse and keyboard detection
r147
Pete Batard
2010-02-10
2
-19
/
+29
*
fixed memory leak dues to HID collections in set_composite_device
r146
Pete Batard
2010-02-10
1
-6
/
+15
*
r145: fixed memory leak in _libusb_poll
r145
Pete Batard
2010-02-09
1
-15
/
+27
*
r144: preliminary fix for composite HID mouse and keyboard detection
r144
Pete Batard
2010-02-08
1
-0
/
+11
*
r143: fixed a couple of issues with HID
r143
Pete Batard
2010-02-08
1
-4
/
+8
*
r142: - fixed claiming of interfaces >0 for non-composite (Dave C.) + better ...
r142
Pete Batard
2010-02-07
3
-31
/
+43
*
r141: HID I/O Overhaul:
r141
Pete Batard
2010-02-06
4
-133
/
+316
*
r140: further simplification of the core include sections
r140
Pete Batard
2010-02-03
2
-8
/
+2
*
r139: improved CancelIoEx vs CancelIo detection(Michael Plante, Orin Eman)
r139
Pete Batard
2010-02-03
1
-13
/
+11
*
r138b: oops - don't leave debug code in commits!
r138b
Pete Batard
2010-02-03
1
-1
/
+0
*
r138: additional DDK/SDK versions checks for cancel_io inline (MSVC7+ users o...
r138
Pete Batard
2010-02-03
1
-1
/
+6
*
r137: compat layer TODOs and small fixes:
r137
Pete Batard
2010-02-02
4
-22
/
+42
*
r136: updated .gitignore: added doxygen.cfg and xusb binary
r136
Michael Plante
2010-02-02
1
-0
/
+2
*
r135: stopped modifying errno if succeeded.
r135
Michael Plante
2010-02-02
1
-7
/
+11
*
r134: fixed some silly /W3 warnings in MSVC
r134
Michael Plante
2010-02-02
1
-4
/
+4
*
r133: fixed missing LONG_PTR reference using intptr_t instead since that's in...
r133
Michael Plante
2010-02-02
1
-1
/
+1
*
r132: harmonized compatibility layer function names (_libusb prefix always, r...
r132
Pete Batard
2010-02-02
4
-51
/
+69
*
r131: fixed various /W4 warnings for MSVC (core files)
r131
Pete Batard
2010-02-01
2
-2
/
+2
*
r130: fixed *size in HidD_GetPhysicalDescriptor and fixed various /W4 warning...
Pete Batard
2010-02-01
3
-22
/
+35
*
r129: xusb fixes for Mass Storage test (Alan Stern):
Pete Batard
2010-01-31
1
-6
/
+19
*
r128: additional cygwin fixes for concurrency
Pete Batard
2010-01-30
2
-2
/
+4
*
r127: merged concurrency branch with master (native improved concurrency hand...
Pete Batard
2010-01-30
3
-216
/
+441
*
r126: fixed sscanf_s test for MSVC6 users
Pete Batard
2010-01-30
1
-1
/
+1
*
r125: oops - fixed check for OS_WINDOWS in previous patch
Pete Batard
2010-01-30
1
-1
/
+1
*
r124: removes #error on previous commit and fixes thing ourselves
Pete Batard
2010-01-30
2
-13
/
+13
*
r123: reverted the use of usb_interface in core and forced interface to be un...
Pete Batard
2010-01-29
5
-32
/
+45
*
r122: fixed poll conflict on cygwin (all compat functions renamed to _libusb_...
Pete Batard
2010-01-28
6
-35
/
+34
[prev]
[next]