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
...
*
Merge #18669: log: Use Join() helper when listing log categories
MarcoFalke
2020-04-26
1
-1
/
+2
|
\
|
*
log: Use Join() helper when listing log categories
MarcoFalke
2020-04-16
1
-1
/
+2
*
|
Do not expose and consider -logthreadnames when it does not work
Hennadii Stepanov
2020-04-20
1
-0
/
+6
|
/
*
node: Add args alias for gArgs global
MarcoFalke
2020-04-15
1
-1
/
+5
*
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
1
-81
/
+129
|
\
|
*
protect g_chainman with cs_main
James O'Beirne
2020-03-17
1
-7
/
+14
|
*
use ChainstateManager to initialize chainstate
James O'Beirne
2020-03-17
1
-76
/
+117
|
*
refactor: move RewindBlockIndex to CChainState
James O'Beirne
2020-03-17
1
-1
/
+1
*
|
Merge #18526: Remove PID file at the very end
MarcoFalke
2020-04-10
1
-7
/
+9
|
\
\
|
*
|
Remove PID file at the very end
Hennadii Stepanov
2020-04-06
1
-7
/
+9
*
|
|
Merge #18458: net: Add missing cs_vNodes lock
Wladimir J. van der Laan
2020-04-06
1
-1
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
net: Add missing cs_vNodes lock
MarcoFalke
2020-03-29
1
-1
/
+14
*
|
|
init: Replace URL_WEBSITE with PACKAGE_URL
MarcoFalke
2020-04-02
1
-2
/
+1
*
|
|
Merge #18391: doc: Update init and reduce-traffic docs for -blocksonly
MarcoFalke
2020-03-29
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update -blocksonly documentation
glowang
2020-03-29
1
-1
/
+1
*
|
|
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-19
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-03-11
1
-0
/
+1
*
|
|
Merge #18289: refactor: Make scheduler methods type safe
MarcoFalke
2020-03-17
1
-6
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
refactor: move DUMP_BANS_INTERVAL to banman.h
MarcoFalke
2020-03-10
1
-4
/
+0
|
*
|
scheduler: Make schedule* methods type safe
MarcoFalke
2020-03-10
1
-4
/
+4
*
|
|
refactor: Remove mempool global from net
MarcoFalke
2020-03-12
1
-6
/
+5
|
/
/
*
|
scheduler: don't rely on boost interrupt on shutdown
Anthony Towns
2020-03-06
1
-0
/
+1
*
|
init: move asmap code earlier in init process
Jon Atack
2020-03-04
1
-25
/
+25
*
|
logging: asmap logging and #include fixups
Jon Atack
2020-03-04
1
-4
/
+4
*
|
config: separate the asmap finding and parsing checks
Jon Atack
2020-03-04
1
-1
/
+5
*
|
config: enable passing -asmap an absolute file path
Jon Atack
2020-03-04
1
-5
/
+7
*
|
config: use default value in -asmap config
Jon Atack
2020-03-04
1
-1
/
+1
*
|
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-2
/
+1
|
/
*
Merge #17985: net: Remove forcerelay of rejected txs
Wladimir J. van der Laan
2020-02-26
1
-2
/
+2
|
\
|
*
net: Remove forcerelay of rejected txs
MarcoFalke
2020-02-11
1
-2
/
+2
*
|
Merge #18037: Util: Allow scheduler to be mocked
MarcoFalke
2020-02-17
1
-8
/
+11
|
\
\
|
|
/
|
/
|
|
*
[lib] add scheduler to node context
Amiti Uttarwar
2020-02-17
1
-8
/
+11
*
|
Merge #18023: Fix some asmap issues
Wladimir J. van der Laan
2020-02-05
1
-1
/
+1
|
\
\
|
*
|
Avoid asmap copies in initialization
Pieter Wuille
2020-01-31
1
-1
/
+1
|
|
/
*
/
on startup, write config options to debug.log
Larry Ruane
2020-01-29
1
-5
/
+8
|
/
*
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-29
1
-0
/
+26
|
\
|
*
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-12-25
1
-0
/
+26
*
|
src/init: correct a typo
darosior
2020-01-23
1
-1
/
+1
*
|
Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...
Wladimir J. van der Laan
2020-01-22
1
-4
/
+4
|
\
\
|
*
|
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2020-01-08
1
-4
/
+4
*
|
|
Merge #17897: init: Stop indexes on shutdown after ChainStateFlushed callback.
fanquake
2020-01-22
1
-4
/
+8
|
\
\
\
|
*
|
|
init: Stop indexes on shutdown after ChainStateFlushed callback.
Jim Posen
2020-01-09
1
-4
/
+8
|
|
/
/
*
|
|
Merge #17916: windows: Enable heap terminate-on-corruption
Wladimir J. van der Laan
2020-01-20
1
-2
/
+2
|
\
\
\
|
*
|
|
windows: remove call to SetProcessDEPPolicy
fanquake
2020-01-13
1
-3
/
+0
|
*
|
|
windows: Enable heap terminate-on-corruption
fanquake
2020-01-13
1
-0
/
+3
|
|
/
/
*
|
|
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
|
|
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-15
1
-1
/
+1
|
/
/
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
|
Merge #12763: Add RPC Whitelist Feature from #12248
Wladimir J. van der Laan
2019-12-13
1
-0
/
+2
|
\
\
|
*
|
Add RPC Whitelist Feature from #12248
Jeremy Rubin
2019-12-11
1
-0
/
+2
[prev]
[next]