summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.16-rc3 releasev1.0.16-rc3Hans de Goede2013-07-063-3/+4
* Documentation: add an Using an event handling thread sectionHans de Goede2013-07-052-4/+63
* Documentation: explain the 2 main viable event handling approachesHans de Goede2013-07-052-34/+31
* hotplug: Wakeup libusb_handle_events on libusb_hotplug_deregister_callbackHans de Goede2013-07-052-1/+10
* hotplug: Give the usbi_hotplug_match* functions a context parameterHans de Goede2013-07-054-11/+11
* Doc: update hotplug, topology and descriptor documentationPete Batard2013-07-045-16/+36
* Prepare for 1.0.16-rc2 releasev1.0.16-rc2Hans de Goede2013-07-014-3/+6
* Core: Use fputs(3) instead of fprintf(3)Tim Roberts2013-06-302-2/+2
* Core: Fix writing of log lines a single fprintf callPete Batard2013-06-303-19/+15
* Core: Make writing of log lines a single fprintf call.Toby Gray2013-06-273-8/+45
* core: Always warn when there are leaked device refs on exitHans de Goede2013-06-272-5/+6
* Core: Avoid passing uninitialised data down the hotplug pipe.Toby Gray2013-06-262-1/+3
* core.c: Initialize auto_detach_kernel_driver to 0 for new handleChris Dickens2013-06-262-1/+2
* openbsd: Fix memleak in obsd_get_device_list()Hans de Goede2013-06-262-2/+6
* core: Only do hotplug cleanup for hotplug capable backendsHans de Goede2013-06-262-9/+11
* WinCE: ref result of usbi_get_device_by_session_id()Hans de Goede2013-06-262-1/+2
* WinCE: Fix device reference leak which caused crash on libusb_exit().Toby Gray2013-06-262-7/+5
* Misc: Update AUTHORS filePete Batard2013-06-202-3/+5
* Prepare for 1.0.16-rc1 releasev1.0.16-rc1Hans de Goede2013-06-204-3/+23
* autogen.sh: Honor NOCONFIGURE=1Colin Walters2013-06-202-2/+4
* sync.c: Remove code duplicationHans de Goede2013-06-202-36/+24
* sync.c: Do not free an incompleted transferHans de Goede2013-06-202-11/+9
* Revert "Core: Don't wait for completion if cancel_transfer failed"Hans de Goede2013-06-202-11/+9
* Use Android logging when building on AndroidIlya Konstantinov2013-06-202-1/+28
* Linux: Fix get_kernel_driver_active() when another app has claimed the interfaceHans de Goede2013-06-202-2/+2
* Core: fix another compiler warning in libusb_setlocale()Pete Batard2013-06-192-2/+2
* Core: fix compiler warning in libusb_setlocale()Ludovic Rousseau2013-06-192-2/+2
* Fix several -Wconversion warnings from GCC inside the static inline functions.Luca Longinotti2013-06-192-10/+10
* examples: use libusb_set_auto_detach_kernel_driver()Hans de Goede2013-06-193-26/+3
* linux_usbfs: Work around a driver binding race in reset handlingHans de Goede2013-06-192-3/+11
* linux_usbfs: Add support for new disconnect-and-claim ioctlHans de Goede2013-06-193-2/+36
* libusb: Add auto-detach-kernel-driver functionalityHans de Goede2013-06-196-6/+93
* linux_udev: Fix spelling of guarantee in commentHans de Goede2013-06-192-2/+2
* POSIX: Set usbi_pipe to non-blocking by oring O_NONBLOCK to fd flags.Chris Dickens2013-06-172-4/+14
* linux_udev: Don't free the udev_monitor while the event thread may still use itHans de Goede2013-06-172-6/+6
* linux_udev: Join the hotplug-event-thread when we stop event monitoringHans de Goede2013-06-142-6/+7
* libusb_get_bos_descriptor: Don't log an error on devices without a BOSHans de Goede2013-06-142-2/+3
* hotplug: ensure udev monitor fd is non-blockingChris Dickens2013-06-142-1/+14
* linux_udev: Log error code on pthread_create failureHans de Goede2013-06-142-2/+2
* Examples: add a missing \n at end of error messagesLudovic Rousseau2013-06-112-3/+3
* Core: Add a libusb_strerror() functionHans de Goede2013-06-1020-19/+265
* Merge pull request #114 from hjelmn/darwin_device_cacheHans de Goede2013-06-062-243/+299
|\
| * darwin: return correct error code from libusb_get_config_descriptor when the ...Nathan Hjelm2013-06-061-1/+1
| * darwin: increment the reference counter to the parent deviceNathan Hjelm2013-06-061-0/+5
| * darwin: avoid enumerating devices more than onceNathan Hjelm2013-06-062-243/+294
|/
* Windows: Fix broken WDK compilationPete Batard2013-05-302-5/+5
* examples: Add sam3u_benchmark isochronous example by Harald WeltePeter Stuge2013-05-304-1/+198
* Add BOS descriptor supportHans de Goede2013-05-305-2/+631
* Add superspeed endpoint companion descriptor supportHans de Goede2013-05-306-7/+157
* hotplug: Add a hotplug_poll backend functionHans de Goede2013-05-3010-15/+70