summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-18samples: set xusb to also produce debug output during init when -d is specifiedPete Batard2-3/+22
2014-05-16core: fix/silence issues reported by CoverityPete Batard5-29/+38
2014-05-12darwin: initial implemenations of the hotplug_poll functionNathan Hjelm2-5/+17
2014-05-08Windows: Fix broken WDK compilationPete Batard2-14/+15
2014-05-06darwin: correct endpoint address calculationNathan Hjelm2-3/+3
2014-05-06darwin: code cleanupNathan Hjelm3-53/+31
2014-05-06darwin: Add support for bulk stream transfers.Nathan Hjelm3-3/+122
2014-05-06Use @rpath in Xcode projectSean McBride2-1/+2
2014-05-06Removed unneeded castsSean McBride2-6/+6
2014-04-22Add API for using bulk streamsHans de Goede10-9/+116
2014-04-22Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede10-1/+149
2014-04-07 Updated netlink code to parse events that do not contain BUSNUM andJustin Bischoff3-3/+40
2014-04-07examples: fix incorrect error message in fxloadCarl Karsten2-2/+2
2014-03-21Removed obsolete comment related to libusbx forkSean McBride2-2/+1
2014-03-21Enabled LTO optimization in release in Xcode projectSean McBride2-1/+2
2014-03-21Removed empty \see statements, fixing -Wdocumentation warningsSean McBride2-13/+13
2014-03-21Enabled additional warnings in Xcode projectSean McBride2-2/+11
2014-03-21darwin: squash warning about returning size_t as intNathan Hjelm3-3/+3
2014-03-20Documentation: Update the doxygen taglinePete Batard2-2/+2
2014-02-26darwin: use destructor function instead of atexit to cleanup stateNathan Hjelm2-8/+3
2014-02-19Windows: Add support for AMD USB 3.0 root hubsMarkus Heidelberg2-3/+3
2014-02-02Documentation: fix hotplug exampleMarkus Heidelberg2-2/+7
2014-02-01Windows: Add support for (old?) Intel USB 3.0 hub driverPete Batard2-2/+2
2014-01-25libusb 1.0.18Pete Batard4-3/+4
2014-01-25Windows: Fix MinGW parallel buildxantares2-2/+2
2014-01-21Darwin: Fix Xcode warning in 'struct timeval' initializationSean McBride2-2/+2
2014-01-08libusb 1.0.18-rc1Pete Batard4-3/+20
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu78-1316/+455
2014-01-08Windows: Fix a MinGW compilation issuePete Batard2-1/+6
2014-01-07Darwin: Fix format of 64-bit sessionIDs in log messagesMatthias Bolte2-5/+5
2014-01-07Darwin: Fix a SIGFPEBei Zhang2-3/+9
2014-01-07Darwin: Return error code in darwin_error_str() on unknown errorFrancisco Facioni2-2/+4
2013-12-30Windows: Add SetupAPI error handlingPete Batard2-1/+15
2013-12-28Linux: Remove trailing whitespaceMoritz Fischer2-5/+5
2013-12-28Android: Add support for Linux/Android platformsKuangye Guo4-10/+32
2013-12-28Android: Build for all Android architecturesAndrew Fernandes3-2/+8
2013-12-13Windows: Add Visual Studio 2013 solution filesJoshua Blake11-1/+1422
2013-12-06core: fix Doxygen warningLudovic Rousseau2-2/+2
2013-11-27Windows: Fix a crash when HID transfers return no dataPete Batard2-13/+15
2013-11-20core: Make LIBUSB_DEBUG environment variable also work from libusb_exitHans de Goede2-8/+15
2013-11-20hotplug: Fix usb_device memleak with hotunplug events pending on libusb_exitHans de Goede2-1/+15
2013-11-20io: Ensure all pending events are consumed in one libusb_handle_events callHans de Goede2-1/+12
2013-10-08Windows: Add support for VIA VL805 USB 3.0 Host ControllersOmri Iluz2-2/+2
2013-10-06examples: check value returned by ftell()Ludovic Rousseau2-2/+6
2013-10-01Windows: Avoid potential mismatch in transfer error reportingMatthias Bolte2-2/+2
2013-09-29examples: add an option to force a device request for WCID descriptorsPete Batard2-2/+12
2013-09-28examples: fix warningLudovic Rousseau2-2/+2
2013-09-28tests: set output_file to a valid valueLudovic Rousseau2-1/+2
2013-09-28examples: check value returned by libusb_bulk_transfer()Ludovic Rousseau2-2/+8
2013-09-28examples: check the value returned by libusb_handle_events()Ludovic Rousseau2-2/+4