summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* Fix github action warningsHEADmasterLudovic Rousseau2023-05-091-1/+1
* Fix build errors of tests with --enable-debug-logLudovic Rousseau2023-05-091-1/+1
* Fix build error with --enable-debug-logLudovic Rousseau2023-05-091-1/+1
* Add github action build for --enable-debug-logLudovic Rousseau2023-05-091-1/+1
* Fix #1263 by acquiring the waiters lock while calling transfer callbacks and ...Niklas Gürtler2023-04-121-1/+1
* Add support for setting the log callback with libusb_set_option/libusb_init_c...Nathan Hjelm2023-04-121-1/+1
* Do not deprecate libusb_set_debug and libusb_initXiaofan Chen2023-03-121-1/+1
* windows: Add USBD_STATUS_STALL_PID to usbd_status translationZeng Guang2023-03-121-1/+1
* threads_posix: Use proper getthrid() for thread ID on OpenBSDBrad Smith2023-03-121-1/+1
* tests/stress_mt: Also run with device enumerationTormod Volden2023-03-121-1/+1
* tests/stress_mt: Add Windows threads supportTormod Volden2023-03-121-1/+1
* tests: Add unit test for libusb_set_optionNathan Hjelm2023-03-121-1/+1
* libusb_set_options: Adjust semantics of libusb_set_option for log levelNathan Hjelm2023-03-121-1/+1
* xusb: Improve Max LUN retrieval stall handlingTormod Volden2023-01-281-1/+1
* xusb: Improve kernel driver probe messagesTormod Volden2023-01-281-1/+1
* CI: Add build jobs for MSYS clang32/64Xiaofan Chen2023-01-281-1/+1
* windows: Only link with --add-stdcall-alias if supported by linkerTormod Volden2023-01-281-1/+1
* windows: Omit -mwin32 GCC option for MSYS/MinGWTormod Volden2023-01-281-1/+1
* Bump LIBUSB_API_VERSION to 0x0100010ATormod Volden2023-01-261-1/+1
* xusb: Add newlines in mass-storage test outputTormod Volden2023-01-211-1/+1
* Fix most -Wpedantic warningsTormod Volden2023-01-211-1/+1
* linux: Keep the no_device_discovery option per contextxloem2023-01-211-1/+1
* core: Add libusb_get_max_alt_packet_size()Orhan aib Kavrakoglu2023-01-211-1/+1
* core: Add helper find_alt_endpoint()Orhan aib Kavrakoglu2023-01-201-1/+1
* core: Factor out helper get_endpoint_max_packet_size()Orhan aib Kavrakoglu2023-01-201-1/+1
* netbsd: Map NetBSD's udi_bus/udi_addr to libusb's 1-based APIEdgar Fuß2023-01-201-1/+1
* windows: Add option for WinUSB RAW_IO endpoint policyMartin Ling2023-01-201-1/+1
* windows: Add GetPipePolicy to struct winusb_interfaceMartin Ling2023-01-201-1/+1
* Update tests and example to use the new libusb_init_context() functionNathan Hjelm2023-01-201-1/+1
* core: Add libusb_init_context() setting options at context creationNathan Hjelm2023-01-201-1/+1
* descriptor: Add support for BOS platform descriptor parsingDominik Boehi2023-01-191-1/+1
* xusb: Print info from IAD descriptorsRyan Metcalfe2023-01-191-1/+1
* windows: Allow claiming all interfaces for a WINUSBX composite functionRyan Metcalfe2023-01-191-1/+1
* descriptor: Introduce interface association descriptors (IAD)Ryan Metcalfe2023-01-191-1/+1
* netbsd: Add comment about udi_speed values matching libusb enumEdgar Fuß2023-01-181-1/+1
* msvc: Add configurations with /MT compilation flagSonatique2023-01-181-1/+1
* git ignore "build" folderSylvain2023-01-091-1/+1
* Fix setting log level before libusb_init()Francis Hart2023-01-091-1/+1
* windows: Define __func__ for vs2015Alexander Mot2023-01-071-1/+1
* docs: Clear endpoint halt issued after cancellation only for macOS < 10.5Martin Ling2023-01-061-1/+1
* darwin: Do not clear device data toggle on macOS 10.5 or newerNathan Hjelm2023-01-061-1/+1
* windows: Remove __stdcall libusb_set_option from .def fileRosen Penev2022-12-201-1/+1
* core: Do not warn about new context as implicit defaultTormod Volden2022-12-191-1/+1
* CI: Run multithreaded stress test on LinuxTormod Volden2022-12-191-1/+1
* tests: Add multithreaded stress test for Posix platformsTormod Volden2022-12-191-1/+1
* windows: Fix off-by-one error in HID backend for devices without report IDsMario Kleiner2022-12-191-1/+1
* darwin/windows: Find interface descriptor by bInterfaceNumberIhor Dutchak2022-12-191-1/+1
* core: Remove leftover usbi_mutex_unlock in libusb_set_interface_alt_settingPablo Prietz2022-12-191-1/+1
* windows: Silence warnings when building without loggingTormod Volden2022-09-041-1/+1
* windows: Fix build with --disable-logRosen Penev2022-09-041-1/+1