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-09-12
[refactor] Add CChainParams member to CConnman
TheCharlatan
2023-09-12
Merge bitcoin/bitcoin#28101: doc, refactor: changing -torcontrol help to spec...
Andrew Chow
2023-09-11
rpc: Deprecate rpcserialversion=0
Anthony Towns
2023-09-08
refactor: remove clientversion include from dbwrapper.h
Cory Fields
2023-09-05
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
2023-08-29
Merge bitcoin/bitcoin#28354: test: default acceptnonstdtxn=0 on all chains
fanquake
2023-08-28
config: default acceptnonstdtxn=0 on all chains
Anthony Towns
2023-08-25
refactor: Use HashWriter over legacy CHashWriter (via SerializeHash)
MarcoFalke
2023-08-24
Merge bitcoin/bitcoin#27480: doc: Improve documentation of rpcallowip
Andrew Chow
2023-08-23
net: measure send buffer fullness based on memory usage
Pieter Wuille
2023-08-17
doc, refactor: Changing -torcontrol help to specify that a default port is used
kevkevin
2023-08-17
Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}
fanquake
2023-08-15
Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPC
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-10
doc: Improve documentation of rpcallowip rpchelp
willcl-ark
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-07
refactor: Add and use kernel::ImportMempoolOptions
MarcoFalke
2023-08-07
Remove Chainstate::LoadMempool
MarcoFalke
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
lint: remove /* Continued */ markers from codebase
fanquake
2023-08-03
Merge bitcoin/bitcoin#27832: doc: Clarify -datacarriersize, add -datacarriers...
fanquake
2023-08-01
index: Drop legacy -txindex check
MarcoFalke
2023-07-25
refactor: deduplicate ignores_incoming_txs
stickies-v
2023-07-25
refactor: set ignore_incoming_txs in ApplyArgsManOptions
stickies-v
2023-07-24
[net processing] Move -txreconciliation to PeerManager::Options
dergoegge
2023-07-24
[net processing] Introduce PeerManager options
dergoegge
2023-07-11
kernel: Remove StartShutdown calls from validation code
Ryan Ofsky
2023-07-11
refactor: Move stopafterblockimport handling out of blockstorage
TheCharlatan
2023-07-10
index: verify blocks data existence only once
furszy
2023-07-10
init: don't start indexes sync thread prematurely
furszy
2023-07-10
refactor: index, decouple 'Init' from 'Start'
furszy
2023-07-07
refactor: init indexes, decouple 'Start()' from the creation step
furszy
2023-07-07
scripted-diff: rename 'loadblk' thread name to 'initload'
furszy
2023-07-07
init: start indexes sync earlier
furszy
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Add flushError method to notifications
TheCharlatan
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-06-28
util: Add SignalInterrupt class and use in shutdown.cpp
TheCharlatan
2023-06-27
Merge bitcoin/bitcoin#27896: Remove the syscall sandbox
Andrew Chow
2023-06-22
Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w...
Andrew Chow
2023-06-20
Merge bitcoin/bitcoin#27632: Raise on invalid -debug and -loglevel config opt...
Andrew Chow
2023-06-16
Remove the syscall sandbox
fanquake
2023-06-15
validation: Stricter assumeutxo error handling in LoadChainstate
Ryan Ofsky
2023-06-14
tx fees, policy: read stale fee estimates with a regtest-only option
ismaelsadeeq
2023-06-14
tx fees, policy: periodically flush fee estimates to fee_estimates.dat
ismaelsadeeq
2023-06-14
init: raise on invalid loglevel config option
Jon Atack
2023-06-14
init: raise on invalid debug/debugexclude config options
Jon Atack
2023-06-09
Return EXIT_FAILURE on post-init fatal errors
furszy
2023-06-08
doc: Clarify that -datacarriersize applies to the full raw scriptPubKey, not ...
MarcoFalke
2023-05-30
Merge bitcoin/bitcoin#26261: p2p: cleanup `LookupIntern`, `Lookup` and `Looku...
Andrew Chow
[next]