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
2021-03-31
Merge #21366: refactor: replace util::Ref with std::any (C++17)
W. J. van der Laan
2021-03-30
Merge #20228: addrman: Make addrman a top-level component
MarcoFalke
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-24
remove unnecessary newline from initWarning() argument
Larry Ruane
2021-03-20
[net_processing] Keep addrman reference in PeerManager
John Newbery
2021-03-20
[net] Construct addrman outside connman
John Newbery
2021-03-16
Merge #21447: Always add -daemonwait to known command line arguments
Wladimir J. van der Laan
2021-03-16
Merge #21405: compat: remove memcpy -> memmove backwards compatibility alias
Wladimir J. van der Laan
2021-03-16
Always add -daemonwait to known command line arguments
Hennadii Stepanov
2021-03-12
Merge #21404: refactor: Remove MakeUnique<T>()
MarcoFalke
2021-03-11
Merge #21007: bitcoind: Add -daemonwait option to wait for initialization
Wladimir J. van der Laan
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-10
compat: remove memcpy -> memmove backwards compatibility alias
fanquake
2021-03-04
bitcoind: Add -daemonwait option to wait for initialization
Wladimir J. van der Laan
2021-03-04
Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...
Wladimir J. van der Laan
2021-03-04
Merge #21148: Split orphan handling from net_processing into txorphanage
Wladimir J. van der Laan
2021-03-01
validation: Pass in chainstate to CVerifyDB::VerifyDB
Carl Dong
2021-03-01
net: recognize I2P from ParseNetwork() so that -onlynet=i2p works
Vasil Dimov
2021-03-01
init: introduce I2P connectivity options
Vasil Dimov
2021-02-26
move-only: Add txorphanage module
Anthony Towns
2021-02-22
validation: Remove global ::LoadGenesisBlock
Carl Dong
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-18
Merge #15946: Allow maintaining the blockfilterindex when using prune
Jonas Schnelli
2021-02-17
time: add runtime sanity check
Cory Fields
2021-02-16
Add debug startup parameter -fastprune for more effective pruning tests
Jonas Schnelli
2021-02-15
Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto...
MarcoFalke
2021-02-11
[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...
Dhruv Mehta
2021-02-11
Allow blockfilter in conjunction with prune
Jonas Schnelli
2021-02-05
Merge #21077: doc: clarify -timeout and -peertimeout config options
MarcoFalke
2021-02-04
[doc] clarify -peertimeout and -timeout descriptions
gzhao408
2021-02-03
Merge #21060: doc: More precise -debug and -debugexclude doc
fanquake
2021-02-02
Merge #19509: Per-Peer Message Capture
MarcoFalke
2021-02-02
init: use GetNetworkNames() in -onlynet help
Jon Atack
2021-02-01
doc: More precise -debug and -debugexclude doc
wodry
2021-02-01
Merge #21016: refactor: remove boost::thread_group usage
Wladimir J. van der Laan
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-28
validation: Move LoadExternalBlockFile to CChainState
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2021-01-25
doc: update -onlynet help in src/init.cpp
Jon Atack
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-23
Call CaptureMessage at appropriate locations
Troy Giorshev
2021-01-23
Add CaptureMessage
Troy Giorshev
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2021-01-09
net_processing: split PeerManager into interface and implementation classes
Anthony Towns
2021-01-07
net: Add -natpmp command line option
Hennadii Stepanov
2021-01-07
net: Add flags for port mapping protocols
Hennadii Stepanov
2021-01-07
refactor: Move port mapping code to its own module
Hennadii Stepanov
2021-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2020-12-22
[net processing] Remove dropmessagestest
John Newbery
[next]