1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
Sep 17, 2025 — Sep 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix extensions for OSX More... over 13 years ago
Prepare release More... over 13 years ago
Do not include libusbx-sources in mingw build. More... over 13 years ago
Adjustments to get travis green for all ruby versions. More... over 13 years ago
Remove msvc files form bundled libusbx, since they are not needed to build libusb-1.0. More... over 13 years ago
wMaxPacketSize may also be 0 More... over 13 years ago
Compat with ruby 1.8.7 More... over 13 years ago
Unfortunately travis test environment doesn't have an USB bus. So most test fail at Context.new. Therefore limit the travis task to tests that work without bus. More... over 13 years ago
Compat: Don't initialize the LIBUSB::Context while require, but while the first method call, to allow better error handling. More... over 13 years ago
Add missing return code checks to libusb_init() and libusb_get_device_list(). More... over 13 years ago
Run tests in verbose mode. More... over 13 years ago
Avoid parser warnings. More... over 13 years ago
Fix wrong class name. More... over 13 years ago
Ensure libusb-1.0 can be loaded before running tests. More... over 13 years ago
Do travis test with only one ruby version for now. More... over 13 years ago
wMaxPacketSize may also be 0 More... over 13 years ago
Bundle libusb.gem with libusbx sources that are built, if libusb-1.0 could not be loaded on the system More... over 13 years ago
Enable testing on travis More... over 13 years ago
Add several convenience methods to descriptors to avoid manual interpretation of bits. See #8 More... over 13 years ago
Move libusb-gem-version into it's own file to avoid dependencies to other gems in gemspec - this is usually no good idea. More... over 13 years ago
Bump VERSION to 0.3.0 More... over 13 years ago
Replace Hoe with Bundler More... over 13 years ago
Fix small inaccuracy in documentation More... almost 14 years ago
Add some more documentation More... almost 14 years ago
Add some documentation More... almost 14 years ago
Move CompletionFlag from Call to Context namespace More... almost 14 years ago
Merge branch 'minor-typo-fixes' of https://github.com/nibua-r/libusb More... almost 14 years ago
Add extension for integration into EventMachine. More... almost 14 years ago
Add notification API for libusb's file describtors. More... almost 14 years ago
Add asynchronous DevHandle#{control|interrupt|bulk}_transfer method variants and the ability to retrieve the data already transfered when it comes to an exception. More... almost 14 years ago