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
...
*
changed the DuplicateHandle failure from warning to debug
Pete Batard
2010-05-21
1
-1
/
+1
*
removed DDK timeval redefinitions - include winsock instead
pbr278
Pete Batard
2010-05-18
1
-21
/
+4
*
fixed remaining warnings due to autoclaim removal
pbr277
Pete Batard
2010-05-17
1
-0
/
+4
*
moved static modifier from thread_posix.h to core.c
pbr276
Pete Batard
2010-05-11
2
-2
/
+2
*
added detection of -pthread option - only use when required
Pete Batard
2010-05-11
1
-1
/
+1
*
disabled autoclaim in windows_usb.c and removed its use in xusb.c
r275
Pete Batard
2010-05-05
1
-1
/
+1
*
removed further MS generated data + bump version to 1.0.8
r274
Pete Batard
2010-05-05
2
-10
/
+4
*
removed unneeded MS generated data from .rc and .rc.in
r273
Pete Batard
2010-05-05
2
-126
/
+2
*
fixed issue with composite using HID keyboard on interface 0
r272
Pete Batard
2010-04-27
2
-18
/
+40
*
Linux: don't set SHORT_NOT_OK on bulk out URBs (#20
r270
Daniel Drake
2010-04-24
1
-9
/
+18
*
[INTERNAL - NOT FOR RELEASE] updated generated rc file for 1.0.7
Michael Plante
2010-04-24
1
-4
/
+4
*
general whitespace cleanup
Michael Plante
2010-04-24
9
-102
/
+102
*
Linux: Handle failure to read active configuration during enumeration
r269
Daniel Drake
2010-04-21
1
-3
/
+10
*
Darwin: don't reuse cached descriptors during enumeration
Nathan Hjelm
2010-04-21
1
-31
/
+31
*
residuals from previous merge
r267
Pete Batard
2010-04-20
1
-3
/
+0
*
merged official 1.0.6 -> 1.0.7 release changes
Pete Batard
2010-04-20
3
-4
/
+15
*
restore builds of DLLs from the DDK
r264
Pete Batard
2010-04-19
1
-3
/
+3
*
removed need for .def file, added LIBUSB_EXP
r263
Michael Plante
2010-04-19
3
-117
/
+64
*
improved windows_assign_endpoints (debug msg + error codes)
r262
Pete Batard
2010-04-19
1
-16
/
+30
*
[INTERNAL - NOT FOR RELEASE] added libusb-1.0.rc generated file
r261
Peter Stuge
2010-04-18
1
-0
/
+109
*
configure creates libusb-1.0.rc to not duplicate the version number
Peter Stuge
2010-04-18
1
-15
/
+4
*
removed unneeded (and problematic) _WINDOWS_ reference
r259
Michael Plante
2010-04-18
1
-1
/
+1
*
removed calling convention modifier for inlines (resid)
r258
Michael Plante
2010-04-18
1
-2
/
+2
*
updated documentation for unsupported darwin/Windows calls
r257
Pete Batard
2010-04-17
1
-2
/
+7
*
fixed function brace consistency in windows_usb.c
Pete Batard
2010-04-17
1
-2
/
+4
*
revert r253 / f08aae4ddb9cfe3856e07f8997d9adbfa5330467
Pete Batard
2010-04-17
2
-9
/
+7
*
DDK build (sources) advapi32.lib dependency
Pete Batard
2010-04-16
1
-1
/
+0
*
removed calling convention modifier for inlines
r255
Pete Batard
2010-04-16
1
-10
/
+10
*
[INTERNAL - NOT FOR RELEASE] added 2003/XP64 support (EXPERIMENTAL)
Pete Batard
2010-04-16
2
-0
/
+3
*
LIBUSB_SUCCESS on attach/detach for darwin & Windows
r253
Pete Batard
2010-04-15
2
-7
/
+9
*
darwin whitespaces
Pete Batard
2010-04-15
1
-32
/
+32
*
more explicit toggable debug options
Michael Plante
2010-04-15
1
-0
/
+1
*
added missing LIBUSB_API for transfer_cb function calls
Michael Plante
2010-04-15
2
-3
/
+3
*
fixed HID bulk/interrupt transfers for report IDs
r251
Pete Batard
2010-04-15
2
-94
/
+104
*
set default calling convention for Windows platform (core)
Pete Batard
2010-04-13
5
-123
/
+131
*
fixed the use of internal OS_WINDOWS in general file libusb.h
Pete Batard
2010-04-13
1
-1
/
+1
*
fixed handing of HID reports when report IDs are in use
r249
Pete Batard
2010-04-12
1
-71
/
+104
*
added missing LOG_LEVEL_DEBUG filter for toggable debug (core)
Pete Batard
2010-04-08
1
-0
/
+2
*
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
2
-2
/
+3
*
Linux: Fix endianness handling of usbfs config descriptors (#27)
Martin Koegler
2010-04-07
1
-2
/
+2
*
fixed default context issue introduced from previous patch
r244
Pete Batard
2010-04-07
2
-1
/
+2
*
added toggable debug logging (core)
Pete Batard
2010-04-06
2
-5
/
+11
*
Added missing Feature Report descriptor feature
r240
Michael Plante
2010-04-06
1
-3
/
+21
*
revert reordering of headers to simplify integration
r239
Michael Plante
2010-04-03
1
-1
/
+1
*
removed unneeded ssize_t MSVC redefinition from core
r237
Pete Batard
2010-04-02
2
-17
/
+0
*
updated other files to match 1.0.7 release
r235
Michael Plante
2010-04-02
1
-2
/
+2
*
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
2
-6
/
+6
*
ddk_build improvements (DLL option, static lib default)
r230
Pete Batard
2010-03-29
1
-1
/
+1
[prev]
[next]