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
/
strencodings.cpp
Age
Commit message (
Expand
)
Author
2021-05-19
Merge bitcoin/bitcoin#21173: util: faster HexStr => 13% faster blockToJSON
W. J. van der Laan
2021-03-16
util: add missing braces and apply clang format to SplitHostPort()
Jon Atack
2021-03-16
util: add ParseUInt16(), use it in SplitHostPort()
Jon Atack
2021-03-16
p2p, refactor: pass and use uint16_t CService::port as uint16_t
Jon Atack
2021-02-16
faster HexStr => 13% faster blockToJSON
Martin Ankerl
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-09-21
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-08-25
util: make EncodeBase64 consume Spans
Sebastian Falbesoner
2020-08-25
util: make EncodeBase32 consume Spans
Sebastian Falbesoner
2020-08-25
Merge #19628: net: change CNetAddr::ip to have flexible size
MarcoFalke
2020-08-24
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-08-17
util: remove unused c-string variant of atoi64()
Sebastian Falbesoner
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-27
util: Replace i64tostr with ToString
MarcoFalke
2020-03-27
util: Remove unused itostr
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-16
util: Don't allow DecodeBase32(...) of strings with embedded NUL characters
practicalswift
2019-12-16
util: Don't allow DecodeBase64(...) of strings with embedded NUL characters
practicalswift
2019-12-12
util: Don't allow base58-decoding of std::string:s containing non-base58 char...
practicalswift
2019-10-28
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-08-08
util: refactor upper/lowercase functions
Karl-Johan Alm
2019-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-11
Add pf_invalid arg to std::string DecodeBase{32,64}
Glenn Willen
2019-01-10
util: Make ToLower and ToUpper take a char
Wladimir J. van der Laan
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