aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-04travis: do not use parallel compilationsLudovic Rousseau
2017-01-04travis: make clean before buildingLudovic Rousseau
2017-01-04darwin: Replace bzero() with memset()Vianney le Clément de Saint-Marcq
2017-01-04Misc: Fix a Doxygen comment typomojocorp
2016-11-28linux_get_parent_info: Check for NULL priv->sysfs_dir before strcmpMatthew Stapleton
2016-11-28Fix a race condition with libusb_interrupt_event_handler().Lars Kanis
2016-11-03linux_udev: Retry poll() on EINTRRomain Vimont
2016-10-25Release 1.0.21Nathan Hjelm
2016-10-25Remove generated fileNathan Hjelm
2016-10-01fix travis matrix buildNathan Hjelm
2016-10-01try to get travis building with multiple macOS versionsNathan Hjelm
2016-10-01travis osx fixNathan Hjelm
2016-10-01Windows: Fix possible false error message during device enumerationChris Dickens
2016-10-01on to 1.0.21-rc6Nathan Hjelm
2016-09-21darwin: fix OSAtomicAdd32Barrier argument orderingNathan Hjelm
2016-09-14on to 1.0.21-rc5Nathan Hjelm
2016-09-14Fixed Obj-C GC support; fix pthread nameSean McBride
2016-09-12README: fix my email addressNathan Hjelm
2016-09-12darwin: fix typoNathan Hjelm
2016-09-12on to 1.0.21-rc4Nathan Hjelm
2016-09-12darwin: do not use deprecated OSAtomicIncrement32Barrier in 10.12Nathan Hjelm
2016-09-07darwin: do not use objc_registerThreadWithCollector where deprecatedNathan Hjelm
2016-09-07darwin: work around devices with buggy endpoint descriptorsNathan Hjelm
2016-08-21release: on to 1.0.21-rc3Nathan Hjelm
2016-08-17core: Document why we drop the flying_transfers_lock before submit_transferHans de Goede
2016-08-17linux_usbfs: Deal with receiving POLLERR before all transfers have completedHans de Goede
2016-08-17core: Move calculate_timeout call to add_to_flying_transfersHans de Goede
2016-08-17core: Fix unlocked access to timeout_flagsHans de Goede
2016-08-17core: Fix do_close lockingHans de Goede
2016-08-17core: Test for LIBUSB_SUCCESS instead of 0 in handle_timeout()Hans de Goede
2016-08-17core: Do not arm timer-fd for transfers where the os handles timeoutHans de Goede
2016-08-17core: Refactor code related to transfer flags and timeout handlingChris Dickens
2016-08-17winnt: Do not differ between cancel / timeout ourselvesHans de Goede
2016-08-17wince: Do not differ between cancel / timeout ourselvesHans de Goede
2016-08-17core: Change event handling lock to traditional (non-recursive) typeChris Dickens
2016-08-17Revert "io: Fix race condition in handle_timeout()"Hans de Goede
2016-07-24on to 1.0.21-rc2Nathan Hjelm
2016-07-24Updated TODO linkAnil Nair
2016-07-24changelog: add entry for new solaris backendNathan Hjelm
2016-07-24Solaris backendLei Chen
2016-07-22changelog: add missing entryNathan Hjelm
2016-07-22windows: use appropriate version for VS2015 solution filesPete Batard
2016-07-21libusb 1.0.21-rc1Nathan Hjelm
2016-07-21io: Fix race condition in handle_timeout()Joost Muller
2016-07-21examples: add missing include to dpfp_threadedNathan Hjelm
2016-07-21fix nanoNathan Hjelm
2016-07-21examples: make dpfp_threaded work on OS XNathan Hjelm
2016-07-21Examples: Ported testlibusb from libus-0.1 to libusb-1.0Anil Nair
2016-05-29Add support for Intel Alpine Ridge USB 3.1 Controller on Windows 7.Jeffrey Nichols
2016-05-29Windows: Clean up referenced devices when memory allocation failsChris Dickens