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
2021-09-18
util: Introduce ToIntegral<T>(const std::string&) for locale independent pars...
practicalswift
2021-09-02
Replace use of boost::trim_right with locale-independent TrimString
Ben Woosley
2021-09-02
Replace use of boost::trim use with locale-independent TrimString
Ben Woosley
2021-04-27
refactor: Move pruning/reindex/importing globals to blockstorage
MarcoFalke
2020-08-29
Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale han...
MarcoFalke
2020-08-29
doc: Document differences in bitcoind and bitcoin-qt locale handling
practicalswift
2020-07-03
Merge #18649: tests: Add std::locale::global to list of locale dependent func...
fanquake
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
tests: Add std::locale::global to list of locale dependent functions in lint-...
practicalswift
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-06
tests: Add fuzzing harness for locale independence testing
practicalswift
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