aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-05ci: dump test suite output on test failureNathan Hjelm
2023-12-05ci: do not hard code test names for CINathan Hjelm
2023-12-03CI: Add Linux and MSYS build with logging disabledTormod Volden
2023-12-03CI: Simplify Linux job descriptionTormod Volden
2023-12-01windows: Include enumeration details in debug outputTormod Volden
2023-12-01windows: Avoid warning with logging disabledTormod Volden
2023-12-01core: Avoid warning with logging disabledTormod Volden
2023-12-01stress_mt: Return error if device count variesTormod Volden
2023-12-01tests/stress_mt: Test open/transfer/close on available devicesIngvar Stepanyan
2023-11-30CI: Enable Emscripten buildIngvar Stepanyan
2023-11-30Add WebUSB testing via node-usbIngvar Stepanyan
2023-11-30core: Avoid possible data race in log_v()SomeAlphabetGuy
2023-11-29CI: Pass the extra warnings flags to CXXFLAGS tooIngvar Stepanyan
2023-11-29CI: Tell tests that we don't have any devicesIngvar Stepanyan
2023-11-29CI: Enable Address Sanitizer (ASAN) where supportedIngvar Stepanyan
2023-11-29CI: Run cross-platform tests on all platformsIngvar Stepanyan
2023-11-29testlib: Don't count skipped tests as failuresIngvar Stepanyan
2023-11-29tests: Mark callbacks as LIBUSB_CALLIngvar Stepanyan
2023-11-29windows: Cover all enumeration passes explicitly in switch statementsTormod Volden
2023-11-29Revert "core: Remove select case not possibly reached"Tormod Volden
2023-11-29tests: Fix builds with logging disabledTormod Volden
2023-11-29windows: Allow device GUIDs missing terminating characters or separatorsPetr Pazourek
2023-11-28darwin: fix potential crash at darwin_exitNathan Hjelm
2023-11-27examples/hotplugtest: Match any device by defaultIngvar Stepanyan
2023-11-05windows: Recognize Samsung composite device driverSimon Chan
2023-11-05descriptor: Guard against corrupted descriptor length fieldAddison Crump
2023-11-05windows: No longer wait for device to get an active configurationSylvain Fasel
2023-11-05windows: Define bus numbers without using HCDSylvain Fasel
2023-11-05tests: Remove unused function in init_context.cTormod Volden
2023-11-05Add HACKING file with hints on proper commitsTormod Volden
2023-07-07netbsd: Add error number to debug outputTormod Volden
2023-07-07netbsd: Print control transfer request debug values in hexTormod Volden
2023-07-07netbsd/openbsd: Remove extraneous parentheses around ioctl callTormod Volden
2023-07-07netbsd/openbsd: Drop parentheses around return valuesTormod Volden
2023-07-07sunos: Return error if OS paths hit their limitsJoshua M. Clulow
2023-07-07sunos: Fix error detection in sunos_submit_transfer()Joshua M. Clulow
2023-07-06core: Fix always-true condition in log callback function settingTormod Volden
2023-07-06core: Avoid crash due to premature va_endTormod Volden
2023-06-21Revert "windows: Fix off-by-one error in HID backend for devices without repo...Tormod Volden
2023-05-19windows: Refactor parsing of MI_XX string taking into account it's 16-basedAlex Feinman
2023-05-09Fix github action warningsLudovic Rousseau
2023-05-09Fix build errors of tests with --enable-debug-logLudovic Rousseau
2023-05-09Fix build error with --enable-debug-logLudovic Rousseau
2023-05-09Add github action build for --enable-debug-logLudovic Rousseau
2023-04-12Fix #1263 by acquiring the waiters lock while calling transfer callbacks and ...Niklas Gürtler
2023-04-12Add support for setting the log callback with libusb_set_option/libusb_init_c...Nathan Hjelm
2023-03-12Do not deprecate libusb_set_debug and libusb_initXiaofan Chen
2023-03-12windows: Add USBD_STATUS_STALL_PID to usbd_status translationZeng Guang
2023-03-12threads_posix: Use proper getthrid() for thread ID on OpenBSDBrad Smith
2023-03-12tests/stress_mt: Also run with device enumerationTormod Volden