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-02-17
Merge #18037: Util: Allow scheduler to be mocked
MarcoFalke
2020-02-17
[lib] add scheduler to node context
Amiti Uttarwar
2020-02-05
Merge #18023: Fix some asmap issues
Wladimir J. van der Laan
2020-01-31
Avoid asmap copies in initialization
Pieter Wuille
2020-01-29
on startup, write config options to debug.log
Larry Ruane
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-23
src/init: correct a typo
darosior
2020-01-22
Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...
Wladimir J. van der Laan
2020-01-22
Merge #17897: init: Stop indexes on shutdown after ChainStateFlushed callback.
fanquake
2020-01-20
Merge #17916: windows: Enable heap terminate-on-corruption
Wladimir J. van der Laan
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-13
windows: remove call to SetProcessDEPPolicy
fanquake
2020-01-13
windows: Enable heap terminate-on-corruption
fanquake
2020-01-09
init: Stop indexes on shutdown after ChainStateFlushed callback.
Jim Posen
2020-01-08
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-25
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-12-13
Merge #12763: Add RPC Whitelist Feature from #12248
Wladimir J. van der Laan
2019-12-13
Merge #17617: doc: unify unix epoch time descriptions
Wladimir J. van der Laan
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-12-11
Add RPC Whitelist Feature from #12248
Jeremy Rubin
2019-12-06
cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twice
Harris
2019-11-21
Fire TransactionRemovedFromMempool from mempool
251
2019-11-21
Merge #17407: node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-18
doc: remove OpenSSL from build instructions and licensing info
fanquake
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-12
Run background seeding periodically instead of unpredictably
Pieter Wuille
2019-11-07
Merge #17342: refactor: Clean up nScriptCheckThreads
MarcoFalke
2019-11-06
[refactor] Replace global int nScriptCheckThreads with bool
John Newbery
2019-11-05
Merge #17044: init: Remove auto-import of `bootstrap.dat` and associated code
Wladimir J. van der Laan
2019-11-05
remove old bootstrap relevant code
tryphe
2019-11-01
Merge #17286: Fix help-debug -checkpoints
Wladimir J. van der Laan
2019-10-31
log: Fix log message for -par=1
Hennadii Stepanov
2019-10-30
Fix incorrect help-debug for -checkpoints
Antoine Riard
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-24
Remove BIP70 Support
fanquake
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-09-30
doc: Remove mention of renamed mapBlocksUnlinked
MarcoFalke
2019-09-17
refactoring: move ReplayBlocks under CChainState
James O'Beirne
2019-09-17
refactoring: move LoadChainTip to CChainState method
James O'Beirne
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
[next]