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
/
src
/
util
/
string.h
Age
Commit message (
Expand
)
Author
2022-05-05
Wrap boost::replace_all
MacroFake
2022-05-04
Extend Split to work with multiple separators
Martin Leitner-Ankerl
2022-04-27
scripted-diff: Rename ValidAsCString to ContainsNoNUL
MacroFake
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-16
doc: Fix typos in endif header comments
MarcoFalke
2021-08-06
refactor: Move MakeUnorderedList into util/string.h to make it reusable
Hennadii Stepanov
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-09-11
util: move HasPrefix() so it can be reused
Vasil Dimov
2020-05-10
util: Enhance Join()
Hennadii Stepanov
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2019-12-16
util: Move TrimString(...). Introduce default pattern (trims whitespace). Add...
practicalswift
2019-12-12
util: Don't allow base58-decoding of std::string:s containing non-base58 char...
practicalswift
2019-10-15
Remove unused includes
practicalswift
2019-08-20
util: Add Join helper to join a list of strings
MarcoFalke