1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 18, 2025 — Sep 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add docs about the general structure of the LIBUSB classes More... about 15 years ago
DescriptorTest: only test devs with at least one endpoint More... about 15 years ago
change license of this library from GPLv2 to LGPLv3 More... about 15 years ago
Update README More... about 15 years ago
add descriptions to Transfer methods More... about 15 years ago
add descriptions to DevHandle methods More... about 15 years ago
make IsochronousTransfer a bit more usable More... about 15 years ago
add description to some methods, fix parameter/error handling in max_packet size, add attach_kernel_driver More... about 15 years ago
add test for Context#devices, DevHandle#max_packet_size and attach_kernel_driver More... about 15 years ago
replace Context#find and find_with_interfaces with a simpler API More... about 15 years ago
add USB_MAX... constants to compat API More... about 15 years ago
add file .gemtest More... about 15 years ago
Merge branch 'master' of https://github.com/larskanis/libusb More... about 15 years ago
add interrupt_transfer More... about 15 years ago
mark libusb_handle_events as blocking function, so that FFI ensures that no other threads get blocked More... about 15 years ago
use FFI's internal mechanism to try several library names More... about 15 years ago
add rake-compiler as dev_dep and move require to front More... about 15 years ago
add notes about cross compiling libusb for win32 More... about 15 years ago
dont forget to close the device when open is called with block More... about 15 years ago
only use a testdevice that has a usable endpoint More... about 15 years ago
Merge branch 'master' of https://github.com/larskanis/libusb More... about 15 years ago
load bundled libusb.dll on win32, check error code in #config_descriptor More... about 15 years ago
add Rake tasks for win32.gem that comes with a bundled libusb.dll More... about 15 years ago
clean up bulk pipes, after failed test More... about 15 years ago
remove rescue from test - it is usually not triggered More... about 15 years ago
remove trailing spaces More... about 15 years ago
use seperate test class for mass storage test with compat API More... about 15 years ago
some USB sticks report max_lun of 0, and some of 1 More... about 15 years ago
corrected in-place String manipulation of compat API More... about 15 years ago
add ffi as gem dependency More... about 15 years ago