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
/
test
/
util
Age
Commit message (
Expand
)
Author
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
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-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-10
validation: add CChainParams to ChainstateManager
Anthony Towns
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-27
validation: No mempool clearing in UnloadBlockIndex
Carl Dong
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-04-19
Merge bitcoin/bitcoin#24357: refactor: make setsockopt() and SetSocketNoDelay...
laanwj
2022-04-16
Merge bitcoin/bitcoin#24841: test: fix connman UB by calling derived constructor
MarcoFalke
2022-04-16
test: fix connman UB by calling derived constructor
chinggg
2022-04-15
net: add new method Sock::SetSockOpt() that wraps setsockopt()
Vasil Dimov
2022-04-13
Merge bitcoin/bitcoin#24355: util, refactor: Add UNIQUE_NAME helper macro
laanwj
2022-03-18
scripted-diff: rename TxRelay members
John Newbery
2022-03-09
Merge bitcoin/bitcoin#24138: index: Commit MuHash and best block together for...
MarcoFalke
2022-02-25
Add coinstatsindex_unclean_shutdown test
Ryan Ofsky
2022-02-16
util, refactor: Add UNIQUE_NAME helper macro
Hennadii Stepanov
2022-02-09
validation, refactoring: remove ChainstateManager::Reset()
Jon Atack
2022-02-09
validation: replace lock with annotation in UnloadBlockIndex()
Jon Atack
2022-01-25
Require CBlockIndex::GetBlockPos() to hold mutex cs_main
Jon Atack
2022-01-11
test: non-addrman unit tests: override-able check ratio
Vasil Dimov
2022-01-11
test: parse the command line arguments in unit tests
Vasil Dimov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-06
Merge bitcoin/bitcoin#23855: refactor: Post-"Chainstate loading sequence coal...
MarcoFalke
2022-01-05
Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of Sock
W. J. van der Laan
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-23
init: Use clang-tidy named args syntax
Carl Dong
2021-12-23
style-only: Rename *Chainstate return values
Carl Dong
2021-12-23
Merge bitcoin/bitcoin#23736: test: call VerifyLoadedChainstate during ChainTe...
fanquake
2021-12-13
test: call VerifyLoadedChainstate during ChainTestingSetup
James O'Beirne
2021-12-13
scripted-diff: Rename touched member variables
MarcoFalke
2021-12-13
refactor: Use type-safe std::chrono in net
MarcoFalke
2021-12-10
Merge bitcoin/bitcoin#23280: init: Coalesce Chainstate loading sequence betwe...
MarcoFalke
2021-12-10
Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...
MarcoFalke
2021-12-07
Remove all #include // for * comments
Carl Dong
2021-12-07
test/setup: Use LoadChainstate
Carl Dong
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-12-02
Merge bitcoin/bitcoin#23155: rpc: various fixups for dumptxoutset
W. J. van der Laan
2021-12-01
net: add new method Sock::Accept() that wraps accept()
Vasil Dimov
2021-12-01
Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...
fanquake
2021-11-30
rpc: various fixups for dumptxoutset
James O'Beirne
2021-11-26
Merge bitcoin/bitcoin#23517: scripted-diff: Move miner to src/node
MarcoFalke
2021-11-24
scripted-diff: rename node vector/mutex members in CConnman
Sebastian Falbesoner
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-11-19
doc: Use clang-tidy comments in crypto_tests
MarcoFalke
2021-11-16
style: Sort file list after rename
MarcoFalke
[next]