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-04-19
Merge #15655: Resolve the checkpoints <-> validation circular dependency
MarcoFalke
2019-04-18
Merge #14121: Index for BIP 157 block filters
MarcoFalke
2019-04-10
Merge #15638: Move-only: Pull wallet code out of libbitcoin_server
Wladimir J. van der Laan
2019-04-09
Merge #15629: init: Throw error when network specific config is ignored
MarcoFalke
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-06
init: Add CLI option to enable block filter index.
Jim Posen
2019-03-23
Resolve the checkpoints <-> validation CD.
251
2019-03-19
init: Throw error when network specific config is ignored
MarcoFalke
2019-03-18
rpc: Uncouple rpcs from maxTxFee global
MarcoFalke
2019-03-07
Merge #15402: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-03-02
Merge #15118: Refactor block file logic
Wladimir J. van der Laan
2019-03-02
Merge #15335: Fix lack of warning of unrecognized section names
MarcoFalke
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-22
scripted-diff: Rename CBlockDiskPos to FlatFilePos.
Jim Posen
2019-02-22
validation: Extract basic block file logic into FlatFileSeq class.
Jim Posen
2019-02-22
util: Move CheckDiskSpace to util.
Jim Posen
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-19
Fix lack of warning of unrecognized section names
Akio Nakamura
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
[next]