summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-267-3/+705
* 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-262-8/+5
* msvc: Implement LIBUSB_DEPRECATED_FORShawn Hoffman2022-06-262-1/+3
* windows: Whitespace fixShawn Hoffman2022-06-262-2/+2
* msvc: Rework msbuild filesShawn Hoffman2022-06-26122-6937/+657
* core: Remove select case not possibly reachedTormod Volden2022-06-262-2/+1
* configure.ac: Link with -latomic only if no atomic builtinsLonnie Abelbeck2022-06-262-2/+16
* 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-263-6/+6
* windows: Pass on returned isochronous packet status on libusbKTormod Volden2022-06-262-3/+2
* Simplify clock_gettime() conditionalization and fallback on macOSSean McBride2022-06-265-69/+29
* config: allow configure to continue without pkg-config installedNathan Hjelm2022-04-152-7/+9
* 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-104-3/+8
* 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
* windows: Fix type mismatch in winusbx_copy_transfer_dataTormod Volden2022-04-042-2/+6
* CI: Add MinGW build on MSYS2 (Windows)Tormod Volden2022-04-042-1/+22
* libusb 1.0.26-rc1v1.0.26-rc1Tormod Volden2022-03-274-3/+21
* darwin: Reset by re-enumerate on non-macOS platformsosy2022-03-252-3/+30
* darwin: Fix Makefile build on macOS 10.11 and olderTormod Volden2022-03-242-2/+2
* windows: Correct isochronous frame calculation for full-speed devicesSeneral2022-03-212-2/+6
* windows: Fix WinUSB isochronous transfer regressionKeith Ahluwalia2022-03-212-1/+4
* core: Install first context as implicit default (and warn about its use)Benjamin Berg2022-03-204-5/+59
* windows: Fix product string retrieval on HID composite devicesMathias Hjärtström2022-03-202-2/+5
* darwin: Always use GetPipePropertiesV3 when availableTormod Volden2022-03-202-10/+34
* Add interface bounds checks in darwin and windows endpoint functionsRyan Hileman2022-03-183-1/+9
* android: Fix typo and syntax in commentsYegor Yefremov2022-03-182-5/+4
* appveyor: Retain MinGW and cygwin build artifactsTormod Volden2022-03-182-1/+5
* windows: Add "or later" to debug print of Windows version 8Tormod Volden2022-03-182-1/+8
* windows: Discern Windows 11 (if manifest allows)Tormod Volden2022-03-182-2/+5
* windows: Add Windows 11 to list of defined releasesTormod Volden2022-03-183-4/+6
* darwin: Avoid cast warnings in time calculationTormod Volden2022-03-182-4/+5
* Add container build for umockdevBenjamin Berg2022-03-183-1/+74
* tests: Add some umockdev based testsBenjamin Berg2022-03-184-2/+1166
* darwin: Avoid possibly undefined version macro in configure.acTormod Volden2022-03-162-2/+2
* darwin: Use usbi_get_monotonic_time() wrapperAndrew Goodney2022-03-162-3/+3
* windows: Link gcc helpers statically on MinGWTormod Volden2022-03-163-2/+5