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
/
init.cpp
Age
Commit message (
Expand
)
Author
2019-03-07
Merge #15552: 0.18: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-02-25
Merge #15456: Enable PID file creation on WIN
Wladimir J. van der Laan
2019-02-25
Enable PID file creation on Windows
riordant
2019-02-24
Call RewindBlockIndex without cs_main held
Pieter Wuille
2019-02-21
Merge #13676: Explain that mempool memory is added to -dbcache
Wladimir J. van der Laan
2019-02-21
Merge #15278: Improve PID file error handling
Wladimir J. van der Laan
2019-02-14
Move all PID file stuff to init.cpp
Hennadii Stepanov
2019-02-12
Merge #15358: util: Add SetupHelpOptions()
Wladimir J. van der Laan
2019-02-08
Move maxTxFee initialization to init.cpp
Jordan Baczuk
2019-02-06
util: Add SetupHelpOptions()
MarcoFalke
2019-02-05
Merge #14922: windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Wladimir J. van der Laan
2019-02-04
Merge #15266: memory: Construct globals on first use
MarcoFalke
2019-02-02
Make PID file creating errors fatal
Hennadii Stepanov
2019-02-02
Improve PID file removing errors logging
Hennadii Stepanov
2019-01-31
Explain that unused mempool memory is added to -dbcache
Sjors Provoost
2019-01-30
Merge #15163: Correct units for "-dbcache" and "-prune"
Wladimir J. van der Laan
2019-01-30
Correct units for "-dbcache" and "-prune"
Hennadii Stepanov
2019-01-29
log: Construct global logger on first use
MarcoFalke
2019-01-23
windows: Call SetProcessDEPPolicy directly
Chun Kuan Lee
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-16
banman: pass in default ban time as a parameter
Cory Fields
2019-01-16
banman: pass the banfile path in
Cory Fields
2019-01-16
banman: create and split out banman
Cory Fields
2019-01-16
Merge #14409: utils and libraries: Make 'blocksdir' always net specific
Wladimir J. van der Laan
2019-01-15
Merge #14941: rpc: Make unloadwallet wait for complete wallet unload
Wladimir J. van der Laan
2019-01-15
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2019-01-13
Drop IsLimited in favor of IsReachable
Ben Woosley
2019-01-09
Fail if either disk space check fails
Ben Woosley
2019-01-02
Merge #14336: net: implement poll
Wladimir J. van der Laan
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-13
Merge #14741: doc: Indicate -rpcauth option password hashing alg
Wladimir J. van der Laan
2018-12-04
Merge #14733: P2P: Make peer timeout configurable, speed up very slow test an...
Wladimir J. van der Laan
2018-12-03
Increase maxconnections limit when using poll.
Patrick Strateman
2018-11-29
make peertimeout a debug argument, remove error message translation
Zain Iqbal Allarakhia
2018-11-28
p2p: allow p2ptimeout to be configurable, speed up slow test
Zain Iqbal Allarakhia
2018-11-24
Indicate -rpcauth option password hashing alg
Carl Dong
2018-11-22
rpcbind: Warn about exposing RPC to untrusted networks
Luke Dashjr
2018-11-22
net: Always default rpcbind to localhost, never "all interfaces"
Luke Dashjr
2018-11-20
Warn unrecognized sections in the config file
Akio Nakamura
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-05
Merge #14060: ZMQ: add options to configure outbound message high water mark,...
Wladimir J. van der Laan
2018-11-05
Make blockdir always net specific
Hennadii Stepanov
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-19
ZMQ: add options to configure outbound message high water mark, aka SNDHWM
mruddy
2018-09-26
Merge #14282: [wallet] Remove -usehd
MarcoFalke
2018-09-23
Don't edit Chainparams after initialization
Jorge Timón
2018-09-23
MOVEONLY: Move versionbits info out of versionbits.o
Jorge Timón
2018-09-20
[wallet] Remove -usehd
John Newbery
[next]