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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r86: VS2005 compatibility update and pthread-win32_x64 helpers
Pete Batard
2010-01-16
1
-1
/
+1
*
r85: fixed MSVC warnings for x64 and reverted ssize_t to int for libusb_get_d...
Pete Batard
2010-01-16
5
-8
/
+17
*
r81: amend previous workaround (should only apply to non Windows platforms)
Pete Batard
2010-01-15
1
-9
/
+6
*
r80: workaround for interface macro redefinition on Windows (removes the need...
Pete Batard
2010-01-15
7
-93
/
+95
*
r79: fixed remaining cygwin warnings (toupper casts)
Pete Batard
2010-01-15
2
-2
/
+2
*
r78: fixed remaining cygwin warnings (missing prototypes)
Pete Batard
2010-01-15
2
-1
/
+10
*
r76: added cygwin support
Pete Batard
2010-01-15
2
-1
/
+24
*
r74: fixes CR/LF conversions introduced with previous changes
Pete Batard
2010-01-14
1
-26
/
+26
*
r73: moved -pthread option to CFLAGS for platforms that need it
Pete Batard
2010-01-14
1
-26
/
+26
*
fixed MSVC warnings (/W4 or MSVC6)
Pete Batard
2010-01-14
5
-13
/
+18
*
Fix CR/LF inconsistencies
Pete Batard
2010-01-14
9
-302
/
+302
*
svn r70 (last import from svn): - fixed the non retrieval of interface #0 on ...
Pete Batard
2010-01-14
2
-4
/
+5
*
svn r68: - fixed improper WINVER for Visual Studio on Windows 7 and DDK inclu...
Pete Batard
2010-01-14
1
-2
/
+16
*
svn r66: - fix for the infamous XP port number issue (using SPDRP_ADDRESS)
Pete Batard
2010-01-14
1
-54
/
+9
*
svn r64:
Pete Batard
2010-01-14
1
-0
/
+55
*
svn r62: More MSVC6 compatibility
Pete Batard
2010-01-14
2
-27
/
+49
*
svn r61: - fixes improper allocation of overlapped in pipe_for_poll()
Pete Batard
2010-01-14
1
-10
/
+19
*
svn r60: - fixed missing warning for failure to detect port# on XP (added fai...
Pete Batard
2010-01-14
1
-1
/
+2
*
svn r59: - MSVC6 fixes for variadic log macros (Michael Plante)
Pete Batard
2010-01-14
2
-7
/
+55
*
svn r58: - fixed missing warning for failure to detect port# on XP
Pete Batard
2010-01-14
1
-5
/
+13
*
svn r56: - MSVC6 compatible printb in windows_compat.c
Pete Batard
2010-01-14
1
-2
/
+7
*
svn r55: - fixes list_for_each_entry calls for Darwin and Linux
Pete Batard
2010-01-14
3
-4
/
+4
*
svn r54: - fixes missing config_msvc.h
Pete Batard
2010-01-14
9
-80
/
+120
*
svn r50: - MSVC6 compatibility (Michael Plante): new driver backend implement...
Pete Batard
2010-01-14
2
-95
/
+165
*
svn r48: - less annoying windows_set_configuration
Pete Batard
2010-01-14
1
-8
/
+1
*
svn r46: - auto-claim of interface for control transfers (improves v0.1 compa...
Pete Batard
2010-01-14
2
-1
/
+10
*
svn r44:
Pete Batard
2010-01-14
3
-25
/
+39
*
svn r42:
Pete Batard
2010-01-14
3
-200
/
+112
*
svn r40:
Pete Batard
2010-01-14
3
-145
/
+287
*
svn r38:
Pete Batard
2010-01-14
2
-61
/
+210
*
svn r37:
Pete Batard
2010-01-14
1
-9
/
+90
*
svn r35:
Pete Batard
2010-01-14
3
-316
/
+280
*
svn r33:
Pete Batard
2010-01-14
1
-5
/
+5
*
svn r31:
Pete Batard
2010-01-14
4
-100
/
+162
*
svn r29:
Pete Batard
2010-01-14
8
-181
/
+673
*
svn r27:
Pete Batard
2010-01-14
4
-149
/
+253
*
svn r25:
Pete Batard
2010-01-14
2
-411
/
+619
*
svn r22: Partial async I/O (control only) with custom poll and OVERLAPPED poi...
Pete Batard
2010-01-14
4
-280
/
+467
*
svn r18: basic open/close & claim/release interface + detection of WinUSB and...
Pete Batard
2010-01-14
2
-61
/
+198
*
svn r13: add winusb to the mix: query first interface and pipes on device open
Pete Batard
2010-01-14
2
-4
/
+288
*
svn r12: hires timer fix (v3) - uses picoseconds and thread affinity
Pete Batard
2010-01-14
1
-12
/
+40
*
svn r10: device descriptors and config descriptors caching code cleanup
Pete Batard
2010-01-14
2
-64
/
+16
*
svn r9: general code cleanup
Pete Batard
2010-01-14
2
-91
/
+36
*
svn r8: remove handles from private structures plus init cleanup
Pete Batard
2010-01-14
2
-77
/
+32
*
svn r7: initialize paths for non hub devices
Pete Batard
2010-01-14
2
-13
/
+191
*
svn r6: add configuration descriptors retrieval
Pete Batard
2010-01-14
2
-11
/
+192
*
svn r5: code cleanup (mostly hub enumeration) and completion
Pete Batard
2010-01-14
2
-304
/
+219
*
svn r4: revert back to using interface for variable names as in master branch
Pete Batard
2010-01-14
5
-48
/
+63
*
svn r3: clock_getime plus small fixes
Pete Batard
2010-01-14
1
-44
/
+80
*
mirror libusb-winusb git branch from 2009.12.03 part 2 - core files
Pete Batard
2010-01-14
6
-49
/
+69
[prev]
[next]