summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* examples: reformat testlibusb.cLudovic Rousseau2017-07-121-1/+1
* core: Fix --disable-log option to remove logging functionalityChris Dickens2017-07-094-72/+73
* core: Add provisions for per-context private backend dataChris Dickens2017-07-069-2/+16
* core: Kill usbi_os_backend structure definition madnessChris Dickens2017-07-0615-109/+73
* Misc: Ensure the 'os_priv' member of structures is pointer alignedChris Dickens2017-07-062-13/+17
* Misc: Refactor zero-length array declarationsChris Dickens2017-07-063-41/+14
* libusb.h: use __linux__ instead of __linuxAdrian Bunk2017-06-192-2/+2
* Empty commit to resync nanoChris Dickens2017-06-051-1/+1
* Windows: Fixed USB_CONFIGURATION_DESCRIPTOR struct alignment issue (10 bytes ...l_proger2017-06-052-1/+5
* Windows: Header file cleanupChris Dickens2017-06-053-209/+75
* Align error code handling with WinUsbSameeh Jubran2017-05-171-5/+1
* Windows: Fix regression introduced by 05b0b55bChris Dickens2017-05-112-3/+5
* git: Don't ignore platform config.hAndy McFadden2017-03-311-1/+1
* Windows: Fix possible memory leak when caching descriptors failsChris Dickens2017-03-263-5/+13
* linux: Apply v2 version of patch for CLOEXEC changesChris Dickens2017-03-262-7/+37
* macOS Sierra: Fix detection of parent devices.tich2017-03-162-8/+20
* darwin: use clock_gettime() on 10.12+Nathan Hjelm2017-03-162-4/+24
* Windows: Allow HID reports up to 1024 + report idStefan Agner2017-02-282-2/+4
* core: Improve robustness of event handlingChris Dickens2017-02-283-24/+28
* core: Silence 'unhandled case in switch' warning.Josh Gao2017-02-283-3/+5
* Windows: Remove initialization of calloc'ed memoryChris Dickens2017-02-282-5/+2
* Windows: return proper statusDoug Johnston2017-02-282-2/+2
* travis: Pass on arguments given to travis_autogen.shChris Dickens2017-02-281-1/+1
* linux: Mark internal file descriptors as CLOEXECChris Dickens2017-02-287-40/+104
* linux_netlink: Retry poll() on EINTRChris Dickens2017-02-203-9/+15
* .gitignore: Add some new entriesChris Dickens2017-02-201-1/+1
* configure.ac: Remove obsolete AC_ERROR and make formatting consistentChris Dickens2017-02-201-1/+1
* misc: update active developers listPete Batard2017-01-181-1/+1
* Windows: Remove unused safe_* macro definitionsChris Dickens2017-01-123-21/+4
* Windows: Slightly optimize the sanitize_path() functionChris Dickens2017-01-122-12/+10
* Windows: Switch to snprintf() in windows_get_version()Chris Dickens2017-01-122-17/+15
* Windows: Fix memory and handle leaks in winusbx_claim_interface()Chris Dickens2017-01-122-8/+17
* Windows: Fix some minor styling issuesChris Dickens2017-01-122-11/+8
* Windows: Clean up unnecessary variable initializationChris Dickens2017-01-124-17/+6
* Windows/WinCE: Remove uses of safe_* macros where not usefulChris Dickens2017-01-124-24/+24
* Windows/WinCE: Improvements to windows_error_str() functionChris Dickens2017-01-125-39/+42
* Windows: Provide C99 compliant implementations of (v)snprintf()Chris Dickens2017-01-123-4/+48
* Windows: Hash table improvementsChris Dickens2017-01-122-56/+34
* configure.ac: Clean up styleChris Dickens2017-01-121-1/+1
* core: Remove use of gettimeofday()Chris Dickens2017-01-126-77/+21
* core: Remove check for and inclusion of signal.hChris Dickens2017-01-122-4/+1
* Windows: Fix DDK build's missing filesChris Dickens2017-01-121-1/+1
* Windows: Add Visual Studio 2017 supportChris Dickens2017-01-061-1/+1
* darwin: Replace bzero() with memset()Vianney le Clément de Saint-Marcq2017-01-042-2/+2
* Misc: Fix a Doxygen comment typomojocorp2017-01-042-2/+2
* linux_get_parent_info: Check for NULL priv->sysfs_dir before strcmpMatthew Stapleton2016-11-281-3/+5
* Fix a race condition with libusb_interrupt_event_handler().Lars Kanis2016-11-281-3/+6
* linux_udev: Retry poll() on EINTRRomain Vimont2016-11-032-2/+6
* Release 1.0.21v1.0.21Nathan Hjelm2016-10-252-2/+2
* Remove generated fileNathan Hjelm2016-10-251-1/+1