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-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-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
2018-09-19
init: Remove deprecated args from hidden args
MarcoFalke
2018-09-20
Merge #14214: convert C-style (void) parameter lists to C++ style ()
MarcoFalke
2018-09-15
Merge #14206: doc: Document -checklevel levels
Wladimir J. van der Laan
2018-09-15
doc: Document -checklevel levels
Wladimir J. van der Laan
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
doc: `-help-debug` implies `-help`
Wladimir J. van der Laan
2018-09-11
Merge #14168: Remove ENABLE_WALLET from libbitcoin_server.a
MarcoFalke
2018-09-10
Merge #14057: [Logging] Only log "Using config file PATH_TO_bitcoin.conf" mes...
Wladimir J. van der Laan
2018-09-07
[build] Move dummy wallet into its own .cpp file.
John Newbery
2018-09-07
Merge #13662: Explain when reindex-chainstate can be used instead of reindex
MarcoFalke
2018-09-05
doc: Change documentation for =0 for non-boolean options
Wladimir J. van der Laan
2018-09-04
Merge #14013: [doc] Add new regtest ports in man following #10825 ports reatt...
Wladimir J. van der Laan
[next]