summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Android: Add examples and stress testsToby Gray2013-08-116-51/+250
* Android: Add formal Android supportToby Gray2013-08-117-27/+216
* Core: Add compile time option to use native OS logging facilityToby Gray2013-08-094-11/+56
* linux: ensure the netlink socket is correctly opened with older Linux kernelsNathan Hjelm2013-08-072-7/+31
* Core: Fix potential segfault caused by using freed memoryChris Dickens2013-08-071-1/+2
* Windows: Fix race between windows_clock_gettime_threaded() and windows_clock_...Simon Haggett2013-08-082-2/+13
* WinCE: Fix race between wince_clock_gettime_threaded() and wince_clock_gettime()Simon Haggett2013-08-082-2/+13
* Windows: fd_to_winfd() shouldn't treat fd 0 as invalidSimon Haggett2013-08-081-1/+1
* README: Add OS X specific notesSean McBride2013-08-022-1/+13
* Core: correctly check usbi_read() returned valueChris Dickens2013-08-022-3/+3
* Core: defensive programmingSean McBride2013-08-022-3/+5
* darwin: fix clang warnings about explicit conversionhjelmn2013-07-302-4/+4
* fixed link errors by adding missing files to Xcode projectSean McBride2013-07-302-1/+17
* made some globals static to fix warningsSean McBride2013-07-304-10/+10
* fixed some clang -Wdocumentation warnings from bad doxygen markupSean McBride2013-07-303-4/+4
* fixed compiler warning about possible uninitialized use by zero initializingSean McBride2013-07-302-2/+3
* make targets for examples depend on library target. Generate library named l...Sean McBride2013-07-308-52/+288
* Xcode: build for 32 and 64 bitsLudovic Rousseau2013-07-302-1/+3
* Xcode: remove implicit/default configurationLudovic Rousseau2013-07-302-20/+1
* Add minimal config.h for XcodeLudovic Rousseau2013-07-302-1/+29
* Adapt Xcode project to the new pathsLudovic Rousseau2013-07-302-3/+5
* Move Xcode project in Xcode/ directoryLudovic Rousseau2013-07-302-1/+1
* Xcode projectLudovic Rousseau2013-07-302-1/+789
* linux_netlink: Remove use of pthread_cancelHans de Goede2013-07-302-15/+45
* linux_netlink: close netlink socket on init errorHans de Goede2013-07-302-1/+3
* hotplug: Remove use of pthread_cancel from linux_udevChris Dickens2013-07-302-16/+49
* linux: Use a separate lock to serialize start/stop vs hotplug eventsHans de Goede2013-07-302-8/+18
* work around Linux systems that don't provide SOCK_CLOEXEC or SOCK_NONBLOCKhjelmn2013-07-302-2/+17
* fix warnings in linux_get_device_addresshjelmn2013-07-302-9/+17
* include stdlib.h for free and realloc in libusbi.hhjelmn2013-07-302-1/+3
* Silence automake 1.14 warningNathan Hjelm2013-07-302-1/+3
* Add checks for headers needed by linux/netlink.hNathan Hjelm2013-07-303-6/+27
* keep a reference to the device for each active transfer and let the backend h...Nathan Hjelm2013-07-303-13/+5
* hotplug: Pass explicit context to callbacksFlorian Albrechtskirchinger2013-07-232-3/+2
* Prepare for 1.0.16 final releasev1.0.16Hans de Goede2013-07-113-3/+3
* 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