index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lint
/
lint-locale-dependence.sh
Age
Commit message (
Expand
)
Author
2020-01-16
Merge #17691: doc: Add missed copyright headers
MarcoFalke
2020-01-04
scripted-diff: Add missed copyright headers
Hennadii Stepanov
2020-01-02
tests: Add std::to_string to list of locale dependent functions
practicalswift
2019-12-10
tests: Add fuzzing harnesses for various number parsing functions
practicalswift
2019-06-13
Replace remaining fprintf with tfm::format manually
MarcoFalke
2019-02-02
Make PID file creating errors fatal
Hennadii Stepanov
2018-11-06
Update KNOWN_VIOLATIONS: Remove fixed violations
practicalswift
2018-11-06
Use IsSpace(...) instead of boost::is_space
practicalswift
2018-11-06
Use ToLower(...) instead of std::tolower
practicalswift
2018-11-06
Use IsDigit(...) instead of std::isdigit
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-26
Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uin...
practicalswift
2018-08-31
macOS fix: Work around empty (sub)expression error when using BSD grep
practicalswift
2018-08-28
Removes the Boost case_conv.hpp dependency.
251
2018-06-20
Obsolete #!/bin/bash shebang
DesWurstes
2018-06-14
Add "export LC_ALL=C" to all shell scripts
practicalswift
2018-06-06
build: Add linter for checking accidental locale dependence
practicalswift