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 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
*
r121: some more small improvements for xusb.c (vid:pid as cmdline parameter)
Pete Batard
2010-01-28
1
-16
/
+39
*
r120: vc2005 express fixes (Orin Eman)
Pete Batard
2010-01-28
3
-6
/
+6
*
r119: xusb improvements for mass storage (Alan Stern)
Pete Batard
2010-01-27
2
-50
/
+89
*
r118: more readable xusb output and added automated endpoint generation for M...
Pete Batard
2010-01-26
1
-58
/
+71
*
r117: fixed missing API_EXPORTED for the new libusb_strerror call
Pete Batard
2010-01-26
1
-1
/
+1
*
r116: DDK build completion (Orin Eman):
Pete Batard
2010-01-26
7
-3
/
+141
*
r115: added libusb_strerror (Francesco Montorsi)
Pete Batard
2010-01-25
3
-1
/
+53
*
r114: sources update and build script (Orin Eman)
Pete Batard
2010-01-25
4
-18
/
+80
*
r113: HID part 4 (feature complete) + rc file copyright update (Peter Stuge)
Pete Batard
2010-01-25
3
-26
/
+176
*
r112: fixed missing mutex unlock on malloc fail, and destroy mutex/cv in usbi...
Michael Plante
2010-01-25
1
-1
/
+13
*
r111: destroy core.c mutexes when done, and fix a few unlikely memory leaks
Michael Plante
2010-01-24
1
-1
/
+13
*
r110: fixed missing handle_timeouts_locked, which was removed with r102
Pete Batard
2010-01-24
1
-0
/
+45
*
r109: workaround for broken timercmp on both windows and some posix systems (...
Michael Plante
2010-01-24
1
-1
/
+1
*
r108: Made version info more easily configurable by hand and made OriginalFil...
Michael Plante
2010-01-24
1
-8
/
+25
*
r107: removed unnecessary dependency on MFC in the resource script
Pete Batard
2010-01-24
1
-2
/
+2
*
r106: Fixed leak in usbi_alloc_device when pthread_mutex_init fails
Michael Plante
2010-01-24
1
-1
/
+3
[prev]
[next]