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-07-13
Merge bitcoin/bitcoin#25472: build: Increase MS Visual Studio minimum version
fanquake
2022-07-08
Merge bitcoin/bitcoin#25353: Add a `-mempoolfullrbf` node setting
MacroFake
2022-07-07
refactor: Drop no longer needed `util/designator.h`
Hennadii Stepanov
2022-07-06
Introduce `mempoolfullrbf` node setting.
Antoine Riard
2022-06-30
rephrase error for invalid timeout
/dev/fd0
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-06-28
init: Remove redundant -*mempool*, -limit* queries
Carl Dong
2022-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-28
scripted-diff: Rename DEFAULT_MEMPOOL_EXPIRY to indicate time unit
Carl Dong
2022-06-28
init: Only determine maxmempool once
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-22
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit
Carl Dong
2022-06-15
Merge bitcoin/bitcoin#25338: scripted-diff: Avoid incompatibility with CMake ...
MacroFake
2022-06-14
Merge bitcoin/bitcoin#25306: logging: add LogPrintfCategory to log unconditio...
laanwj
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-08
logging: use LogPrintfCategory rather than a manual category
Jon Atack
2022-06-02
kernel: SanityChecks: Return an error struct
Carl Dong
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-28
compat: remove glibcxx sanity checks
fanquake
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-20
Add ChainstateManagerOpts, using as ::Options
Carl Dong
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-20
Merge bitcoin/bitcoin#24830: init: Allow -proxy="" setting values
MacroFake
2022-05-19
init: Remove Shutdown() node.args reset
Ryan Ofsky
2022-05-18
rpc: Put undocumented JSON failure mode behind a runtime flag
Suhail Saqan
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-05-18
Do not pass CChainParams& to PeerManager::make
MacroFake
2022-05-18
Do not pass Consensus::Params& to Chainstate helpers
MacroFake
2022-05-18
Do not pass time getter to Chainstate helpers
MacroFake
2022-05-13
Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...
MacroFake
2022-05-12
Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...
MacroFake
2022-05-10
validation: add CChainParams to ChainstateManager
Anthony Towns
2022-05-05
Wrap boost::replace_all
MacroFake
2022-05-04
Merge bitcoin/bitcoin#22235: script: add script to generate example bitcoin.conf
laanwj
2022-05-04
Merge bitcoin/bitcoin#24933: util: Replace non-threadsafe strerror
laanwj
2022-05-04
doc: update init.cpp -conf help text
josibake
2022-04-28
util: Replace non-threadsafe strerror
laanwj
2022-04-27
style-only: Use std::clamp for check_ratio, rename
Carl Dong
2022-04-27
style-only: Use for instead of when loading Chainstate
Carl Dong
2022-04-27
init: Reset mempool and chainman via reconstruction
Carl Dong
2022-04-26
Merge bitcoin/bitcoin#21726: Improve Indices on pruned nodes via prune blockers
fanquake
2022-04-26
init: Allow -proxy="" setting values
Ryan Ofsky
2022-04-26
Merge bitcoin/bitcoin#24789: init, index: disallow indexes when running reind...
fanquake
2022-04-25
Index: Allow coinstatsindex with pruning enabled
Fabian Jahr
2022-04-24
init: disallow reindex-chainstate with optional indexes
Martin Zumsande
[next]