index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
test: Require standard txs in regtest
MarcoFalke
2019-06-21
1
-1
/
+2
*
|
|
Merge #16194: refactor: share blockmetadata with BlockManager
Wladimir J. van der Laan
2019-07-16
1
-5
/
+6
|
\
\
\
|
*
|
|
refactoring: remove mapBlockIndex global
James O'Beirne
2019-07-08
1
-5
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge #16291: gui: Stop translating PACKAGE_NAME
MarcoFalke
2019-07-08
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-06-26
1
-2
/
+2
*
|
|
[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
Sjors Provoost
2019-07-05
1
-4
/
+4
*
|
|
Merge #15457: Check std::system for -[alert|block|wallet]notify
Wladimir J. van der Laan
2019-07-05
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[build]: check std::system for -[alert|block|wallet]notify
Sjors Provoost
2019-06-06
1
-0
/
+8
*
|
|
Merge #16112: util: Log early messages
MarcoFalke
2019-06-18
1
-8
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Log early messages with -printtoconsole
Anthony Towns
2019-05-28
1
-6
/
+0
|
*
|
Replace OpenDebugLog() with StartLogging()
Anthony Towns
2019-05-28
1
-2
/
+2
*
|
|
Merge #16171: Remove -mempoolreplacement to prevent needless block prop slown...
MarcoFalke
2019-06-18
1
-10
/
+0
|
\
\
\
|
*
|
|
Remove -mempoolreplacement to prevent needless block prop slowness.
Matt Corallo
2019-06-08
1
-10
/
+0
*
|
|
|
Replace remaining fprintf with tfm::format manually
MarcoFalke
2019-06-13
1
-4
/
+3
|
/
/
/
*
|
|
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-06
1
-1
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
|
|
/
*
|
Merge #15976: refactor: move methods under CChainState (pt. 1)
Wladimir J. van der Laan
2019-06-05
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
refactoring: FlushStateToDisk -> CChainState
James O'Beirne
2019-05-16
1
-3
/
+3
*
|
Remove global symbols: Avoid using the global namespace if possible
practicalswift
2019-05-25
1
-1
/
+1
*
|
Merge #12980: Allow quicker shutdowns during LoadBlockIndex()
Jonas Schnelli
2019-05-19
1
-0
/
+1
|
\
\
|
*
|
Allow quicker shutdowns during LoadBlockIndex()
Jonas Schnelli
2018-08-02
1
-0
/
+1
*
|
|
Merge #15990: Add tests and documentation for blocksonly
Wladimir J. van der Laan
2019-05-16
1
-2
/
+2
|
\
\
\
|
*
|
|
doc: Mention blocksonly in reduce-traffic.md, unhide option
MarcoFalke
2019-05-13
1
-1
/
+1
|
*
|
|
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-05-09
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge #14364: doc: Clarify -blocksdir usage
MarcoFalke
2019-05-13
1
-1
/
+1
|
\
\
\
|
*
|
|
doc: Clarify -blocksdir usage
Daniel McNally
2019-01-17
1
-1
/
+1
*
|
|
|
Merge #15890: Doc: remove text about txes always relayed from -whitelist
MarcoFalke
2019-05-08
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Doc: remove text about txes always relayed from -whitelist
David A. Harding
2019-04-25
1
-2
/
+2
*
|
|
|
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-7
/
+7
*
|
|
|
Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo
MarcoFalke
2019-05-01
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
Ben Woosley
2019-03-22
1
-4
/
+4
*
|
|
|
|
Merge #15849: Thread names in logs and deadlock debug tools
MarcoFalke
2019-04-30
1
-3
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
threads: prefix log messages with thread names
James O'Beirne
2019-04-29
1
-0
/
+2
|
*
|
|
|
|
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-29
1
-3
/
+4
*
|
|
|
|
|
Merge #15877: doc: Fix -dustrelayfee= argument docs grammar
MarcoFalke
2019-04-29
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
doc: Fix -dustrelayfee= argument docs grammar
keepkeyjon
2019-04-23
1
-1
/
+1
*
|
|
|
|
|
|
Remove unused OpenSSL includes to make it more clear where OpenSSL is used
practicalswift
2019-04-29
1
-1
/
+0
*
|
|
|
|
|
|
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-27
1
-18
/
+0
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-18
1
-18
/
+0
*
|
|
|
|
|
|
Merge #15699: Remove no-op CClientUIInterface::[signal_name]_disconnect. Disc...
MarcoFalke
2019-04-23
1
-4
/
+6
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Disconnect BlockNotifyGenesisWait and RPCNotifyBlockChange properly. Remove n...
practicalswift
2019-03-29
1
-4
/
+6
*
|
|
|
|
|
|
Merge #15655: Resolve the checkpoints <-> validation circular dependency
MarcoFalke
2019-04-19
1
-1
/
+0
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Resolve the checkpoints <-> validation CD.
251
2019-03-23
1
-1
/
+0
*
|
|
|
|
|
|
Merge #14121: Index for BIP 157 block filters
MarcoFalke
2019-04-18
1
-0
/
+45
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
init: Add CLI option to enable block filter index.
Jim Posen
2019-04-06
1
-0
/
+45
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #15638: Move-only: Pull wallet code out of libbitcoin_server
Wladimir J. van der Laan
2019-04-10
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[build] Add several util units
John Newbery
2019-04-09
1
-0
/
+1
|
*
|
|
|
|
|
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
1
-0
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge #15629: init: Throw error when network specific config is ignored
MarcoFalke
2019-04-09
1
-13
/
+13
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
init: Throw error when network specific config is ignored
MarcoFalke
2019-03-19
1
-13
/
+13
|
|
/
/
/
/
[prev]
[next]