summaryrefslogtreecommitdiff
path: root/libusb
AgeCommit message (Expand)AuthorFilesLines
2013-09-28linux: take newline into account for sysfs_get_active_configKarsten Koenig2-2/+2
2013-09-20examples: Fix a memory leakLudovic Rousseau1-1/+1
2013-09-20examples: Fix a memory leakLudovic Rousseau1-1/+1
2013-09-15Fix darwin compilation broken by the usbi_get_device_by_session_id changesHans de Goede2-2/+2
2013-09-06Make usbi_get_device_by_session_id return a ref to the found deviceHans de Goede9-28/+26
2013-09-06openbsd: Fix a memleakHans de Goede2-2/+5
2013-09-06openbsd: Fix usbi_sanitize_device error handlingHans de Goede2-2/+4
2013-09-06Release 1.0.17Hans de Goede2-2/+2
2013-09-02Windows: Address an VS2012/x64 warning in hotplug.cXiaofan Chen2-2/+2
2013-08-30Nathan is a maintainer now, so add him to the READMEHans de Goede1-1/+1
2013-08-30Remove unused THANKS fileHans de Goede1-1/+1
2013-08-30Makefile.am: Add Xcode dir to EXTRA_DISTHans de Goede1-1/+1
2013-08-30Android: Add android build files to source tarballToby Gray1-1/+1
2013-08-28Release 1.0.17-rc1Hans de Goede2-3/+3
2013-08-26darwin: return libusb error codes instead of kernel error codes and fixNathan Hjelm2-4/+6
2013-08-26darwin: clean up some code. remove a clang warningNathan Hjelm2-12/+8
2013-08-21Android: Add further documentation to Android README fileToby Gray1-1/+1
2013-08-21OpenBSD: Add basic support for non ugen(4) devices using usb(4)Martin Pieuchot2-123/+212
2013-08-21openbsd: Split openbsd backend into separate openbsd and netbsd backendsHans de Goede5-3/+745
2013-08-21Clarify alignment requirements for the control transfer bufferPaul Fertser3-5/+7
2013-08-21linux: Handle device disconnection early when possibleChris Dickens5-6/+25
2013-08-21hotplug: Document LIBUSB_HOTPLUG_ENUMERATE gotchasHans de Goede2-1/+13
2013-08-21hotplug: Document that callbacks cannot unregister themselves when called fro...Hans de Goede2-2/+6
2013-08-21hotplug: Don't call the user callback while holding various locksHans de Goede2-8/+18
2013-08-20hotplug: Remove device from usb_devs before signalling its removalHans de Goede2-5/+5
2013-08-20libusb: Fix usb_devs_lock mutex use after free in libusb_init error pathHans de Goede2-5/+5
2013-08-14linux/netlink: correct usage of fcntlNathan Hjelm1-2/+9
2013-08-13Windows: Fix a cast warning when compiling for x64 in VSPete Batard2-2/+2
2013-08-12Windows: Fix VS2010 project filesPete Batard1-1/+1
2013-08-11Android: Add examples and stress testsToby Gray1-1/+1
2013-08-11Android: Add formal Android supportToby Gray3-27/+14
2013-08-09Core: Add compile time option to use native OS logging facilityToby Gray2-6/+33
2013-08-07linux: ensure the netlink socket is correctly opened with older Linux kernelsNathan Hjelm2-7/+31
2013-08-07Core: Fix potential segfault caused by using freed memoryChris Dickens1-1/+2
2013-08-08Windows: Fix race between windows_clock_gettime_threaded() and windows_clock_...Simon Haggett2-2/+13
2013-08-08WinCE: Fix race between wince_clock_gettime_threaded() and wince_clock_gettime()Simon Haggett2-2/+13
2013-08-08Windows: fd_to_winfd() shouldn't treat fd 0 as invalidSimon Haggett1-1/+1
2013-08-02README: Add OS X specific notesSean McBride1-1/+1
2013-08-02Core: correctly check usbi_read() returned valueChris Dickens2-3/+3
2013-08-02Core: defensive programmingSean McBride2-3/+5
2013-07-30darwin: fix clang warnings about explicit conversionhjelmn2-4/+4
2013-07-30fixed link errors by adding missing files to Xcode projectSean McBride1-1/+1
2013-07-30made some globals static to fix warningsSean McBride2-2/+2
2013-07-30fixed some clang -Wdocumentation warnings from bad doxygen markupSean McBride3-4/+4
2013-07-30fixed compiler warning about possible uninitialized use by zero initializingSean McBride2-2/+3
2013-07-30make targets for examples depend on library target. Generate library named l...Sean McBride1-1/+1
2013-07-30Xcode: build for 32 and 64 bitsLudovic Rousseau1-1/+1
2013-07-30Xcode: remove implicit/default configurationLudovic Rousseau1-1/+1
2013-07-30Add minimal config.h for XcodeLudovic Rousseau1-1/+1
2013-07-30Adapt Xcode project to the new pathsLudovic Rousseau1-1/+1