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-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-23
Merge #16355: refactor: move CCoinsViewErrorCatcher out of init.cpp
fanquake
2019-07-21
move-onlyish: move CCoinsViewErrorCatcher out of init.cpp
James O'Beirne
2019-07-16
Merge #15891: test: Require standard txs in regtest by default
MarcoFalke
2019-07-16
Merge #16194: refactor: share blockmetadata with BlockManager
Wladimir J. van der Laan
2019-07-08
Merge #16291: gui: Stop translating PACKAGE_NAME
MarcoFalke
2019-07-08
refactoring: remove mapBlockIndex global
James O'Beirne
2019-07-05
[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
Sjors Provoost
2019-07-05
Merge #15457: Check std::system for -[alert|block|wallet]notify
Wladimir J. van der Laan
2019-06-26
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-06-21
test: Require standard txs in regtest
MarcoFalke
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-06
[build]: check std::system for -[alert|block|wallet]notify
Sjors Provoost
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
[next]