summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix github action warningsHEADmasterLudovic Rousseau2023-05-096-6/+6
* Fix build errors of tests with --enable-debug-logLudovic Rousseau2023-05-093-1/+9
* Fix build error with --enable-debug-logLudovic Rousseau2023-05-092-2/+2
* Add github action build for --enable-debug-logLudovic Rousseau2023-05-092-1/+5
* Fix #1263 by acquiring the waiters lock while calling transfer callbacks and ...Niklas Gürtler2023-04-123-4/+12
* Add support for setting the log callback with libusb_set_option/libusb_init_c...Nathan Hjelm2023-04-127-37/+273
* Do not deprecate libusb_set_debug and libusb_initXiaofan Chen2023-03-122-3/+1
* windows: Add USBD_STATUS_STALL_PID to usbd_status translationZeng Guang2023-03-123-1/+3
* threads_posix: Use proper getthrid() for thread ID on OpenBSDBrad Smith2023-03-122-6/+2
* tests/stress_mt: Also run with device enumerationTormod Volden2023-03-122-14/+68
* tests/stress_mt: Add Windows threads supportTormod Volden2023-03-125-16/+147
* tests: Add unit test for libusb_set_optionNathan Hjelm2023-03-125-3/+275
* libusb_set_options: Adjust semantics of libusb_set_option for log levelNathan Hjelm2023-03-122-7/+7
* xusb: Improve Max LUN retrieval stall handlingTormod Volden2023-01-282-4/+7
* xusb: Improve kernel driver probe messagesTormod Volden2023-01-282-4/+17
* CI: Add build jobs for MSYS clang32/64Xiaofan Chen2023-01-283-1/+43
* windows: Only link with --add-stdcall-alias if supported by linkerTormod Volden2023-01-282-2/+14
* windows: Omit -mwin32 GCC option for MSYS/MinGWTormod Volden2023-01-282-2/+2
* Bump LIBUSB_API_VERSION to 0x0100010ATormod Volden2023-01-262-2/+2
* xusb: Add newlines in mass-storage test outputTormod Volden2023-01-212-5/+5
* Fix most -Wpedantic warningsTormod Volden2023-01-216-13/+16
* linux: Keep the no_device_discovery option per contextxloem2023-01-212-10/+15
* core: Add libusb_get_max_alt_packet_size()Orhan aib Kavrakoglu2023-01-214-1/+71
* core: Add helper find_alt_endpoint()Orhan aib Kavrakoglu2023-01-202-1/+28
* core: Factor out helper get_endpoint_max_packet_size()Orhan aib Kavrakoglu2023-01-202-24/+34
* netbsd: Map NetBSD's udi_bus/udi_addr to libusb's 1-based APIEdgar Fuß2023-01-202-3/+3
* windows: Add option for WinUSB RAW_IO endpoint policyMartin Ling2023-01-207-4/+150
* windows: Add GetPipePolicy to struct winusb_interfaceMartin Ling2023-01-203-1/+10
* Update tests and example to use the new libusb_init_context() functionNathan Hjelm2023-01-2011-24/+27
* core: Add libusb_init_context() setting options at context creationNathan Hjelm2023-01-204-93/+139
* descriptor: Add support for BOS platform descriptor parsingDominik Boehi2023-01-195-2/+119
* xusb: Print info from IAD descriptorsRyan Metcalfe2023-01-192-1/+27
* windows: Allow claiming all interfaces for a WINUSBX composite functionRyan Metcalfe2023-01-193-18/+91
* descriptor: Introduce interface association descriptors (IAD)Ryan Metcalfe2023-01-194-1/+262
* netbsd: Add comment about udi_speed values matching libusb enumEdgar Fuß2023-01-182-2/+2
* msvc: Add configurations with /MT compilation flagSonatique2023-01-187-11/+250
* Add tags and cscope.out to .gitignoreNathan Hjelm2023-01-091-0/+2
* git ignore "build" folderSylvain2023-01-092-1/+2
* Fix setting log level before libusb_init()Francis Hart2023-01-092-2/+2
* windows: Define __func__ for vs2015Alexander Mot2023-01-072-3/+3
* docs: Clear endpoint halt issued after cancellation only for macOS < 10.5Martin Ling2023-01-062-16/+18
* darwin: Do not clear device data toggle on macOS 10.5 or newerNathan Hjelm2023-01-063-9/+15
* windows: Remove __stdcall libusb_set_option from .def fileRosen Penev2022-12-202-2/+1
* core: Do not warn about new context as implicit defaultTormod Volden2022-12-192-2/+2
* CI: Run multithreaded stress test on LinuxTormod Volden2022-12-192-1/+2
* tests: Add multithreaded stress test for Posix platformsTormod Volden2022-12-193-1/+52
* windows: Fix off-by-one error in HID backend for devices without report IDsMario Kleiner2022-12-192-1/+4
* darwin/windows: Find interface descriptor by bInterfaceNumberIhor Dutchak2022-12-193-7/+36
* core: Remove leftover usbi_mutex_unlock in libusb_set_interface_alt_settingPablo Prietz2022-12-192-2/+1
* windows: Silence warnings when building without loggingTormod Volden2022-09-043-1/+7