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
path:
root
/
libusb
/
os
/
windows_usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed uint64_t warnings (Graeme Gill)
r192
Pete Batard
2010-03-04
1
-3
/
+3
*
more residual cleanup (Michael Plante)
r191
Pete Batard
2010-03-03
1
-5
/
+6
*
residual corrections from previous commits (Michael Plante)
r189
Pete Batard
2010-03-03
1
-4
/
+4
*
dynamically load Cfgmgr32.dll exports (Graeme Gill)
r188
Pete Batard
2010-03-03
1
-0
/
+19
*
renamed windows_compat to poll_windows
Pete Batard
2010-03-02
1
-1
/
+1
*
poll fd notification improvements (windows poll layer)
Pete Batard
2010-03-02
1
-4
/
+4
*
fixed small issue when HID get feature is not available
r177
Pete Batard
2010-02-25
1
-1
/
+3
*
includes simplification and cleanup (os)
r173
Pete Batard
2010-02-24
1
-1
/
+1
*
renamed _libusb_ unistd calls to usbi_
r172
Pete Batard
2010-02-24
1
-11
/
+11
*
merge abstraction for POSIX Threads and integration changes (Michael Plante, ...
r169
Pete Batard
2010-02-24
1
-6
/
+2
*
improved HID feature reports
r168
Pete Batard
2010-02-22
1
-28
/
+53
*
updated copyright notice and credits in source
r167
Pete Batard
2010-02-20
1
-1
/
+2
*
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
*
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 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
1
-7
/
+57
*
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
1
-1
/
+7
*
final fix for composite HID mouse and keyboard detection
r147
Pete Batard
2010-02-10
1
-18
/
+27
*
fixed memory leak dues to HID collections in set_composite_device
r146
Pete Batard
2010-02-10
1
-6
/
+15
*
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
1
-27
/
+42
*
r141: HID I/O Overhaul:
r141
Pete Batard
2010-02-06
1
-83
/
+207
*
r137: compat layer TODOs and small fixes:
r137
Pete Batard
2010-02-02
1
-2
/
+1
*
r134: fixed some silly /W3 warnings in MSVC
r134
Michael Plante
2010-02-02
1
-4
/
+4
*
r132: harmonized compatibility layer function names (_libusb prefix always, r...
r132
Pete Batard
2010-02-02
1
-11
/
+12
*
r130: fixed *size in HidD_GetPhysicalDescriptor and fixed various /W4 warning...
Pete Batard
2010-02-01
1
-4
/
+4
*
r128: additional cygwin fixes for concurrency
Pete Batard
2010-01-30
1
-2
/
+2
*
r127: merged concurrency branch with master (native improved concurrency hand...
Pete Batard
2010-01-30
1
-147
/
+320
*
r123: reverted the use of usb_interface in core and forced interface to be un...
Pete Batard
2010-01-29
1
-14
/
+6
*
r122: fixed poll conflict on cygwin (all compat functions renamed to _libusb_...
Pete Batard
2010-01-28
1
-5
/
+2
*
r114: sources update and build script (Orin Eman)
Pete Batard
2010-01-25
1
-16
/
+12
*
r113: HID part 4 (feature complete) + rc file copyright update (Peter Stuge)
Pete Batard
2010-01-25
1
-24
/
+174
*
r105: added MS Sidewinder HID test in xusb.c + minor changes/improvements
Pete Batard
2010-01-23
1
-4
/
+8
*
r103: HID part 3 (WIP)
Pete Batard
2010-01-22
1
-343
/
+455
*
r97: minor fixes for cygwin and sources
Pete Batard
2010-01-21
1
-1
/
+2
*
r96: added sources support (Orin Eman)
Pete Batard
2010-01-21
1
-2
/
+4
*
r94: removed the need for DDK includes + minor fixes
Pete Batard
2010-01-21
1
-17
/
+6
*
r93: HID part 2 (WIP)
Pete Batard
2010-01-20
1
-87
/
+721
[next]