summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* 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-201-1/+1
* 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-194-2/+105
* xusb: Print info from IAD descriptorsRyan Metcalfe2023-01-191-1/+1
* 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-181-1/+1
* git ignore "build" folderSylvain2023-01-091-1/+1
* Fix setting log level before libusb_init()Francis Hart2023-01-092-2/+2
* windows: Define __func__ for vs2015Alexander Mot2023-01-071-1/+1
* 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-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-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
* windows: Fix build with --disable-logRosen Penev2022-09-042-5/+5
* windows: Mark libusb_set_option as WINAPIVRosen Penev2022-09-044-3/+6
* windows: Avoid invalid dereference in debug printTormod Volden2022-09-032-3/+3
* core: Avoid mutex lock while printing error and warningTormod Volden2022-09-032-4/+6
* Fix possible memory leak of configuration descriptor (Darwin/Windows)Ihor Dutchak2022-09-033-5/+10
* Add Emscripten backend for WebAssembly + WebUSB supportIngvar Stepanyan2022-06-264-1/+683
* windows: Correct function name in commentTormod Volden2022-06-262-2/+2
* windows: Use sdk-defined GUIDs where possibleShawn Hoffman2022-06-262-9/+5
* msvc: Correct usage comments about linkingShawn Hoffman2022-06-261-1/+1
* msvc: Implement LIBUSB_DEPRECATED_FORShawn Hoffman2022-06-262-1/+3
* windows: Whitespace fixShawn Hoffman2022-06-262-2/+2
* msvc: Rework msbuild filesShawn Hoffman2022-06-261-1/+1
* core: Remove select case not possibly reachedTormod Volden2022-06-262-2/+1
* configure.ac: Link with -latomic only if no atomic builtinsLonnie Abelbeck2022-06-261-1/+1
* Doxygen: Improve libusb_wrap_sys_device() documentationLudovic Rousseau2022-06-262-5/+6
* Doxygen: Add references to LIBUSB_ERROR codesLudovic Rousseau2022-06-267-86/+87
* windows: Add clock_gettime checkRosen Penev2022-06-262-1/+3
* examples: Replace most uses of sprintf with safer snprintfSean McBride2022-06-262-5/+5
* windows: Pass on returned isochronous packet status on libusbKTormod Volden2022-06-262-3/+2
* Simplify clock_gettime() conditionalization and fallback on macOSSean McBride2022-06-263-40/+26
* config: allow configure to continue without pkg-config installedNathan Hjelm2022-04-151-1/+1
* darwin: add missing locking around cached device list cleanupNathan Hjelm2022-04-142-64/+77
* Fix `exit` order to match reverse of `init`Craig Hutchinson2022-04-132-2/+4
* libusb 1.0.26v1.0.26Tormod Volden2022-04-102-2/+2
* darwin: Document OS-specific behaviour of libusb_cancel_transferMartin Ling2022-04-092-1/+21
* darwin: Fix crash in log handler when stopping event threadBenjamin Berg2022-04-092-4/+5
* windows: Silence zero-sized array warning in libusb.h for msvcShawn Hoffman2022-04-061-0/+7
* windows: Update isochronous OUT packet actual lengthTormod Volden2022-04-042-2/+11