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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle the result of posix_fallocate system call
Luca Venturini
2019-09-24
1
-3
/
+4
*
util: No translation of `Bitcoin Core` in the copyright
MarcoFalke
2019-09-24
1
-3
/
+4
*
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-18
1
-2
/
+2
*
Revert "Change in transaction pull scheduling to prevent InvBlock-related att...
Suhas Daftuar
2019-04-17
2
-0
/
+12
*
Merge #15278: Improve PID file error handling
Wladimir J. van der Laan
2019-02-21
2
-23
/
+0
|
\
|
*
Move all PID file stuff to init.cpp
Hennadii Stepanov
2019-02-14
2
-12
/
+0
|
*
Make PID file creating errors fatal
Hennadii Stepanov
2019-02-02
2
-11
/
+0
*
|
Merge #15391: Add compile time verification of assumptions we're currently ma...
Wladimir J. van der Laan
2019-02-15
1
-0
/
+1
|
\
\
|
*
|
Add compile time verification of assumptions we're currently making implicitl...
practicalswift
2019-02-14
1
-0
/
+1
*
|
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
4
-44
/
+85
*
|
|
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-14
2
-12
/
+12
|
\
\
\
|
*
|
|
Add pf_invalid arg to std::string DecodeBase{32,64}
Glenn Willen
2019-02-11
2
-12
/
+12
|
|
/
/
*
|
|
Merge #15358: util: Add SetupHelpOptions()
Wladimir J. van der Laan
2019-02-12
2
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
util: Add SetupHelpOptions()
MarcoFalke
2019-02-06
2
-0
/
+9
*
|
|
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-02-06
2
-12
/
+0
|
/
/
*
|
Merge #15297: wallet: Releases dangling files on BerkeleyEnvironment::Close
MeshCollider
2019-02-06
2
-0
/
+7
|
\
\
|
*
|
wallet: Close wallet env lock file
João Barbosa
2019-02-04
2
-0
/
+7
|
|
/
*
/
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Chun Kuan Lee
2019-01-23
1
-5
/
+0
|
/
*
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-21
1
-51
/
+0
|
\
|
*
Integrate util/system's CInit into RNGState
Pieter Wuille
2019-01-16
1
-51
/
+0
*
|
Merge #14839: [rebase] threads: fix unitialized members in sched_param
Wladimir J. van der Laan
2019-01-16
1
-1
/
+1
|
\
\
|
*
|
threads: fix unitialized members in sched_param
Cory Fields
2018-12-09
1
-1
/
+1
|
|
/
*
|
Merge #14409: utils and libraries: Make 'blocksdir' always net specific
Wladimir J. van der Laan
2019-01-16
2
-7
/
+5
|
\
\
|
*
|
Make blockdir always net specific
Hennadii Stepanov
2018-11-05
2
-7
/
+5
*
|
|
util: Make ToLower and ToUpper take a char
Wladimir J. van der Laan
2019-01-10
2
-3
/
+3
*
|
|
util: remove unused [U](BEGIN|END) macros
Wladimir J. van der Laan
2019-01-10
1
-4
/
+0
*
|
|
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-09
2
-4
/
+4
|
\
\
\
|
*
|
|
Use ToLower(...) instead of std::tolower
practicalswift
2018-11-06
1
-1
/
+1
|
*
|
|
Use IsDigit(...) instead of std::isdigit
practicalswift
2018-11-06
1
-3
/
+3
*
|
|
|
Error if rpcpassword contains hash in conf sections
MeshCollider
2019-01-09
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge #14771: test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-11-22
1
-2
/
+2
|
\
\
\
|
*
|
|
test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-11-20
1
-2
/
+2
*
|
|
|
Warn unrecognized sections in the config file
Akio Nakamura
2018-11-20
2
-8
/
+42
*
|
|
|
Merge #14718: Remove unreferenced boost headers
MarcoFalke
2018-11-19
1
-1
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove unreferenced boost headers
Murray Nesbitt
2018-11-16
1
-1
/
+0
*
|
|
|
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-15
4
-15
/
+19
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
2018-11-05
4
-15
/
+19
*
|
|
|
Merge #14494: Error if # is used in rpcpassword in conf
Wladimir J. van der Laan
2018-11-12
1
-0
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Error if rpcpassword in conf contains a hash character
MeshCollider
2018-11-06
1
-0
/
+6
|
|
/
/
*
/
/
blockfilter: Use unordered_set instead of set in blockfilter.
Jim Posen
2018-11-05
2
-0
/
+44
|
/
/
*
/
Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)
practicalswift
2018-11-05
2
-0
/
+2
|
/
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
9
-0
/
+2796