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
Age
Commit message (
Expand
)
Author
2019-01-10
util: Make ToLower and ToUpper take a char
Wladimir J. van der Laan
2019-01-10
util: remove unused [U](BEGIN|END) macros
Wladimir J. van der Laan
2019-01-09
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-09
Error if rpcpassword contains hash in conf sections
MeshCollider
2018-11-22
Merge #14771: test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-11-20
test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-11-20
Warn unrecognized sections in the config file
Akio Nakamura
2018-11-19
Merge #14718: Remove unreferenced boost headers
MarcoFalke
2018-11-16
Remove unreferenced boost headers
Murray Nesbitt
2018-11-15
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-12
Merge #14494: Error if # is used in rpcpassword in conf
Wladimir J. van der Laan
2018-11-06
Use ToLower(...) instead of std::tolower
practicalswift
2018-11-06
Use IsDigit(...) instead of std::isdigit
practicalswift
2018-11-06
Error if rpcpassword in conf contains a hash character
MeshCollider
2018-11-05
blockfilter: Use unordered_set instead of set in blockfilter.
Jim Posen
2018-11-05
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
2018-11-05
Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen