aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-10Merge "Merge changes from libusb 1.0.24 and allow exclusive access to the usb...netsim-devemu-prebuiltsemu-master-devemu-devemu-35-1-releaseemu-34-releaseemu-34-devemu-34-3-releaseemu-34-2-releaseemu-34-2-devemu-33-releaseemu-33-devemu-32-releaseemu-32-devemu-31-stable-releaseemu-31-releaseaosp-emu-34-devJi Soo Shin
2021-02-10Merge changes from libusb 1.0.24 and allow exclusive access to the usb device.Tom Pelaia
2020-06-16darwin: Fix invalid GetPipePropertiesV3 argumentIdo Yariv
2020-06-12os/darwin: use IOUSBDevice as darwin_device_class explicitlyIgor Anokhin
2020-06-11darwin: use GetPipePropertiesV3 on 10.9 and laterNathan Hjelm
2020-06-11darwin: add kIOUSBUnknownPipeErr to error string listNathan Hjelm
2020-06-09Document that libusb_set_option may also return NOT_FOUNDJonas Malaco
2020-06-09darwin: Fix stale descriptor information post resetIdo Yariv
2020-04-30Windows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANSFER_NO_DEVICESebastian von Ohr
2020-04-29linux_usbfs: Parse config descriptors during device initializationChris Dickens
2020-04-28core: Narrow the types passed to certain backend functionsChris Dickens
2020-04-28sunos: Fix a number of compiler warningsChris Dickens
2020-04-28Fix some trivial compiler warnings for the Haiku and BSD backendsChris Dickens
2020-04-28descriptor: Remove usbi_get_config_index_by_value()Chris Dickens
2020-04-28core: Kill backend get_device_descriptor() functionChris Dickens
2020-04-27core: Fix some minor inconsistencies in API and codingChris Dickens
2020-04-17core: Change pointer type from 'unsigned char' to 'void'Chris Dickens
2020-04-17descriptor: Minor improvements to the parse_descriptor() functionChris Dickens
2020-04-17core: Kill the 'host_endian' argument for most functionsChris Dickens
2020-04-17core: Remove redundant definitions for descriptor sizesChris Dickens
2020-04-17core: Remove usbi_parse_descriptor() functionChris Dickens
2020-04-17descriptor: Optimize descriptor parsingChris Dickens
2020-04-17Add packed definitions for some standard USB descriptor typesChris Dickens
2020-04-23hotplug: Fix definition of libusb_hotplug_register_callback()Chris Dickens
2020-04-17Add vcpkg installation instructionsNancyLi1013
2020-04-17Android: fixes unknown warning option from ndk buildAaron Luft
2020-04-16Add a way to skip the git hooks via an environment variableChris Dickens
2020-04-16libusb.h: Ensure that struct libusb_control_transfer is not paddedChris Dickens
2020-04-16libusb.h: Simplify condition governing the inclusion of sys/time.hChris Dickens
2020-04-16libusb.h: Make C-preprocessor checks consistent and safeChris Dickens
2020-04-16libusb.h: Make formatting and style consistent across the whole fileChris Dickens
2020-04-16libusb.h: Move BOS descriptor enumerationsChris Dickens
2020-04-16core: Fix definition and use of enum libusb_transfer_typeChris Dickens
2020-04-09netbsd: Recognize device timeouts.nia
2020-04-09Makefiles: Remove target-specific variablesChris Dickens
2020-04-09configure.ac: Enhance compiler checks for pthreadsChris Dickens
2020-04-09configure.ac: Simplify detection of Windows compilationChris Dickens
2020-04-09configure.ac: Fix compilation of Haiku's C++ convenience libraryChris Dickens
2020-04-01automake: Add extra Makefile to handle unknown automake targetsChris Dickens
2020-03-31Windows: Improve the get_interface_details_filter() functionChris Dickens
2020-03-31Windows: Replace the sanitize_path() function with normalize_path()Chris Dickens
2020-03-31Move CI-related files into .private directory and add unified build scriptChris Dickens
2020-03-30Xcode: Update project fileChris Dickens
2020-03-30android: Update makefiles to include recent autobuild changesChris Dickens
2020-03-30build: Enable additional build errors and warningsChris Dickens
2020-03-30build: Require C11 to build and clean up autoconfig/automake filesChris Dickens
2020-03-27libusb/Makefile.am: Remove unnecessary assignmentsChris Dickens
2020-03-27core: Kill the OS_* definitions and use in the source codeChris Dickens
2020-03-27threads_posix: Improve usbi_get_tid() for various platformsChris Dickens
2020-03-26strerror: Micro-optimize implementation and remove use of strncasecmp()Chris Dickens