summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* core: Kill backend get_device_descriptor() functionChris Dickens2020-04-281-1/+1
* core: Fix some minor inconsistencies in API and codingChris Dickens2020-04-271-1/+1
* core: Change pointer type from 'unsigned char' to 'void'Chris Dickens2020-04-171-1/+1
* descriptor: Minor improvements to the parse_descriptor() functionChris Dickens2020-04-171-1/+1
* core: Kill the 'host_endian' argument for most functionsChris Dickens2020-04-171-1/+1
* core: Remove redundant definitions for descriptor sizesChris Dickens2020-04-171-1/+1
* core: Remove usbi_parse_descriptor() functionChris Dickens2020-04-171-1/+1
* descriptor: Optimize descriptor parsingChris Dickens2020-04-171-1/+1
* Add packed definitions for some standard USB descriptor typesChris Dickens2020-04-171-1/+1
* hotplug: Fix definition of libusb_hotplug_register_callback()Chris Dickens2020-04-231-1/+1
* Add vcpkg installation instructionsNancyLi10132020-04-171-1/+1
* Android: fixes unknown warning option from ndk buildAaron Luft2020-04-171-1/+1
* Add a way to skip the git hooks via an environment variableChris Dickens2020-04-161-1/+1
* libusb.h: Ensure that struct libusb_control_transfer is not paddedChris Dickens2020-04-161-1/+1
* libusb.h: Simplify condition governing the inclusion of sys/time.hChris Dickens2020-04-161-1/+1
* libusb.h: Make C-preprocessor checks consistent and safeChris Dickens2020-04-161-1/+1
* libusb.h: Make formatting and style consistent across the whole fileChris Dickens2020-04-161-1/+1
* libusb.h: Move BOS descriptor enumerationsChris Dickens2020-04-161-1/+1
* core: Fix definition and use of enum libusb_transfer_typeChris Dickens2020-04-161-1/+1
* netbsd: Recognize device timeouts.nia2020-04-091-1/+1
* Makefiles: Remove target-specific variablesChris Dickens2020-04-091-1/+1
* configure.ac: Enhance compiler checks for pthreadsChris Dickens2020-04-091-1/+1
* configure.ac: Simplify detection of Windows compilationChris Dickens2020-04-091-1/+1
* configure.ac: Fix compilation of Haiku's C++ convenience libraryChris Dickens2020-04-091-1/+1
* automake: Add extra Makefile to handle unknown automake targetsChris Dickens2020-04-011-1/+1
* Windows: Improve the get_interface_details_filter() functionChris Dickens2020-03-311-1/+1
* Windows: Replace the sanitize_path() function with normalize_path()Chris Dickens2020-03-311-1/+1
* Move CI-related files into .private directory and add unified build scriptChris Dickens2020-03-311-1/+1
* Xcode: Update project fileChris Dickens2020-03-301-1/+1
* android: Update makefiles to include recent autobuild changesChris Dickens2020-03-301-1/+1
* build: Enable additional build errors and warningsChris Dickens2020-03-301-1/+1
* build: Require C11 to build and clean up autoconfig/automake filesChris Dickens2020-03-301-1/+1
* libusb/Makefile.am: Remove unnecessary assignmentsChris Dickens2020-03-271-1/+1
* core: Kill the OS_* definitions and use in the source codeChris Dickens2020-03-271-1/+1
* threads_posix: Improve usbi_get_tid() for various platformsChris Dickens2020-03-271-1/+1
* strerror: Micro-optimize implementation and remove use of strncasecmp()Chris Dickens2020-03-261-1/+1
* darwin: Explicitly cleanup cached devices during the last libusb_exit()Chris Dickens2020-03-261-1/+1
* appveyor: Increase build coverage to all VS solutionsChris Dickens2020-03-261-1/+1
* libusb/Makefile.am: Fix out-of-tree builds on WindowsChris Dickens2020-03-251-1/+1
* msvc: Update include path for getopt in fxload projectsChris Dickens2020-03-251-1/+1
* autotools: Fix a number of issuesChris Dickens2020-03-251-1/+1
* msvc: Reorder solution projects and add project filter filesChris Dickens2020-03-231-1/+1
* Haiku: Fix some issues in the backendChris Dickens2020-03-161-1/+1
* core: Make the 'reset_device' function of the backend optionalChris Dickens2020-03-161-1/+1
* core: Fix return value of usbi_clock_gettime()Chris Dickens2020-03-161-1/+1
* core: Move parameter validation from backend to coreChris Dickens2020-03-161-1/+1
* core: Kill usbi_backend.clock_gettime() functionChris Dickens2020-03-151-1/+1
* Windows: Fix some harmless build warningsChris Dickens2020-03-091-1/+1
* core: Switch usbi_transfer to store timeout as timespecChris Dickens2020-03-051-1/+1
* darwin: Fix race condition that results in segmentation faultChris Dickens2020-03-051-1/+1