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
2024-01-31
Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2)
Ava Chow
2024-01-31
Merge bitcoin/bitcoin#28170: p2p: adaptive connections services flags
Ava Chow
2024-01-15
net: store best block tip time inside PeerManager
furszy
2024-01-10
Merge bitcoin/bitcoin#28318: logging: Simplify API for level based logging
Ava Chow
2024-01-05
Remove GetAdjustedTime
dergoegge
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2024-01-03
Merge bitcoin/bitcoin#29013: test: doc: follow-up #28368
Gloria Zhao
2024-01-02
doc: fix typo and update incorrect comment
ismaelsadeeq
2023-12-20
logging: Replace uses of LogPrintfCategory
Anthony Towns
2023-12-14
Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn...
Ava Chow
2023-12-13
Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePath
fanquake
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-12-04
Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly
Ryan Ofsky
2023-12-04
refactor: Add InitContext function to initialize NodeContext with global poin...
Ryan Ofsky
2023-12-04
refactor: Remove calls to StartShutdown from KernelNotifications
Ryan Ofsky
2023-12-04
refactor: Remove call to ShutdownRequested from HTTPRequest
Ryan Ofsky
2023-12-04
refactor: Add NodeContext::shutdown member
Ryan Ofsky
2023-12-04
refactor: Remove call to ShutdownRequested from chainstate init
Ryan Ofsky
2023-12-04
init: don't delete PID file if it was not generated
willcl-ark
2023-12-01
Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...
Andrew Chow
2023-11-30
Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)
Andrew Chow
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-14
Merge bitcoin/bitcoin#28858: doc: rewrite explanation for `-par=`
fanquake
2023-11-13
doc: rewrite explanation for -par=
fanquake
2023-11-09
mempool: persist with XOR
MarcoFalke
2023-11-07
Merge bitcoin/bitcoin#28464: net: improve max-connection limits code
Andrew Chow
2023-11-07
Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shutdow...
Andrew Chow
2023-10-26
Return LockResult::ErrorWrite in LockDirectory
MarcoFalke
2023-10-26
refactor: Return enum in LockDirectory
MarcoFalke
2023-10-24
shutdown: Destroy kernel last
TheCharlatan
2023-10-19
Merge bitcoin/bitcoin#27071: Handle CJDNS from LookupSubNet()
Andrew Chow
2023-10-09
Merge bitcoin/bitcoin#26331: Implement `CCoinsViewErrorCatcher::HaveCoin` and...
Andrew Chow
2023-10-06
doc: Add snapshot chainstate removal warning to reindexing documentation
Fabian Jahr
2023-10-05
net: move IsReachable() code to netbase and encapsulate it
Vasil Dimov
2023-10-03
doc: improve documentation around connection limit maximums
Amiti Uttarwar
2023-10-03
scripted-diff: Rename connection limit variables
Amiti Uttarwar
2023-10-03
net, refactor: move calculations for connection type limits into connman
Amiti Uttarwar
2023-10-03
Make `CCheckQueue` destructor stop worker threads
Hennadii Stepanov
2023-10-03
Move global `scriptcheckqueue` into `ChainstateManager` class
Hennadii Stepanov
2023-10-02
net: advertise NODE_P2P_V2 if CLI arg -v2transport is on
Pieter Wuille
2023-09-30
validation: indexing changes for assumeutxo
James O'Beirne
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
[next]