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-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-17
Merge #18289: refactor: Make scheduler methods type safe
MarcoFalke
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-03-11
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-03-10
refactor: move DUMP_BANS_INTERVAL to banman.h
MarcoFalke
2020-03-10
scheduler: Make schedule* methods type safe
MarcoFalke
2020-03-06
scheduler: don't rely on boost interrupt on shutdown
Anthony Towns
2020-03-04
init: move asmap code earlier in init process
Jon Atack
2020-03-04
logging: asmap logging and #include fixups
Jon Atack
2020-03-04
config: separate the asmap finding and parsing checks
Jon Atack
2020-03-04
config: enable passing -asmap an absolute file path
Jon Atack
2020-03-04
config: use default value in -asmap config
Jon Atack
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-26
Merge #17985: net: Remove forcerelay of rejected txs
Wladimir J. van der Laan
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-11
net: Remove forcerelay of rejected txs
MarcoFalke
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
[next]