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
2023-06-09
Return EXIT_FAILURE on post-init fatal errors
furszy
2023-05-30
Merge bitcoin/bitcoin#26261: p2p: cleanup `LookupIntern`, `Lookup` and `Looku...
Andrew Chow
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-26
p2p, refactor: return vector/optional<CService> in `Lookup`
brunoerg
2023-05-26
Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found
fanquake
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-10
refactor, blockstorage: Replace stopafterblockimport arg
TheCharlatan
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-10
zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifier
TheCharlatan
2023-05-10
refactor: Declare g_zmq_notification_interface as unique_ptr
TheCharlatan
2023-05-09
Add missing definitions in prep for scripted diff
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
2023-04-21
init: Error if ignored bitcoin.conf file is found
Ryan Ofsky
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-03-20
Merge bitcoin/bitcoin#26899: p2p: set `-dnsseed` and `-listen` false if `maxc...
Andrew Chow
2023-03-15
Move ::fPruneMode into BlockManager
MarcoFalke
2023-03-15
Move ::nPruneTarget into BlockManager
MarcoFalke
2023-03-13
Merge bitcoin/bitcoin#27235: Avoid integer overflow in CheckDiskSpace
glozow
2023-03-10
p2p: set `-dnsseed` and `-listen` false if `maxconnections=0`
brunoerg
2023-03-10
refactor: Consistently use args over gArgs in init.cpp
MarcoFalke
2023-03-10
[util] Avoid integer overflow in CheckDiskSpace
dergoegge
2023-03-09
Use string interpolation for default value of -listen
ekzyis
2023-02-27
refactor: Stop using gArgs global in system.cpp
Ryan Ofsky
2023-02-22
Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#25862: refactor, kernel: Remove gArgs accesses from dbw...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#20018: p2p: ProcessAddrFetch(-seednode) is unnecessary ...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...
Andrew Chow
2023-02-16
init, validation: Improve handling if VerifyDB() fails due to insufficient db...
Martin Zumsande
2023-02-10
refactor, validation: Add ChainstateManagerOpts db options
Ryan Ofsky
2023-02-06
Apply default umask in `SetupEnvironment()`
Hennadii Stepanov
2023-02-05
Remove `-sysperms` option
Hennadii Stepanov
2023-01-27
Merge bitcoin/bitcoin#26900: refactor: Add BlockManager getters
MarcoFalke
2023-01-25
Merge bitcoin/bitcoin#26829: init: Remove unnecessary sensitive flag from rpc...
MarcoFalke
2023-01-23
init: Remove sensitive flag from rpcbind
Andrew Chow
2023-01-22
Merge bitcoin/bitcoin#26471: Reduce default mempool size in -blocksonly mode
fanquake
2023-01-20
mempool: Don't share mempool with dbcache in blocksonly
willcl-ark
2023-01-19
Merge bitcoin/bitcoin#23395: util: Add -shutdownnotify option
MarcoFalke
2023-01-16
Add BlockManager::IsPruneMode()
MarcoFalke
2023-01-16
Add BlockManager::GetPruneTarget()
MarcoFalke
2023-01-09
doc: clarify -i2pacceptincoming help documentation
jonatack
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-12
scripted-diff: rename ToStringIP[Port]() to ToStringAddr[Port]()
Vasil Dimov
[next]