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-12-05
Fixup clang-tidy named argument comments
fanquake
2022-11-30
Merge bitcoin/bitcoin#26359: p2p: Erlay support signaling follow-ups
fanquake
2022-11-28
Merge bitcoin/bitcoin#26295: Replace global g_cs_orphans lock with local
glozow
2022-11-18
Merge bitcoin/bitcoin#25315: Add warning on first startup if free disk space ...
Andrew Chow
2022-11-14
p2p, test, refactor: Minor code improvements
Gleb Naumenko
2022-10-26
Merge bitcoin/bitcoin#25704: refactor: Remove almost all validation option gl...
MacroFake
2022-10-19
Merge bitcoin/bitcoin#26142: Use `PACKAGE_NAME` in messages rather than hardc...
MacroFake
2022-10-18
Remove g_parallel_script_checks
MacroFake
2022-10-18
Move ::fCheckBlockIndex into ChainstateManager
MacroFake
2022-10-18
Move ::fCheckpointsEnabled into ChainstateManager
MacroFake
2022-10-18
Move ::nMinimumChainWork into ChainstateManager
MacroFake
2022-10-18
Move ::hashAssumeValid into ChainstateManager
MacroFake
2022-10-18
Move ::nMaxTipAge into ChainstateManager
MacroFake
2022-10-17
p2p: Announce reconciliation support
Gleb Naumenko
2022-10-10
Add warning on first startup if free disk space is less than necessary
Ben Woosley
2022-10-07
Remove unnecessary includes of txorphange.h
Anthony Towns
2022-10-05
Validate `port` options
amadeuszpawlik
2022-09-27
Use `PACKAGE_NAME` in messages rather than hardcoding "Bitcoin Core"
Hennadii Stepanov
2022-09-21
Merge bitcoin/bitcoin#25989: init: abort if i2p/cjdns are chosen via -onlynet...
fanquake
2022-09-19
init: Abort if i2p/cjdns are chosen via -onlynet but unreachable
Martin Zumsande
2022-09-19
doc: Move -permitbaremultisig to the relay help category
MacroFake
2022-09-16
Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench logging
fanquake
2022-09-13
Merge bitcoin/bitcoin#24513: CChainState -> Chainstate
glozow
2022-09-13
Merge bitcoin/bitcoin#24991: init: allow startup with -onlynet=onion -listeno...
fanquake
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-09-07
Merge bitcoin/bitcoin#25678: p2p: skip querying dns seeds if `-onlynet` disab...
fanquake
2022-09-06
p2p: Don't query DNS seeds when both IPv4 and IPv6 are unreachable
Martin Zumsande
2022-09-05
init: allow startup with -onlynet=onion -listenonion=1
Vasil Dimov
2022-09-01
Merge bitcoin/bitcoin#25614: Severity-based logging, step 2
Andrew Chow
2022-09-01
Merge bitcoin/bitcoin#25951: log: Move validation option logging to LoadChain...
MacroFake
2022-09-01
Move blockstorage option logging to LoadChainstate()
MacroFake
2022-09-01
Merge bitcoin/bitcoin#25887: init: avoid unsetting service bits from `nLocalS...
MacroFake
2022-08-29
Move validation option logging to LoadChainstate()
MacroFake
2022-08-22
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
fanquake
2022-08-20
init: avoid unsetting service bits from `nLocalServices`
Sebastian Falbesoner
2022-08-20
Create -loglevel configuration option
klementtan
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-08-16
Fix UB/data-race in RPCNotifyBlockChange
MacroFake
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Combine datacarrier globals into one
MacroFake
2022-08-02
Remove ::fIsBareMultisigStd global
MacroFake
2022-08-02
Remove ::dustRelayFee
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
[next]