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
2019-06-18
Merge #16112: util: Log early messages
MarcoFalke
2019-06-18
Merge #16171: Remove -mempoolreplacement to prevent needless block prop slown...
MarcoFalke
2019-06-13
Replace remaining fprintf with tfm::format manually
MarcoFalke
2019-06-08
Remove -mempoolreplacement to prevent needless block prop slowness.
Matt Corallo
2019-06-06
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-05
Merge #15976: refactor: move methods under CChainState (pt. 1)
Wladimir J. van der Laan
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-28
Log early messages with -printtoconsole
Anthony Towns
2019-05-28
Replace OpenDebugLog() with StartLogging()
Anthony Towns
2019-05-25
Remove global symbols: Avoid using the global namespace if possible
practicalswift
2019-05-19
Merge #12980: Allow quicker shutdowns during LoadBlockIndex()
Jonas Schnelli
2019-05-16
Merge #15990: Add tests and documentation for blocksonly
Wladimir J. van der Laan
2019-05-16
refactoring: FlushStateToDisk -> CChainState
James O'Beirne
2019-05-13
Merge #14364: doc: Clarify -blocksdir usage
MarcoFalke
2019-05-13
doc: Mention blocksonly in reduce-traffic.md, unhide option
MarcoFalke
2019-05-09
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-05-08
Merge #15890: Doc: remove text about txes always relayed from -whitelist
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-01
Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo
MarcoFalke
2019-04-30
Merge #15849: Thread names in logs and deadlock debug tools
MarcoFalke
2019-04-29
threads: prefix log messages with thread names
James O'Beirne
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-29
Merge #15877: doc: Fix -dustrelayfee= argument docs grammar
MarcoFalke
2019-04-29
Remove unused OpenSSL includes to make it more clear where OpenSSL is used
practicalswift
2019-04-27
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-25
Doc: remove text about txes always relayed from -whitelist
David A. Harding
2019-04-23
doc: Fix -dustrelayfee= argument docs grammar
keepkeyjon
2019-04-23
Merge #15699: Remove no-op CClientUIInterface::[signal_name]_disconnect. Disc...
MarcoFalke
2019-04-19
Merge #15655: Resolve the checkpoints <-> validation circular dependency
MarcoFalke
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-18
Merge #14121: Index for BIP 157 block filters
MarcoFalke
2019-04-10
Merge #15638: Move-only: Pull wallet code out of libbitcoin_server
Wladimir J. van der Laan
2019-04-09
Merge #15629: init: Throw error when network specific config is ignored
MarcoFalke
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-06
init: Add CLI option to enable block filter index.
Jim Posen
2019-03-29
Disconnect BlockNotifyGenesisWait and RPCNotifyBlockChange properly. Remove n...
practicalswift
2019-03-23
Resolve the checkpoints <-> validation CD.
251
2019-03-22
Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
Ben Woosley
2019-03-19
init: Throw error when network specific config is ignored
MarcoFalke
2019-03-18
rpc: Uncouple rpcs from maxTxFee global
MarcoFalke
2019-03-07
Merge #15402: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-03-02
Merge #15118: Refactor block file logic
Wladimir J. van der Laan
2019-03-02
Merge #15335: Fix lack of warning of unrecognized section names
MarcoFalke
2019-02-25
Merge #15456: Enable PID file creation on WIN
Wladimir J. van der Laan
2019-02-25
Enable PID file creation on Windows
riordant
2019-02-24
Call RewindBlockIndex without cs_main held
Pieter Wuille
2019-02-22
scripted-diff: Rename CBlockDiskPos to FlatFilePos.
Jim Posen
2019-02-22
validation: Extract basic block file logic into FlatFileSeq class.
Jim Posen
2019-02-22
util: Move CheckDiskSpace to util.
Jim Posen
[next]