aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix a cast warning when compiling for x64 in VSPete Batard2013-08-131-1/+1
* Windows: Fix VS2010 project filesPete Batard2013-08-121-1/+1
* Android: Add examples and stress testsToby Gray2013-08-111-1/+1
* Android: Add formal Android supportToby Gray2013-08-111-1/+1
* Core: Add compile time option to use native OS logging facilityToby Gray2013-08-091-1/+1
* linux: ensure the netlink socket is correctly opened with older Linux kernelsNathan Hjelm2013-08-071-1/+1
* Windows: Fix race between windows_clock_gettime_threaded() and windows_clock_...Simon Haggett2013-08-081-1/+1
* WinCE: Fix race between wince_clock_gettime_threaded() and wince_clock_gettime()Simon Haggett2013-08-081-1/+1
* README: Add OS X specific notesSean McBride2013-08-021-1/+1
* Core: correctly check usbi_read() returned valueChris Dickens2013-08-021-1/+1
* Core: defensive programmingSean McBride2013-08-021-1/+1
* darwin: fix clang warnings about explicit conversionhjelmn2013-07-301-1/+1
* fixed link errors by adding missing files to Xcode projectSean McBride2013-07-301-1/+1
* made some globals static to fix warningsSean McBride2013-07-301-1/+1
* fixed some clang -Wdocumentation warnings from bad doxygen markupSean McBride2013-07-301-1/+1
* fixed compiler warning about possible uninitialized use by zero initializingSean McBride2013-07-301-1/+1
* make targets for examples depend on library target. Generate library named l...Sean McBride2013-07-301-1/+1
* Xcode: build for 32 and 64 bitsLudovic Rousseau2013-07-301-1/+1
* Xcode: remove implicit/default configurationLudovic Rousseau2013-07-301-1/+1
* Add minimal config.h for XcodeLudovic Rousseau2013-07-301-1/+1
* Adapt Xcode project to the new pathsLudovic Rousseau2013-07-301-1/+1
* Move Xcode project in Xcode/ directoryLudovic Rousseau2013-07-301-1/+1
* Xcode projectLudovic Rousseau2013-07-301-1/+1
* linux_netlink: Remove use of pthread_cancelHans de Goede2013-07-301-1/+1
* linux_netlink: close netlink socket on init errorHans de Goede2013-07-301-1/+1
* hotplug: Remove use of pthread_cancel from linux_udevChris Dickens2013-07-301-1/+1
* linux: Use a separate lock to serialize start/stop vs hotplug eventsHans de Goede2013-07-301-1/+1
* work around Linux systems that don't provide SOCK_CLOEXEC or SOCK_NONBLOCKhjelmn2013-07-301-1/+1
* fix warnings in linux_get_device_addresshjelmn2013-07-301-1/+1
* include stdlib.h for free and realloc in libusbi.hhjelmn2013-07-301-1/+1
* Silence automake 1.14 warningNathan Hjelm2013-07-301-1/+1
* Add checks for headers needed by linux/netlink.hNathan Hjelm2013-07-301-1/+1
* keep a reference to the device for each active transfer and let the backend h...Nathan Hjelm2013-07-301-1/+1
* hotplug: Pass explicit context to callbacksFlorian Albrechtskirchinger2013-07-231-1/+1
* Prepare for 1.0.16 final releaseHans de Goede2013-07-111-1/+1
* Prepare for 1.0.16-rc3 releaseHans de Goede2013-07-061-1/+1
* Documentation: add an Using an event handling thread sectionHans de Goede2013-07-051-1/+1
* Documentation: explain the 2 main viable event handling approachesHans de Goede2013-07-051-1/+1
* hotplug: Wakeup libusb_handle_events on libusb_hotplug_deregister_callbackHans de Goede2013-07-051-1/+1
* hotplug: Give the usbi_hotplug_match* functions a context parameterHans de Goede2013-07-051-1/+1
* Doc: update hotplug, topology and descriptor documentationPete Batard2013-07-041-1/+1
* Prepare for 1.0.16-rc2 releaseHans de Goede2013-07-011-1/+1
* Core: Use fputs(3) instead of fprintf(3)Tim Roberts2013-06-301-1/+1
* Core: Fix writing of log lines a single fprintf callPete Batard2013-06-301-1/+1
* Core: Make writing of log lines a single fprintf call.Toby Gray2013-06-271-1/+1
* core: Always warn when there are leaked device refs on exitHans de Goede2013-06-271-1/+1
* Core: Avoid passing uninitialised data down the hotplug pipe.Toby Gray2013-06-261-1/+1
* core.c: Initialize auto_detach_kernel_driver to 0 for new handleChris Dickens2013-06-261-1/+1
* openbsd: Fix memleak in obsd_get_device_list()Hans de Goede2013-06-261-1/+1
* core: Only do hotplug cleanup for hotplug capable backendsHans de Goede2013-06-261-1/+1