summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* travis: Update config fileChris Dickens2016-02-251-1/+1
* travis: fix typoNathan Hjelm2016-02-251-1/+1
* travis: ensure udev is installedNathan Hjelm2016-02-251-1/+1
* Add Travis CI configurationNathan Hjelm2016-02-251-1/+1
* core: Remove POSIX threads influence from synchronization codeChris Dickens2016-02-241-1/+1
* Misc: Remove unused definitions for usbi_cond_signal()Chris Dickens2016-02-241-1/+1
* Misc: Document the return code for control transfers that are too largeChris Dickens2016-02-241-1/+1
* Misc: Add libusb_interrupt_event_handler() to API docs pageChris Dickens2016-02-241-1/+1
* Misc: Prefix doxygen references in order to namespace libusbChris Dickens2016-02-241-1/+1
* Misc: Make API parameter names consistent and sensibleChris Dickens2016-02-241-1/+1
* sync: Allow transferred argument to be optional in bulk APIsChris Dickens2016-02-231-1/+1
* windows: Fix compilation for MSYS2Evan Hunter2016-02-231-1/+1
* linux_netlink: Add message authentication and clean up parsingChris Dickens2016-02-231-1/+1
* linux_netlink: Add useful debug messages and clean up error handlingChris Dickens2016-02-231-1/+1
* linux_netlink: Remove unnecessary header includes and conditionalsChris Dickens2016-02-231-1/+1
* Windows: Fix style issues in threading codeChris Dickens2016-01-301-1/+1
* Windows: Move definitions for Cygwin.KIMURA Masaru2016-01-281-1/+1
* Windows (winusb): Fix build break introduced in c8f71151 due to typoChris Dickens2016-01-281-1/+1
* Misc: Minor stylistic improvements to libusbi.hChris Dickens2016-01-281-1/+1
* Windows/WinCE: Improve the run-time dynamic linking schemeChris Dickens2016-01-281-1/+1
* Windows: Fix some minor issues in windows_nt_common.cChris Dickens2016-01-281-1/+1
* WinCE: Remove unnecessary/unused structureChris Dickens2016-01-281-1/+1
* WinCE: Miscellaneous changesChris Dickens2016-01-281-1/+1
* Windows: Ensure proper cleanup when backend init() functions failChris Dickens2016-01-271-1/+1
* Windows: Fix DDK compilationPete Batard2016-01-271-1/+1
* Windows: Minor improvements to windows_nt_common.cChris Dickens2016-01-271-1/+1
* Windows: Replace open-coded string alloc + copy with _strdup()Chris Dickens2016-01-271-1/+1
* Windows: Fix compilation warnings when logging is disabledChris Dickens2016-01-271-1/+1
* Windows (usbdk): Remove unnecessary bookkeepingChris Dickens2016-01-271-1/+1
* Windows (usbdk): Remove unnecessary/unused structureChris Dickens2016-01-271-1/+1
* Misc: Fix up Visual Studio project filesChris Dickens2016-01-271-1/+1
* Windows: Source file cleanupChris Dickens2016-01-261-1/+1
* Misc: Minor makefile cleanupChris Dickens2016-01-261-1/+1
* build: Integrate usbdk backendDmitry Fleytman2016-01-261-1/+1
* usbdk: Introduce usbdk backendDmitry Fleytman2016-01-261-1/+1
* windows: Rename windows_usb.h/c windows_winusb.h/cDmitry Fleytman2016-01-231-1/+1
* windows: Move common definitions to a separate fileDmitry Fleytman2016-01-231-1/+1
* linux: Correctly return device configuration when using usbfsChris Dickens2016-01-231-1/+1
* WinCE: Fix printf format specifiersChris Dickens2016-01-061-1/+1
* Windows: Fix printf format specifiers in poll_windows.cChris Dickens2016-01-061-1/+1
* Windows: Fix compiler warnings due to type mismatchesChris Dickens2016-01-061-1/+1
* Windows: Use strcasecmp() instead of stricmp() on CygwinChris Dickens2016-01-061-1/+1
* Examples: fix typo in Nathan Hjelm emailLudovic Rousseau2016-01-061-1/+1
* Windows: Add Visual Studio 2015 supportBrent Rector2016-01-061-1/+1
* Windows: Patch to support VirtualHubjohannrichard2016-01-051-1/+1
* Misc: Spelling fixesTobias Klauser2016-01-051-1/+1
* Misc: Simplify Haiku build and fix broken parallel buildChris Dickens2015-12-171-1/+1
* API: Add libusb_interrupt_event_handler() functionChris Dickens2015-12-171-1/+1
* core: Store different event types as a bitmask within the contextChris Dickens2015-12-171-1/+1
* darwin: updates to support el capitanNathan Hjelm2015-11-211-1/+1