summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libusb 1.0.19-rc1v1.0.19-rc1Hans de Goede2014-05-195-5/+23
* strerrror.c: Add Russian translationЛарионов Даниил2014-05-192-3/+18
* windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard2014-05-185-23/+183
* samples: set xusb to also produce debug output during init when -d is specifiedPete Batard2014-05-182-3/+22
* core: fix/silence issues reported by CoverityPete Batard2014-05-165-29/+38
* darwin: initial implemenations of the hotplug_poll functionNathan Hjelm2014-05-122-5/+17
* Windows: Fix broken WDK compilationPete Batard2014-05-082-14/+15
* darwin: correct endpoint address calculationNathan Hjelm2014-05-062-3/+3
* darwin: code cleanupNathan Hjelm2014-05-063-53/+31
* darwin: Add support for bulk stream transfers.Nathan Hjelm2014-05-063-3/+122
* Use @rpath in Xcode projectSean McBride2014-05-062-1/+2
* Removed unneeded castsSean McBride2014-05-062-6/+6
* Add API for using bulk streamsHans de Goede2014-04-2210-9/+116
* Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede2014-04-2210-1/+149
* Updated netlink code to parse events that do not contain BUSNUM andJustin Bischoff2014-04-073-3/+40
* examples: fix incorrect error message in fxloadCarl Karsten2014-04-072-2/+2
* Removed obsolete comment related to libusbx forkSean McBride2014-03-212-2/+1
* Enabled LTO optimization in release in Xcode projectSean McBride2014-03-212-1/+2
* Removed empty \see statements, fixing -Wdocumentation warningsSean McBride2014-03-212-13/+13
* Enabled additional warnings in Xcode projectSean McBride2014-03-212-2/+11
* darwin: squash warning about returning size_t as intNathan Hjelm2014-03-213-3/+3
* Documentation: Update the doxygen taglinePete Batard2014-03-202-2/+2
* darwin: use destructor function instead of atexit to cleanup stateNathan Hjelm2014-02-262-8/+3
* Windows: Add support for AMD USB 3.0 root hubsMarkus Heidelberg2014-02-192-3/+3
* Documentation: fix hotplug exampleMarkus Heidelberg2014-02-022-2/+7
* Windows: Add support for (old?) Intel USB 3.0 hub driverPete Batard2014-02-012-2/+2
* libusb 1.0.18v1.0.18Pete Batard2014-01-254-3/+4
* Windows: Fix MinGW parallel buildxantares2014-01-252-2/+2
* Darwin: Fix Xcode warning in 'struct timeval' initializationSean McBride2014-01-212-2/+2
* libusb 1.0.18-rc1v1.0.18-rc1Pete Batard2014-01-084-3/+20
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-0878-1316/+455
* Windows: Fix a MinGW compilation issuePete Batard2014-01-082-1/+6
* Darwin: Fix format of 64-bit sessionIDs in log messagesMatthias Bolte2014-01-072-5/+5
* Darwin: Fix a SIGFPEBei Zhang2014-01-072-3/+9
* Darwin: Return error code in darwin_error_str() on unknown errorFrancisco Facioni2014-01-072-2/+4
* Windows: Add SetupAPI error handlingPete Batard2013-12-302-1/+15
* Linux: Remove trailing whitespaceMoritz Fischer2013-12-282-5/+5
* Android: Add support for Linux/Android platformsKuangye Guo2013-12-284-10/+32
* Android: Build for all Android architecturesAndrew Fernandes2013-12-283-2/+8
* Windows: Add Visual Studio 2013 solution filesJoshua Blake2013-12-1311-1/+1422
* core: fix Doxygen warningLudovic Rousseau2013-12-062-2/+2
* Windows: Fix a crash when HID transfers return no dataPete Batard2013-11-272-13/+15
* core: Make LIBUSB_DEBUG environment variable also work from libusb_exitHans de Goede2013-11-202-8/+15
* hotplug: Fix usb_device memleak with hotunplug events pending on libusb_exitHans de Goede2013-11-202-1/+15
* io: Ensure all pending events are consumed in one libusb_handle_events callHans de Goede2013-11-202-1/+12
* Windows: Add support for VIA VL805 USB 3.0 Host ControllersOmri Iluz2013-10-082-2/+2
* examples: check value returned by ftell()Ludovic Rousseau2013-10-062-2/+6
* Windows: Avoid potential mismatch in transfer error reportingMatthias Bolte2013-10-012-2/+2
* examples: add an option to force a device request for WCID descriptorsPete Batard2013-09-292-2/+12
* examples: fix warningLudovic Rousseau2013-09-282-2/+2