summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* libusb 1.0.19-rc1v1.0.19-rc1Hans de Goede2014-05-191-1/+1
* strerrror.c: Add Russian translationЛарионов Даниил2014-05-191-1/+1
* windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard2014-05-181-1/+1
* samples: set xusb to also produce debug output during init when -d is specifiedPete Batard2014-05-181-1/+1
* core: fix/silence issues reported by CoverityPete Batard2014-05-161-1/+1
* darwin: initial implemenations of the hotplug_poll functionNathan Hjelm2014-05-121-1/+1
* Windows: Fix broken WDK compilationPete Batard2014-05-081-1/+1
* darwin: correct endpoint address calculationNathan Hjelm2014-05-061-1/+1
* darwin: code cleanupNathan Hjelm2014-05-061-1/+1
* darwin: Add support for bulk stream transfers.Nathan Hjelm2014-05-061-1/+1
* Use @rpath in Xcode projectSean McBride2014-05-061-1/+1
* Removed unneeded castsSean McBride2014-05-061-1/+1
* Add API for using bulk streamsHans de Goede2014-04-221-1/+1
* Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede2014-04-221-1/+1
* Updated netlink code to parse events that do not contain BUSNUM andJustin Bischoff2014-04-071-1/+1
* examples: fix incorrect error message in fxloadCarl Karsten2014-04-071-1/+1
* Removed obsolete comment related to libusbx forkSean McBride2014-03-211-1/+1
* Enabled LTO optimization in release in Xcode projectSean McBride2014-03-211-1/+1
* Removed empty \see statements, fixing -Wdocumentation warningsSean McBride2014-03-211-1/+1
* Enabled additional warnings in Xcode projectSean McBride2014-03-211-1/+1
* darwin: squash warning about returning size_t as intNathan Hjelm2014-03-211-1/+1
* Documentation: Update the doxygen taglinePete Batard2014-03-201-1/+1
* darwin: use destructor function instead of atexit to cleanup stateNathan Hjelm2014-02-261-1/+1
* Windows: Add support for AMD USB 3.0 root hubsMarkus Heidelberg2014-02-191-1/+1
* Documentation: fix hotplug exampleMarkus Heidelberg2014-02-021-1/+1
* Windows: Add support for (old?) Intel USB 3.0 hub driverPete Batard2014-02-011-1/+1
* libusb 1.0.18v1.0.18Pete Batard2014-01-251-1/+1
* Windows: Fix MinGW parallel buildxantares2014-01-251-1/+1
* Darwin: Fix Xcode warning in 'struct timeval' initializationSean McBride2014-01-211-1/+1
* libusb 1.0.18-rc1v1.0.18-rc1Pete Batard2014-01-081-1/+1
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-1/+1
* Windows: Fix a MinGW compilation issuePete Batard2014-01-081-1/+1
* Darwin: Fix format of 64-bit sessionIDs in log messagesMatthias Bolte2014-01-071-1/+1
* Darwin: Fix a SIGFPEBei Zhang2014-01-071-1/+1
* Darwin: Return error code in darwin_error_str() on unknown errorFrancisco Facioni2014-01-071-1/+1
* Windows: Add SetupAPI error handlingPete Batard2013-12-301-1/+1
* Linux: Remove trailing whitespaceMoritz Fischer2013-12-281-1/+1
* Android: Add support for Linux/Android platformsKuangye Guo2013-12-281-1/+1
* Android: Build for all Android architecturesAndrew Fernandes2013-12-281-1/+1
* Windows: Add Visual Studio 2013 solution filesJoshua Blake2013-12-131-1/+1
* core: fix Doxygen warningLudovic Rousseau2013-12-061-1/+1
* Windows: Fix a crash when HID transfers return no dataPete Batard2013-11-271-1/+1
* core: Make LIBUSB_DEBUG environment variable also work from libusb_exitHans de Goede2013-11-201-1/+1
* hotplug: Fix usb_device memleak with hotunplug events pending on libusb_exitHans de Goede2013-11-201-1/+1
* io: Ensure all pending events are consumed in one libusb_handle_events callHans de Goede2013-11-201-1/+1
* Windows: Add support for VIA VL805 USB 3.0 Host ControllersOmri Iluz2013-10-081-1/+1
* examples: check value returned by ftell()Ludovic Rousseau2013-10-061-1/+1
* Windows: Avoid potential mismatch in transfer error reportingMatthias Bolte2013-10-011-1/+1
* examples: add an option to force a device request for WCID descriptorsPete Batard2013-09-291-1/+1
* examples: fix warningLudovic Rousseau2013-09-281-1/+1