summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
* Fixed Obj-C GC support; fix pthread nameSean McBride2016-09-141-3/+7
* darwin: fix typov1.0.21-rc4Nathan Hjelm2016-09-121-1/+1
* darwin: do not use deprecated OSAtomicIncrement32Barrier in 10.12Nathan Hjelm2016-09-121-5/+19
* darwin: do not use objc_registerThreadWithCollector where deprecatedNathan Hjelm2016-09-071-1/+1
* darwin: work around devices with buggy endpoint descriptorsNathan Hjelm2016-09-071-7/+24
* linux_usbfs: Deal with receiving POLLERR before all transfers have completedHans de Goede2016-08-171-3/+7
* core: Refactor code related to transfer flags and timeout handlingChris Dickens2016-08-171-5/+5
* winnt: Do not differ between cancel / timeout ourselvesHans de Goede2016-08-171-9/+7
* wince: Do not differ between cancel / timeout ourselvesHans de Goede2016-08-171-7/+2
* core: Change event handling lock to traditional (non-recursive) typeChris Dickens2016-08-173-27/+0
* Solaris backendLei Chen2016-07-242-0/+1366
* Add support for Intel Alpine Ridge USB 3.1 Controller on Windows 7.Jeffrey Nichols2016-05-291-2/+3
* Windows: Clean up referenced devices when memory allocation failsChris Dickens2016-05-291-8/+8
* Misc: Fix usbi_os_backend structure initializationChris Dickens2016-05-296-0/+18
* Add support for persistent device memory.Steinar H. Gunderson2016-05-291-0/+30
* Windows: Fix false assertion failure message during enumerationChris Dickens2016-05-292-9/+14
* darwin: fix occasional dead-lock on libusb_exitparafin2016-03-051-1/+16
* Replace obsolete usleep with nanosleepStefan Tauner2016-03-052-3/+4
* Windows: Fix MinGW buildChris Dickens2016-03-032-5/+5
* darwin: fix 1 compiler warningLudovic Rousseau2016-03-021-1/+1
* Windows: Fix faulty logic that can pick the wrong config descriptorChris Dickens2016-03-021-7/+2
* Windows: Add backend support for get_config_descriptor_by_value()Chris Dickens2016-03-021-3/+34
* Windows: Fix dev_interface_path memory leak when reusing device refAngus Gratton2016-03-011-11/+14
* Windows: Fix parent USB device reference leakAngus Gratton2016-03-011-0/+7
* threads_posix: use backend clock_gettime()Nathan Hjelm2016-02-251-1/+2
* core: Remove POSIX threads influence from synchronization codeChris Dickens2016-02-246-66/+59
* Misc: Remove unused definitions for usbi_cond_signal()Chris Dickens2016-02-243-21/+0
* Misc: Document the return code for control transfers that are too largeChris Dickens2016-02-241-0/+2
* linux_netlink: Add message authentication and clean up parsingChris Dickens2016-02-231-52/+76
* linux_netlink: Add useful debug messages and clean up error handlingChris Dickens2016-02-231-78/+90
* linux_netlink: Remove unnecessary header includes and conditionalsChris Dickens2016-02-231-11/+0
* Windows: Fix style issues in threading codeChris Dickens2016-01-302-129/+188
* Windows: Move definitions for Cygwin.KIMURA Masaru2016-01-282-8/+8
* Windows (winusb): Fix build break introduced in c8f71151 due to typoChris Dickens2016-01-281-1/+1
* Windows/WinCE: Improve the run-time dynamic linking schemeChris Dickens2016-01-286-159/+245
* Windows: Fix some minor issues in windows_nt_common.cChris Dickens2016-01-281-8/+8
* WinCE: Remove unnecessary/unused structureChris Dickens2016-01-282-7/+1
* WinCE: Miscellaneous changesChris Dickens2016-01-281-87/+108
* Windows: Ensure proper cleanup when backend init() functions failChris Dickens2016-01-272-14/+28
* Windows: Fix DDK compilationPete Batard2016-01-271-1/+2
* Windows: Minor improvements to windows_nt_common.cChris Dickens2016-01-271-3/+5
* Windows: Replace open-coded string alloc + copy with _strdup()Chris Dickens2016-01-272-8/+4
* Windows: Fix compilation warnings when logging is disabledChris Dickens2016-01-272-6/+6
* Windows (usbdk): Remove unnecessary bookkeepingChris Dickens2016-01-271-6/+2
* Windows (usbdk): Remove unnecessary/unused structureChris Dickens2016-01-271-7/+1
* Windows: Source file cleanupChris Dickens2016-01-267-1989/+2008
* usbdk: Introduce usbdk backendDmitry Fleytman2016-01-263-0/+1082
* windows: Rename windows_usb.h/c windows_winusb.h/cDmitry Fleytman2016-01-232-4/+4
* windows: Move common definitions to a separate fileDmitry Fleytman2016-01-234-553/+696
* linux: Correctly return device configuration when using usbfsChris Dickens2016-01-231-23/+19