summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* misc: revert all references to libusb/libusb.infomergebackhjelmn2013-12-3077-1309/+447
* 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
* tests: set output_file to a valid valueLudovic Rousseau2013-09-282-1/+2
* examples: check value returned by libusb_bulk_transfer()Ludovic Rousseau2013-09-282-2/+8
* examples: check the value returned by libusb_handle_events()Ludovic Rousseau2013-09-282-2/+4
* examples: check the value returned by libusb_init()Ludovic Rousseau2013-09-282-2/+7
* linux: take newline into account for sysfs_get_active_configKarsten Koenig2013-09-282-2/+2
* examples: Fix a memory leakLudovic Rousseau2013-09-202-8/+20
* examples: Fix a memory leakLudovic Rousseau2013-09-202-15/+30
* Fix darwin compilation broken by the usbi_get_device_by_session_id changesHans de Goede2013-09-152-2/+2
* Make usbi_get_device_by_session_id return a ref to the found deviceHans de Goede2013-09-069-28/+26
* openbsd: Fix a memleakHans de Goede2013-09-062-2/+5
* openbsd: Fix usbi_sanitize_device error handlingHans de Goede2013-09-062-2/+4
* configure.ac: uclinux is also linuxGustavo Zacarias2013-09-061-1/+1
* Release 1.0.17v1.0.17Hans de Goede2013-09-063-3/+3
* Windows: Address an VS2012/x64 warning in hotplug.cXiaofan Chen2013-09-022-2/+2
* Nathan is a maintainer now, so add him to the READMEHans de Goede2013-08-302-2/+3
* Remove unused THANKS fileHans de Goede2013-08-302-8/+1
* Makefile.am: Add Xcode dir to EXTRA_DISTHans de Goede2013-08-302-2/+2
* Android: Add android build files to source tarballToby Gray2013-08-302-2/+3
* Release 1.0.17-rc1v1.0.17-rc1Hans de Goede2013-08-284-8/+32
* darwin: return libusb error codes instead of kernel error codes and fixNathan Hjelm2013-08-262-4/+6
* darwin: clean up some code. remove a clang warningNathan Hjelm2013-08-262-12/+8
* Android: Add further documentation to Android README fileToby Gray2013-08-212-1/+91
* OpenBSD: Add basic support for non ugen(4) devices using usb(4)Martin Pieuchot2013-08-212-123/+212
* openbsd: Split openbsd backend into separate openbsd and netbsd backendsHans de Goede2013-08-216-9/+760
* Clarify alignment requirements for the control transfer bufferPaul Fertser2013-08-213-5/+7
* linux: Handle device disconnection early when possibleChris Dickens2013-08-215-6/+25
* hotplug: Document LIBUSB_HOTPLUG_ENUMERATE gotchasHans de Goede2013-08-212-1/+13
* hotplug: Document that callbacks cannot unregister themselves when called fro...Hans de Goede2013-08-212-2/+6
* hotplug: Don't call the user callback while holding various locksHans de Goede2013-08-212-8/+18
* hotplug: Remove device from usb_devs before signalling its removalHans de Goede2013-08-202-5/+5
* libusb: Fix usb_devs_lock mutex use after free in libusb_init error pathHans de Goede2013-08-202-5/+5
* linux/netlink: correct usage of fcntlNathan Hjelm2013-08-141-2/+9
* Windows: Fix a cast warning when compiling for x64 in VSPete Batard2013-08-133-4/+4
* Windows: Fix VS2010 project filesPete Batard2013-08-122-2/+2