summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
...
* windows: Mark libusb_set_option as WINAPIVRosen Penev2022-09-041-1/+1
* windows: Avoid invalid dereference in debug printTormod Volden2022-09-031-1/+1
* core: Avoid mutex lock while printing error and warningTormod Volden2022-09-031-1/+1
* Fix possible memory leak of configuration descriptor (Darwin/Windows)Ihor Dutchak2022-09-031-1/+1
* Add Emscripten backend for WebAssembly + WebUSB supportIngvar Stepanyan2022-06-261-1/+1
* windows: Correct function name in commentTormod Volden2022-06-261-1/+1
* windows: Use sdk-defined GUIDs where possibleShawn Hoffman2022-06-261-1/+1
* msvc: Correct usage comments about linkingShawn Hoffman2022-06-261-1/+1
* msvc: Implement LIBUSB_DEPRECATED_FORShawn Hoffman2022-06-261-1/+1
* windows: Whitespace fixShawn Hoffman2022-06-261-1/+1
* msvc: Rework msbuild filesShawn Hoffman2022-06-261-1/+1
* core: Remove select case not possibly reachedTormod Volden2022-06-261-1/+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-261-1/+1
* Doxygen: Add references to LIBUSB_ERROR codesLudovic Rousseau2022-06-261-1/+1
* windows: Add clock_gettime checkRosen Penev2022-06-261-1/+1
* examples: Replace most uses of sprintf with safer snprintfSean McBride2022-06-261-1/+1
* windows: Pass on returned isochronous packet status on libusbKTormod Volden2022-06-261-1/+1
* Simplify clock_gettime() conditionalization and fallback on macOSSean McBride2022-06-261-1/+1
* 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-141-1/+1
* Fix `exit` order to match reverse of `init`Craig Hutchinson2022-04-131-1/+1
* libusb 1.0.26v1.0.26Tormod Volden2022-04-101-1/+1
* darwin: Document OS-specific behaviour of libusb_cancel_transferMartin Ling2022-04-091-1/+1
* darwin: Fix crash in log handler when stopping event threadBenjamin Berg2022-04-091-1/+1
* windows: Update isochronous OUT packet actual lengthTormod Volden2022-04-041-1/+1
* windows: Fix type mismatch in winusbx_copy_transfer_dataTormod Volden2022-04-041-1/+1
* CI: Add MinGW build on MSYS2 (Windows)Tormod Volden2022-04-041-1/+1
* libusb 1.0.26-rc1v1.0.26-rc1Tormod Volden2022-03-271-1/+1
* darwin: Reset by re-enumerate on non-macOS platformsosy2022-03-251-1/+1
* darwin: Fix Makefile build on macOS 10.11 and olderTormod Volden2022-03-241-1/+1
* windows: Correct isochronous frame calculation for full-speed devicesSeneral2022-03-211-1/+1
* windows: Fix WinUSB isochronous transfer regressionKeith Ahluwalia2022-03-211-1/+1
* core: Install first context as implicit default (and warn about its use)Benjamin Berg2022-03-201-1/+1
* windows: Fix product string retrieval on HID composite devicesMathias Hjärtström2022-03-201-1/+1
* darwin: Always use GetPipePropertiesV3 when availableTormod Volden2022-03-201-1/+1
* Add interface bounds checks in darwin and windows endpoint functionsRyan Hileman2022-03-181-1/+1
* android: Fix typo and syntax in commentsYegor Yefremov2022-03-181-1/+1
* appveyor: Retain MinGW and cygwin build artifactsTormod Volden2022-03-181-1/+1
* windows: Add "or later" to debug print of Windows version 8Tormod Volden2022-03-181-1/+1
* windows: Discern Windows 11 (if manifest allows)Tormod Volden2022-03-181-1/+1
* windows: Add Windows 11 to list of defined releasesTormod Volden2022-03-181-1/+1
* darwin: Avoid cast warnings in time calculationTormod Volden2022-03-181-1/+1
* Add container build for umockdevBenjamin Berg2022-03-181-1/+1
* tests: Add some umockdev based testsBenjamin Berg2022-03-181-1/+1
* darwin: Avoid possibly undefined version macro in configure.acTormod Volden2022-03-161-1/+1
* darwin: Use usbi_get_monotonic_time() wrapperAndrew Goodney2022-03-161-1/+1
* windows: Link gcc helpers statically on MinGWTormod Volden2022-03-161-1/+1
* linux_usbfs: Fix maybe-uninitialized error with -O3Yegor Yefremov2022-03-161-1/+1
* configure.ac: link with -latomic if neededFabrice Fontaine2022-03-161-1/+1