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
2022-04-06
Merge bitcoin/bitcoin#24758: Disable the syscall sandbox for bitcoin-qt and r...
laanwj
2022-04-05
Merge bitcoin/bitcoin#24236: Remove utxo db upgrade code
laanwj
2022-04-05
init: Disable syscall sandbox in the bitcoin-qt process
MarcoFalke
2022-03-26
init: add missing cs_main lock
Anthony Towns
2022-03-25
Merge bitcoin/bitcoin#24663: doc, init: add links to doc/cjdns.md
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24205: init, test: improve network reachability test co...
MarcoFalke
2022-03-24
doc, init: add links to doc/cjdns.md
Jon Atack
2022-03-24
init: disallow reindex-chainstate when pruning
Martin Zumsande
2022-03-18
Clarify in -maxtimeadjustment that only outbound peers influence time data
Jon Atack
2022-03-10
Remove utxo db upgrade code
MarcoFalke
2022-03-07
Merge bitcoin/bitcoin#24468: init, doc: improve -onlynet help and related tor...
laanwj
2022-03-07
Merge bitcoin/bitcoin#24306: util: Make ArgsManager::GetPathArg more widely u...
MarcoFalke
2022-03-03
init, doc: improve -onlynet help and tor/i2p documentation
Jon Atack
2022-03-02
net: only assume all local addresses if listening on any
Vasil Dimov
2022-03-02
net: fix GetListenPort() to derive the proper port
Vasil Dimov
2022-03-02
Use GetPathArg where possible
Pavol Rusnak
2022-03-02
Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o...
laanwj
2022-03-01
net, init: assert each network reachability is true by default
Jon Atack
2022-03-01
Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...
laanwj
2022-02-22
refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp
fanquake
2022-02-21
Merge bitcoin/bitcoin#24072: doc: fix wording of alertnotify to match behaviour
MarcoFalke
2022-02-11
net: open p2p connections to nodes that listen on non-default ports
Vasil Dimov
2022-02-09
Use ArgsManager::GetPathArg() for "-datadir" option
Hennadii Stepanov
2022-02-04
Merge bitcoin/bitcoin#24250: Update translations for 0.23 string freeze
laanwj
2022-02-03
init: Remove confusing '(possible integer overflow?)' from error message
laanwj
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-28
doc: fix wording of alertnotify
willcl-ark
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-06
Merge bitcoin/bitcoin#23855: refactor: Post-"Chainstate loading sequence coal...
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-23
init: Use clang-tidy named args syntax
Carl Dong
2021-12-23
style-only: Rename *Chainstate return values
Carl Dong
2021-12-07
Remove all #include // for * comments
Carl Dong
2021-12-07
node/chainstate: Add options for in-memory DBs
Carl Dong
2021-12-07
node/caches: Extract cache calculation logic
Carl Dong
2021-12-07
validation: VerifyDB only needs Consensus::Params
Carl Dong
2021-12-07
node/chainstate: Decouple from ShutdownRequested
Carl Dong
2021-12-07
node/chainstate: Decouple from GetTime
Carl Dong
2021-12-07
init: Delay RPC block notif until warmup finished
Carl Dong
2021-12-06
Move -checkblocks LogPrintf to AppInitMain
Carl Dong
2021-12-06
node/chainstate: Reduce coupling of LogPrintf
Carl Dong
2021-12-06
node/chainstate: Decouple from concept of uiInterface
Carl Dong
2021-12-06
Split off VerifyLoadedChainstate
Carl Dong
2021-12-06
Move init logistics message for BAD_GENESIS_BLOCK to init.cpp
Carl Dong
2021-12-06
Move mempool nullptr Assert out of LoadChainstate
Carl Dong
2021-12-06
node/chainstate: Decouple from concept of NodeContext
Carl Dong
2021-12-06
node/chainstate: Decouple from ArgsManager
Carl Dong
2021-12-06
node/chainstate: Decouple from stringy errors
Carl Dong
2021-12-06
node/chainstate: Decouple from GetTimeMillis
Carl Dong
2021-12-06
node: Extract chainstate loading sequence
Carl Dong
[next]