summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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