index
:
libusb
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libusb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-26
Linux: fix inaccurate comment
Hans de Goede
1
-2
/
+1
2012-03-26
Linux: Remove unneeded status assignation
Hans de Goede
1
-3
/
+0
2012-03-26
Linux: Translate iso pkt status codes to libusb transfer status codes
Hans de Goede
1
-1
/
+35
2012-03-26
Linux: Fix handling of urb status codes
Hans de Goede
1
-5
/
+12
2012-03-26
Linux: Don't print errors when cancel_transfer fails with NOT_FOUND
Hans de Goede
1
-2
/
+5
2012-03-26
Linux: Fix cancel_transfer return value when cancelling a multi-urb transfer
Hans de Goede
1
-1
/
+2
2012-03-22
libusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and IS_XFEROUT() macros
Peter Stuge
4
-26
/
+22
2012-02-22
Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate need for ZLP
Peter Stuge
8
-1
/
+76
2012-02-19
libusb.h: Add comma after last value in enums to ease future expansion
Peter Stuge
1
-7
/
+7
2012-02-19
Linux: Rework bulk continuation check to generic kernel version check
Peter Stuge
1
-17
/
+16
2012-02-19
OpenBSD: Correctly catch attempts to do isochronous OUT transfers
Peter Stuge
1
-1
/
+1
2012-02-19
Darwin: Do not reject devices with product id 0x0000
Peter Stuge
1
-2
/
+1
2012-02-13
Do not call timerfd functions when timerfd is not being used
Peter Stuge
1
-5
/
+6
2012-02-12
Windows: Fix MSVC6 IDE warning on line continuation in libusb-1.0.rc
Michael Plante
1
-6
/
+2
2012-02-12
Windows: Add Renesas SuperSpeed support for libusb_get_device_speed()
Pete Batard
1
-0
/
+1
2012-02-08
core.c: Fix clang warning about useless store to a variable
Sean McBride
1
-2
/
+1
2012-02-08
Darwin: Clarify comments on event thread creation and termination
Sean McBride
1
-2
/
+2
2012-02-08
Darwin: Fix incorrect mutex protection of libusb_darwin_acfl global
Sean McBride
1
-3
/
+1
2012-02-08
Darwin: Use retained runloop variable instead of CFRunLoopGetCurrent()
Sean McBride
1
-2
/
+2
2012-02-08
Darwin: Fix libusb_init() and libusb_exit() refcount race condition
Sean McBride
1
-3
/
+4
2012-02-08
threads_posix.c: Fix prototype warning by including threads_posix.h
Sean McBride
1
-1
/
+1
2012-02-08
Windows: Fix crash during enumeration with >= 64 connected devices
Dave Camarillo
1
-1
/
+1
2012-02-08
Windows: Output an error message on calls to libusb_get_pollfds()
Pete Batard
1
-0
/
+2
2012-02-08
io.c: Fix comment since pthreads isn't the only threading libusb uses
Pete Batard
1
-1
/
+1
2012-02-08
libusb.h: Cast in libusb_get_string_descriptor() to avoid MSVC6 warning
Michael Plante
1
-1
/
+1
2012-02-08
Windows: guid_to_string() is only discarded when macro-usbi_dbg used
Michael Plante
1
-1
/
+1
2012-02-08
Windows: Fix undefined datatype 'LONG_PTR' in MSVC6
Pete Batard
1
-1
/
+1
2012-02-08
Windows: Fix for MSVC6 preprocessor not accepting blank parameters
Pete Batard
1
-11
/
+13
2012-01-30
OpenBSD backend
Martin Pieuchot
4
-3
/
+722
2012-01-12
libusb/Makefile.am: Avoid recursive variables in .rc silent-rule
Peter Stuge
1
-5
/
+1
2011-12-13
Core: Fix #122 warning: no previous prototype for ‘usbi_log_v’
Ludovic Rousseau
1
-3
/
+4
2011-12-09
Darwin: Set a name for the background thread on Mac OS X 10.6 and later
Sean McBride
1
-0
/
+6
2011-10-17
libusb/Makefile.am: Add libusb-1.0.rc dependency on version.h
Peter Stuge
1
-0
/
+2
2011-10-17
libusb/Makefile.am: Make the libusb-1.0.rc rule support silent-rules
Peter Stuge
1
-1
/
+5
2011-10-17
descriptor.c: Use size_t for minor 64 bit compliance improvement
Sean McBride
1
-2
/
+2
2011-10-17
Darwin: Fix warnings about mismatched signed/unsigned compare
Sean McBride
1
-2
/
+3
2011-10-17
Fix unused variable warnings when without timerfd and/or when on Darwin
Sean McBride
2
-0
/
+8
2011-10-17
Correctly handle LIBUSB_TRANSFER_OVERFLOW in libusb_control_transfer()
Ludovic Rousseau
1
-0
/
+3
2011-10-17
Windows: do not set altsetting 0 as part of libusb_release_interface()
Pete Batard
1
-1
/
+0
2011-10-17
Windows: fix communication with hubs
Pete Batard
1
-4
/
+2
2011-10-17
Windows: add USB 3.0 controller support
Pete Batard
1
-7
/
+15
2011-10-17
Windows: add static keywords and drop duplicated or unneeded code
Pete Batard
1
-7
/
+5
2011-10-17
Windows: fix 'windows_error_str' defined but not used when not logging
Pete Batard
1
-0
/
+2
2011-10-17
libusbi.h: Silence unused context variable warnings when not logging
Peter Stuge
1
-2
/
+2
2011-10-17
Windows: Add uint32_t typedef for old MSC so that DDK can build lsusb
Pete Batard
1
-0
/
+1
2011-10-17
Darwin: fix port leak in darwin_clock_gettime()
Vitali Lovich
1
-2
/
+16
2011-10-17
Darwin: remove unnecessary run loop invalidation during libusb_exit()
Vitali Lovich
1
-1
/
+0
2011-10-17
Darwin: fix port leak during libusb_exit()
Vitali Lovich
1
-0
/
+1
2011-10-17
Darwin: fix potential leak on libusb_claim_interface() error
Vitali Lovich
1
-3
/
+4
2011-10-17
Darwin: Fix #117 transfer size 64/32 bit issue for transfer callbacks
Nathan Hjelm
1
-2
/
+4
[next]