index
:
~jwrdegoede/libusb
for109
master
usbredir
Hans' libusb repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-25
Windows: Provide libusb_get_device_speed() data
HEAD
master
Pete Batard
2
-9/+18
2011-07-25
Darwin: Optimize device iteration further using saved device location
Nathan Hjelm
1
-4/+28
2011-07-25
Darwin: Provide libusb_get_device_speed() data
Trygve Laugstøl
1
-0/+11
2011-07-25
Darwin: Improve device enumeration performance and save device location
Nathan Hjelm
1
-58/+132
2011-07-24
Linux: Handle single- and two-digit kernel versions like 3.0 and 4
Hans de Goede
1
-13/+21
2011-07-24
Linux: Provide libusb_get_device_speed() data from sysfs
Hans de Goede
1
-1/+15
2011-07-24
Add new API function libusb_get_device_speed()
Hans de Goede
3
-0/+34
2011-07-24
Linux: Use __read_sysfs_attr() to get busnum and devaddr
Hans de Goede
1
-39/+6
2011-07-24
Linux: Add __read_sysfs_attr() helper function
Hans de Goede
1
-0/+35
2011-07-24
Linux: Stop kernel from re-attaching in-kernel driver after reset
Hans de Goede
1
-5/+35
2011-07-24
Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces)
Hans de Goede
1
-3/+3
2011-07-24
Linux: Fix warnings seen when compiling with gcc-4.6
Hans de Goede
3
-4/+6
2011-07-24
Darwin: Fix #108 crash when a device is unplugged
Vitali Lovich
1
-2/+12
2011-07-24
libusb.h: Add missing LIBUSB_CLASS_ codes currently defined by usb.org
Peter Stuge
1
-0/+18
2011-07-24
libusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_CLASS_PTP
Peter Stuge
1
-2/+3
2011-07-24
libusb.h: Fix LIBUSB_CLASS_PRINTER description typo
Peter Stuge
1
-1/+1
2011-07-24
Darwin: Fix #100 warning cast to pointer from integer of different size
Sean McBride
1
-4/+3
2011-07-24
configure.ac: Fix #97 clang warning about -fgnu89-inline
Sean McBride
1
-7/+1
2011-07-24
Windows: Make cancel_io() in poll_windows.c static
Pete Batard
1
-1/+1
2011-07-24
Windows: Make upperize() in windows_usb.h static
Peter Stuge
1
-1/+1
2011-07-24
descriptor.c: Fix buffer read overflow caught by valgrind
Vitali Lovich
1
-5/+7
2011-07-24
Clean up in-flight transfers and device handle when closing a device
Vitali Lovich
2
-1/+46
2011-07-24
Add recursive mutexes to threading abstraction
Vitali Lovich
4
-2/+61
2011-07-24
Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flags
Vitali Lovich
2
-1/+14
2011-07-24
Linux: Detect and report that device has gone away while discarding URBs
Vitali Lovich
1
-0/+3
2011-07-24
libusbi.h: Add comma after last value in enum usbi_transfer_flags
Peter Stuge
1
-1/+1
2011-07-24
threads_posix.h: Whitespace fix
Peter Stuge
1
-1/+1
2011-07-24
libusb/Makefile.am: Correct threading files in libusb_1_0_la_SOURCES
Peter Stuge
1
-5/+7
2011-07-24
Linux: Fix #70 race condition in sysfs_get_device_list()
Alan Ott
1
-48/+95
2011-06-13
Darwin: Fix #63 error when apps use Objective-C garbage collection
Sean McBride
2
-1/+15
2011-06-13
Darwin: Fix #28 clang analyzer warning about unbalanced retain/release
Sean McBride
1
-2/+4
2011-06-13
io.c: Fix clang analyzer warning about unused variable
Sean McBride
1
-0/+2
2011-06-13
.gitignore: Add m4 subdirectory created by libtool
Peter Stuge
1
-0/+1
2011-06-13
Linux: Do not include useless pthread.h
Ludovic Rousseau
1
-1/+0
2011-06-13
Windows: minor code improvements
Pete Batard
2
-12/+13
2011-06-13
Windows: prevent set_configuration request from being sent using WinUSB
Pete Batard
1
-7/+20
2011-06-13
Windows: fixed default WinUSB timeout and ineffective policy settings
Graeme Gill
1
-34/+57
2011-06-13
Windows: Don't leak pipe fds
Pete Batard
2
-39/+20
2011-06-13
Windows: enumeration overhaul
Peter Stuge
3
-769/+794
2011-06-13
Windows: MS project files part 4 - MSVC6 project files
Pete Batard
3
-0/+416
2011-06-13
Windows: MS project files part 3 - VS2005 project files
Pete Batard
4
-0/+1188
2011-06-13
Windows: MS project files part 2 - WDK project files
Pete Batard
3
-0/+161
2011-06-13
Windows: MS project files part 1 - support files & preliminaries
Pete Batard
7
-2/+704
2011-06-13
Move library version number from configure.ac to libusb/version.h
Peter Stuge
3
-12/+45
2011-06-13
Windows: Debug builds create the same .dll file name as non-debug
Peter Stuge
1
-7/+1
2011-06-13
Windows: explicit use of ANSI or WideChar calls
Pete Batard
3
-39/+31
2011-06-13
Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependencies
Pete Batard
3
-35/+65
2011-06-13
Add .gitattributes to avoid Windows line ending issues with autocrlf
Pete Batard
1
-0/+3
2011-06-13
Windows: Touch up FileDescription and ProductName resource strings
Peter Stuge
1
-2/+2
2011-06-13
Windows: Remove emulated direct device access via HID API
Peter Stuge
2
-1432/+22
[next]