summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* darwin: ignore root hub simulation devicesNathan Hjelm2015-10-092-2/+10
* core: Prevent attempts to recursively hande eventsChris Dickens2015-09-288-13/+101
* Windows: Fix potential memory leakChris Dickens2015-09-202-1/+3
* Miscellaneous fixesTobias Klauser2015-09-208-33/+25
* linux_usbfs: Add support for kernels that can reap after disconnectChris Dickens2015-09-203-3/+8
* linux_usbfs: Avoid file descriptor leak in error caseChris Dickens2015-09-202-2/+6
* linux: Filter hotplug events by DEVTYPE of "usb_device"Chris Dickens2015-09-203-2/+10
* linux_usbfs: Only remove the device fd from the pollfd list onceChris Dickens2015-09-202-4/+11
* Docs: Add missing functions to API pageChris Dickens2015-09-132-1/+4
* Windows: Regenerate libusb-1.0.def file from latest DLLChris Dickens2015-09-132-9/+9
* 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