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-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
2020-09-29
Merge #20014: doc: Mention signet in -help output
fanquake
2020-09-28
Merge #15367: feature: Added ability for users to add a startup command
MarcoFalke
2020-09-28
feature: Added ability for users to add a startup command
Ben Carman
2020-09-26
init: Fix incorrect warning "Reducing -maxconnections from N to N-1, because ...
practicalswift
2020-09-25
doc: Mention signet in -help output
Hennadii Stepanov
2020-09-23
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-23
net: Print error message if -proxy is specified without arguments (instead of...
practicalswift
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-20
log: Remove static log message "Initializing chainstate Chainstate [ibd] @ he...
practicalswift
2020-09-15
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
2020-09-15
Merge #19241: help: Generate checkpoint height from chainparams
Wladimir J. van der Laan
2020-09-07
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
[net_processing] Pass chainparams to PeerLogicValidation constructor
John Newbery
2020-09-05
Remove mempool global
MarcoFalke
2020-09-05
Remove mempool global from init
MarcoFalke
2020-09-02
Merge #19840: Avoid callback when -blocknotify is empty
Wladimir J. van der Laan
[next]