summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* descriptor: Minor improvements to the parse_descriptor() functionChris Dickens2020-04-172-37/+43
* core: Kill the 'host_endian' argument for most functionsChris Dickens2020-04-1711-142/+77
* core: Remove redundant definitions for descriptor sizesChris Dickens2020-04-1710-28/+21
* core: Remove usbi_parse_descriptor() functionChris Dickens2020-04-174-45/+42
* descriptor: Optimize descriptor parsingChris Dickens2020-04-172-63/+61
* Add packed definitions for some standard USB descriptor typesChris Dickens2020-04-174-10/+71
* hotplug: Fix definition of libusb_hotplug_register_callback()Chris Dickens2020-04-233-22/+31
* Add vcpkg installation instructionsNancyLi10132020-04-172-1/+16
* Android: fixes unknown warning option from ndk buildAaron Luft2020-04-172-2/+2
* Add a way to skip the git hooks via an environment variableChris Dickens2020-04-164-1/+9
* libusb.h: Ensure that struct libusb_control_transfer is not paddedChris Dickens2020-04-163-3/+16
* libusb.h: Simplify condition governing the inclusion of sys/time.hChris Dickens2020-04-162-2/+2
* libusb.h: Make C-preprocessor checks consistent and safeChris Dickens2020-04-162-12/+11
* libusb.h: Make formatting and style consistent across the whole fileChris Dickens2020-04-162-92/+101
* libusb.h: Move BOS descriptor enumerationsChris Dickens2020-04-162-56/+56
* core: Fix definition and use of enum libusb_transfer_typeChris Dickens2020-04-163-20/+35
* netbsd: Recognize device timeouts.nia2020-04-092-1/+4
* Makefiles: Remove target-specific variablesChris Dickens2020-04-093-4/+4
* configure.ac: Enhance compiler checks for pthreadsChris Dickens2020-04-092-3/+13
* configure.ac: Simplify detection of Windows compilationChris Dickens2020-04-093-3/+10
* configure.ac: Fix compilation of Haiku's C++ convenience libraryChris Dickens2020-04-093-21/+18
* automake: Add extra Makefile to handle unknown automake targetsChris Dickens2020-04-014-5/+31
* Windows: Improve the get_interface_details_filter() functionChris Dickens2020-03-312-65/+80
* Windows: Replace the sanitize_path() function with normalize_path()Chris Dickens2020-03-312-35/+11
* Move CI-related files into .private directory and add unified build scriptChris Dickens2020-03-318-60/+99
* Xcode: Update project fileChris Dickens2020-03-306-114/+306
* android: Update makefiles to include recent autobuild changesChris Dickens2020-03-306-56/+58
* build: Enable additional build errors and warningsChris Dickens2020-03-3012-43/+79
* build: Require C11 to build and clean up autoconfig/automake filesChris Dickens2020-03-3013-208/+189
* libusb/Makefile.am: Remove unnecessary assignmentsChris Dickens2020-03-272-14/+1
* core: Kill the OS_* definitions and use in the source codeChris Dickens2020-03-278-21/+4
* threads_posix: Improve usbi_get_tid() for various platformsChris Dickens2020-03-275-17/+61
* strerror: Micro-optimize implementation and remove use of strncasecmp()Chris Dickens2020-03-262-25/+19
* darwin: Explicitly cleanup cached devices during the last libusb_exit()Chris Dickens2020-03-262-9/+15
* appveyor: Increase build coverage to all VS solutionsChris Dickens2020-03-265-56/+88
* libusb/Makefile.am: Fix out-of-tree builds on WindowsChris Dickens2020-03-252-2/+2
* msvc: Update include path for getopt in fxload projectsChris Dickens2020-03-255-5/+5
* autotools: Fix a number of issuesChris Dickens2020-03-2513-96/+93
* msvc: Reorder solution projects and add project filter filesChris Dickens2020-03-2349-127/+1384
* Haiku: Fix some issues in the backendChris Dickens2020-03-165-58/+81
* core: Make the 'reset_device' function of the backend optionalChris Dickens2020-03-168-48/+6
* core: Fix return value of usbi_clock_gettime()Chris Dickens2020-03-164-11/+18
* core: Move parameter validation from backend to coreChris Dickens2020-03-1610-55/+48
* core: Kill usbi_backend.clock_gettime() functionChris Dickens2020-03-1515-132/+55
* Windows: Fix some harmless build warningsChris Dickens2020-03-095-5/+6
* core: Switch usbi_transfer to store timeout as timespecChris Dickens2020-03-054-61/+49
* darwin: Fix race condition that results in segmentation faultChris Dickens2020-03-052-53/+98
* core: Introduce accessor functions for structure private dataChris Dickens2020-02-2617-408/+379
* core: Optimize the memory layout of the transfer structureChris Dickens2020-02-263-32/+41
* core: Use a consistent variable name for usbi_transfer structuresChris Dickens2020-02-263-54/+54