summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Misc: Simplify Haiku build and fix broken parallel buildbaserock/v1.0.20+parallel-build-fixChris Dickens2016-03-0911-839/+767
* libusb 1.0.20v1.0.20Chris Dickens2015-09-133-3/+3
* libusb 1.0.20-rc3v1.0.20-rc3Chris Dickens2015-09-053-3/+3
* core: Add RC string to libusb version messageChris Dickens2015-09-052-3/+3
* Windows: Fix some build warnings/link issuesChris Dickens2015-09-053-8/+16
* io: Always complete transfers regardless of timerfd errorsChris Dickens2015-09-032-9/+8
* libusb 1.0.20-rc2v1.0.20-rc2Chris Dickens2015-09-023-3/+5
* core: Record when a transfer timeout has been handledChris Dickens2015-09-023-4/+8
* Examples: fxload improvementsChris Dickens2015-08-042-8/+29
* core: Correctly report cancellations due to timeoutsChris Dickens2015-08-042-3/+4
* linux_usbfs: Set reap action to CANCELLED only when successfulChris Dickens2015-08-042-13/+11
* linux: Assume usbfs path = /dev/bus/usb when using UDEVHans de Goede2015-08-042-1/+9
* Misc: Remove autom4te.cache directory from Haiku during 'make dist'Chris Dickens2015-07-292-2/+3
* libusb 1.0.20-rc1v1.0.20-rc1Chris Dickens2015-07-294-6/+31
* API: Add libusb_free_pollfds() functionChris Dickens2015-07-294-4/+26
* linux_usbfs: use calloc for multiplicationMarcus Meissner2015-07-282-6/+3
* Use locally defined MIN macro instead of min which is (possibly) defined in w...Tim Hutt2015-07-283-3/+3
* Windows: Close HID handles when closing composite devicesChris Dickens2015-07-282-10/+17
* Windows: Remove redundant check in windows_claim_interface()Chris Dickens2015-07-282-4/+1
* Windows: Destroy autoclaim_lock during cleanupChris Dickens2015-07-282-1/+3
* linux_usbfs: Fix memory allocation failure.Gaurav2015-05-192-1/+4
* Misc: Fix doxygen comment for MaxPower field with respect to super-speedTobias Klauser2015-05-132-2/+3
* Windows: Check for "calloc" allocation failure.Gaurav2015-05-131-0/+4
* core: Copy transfer timeout to local variable before usingChris Dickens2015-05-072-9/+6
* core: Miscellaneous transfer timeout improvementsChris Dickens2015-05-072-9/+7
* examples: Address issues reported by Markus ElfringChris Dickens2015-04-282-11/+16
* core: Remove unused member add_iso_packet_size from struct usbi_os_backendTobias Klauser2015-04-2810-16/+2
* Misc: Remove unnecessary \n from log messagesMatthias Bolte2015-04-288-12/+12
* WinCE: Unlock mutex when error occurs during event handlingChris Dickens2015-04-272-1/+3
* WinCE: Fix return from void functionChris Dickens2015-04-272-2/+2
* WinCE: Make whitespace consistent across entire fileChris Dickens2015-04-272-63/+64
* WinCE: Remove use of dedicated timer threadChris Dickens2015-04-272-185/+21
* WinCE: Remove unused errno header and local variableChris Dickens2015-04-272-3/+1
* core: generalize comment about setting configurations with claimed interfacesAntonio Ospite2015-04-272-4/+5
* core: use the actual signature of libusb_get_configuration() in the docsAntonio Ospite2015-04-272-2/+3
* Windows: Remove erroneous call to CloseHandle and add commentsChris Dickens2015-04-272-2/+3
* Windows: Improve monotonic clock_gettime() implementationChris Dickens2015-04-223-137/+125
* Windows: Fix wIndex in setup packet for config descriptor requestChris Dickens2015-04-212-3/+3
* windows: fix broken bus number lookupPete Batard2015-03-052-3/+6
* Remove -c flag. Erroneous output caused on androidVenkatesh Shukla2015-03-012-4/+1
* Misc: Update README to include Haiku backendChris Dickens2015-03-012-4/+5
* Misc: Remove comment that no longer makes senseChris Dickens2015-03-012-4/+1
* linux: Fix format specifiers for sscanf() callsChris Dickens2015-03-012-3/+3
* core: Add internal transfer state managementChris Dickens2015-03-014-122/+174
* misc: fix typos in commentsorbitcowboy2015-02-163-4/+4
* darwin: fix resource leak (cached devices are never freed)parafin2015-02-122-1/+13
* darwin: Fix build break and warning caused by commit 699db154Chris Dickens2015-01-312-3/+2
* haiku: Transition to use new transfer completion APIChris Dickens2015-01-264-52/+25
* openbsd: Transition to use new transfer completion APIChris Dickens2015-01-262-73/+8
* netbsd: Transition to use new transfer completion APIChris Dickens2015-01-262-73/+8