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 missing winioctl.h header for cygwin
pbr301
Pete Batard
2010-09-06
1
-0
/
+1
*
use IOCTLs for HID reports (input, output, feature)
Pete Batard
2010-09-06
1
-153
/
+44
*
workaround for unavailable _strdup on MinGW32
pbr300
Pete Batard
2010-08-21
1
-1
/
+6
*
fixed possible buffer overflow in windows_error_str()
pbr299
Pete Batard
2010-08-19
1
-4
/
+9
*
added full support for filter drivers
Pete Batard
2010-08-19
1
-34
/
+57
*
added limited support for filter drivers
pbr298
Pete Batard
2010-08-18
1
-45
/
+61
*
fixed errcode shadow warning in MinGW-w64 (windows backend)
pbr296
Pete Batard
2010-08-17
1
-8
/
+8
*
restrict scope of previous workaround and return error when possible
Pete Batard
2010-08-17
1
-5
/
+11
*
only apply previous workaround for 32 bit builds
pbr295
Pete Batard
2010-08-16
1
-0
/
+7
*
added Workaround for MinGW-w64 multilib bug
Pete Batard
2010-08-15
1
-2
/
+17
*
remove unneeded sanity check in cache_config_descriptors
pbr294
Pete Batard
2010-08-10
1
-7
/
+2
*
removed WinUsb_QueryInterfaceSettings() call in winusb_claim_interface
Pete Batard
2010-08-10
1
-35
/
+28
*
more safe string macros improvements
pbr292
Pete Batard
2010-08-03
1
-1
/
+1
*
minor improvements
Pete Batard
2010-08-02
1
-6
/
+6
*
fixed bad cleanup in winusb_release_interface()
pbr290
Pete Batard
2010-08-01
1
-2
/
+3
*
fixed bad string duplication for WinUSB paths
pbr289
Pete Batard
2010-07-31
1
-2
/
+2
*
fix missing linefeeds at the end of windows_usb.c/h
Pete Batard
2010-07-29
1
-1
/
+1
*
fixed -Wshadow compilation errors when using cygwin
Pete Batard
2010-07-29
1
-2
/
+5
*
fixed string indexes being ignored by HID
Pete Batard
2010-06-14
1
-26
/
+37
*
additional HID error messages
pbr281
Pete Batard
2010-05-24
1
-5
/
+9
*
improved auto-release with support for concurrent auto-claim
Pete Batard
2010-05-24
1
-67
/
+124
*
added auto-release to autoclaim
pbr280
Pete Batard
2010-05-24
1
-3
/
+21
*
use LIBUSB_DEVADDR_MAX for HCDs
pbr279
Pete Batard
2010-05-21
1
-5
/
+6
*
additional warning fixes & clarification for DDK's OACR/Prefast
Pete Batard
2010-05-21
1
-0
/
+1
*
re-enabled autoclaim + fixed autoclaim related ifdefs
Pete Batard
2010-05-21
1
-3
/
+3
*
fixed remaining warnings due to autoclaim removal
pbr277
Pete Batard
2010-05-17
1
-0
/
+4
*
disabled autoclaim in windows_usb.c and removed its use in xusb.c
r275
Pete Batard
2010-05-05
1
-1
/
+1
*
fixed issue with composite using HID keyboard on interface 0
r272
Pete Batard
2010-04-27
1
-18
/
+37
*
general whitespace cleanup
Michael Plante
2010-04-24
1
-4
/
+4
*
improved windows_assign_endpoints (debug msg + error codes)
r262
Pete Batard
2010-04-19
1
-16
/
+30
*
fixed function brace consistency in windows_usb.c
Pete Batard
2010-04-17
1
-2
/
+4
*
revert r253 / f08aae4ddb9cfe3856e07f8997d9adbfa5330467
Pete Batard
2010-04-17
1
-7
/
+5
*
[INTERNAL - NOT FOR RELEASE] added 2003/XP64 support (EXPERIMENTAL)
Pete Batard
2010-04-16
1
-0
/
+2
*
LIBUSB_SUCCESS on attach/detach for darwin & Windows
r253
Pete Batard
2010-04-15
1
-5
/
+7
*
fixed HID bulk/interrupt transfers for report IDs
r251
Pete Batard
2010-04-15
1
-91
/
+103
*
fixed handing of HID reports when report IDs are in use
r249
Pete Batard
2010-04-12
1
-71
/
+104
*
workaround for MS's HidD_GetFeature bug with report IDs
Pete Batard
2010-04-08
1
-4
/
+21
*
more default context init fixes
r245
Michael Plante
2010-04-07
1
-1
/
+1
*
Added missing Feature Report descriptor feature
r240
Michael Plante
2010-04-06
1
-3
/
+21
*
removed unnecessary failure during init on USB API error
r234
Pete Batard
2010-04-01
1
-5
/
+2
*
more explicit error codes on semaphore and DLL issues
r233
Pete Batard
2010-04-01
1
-3
/
+3
*
revert previous change as well as wchar_to_utf8 to static
r226
Pete Batard
2010-03-25
1
-2
/
+2
*
enabled reuse of windows_error_str for wdi
r225
Pete Batard
2010-03-23
1
-1
/
+1
*
fixed double freeing of fds (reported by Travis Robinson)
r224
Pete Batard
2010-03-22
1
-1
/
+3
*
added MinGW-w64 support
r219
Pete Batard
2010-03-19
1
-4
/
+4
*
removed trailing whitespaces (Windows backend)
r214b
Peter Stuge
2010-03-18
1
-171
/
+171
*
fixed missing mutex for transfer access (Graeme Gill)
r213
Pete Batard
2010-03-18
1
-0
/
+2
*
fixed typos in windows_usb.c (Graeme Gill)
Pete Batard
2010-03-17
1
-2
/
+2
*
added partial CancelIoEx emulation for XP and earlier
r207
Pete Batard
2010-03-15
1
-7
/
+10
*
remove buggy "completed_synchronously" flag (Graeme Gill)
r205
Pete Batard
2010-03-12
1
-6
/
+6
[next]