Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-27 | tests: Add fuzzing harness for strprintf(...) | practicalswift | |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-06-13 | Replace remaining fprintf with tfm::format manually | MarcoFalke | |
2019-01-16 | Fix warnings introduced in shellcheck v0.6.0 | practicalswift | |
2018-08-31 | macOS fix: Avoid mapfile due to ancient version of bash shipped with macOS | practicalswift | |
2018-08-07 | Add linting of WalletLogPrintf(...) format strings | practicalswift | |
2018-08-07 | build: Add format string linter | practicalswift | |
This linter checks that the number of arguments passed to each variadic format string function matches the number of format specifiers in the format string. |