summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libusb 1.0.19v1.0.19Hans de Goede2014-06-133-2/+3
* Fix leak in failure path of libusb_get_max_packet_size()John Sheu2014-06-131-5/+13
* Fixed clang static analyzer warning about dereferencing nullSean McBride2014-06-102-2/+2
* Made darwin_hotplug_poll static to fix Xcode warningSean McBride2014-06-102-2/+2
* libusb 1.0.19-rc2v1.0.19-rc2Hans de Goede2014-05-304-3/+4
* libusb_submit_transfer: Don't reference the device on submission failureHans de Goede2014-05-302-4/+4
* libusb_submit_transfer: Fix possible deadlockHans de Goede2014-05-302-3/+3
* linux_udev: Fix a Coverity warningHans de Goede2014-05-302-2/+3
* linux_usbfs: op_handle_events: Protect against not finding the device-handleHans de Goede2014-05-302-1/+7
* linux_usbfs: Don't mark init_count as volatileHans de Goede2014-05-302-2/+2
* Fix a small typo in comment to free_streams()Lars Kanis2014-05-301-1/+1
* Windows: fix broken WDK compilation for XP targetsPete Batard2014-05-202-2/+2
* ChangeLog: Add an entry about the Russian strerror translationHans de Goede2014-05-192-1/+2
* 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