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
2020-05-21
validation: Make LoadBlockIndex() a member of ChainstateManager
MarcoFalke
2020-05-21
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-21
node: Add chainman alias for g_chainman
MarcoFalke
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-19
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-19
refactor: Remove unused bool parameter in RPCNotifyBlockChange()
Hennadii Stepanov
2020-05-19
refactor: Remove unused bool parameter in BlockNotifyGenesisWait()
Hennadii Stepanov
2020-05-13
refactor: Remove g_rpc_node global
Russell Yanofsky
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
Merge #18922: gui: Do not translate InitWarning messages in debug.log
Jonas Schnelli
2020-05-12
Merge #18910: p2p: add MAX_FEELER_CONNECTIONS constant
fanquake
2020-05-12
p2p: add MAX_FEELER_CONNECTIONS constant
tryphe
2020-05-10
gui: Do not translate InitWarning messages in debug.log
Hennadii Stepanov
2020-05-08
[init] Add -peerblockfilters option
Jim Posen
2020-05-05
Make InitError bilingual
Hennadii Stepanov
2020-05-05
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-04-27
init: Remove boost from ThreadImport
MarcoFalke
2020-04-26
Merge #18669: log: Use Join() helper when listing log categories
MarcoFalke
2020-04-20
Do not expose and consider -logthreadnames when it does not work
Hennadii Stepanov
2020-04-16
log: Use Join() helper when listing log categories
MarcoFalke
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2020-04-10
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
Merge #18526: Remove PID file at the very end
MarcoFalke
2020-04-06
Merge #18458: net: Add missing cs_vNodes lock
Wladimir J. van der Laan
2020-04-06
Remove PID file at the very end
Hennadii Stepanov
2020-04-02
init: Replace URL_WEBSITE with PACKAGE_URL
MarcoFalke
2020-03-29
net: Add missing cs_vNodes lock
MarcoFalke
2020-03-29
Merge #18391: doc: Update init and reduce-traffic docs for -blocksonly
MarcoFalke
2020-03-29
Update -blocksonly documentation
glowang
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-17
Merge #18289: refactor: Make scheduler methods type safe
MarcoFalke
2020-03-17
protect g_chainman with cs_main
James O'Beirne
2020-03-17
use ChainstateManager to initialize chainstate
James O'Beirne
2020-03-17
refactor: move RewindBlockIndex to CChainState
James O'Beirne
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-03-11
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-03-10
refactor: move DUMP_BANS_INTERVAL to banman.h
MarcoFalke
2020-03-10
scheduler: Make schedule* methods type safe
MarcoFalke
2020-03-06
scheduler: don't rely on boost interrupt on shutdown
Anthony Towns
2020-03-04
init: move asmap code earlier in init process
Jon Atack
2020-03-04
logging: asmap logging and #include fixups
Jon Atack
2020-03-04
config: separate the asmap finding and parsing checks
Jon Atack
2020-03-04
config: enable passing -asmap an absolute file path
Jon Atack
2020-03-04
config: use default value in -asmap config
Jon Atack
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-26
Merge #17985: net: Remove forcerelay of rejected txs
Wladimir J. van der Laan
2020-02-17
Merge #18037: Util: Allow scheduler to be mocked
MarcoFalke
2020-02-17
[lib] add scheduler to node context
Amiti Uttarwar
2020-02-11
net: Remove forcerelay of rejected txs
MarcoFalke
2020-02-05
Merge #18023: Fix some asmap issues
Wladimir J. van der Laan
[next]