summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* threads_posix: use backend clock_gettime()darwin_gettime_fixNathan Hjelm2016-02-252-2/+3
* travis: fix typoNathan Hjelm2016-02-252-2/+2
* travis: ensure udev is installedNathan Hjelm2016-02-252-1/+5
* Add Travis CI configurationNathan Hjelm2016-02-252-1/+15
* core: Remove POSIX threads influence from synchronization codeChris Dickens2016-02-249-96/+79
* Misc: Remove unused definitions for usbi_cond_signal()Chris Dickens2016-02-244-22/+1
* Misc: Document the return code for control transfers that are too largeChris Dickens2016-02-244-1/+7
* Misc: Add libusb_interrupt_event_handler() to API docs pageChris Dickens2016-02-242-1/+2
* Misc: Prefix doxygen references in order to namespace libusbChris Dickens2016-02-248-210/+210
* Misc: Make API parameter names consistent and sensibleChris Dickens2016-02-247-169/+168
* sync: Allow transferred argument to be optional in bulk APIsChris Dickens2016-02-232-4/+10
* windows: Fix compilation for MSYS2Evan Hunter2016-02-232-2/+2
* linux_netlink: Add message authentication and clean up parsingChris Dickens2016-02-232-53/+77
* linux_netlink: Add useful debug messages and clean up error handlingChris Dickens2016-02-232-79/+91
* linux_netlink: Remove unnecessary header includes and conditionalsChris Dickens2016-02-233-16/+3
* Windows: Fix style issues in threading codeChris Dickens2016-01-303-130/+189
* Windows: Move definitions for Cygwin.KIMURA Masaru2016-01-283-9/+9
* Windows (winusb): Fix build break introduced in c8f71151 due to typoChris Dickens2016-01-282-2/+2
* Misc: Minor stylistic improvements to libusbi.hChris Dickens2016-01-282-53/+58
* Windows/WinCE: Improve the run-time dynamic linking schemeChris Dickens2016-01-287-160/+246
* Windows: Fix some minor issues in windows_nt_common.cChris Dickens2016-01-282-9/+9
* WinCE: Remove unnecessary/unused structureChris Dickens2016-01-283-8/+2
* WinCE: Miscellaneous changesChris Dickens2016-01-282-88/+109
* Windows: Ensure proper cleanup when backend init() functions failChris Dickens2016-01-273-15/+29
* Windows: Fix DDK compilationPete Batard2016-01-272-2/+3
* Windows: Minor improvements to windows_nt_common.cChris Dickens2016-01-272-4/+6
* Windows: Replace open-coded string alloc + copy with _strdup()Chris Dickens2016-01-273-9/+5
* Windows: Fix compilation warnings when logging is disabledChris Dickens2016-01-273-7/+7
* Windows (usbdk): Remove unnecessary bookkeepingChris Dickens2016-01-272-7/+3
* Windows (usbdk): Remove unnecessary/unused structureChris Dickens2016-01-272-8/+2
* Misc: Fix up Visual Studio project filesChris Dickens2016-01-2713-66/+79
* Windows: Source file cleanupChris Dickens2016-01-268-1990/+2009
* Misc: Minor makefile cleanupChris Dickens2016-01-262-10/+8
* build: Integrate usbdk backendDmitry Fleytman2016-01-2611-4/+753
* usbdk: Introduce usbdk backendDmitry Fleytman2016-01-266-1/+1090
* windows: Rename windows_usb.h/c windows_winusb.h/cDmitry Fleytman2016-01-2321-39/+39
* windows: Move common definitions to a separate fileDmitry Fleytman2016-01-2311-555/+711
* linux: Correctly return device configuration when using usbfsChris Dickens2016-01-232-24/+20
* WinCE: Fix printf format specifiersChris Dickens2016-01-062-10/+10
* Windows: Fix printf format specifiers in poll_windows.cChris Dickens2016-01-062-6/+6
* Windows: Fix compiler warnings due to type mismatchesChris Dickens2016-01-063-27/+27
* Windows: Use strcasecmp() instead of stricmp() on CygwinChris Dickens2016-01-062-2/+2
* Examples: fix typo in Nathan Hjelm emailLudovic Rousseau2016-01-062-2/+2
* Windows: Add Visual Studio 2015 supportBrent Rector2016-01-0612-2/+1439
* Windows: Patch to support VirtualHubjohannrichard2016-01-052-2/+2
* Misc: Spelling fixesTobias Klauser2016-01-0510-10/+10
* Misc: Simplify Haiku build and fix broken parallel buildChris Dickens2015-12-1712-840/+768
* API: Add libusb_interrupt_event_handler() functionChris Dickens2015-12-175-2/+36
* core: Store different event types as a bitmask within the contextChris Dickens2015-12-173-10/+16
* darwin: updates to support el capitanNathan Hjelm2015-11-213-7/+79