summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* libusb 1.0.20v1.0.20Chris Dickens2015-09-131-1/+1
* libusb 1.0.20-rc3v1.0.20-rc3Chris Dickens2015-09-051-1/+1
* core: Add RC string to libusb version messageChris Dickens2015-09-051-1/+1
* Windows: Fix some build warnings/link issuesChris Dickens2015-09-051-1/+1
* io: Always complete transfers regardless of timerfd errorsChris Dickens2015-09-031-1/+1
* libusb 1.0.20-rc2v1.0.20-rc2Chris Dickens2015-09-021-1/+1
* core: Record when a transfer timeout has been handledChris Dickens2015-09-021-1/+1
* Examples: fxload improvementsChris Dickens2015-08-041-1/+1
* core: Correctly report cancellations due to timeoutsChris Dickens2015-08-041-1/+1
* linux_usbfs: Set reap action to CANCELLED only when successfulChris Dickens2015-08-041-1/+1
* linux: Assume usbfs path = /dev/bus/usb when using UDEVHans de Goede2015-08-041-1/+1
* Misc: Remove autom4te.cache directory from Haiku during 'make dist'Chris Dickens2015-07-291-1/+1
* libusb 1.0.20-rc1v1.0.20-rc1Chris Dickens2015-07-291-1/+1
* API: Add libusb_free_pollfds() functionChris Dickens2015-07-291-1/+1
* linux_usbfs: use calloc for multiplicationMarcus Meissner2015-07-281-1/+1
* Use locally defined MIN macro instead of min which is (possibly) defined in w...Tim Hutt2015-07-281-1/+1
* Windows: Close HID handles when closing composite devicesChris Dickens2015-07-281-1/+1
* Windows: Remove redundant check in windows_claim_interface()Chris Dickens2015-07-281-1/+1
* Windows: Destroy autoclaim_lock during cleanupChris Dickens2015-07-281-1/+1
* linux_usbfs: Fix memory allocation failure.Gaurav2015-05-191-1/+1
* Misc: Fix doxygen comment for MaxPower field with respect to super-speedTobias Klauser2015-05-131-1/+1
* core: Copy transfer timeout to local variable before usingChris Dickens2015-05-071-1/+1
* core: Miscellaneous transfer timeout improvementsChris Dickens2015-05-071-1/+1
* examples: Address issues reported by Markus ElfringChris Dickens2015-04-281-1/+1
* core: Remove unused member add_iso_packet_size from struct usbi_os_backendTobias Klauser2015-04-281-1/+1
* Misc: Remove unnecessary \n from log messagesMatthias Bolte2015-04-281-1/+1
* WinCE: Unlock mutex when error occurs during event handlingChris Dickens2015-04-271-1/+1
* WinCE: Fix return from void functionChris Dickens2015-04-271-1/+1
* WinCE: Make whitespace consistent across entire fileChris Dickens2015-04-271-1/+1
* WinCE: Remove use of dedicated timer threadChris Dickens2015-04-271-1/+1
* WinCE: Remove unused errno header and local variableChris Dickens2015-04-271-1/+1
* core: generalize comment about setting configurations with claimed interfacesAntonio Ospite2015-04-271-1/+1
* core: use the actual signature of libusb_get_configuration() in the docsAntonio Ospite2015-04-271-1/+1
* Windows: Remove erroneous call to CloseHandle and add commentsChris Dickens2015-04-271-1/+1
* Windows: Improve monotonic clock_gettime() implementationChris Dickens2015-04-221-1/+1
* Windows: Fix wIndex in setup packet for config descriptor requestChris Dickens2015-04-211-1/+1
* windows: fix broken bus number lookupPete Batard2015-03-051-1/+1
* Remove -c flag. Erroneous output caused on androidVenkatesh Shukla2015-03-011-1/+1
* Misc: Update README to include Haiku backendChris Dickens2015-03-011-1/+1
* Misc: Remove comment that no longer makes senseChris Dickens2015-03-011-1/+1
* linux: Fix format specifiers for sscanf() callsChris Dickens2015-03-011-1/+1
* core: Add internal transfer state managementChris Dickens2015-03-011-1/+1
* misc: fix typos in commentsorbitcowboy2015-02-161-1/+1
* darwin: fix resource leak (cached devices are never freed)parafin2015-02-121-1/+1
* darwin: Fix build break and warning caused by commit 699db154Chris Dickens2015-01-311-1/+1
* haiku: Transition to use new transfer completion APIChris Dickens2015-01-261-1/+1
* openbsd: Transition to use new transfer completion APIChris Dickens2015-01-261-1/+1
* netbsd: Transition to use new transfer completion APIChris Dickens2015-01-261-1/+1
* darwin: Transition to use new transfer completion APIChris Dickens2015-01-261-1/+1
* core: Implement new transfer completion APIChris Dickens2015-01-261-1/+1