summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-22Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede1-1/+1
2014-04-07 Updated netlink code to parse events that do not contain BUSNUM andJustin Bischoff1-1/+1
2014-04-07examples: fix incorrect error message in fxloadCarl Karsten1-1/+1
2014-03-21Removed obsolete comment related to libusbx forkSean McBride1-1/+1
2014-03-21Enabled LTO optimization in release in Xcode projectSean McBride1-1/+1
2014-03-21Removed empty \see statements, fixing -Wdocumentation warningsSean McBride1-1/+1
2014-03-21Enabled additional warnings in Xcode projectSean McBride1-1/+1
2014-03-21darwin: squash warning about returning size_t as intNathan Hjelm1-1/+1
2014-03-20Documentation: Update the doxygen taglinePete Batard1-1/+1
2014-02-26darwin: use destructor function instead of atexit to cleanup stateNathan Hjelm1-1/+1
2014-02-19Windows: Add support for AMD USB 3.0 root hubsMarkus Heidelberg1-1/+1
2014-02-02Documentation: fix hotplug exampleMarkus Heidelberg1-1/+1
2014-02-01Windows: Add support for (old?) Intel USB 3.0 hub driverPete Batard1-1/+1
2014-01-25libusb 1.0.18Pete Batard1-1/+1
2014-01-25Windows: Fix MinGW parallel buildxantares1-1/+1
2014-01-21Darwin: Fix Xcode warning in 'struct timeval' initializationSean McBride1-1/+1
2014-01-08libusb 1.0.18-rc1Pete Batard1-1/+1
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu1-1/+1
2014-01-08Windows: Fix a MinGW compilation issuePete Batard1-1/+1
2014-01-07Darwin: Fix format of 64-bit sessionIDs in log messagesMatthias Bolte1-1/+1
2014-01-07Darwin: Fix a SIGFPEBei Zhang1-1/+1
2014-01-07Darwin: Return error code in darwin_error_str() on unknown errorFrancisco Facioni1-1/+1
2013-12-30Windows: Add SetupAPI error handlingPete Batard1-1/+1
2013-12-28Linux: Remove trailing whitespaceMoritz Fischer1-1/+1
2013-12-28Android: Add support for Linux/Android platformsKuangye Guo1-1/+1
2013-12-28Android: Build for all Android architecturesAndrew Fernandes1-1/+1
2013-12-13Windows: Add Visual Studio 2013 solution filesJoshua Blake1-1/+1
2013-12-06core: fix Doxygen warningLudovic Rousseau1-1/+1
2013-11-27Windows: Fix a crash when HID transfers return no dataPete Batard1-1/+1
2013-11-20core: Make LIBUSB_DEBUG environment variable also work from libusb_exitHans de Goede1-1/+1
2013-11-20hotplug: Fix usb_device memleak with hotunplug events pending on libusb_exitHans de Goede1-1/+1
2013-11-20io: Ensure all pending events are consumed in one libusb_handle_events callHans de Goede1-1/+1
2013-10-08Windows: Add support for VIA VL805 USB 3.0 Host ControllersOmri Iluz1-1/+1
2013-10-06examples: check value returned by ftell()Ludovic Rousseau1-1/+1
2013-10-01Windows: Avoid potential mismatch in transfer error reportingMatthias Bolte1-1/+1
2013-09-29examples: add an option to force a device request for WCID descriptorsPete Batard1-1/+1
2013-09-28examples: fix warningLudovic Rousseau1-1/+1
2013-09-28tests: set output_file to a valid valueLudovic Rousseau1-1/+1
2013-09-28examples: check value returned by libusb_bulk_transfer()Ludovic Rousseau1-1/+1
2013-09-28examples: check the value returned by libusb_handle_events()Ludovic Rousseau1-1/+1
2013-09-28examples: check the value returned by libusb_init()Ludovic Rousseau1-1/+1
2013-09-28linux: take newline into account for sysfs_get_active_configKarsten Koenig1-1/+1
2013-09-20examples: Fix a memory leakLudovic Rousseau1-1/+1
2013-09-20examples: Fix a memory leakLudovic Rousseau1-1/+1
2013-09-15Fix darwin compilation broken by the usbi_get_device_by_session_id changesHans de Goede1-1/+1
2013-09-06Make usbi_get_device_by_session_id return a ref to the found deviceHans de Goede1-1/+1
2013-09-06openbsd: Fix a memleakHans de Goede1-1/+1
2013-09-06openbsd: Fix usbi_sanitize_device error handlingHans de Goede1-1/+1
2013-09-06Release 1.0.17Hans de Goede1-1/+1
2013-09-02Windows: Address an VS2012/x64 warning in hotplug.cXiaofan Chen1-1/+1