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-09-09
Merge #16796: wallet: Fix segfault in CreateWalletFromFile
Samuel Dobson
2019-09-07
Merge #15759: p2p: Add 2 outbound block-relay-only connections
fanquake
2019-09-04
Add 2 outbound block-relay-only connections
Suhas Daftuar
2019-09-03
wallet: Fix documentation around WalletParameterInteraction
MarcoFalke
2019-08-28
util: Make util/error bilingual_str (refactor)
MarcoFalke
2019-08-24
[Doc] Add documentation for the new whitelist permissions
nicolas.dorier
2019-08-16
[doc] mention whitelist is inbound, and applies to blocksonly
Sjors Provoost
2019-08-16
Merge #16620: util: Move ResolveErrMsg to util/error
MarcoFalke
2019-08-15
Merge #16060: Bury bip9 deployments
MarcoFalke
2019-08-15
Merge #16443: refactor: have CCoins* data managed under CChainState
MarcoFalke
2019-08-15
Cover UTXO set access with lock annotations
James O'Beirne
2019-08-15
refactor: have CCoins* data managed under CChainState
James O'Beirne
2019-08-15
util: Move ResolveErrMsg to util/error
MarcoFalke
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-11
Make whitebind/whitelist permissions more flexible
nicolas.dorier
2019-07-27
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
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
[next]