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-11
[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...
Dhruv Mehta
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-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-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
2020-10-23
refactor: Avoid double to int cast for nCheckFrequency
Elle Mouton
2020-10-02
Merge #19991: net: Use alternative port for incoming Tor connections
Wladimir J. van der Laan
2020-10-01
net: Extend -bind config option with optional network type
Hennadii Stepanov
2020-10-01
net: Pass onion service target to Tor controller
Hennadii Stepanov
2020-10-01
signet: do not log signet startup messages for other chains
Jon Atack
2020-09-30
Merge #20004: test: Add signet witness commitment section parse tests
Wladimir J. van der Laan
2020-09-29
Merge #19984: log: Remove static log message "Initializing chainstate Chainst...
Wladimir J. van der Laan
2020-09-29
Merge #20003: net: Exit with error message if -proxy is specified without arg...
Wladimir J. van der Laan
2020-09-29
Remove gArgs global from CreateChainParams to aid testing
MarcoFalke
[next]