index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
strencodings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-09-21
1
-4
/
+8
*
util: make EncodeBase64 consume Spans
Sebastian Falbesoner
2020-08-25
1
-4
/
+4
*
util: make EncodeBase32 consume Spans
Sebastian Falbesoner
2020-08-25
1
-4
/
+4
*
Merge #19628: net: change CNetAddr::ip to have flexible size
MarcoFalke
2020-08-25
1
-0
/
+12
|
\
|
*
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-08-24
1
-0
/
+12
*
|
util: remove unused c-string variant of atoi64()
Sebastian Falbesoner
2020-08-17
1
-9
/
+0
|
/
*
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-06
1
-0
/
+13
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
util: Replace i64tostr with ToString
MarcoFalke
2020-03-27
1
-5
/
+0
*
util: Remove unused itostr
MarcoFalke
2020-03-27
1
-5
/
+0
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
util: Don't allow DecodeBase32(...) of strings with embedded NUL characters
practicalswift
2019-12-16
1
-0
/
+6
*
util: Don't allow DecodeBase64(...) of strings with embedded NUL characters
practicalswift
2019-12-16
1
-0
/
+6
*
util: Don't allow base58-decoding of std::string:s containing non-base58 char...
practicalswift
2019-12-12
1
-1
/
+2
*
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-28
1
-2
/
+2
*
util: refactor upper/lowercase functions
Karl-Johan Alm
2019-08-08
1
-2
/
+11
*
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
1
-41
/
+0
*
Add pf_invalid arg to std::string DecodeBase{32,64}
Glenn Willen
2019-02-11
1
-8
/
+8
*
util: Make ToLower and ToUpper take a char
Wladimir J. van der Laan
2019-01-10
1
-1
/
+1
*
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
2018-11-05
1
-1
/
+1
*
Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)
practicalswift
2018-11-05
1
-0
/
+1
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-0
/
+599