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-02-26
move-only: Add txorphanage module
Anthony Towns
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
2020-12-17
Merge #20668: doc: warn that incoming conns are unlikely when not using defau...
Wladimir J. van der Laan
2020-12-16
Merge #20605: init: Signal-safe instant shutdown
Wladimir J. van der Laan
2020-12-16
doc: warn that incoming conns are unlikely when not using default ports
Adam Jonas
2020-12-15
init: Signal-safe instant shutdown
Wladimir J. van der Laan
2020-12-13
init: set nMaxOutboundLimit connection option directly
fanquake
2020-12-13
net: remove nMaxOutboundTimeframe from connection options
fanquake
2020-12-10
Simplify and clarify extra outbound peer counting
Suhas Daftuar
2020-12-09
Remove g_relay_txes
John Newbery
2020-12-09
[net processing] Add m_ignores_incoming_txs to PeerManager and use internally
John Newbery
2020-12-09
[init] Use MakeUnique<> to construct peerman
John Newbery
2020-12-07
Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...
MarcoFalke
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-03
feestimator: encapsulate estimation file logic
Antoine Poinsot
2020-12-03
init: don't create a CBlockPolicyEstimator if we don't relay transactions
Antoine Poinsot
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-12-01
Merge #20222: refactor: CTxMempool constructor clean up
MarcoFalke
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-11-19
Merge #20024: init: Fix incorrect warning "Reducing -maxconnections from N to...
Wladimir J. van der Laan
2020-11-12
Remove references to CreateWalletFromFile
fanquake
2020-10-23
refactor: Make CTxMemPool::m_check_ratio a const and a constructor argument
Elle Mouton
[next]