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
Age
Commit message (
Expand
)
Author
2021-02-12
tests: add deterministic chain generation unittest fixture
James O'Beirne
2021-02-12
simplify ChainstateManager::SnapshotBlockhash() return semantics
James O'Beirne
2021-02-12
chainparams: add allowed assumeutxo values
James O'Beirne
2021-02-12
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
Wladimir J. van der Laan
2021-02-11
Merge #20370: fuzz: version handshake
MarcoFalke
2021-02-11
Merge #21062: refactor: return MempoolAcceptResult from ATMP
MarcoFalke
2021-02-11
Merge #20788: net: add RAII socket and use it instead of bare SOCKET
Wladimir J. van der Laan
2021-02-11
fuzz: version handshake
MarcoFalke
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2021-02-11
test: add Sock unit tests
Vasil Dimov
2021-02-11
fuzz: Fail if message type is not fuzzed
MarcoFalke
2021-02-11
fuzz: Count message type fuzzers before main()
MarcoFalke
2021-02-11
Merge #20663: fuzz: Hide script_assets_test_minimizer
MarcoFalke
2021-02-09
Merge #21052: refactor: Replace fs::unique_path with GetUniquePath(path) calls
Wladimir J. van der Laan
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-08
test: Fix Windows cross build
Hennadii Stepanov
2021-02-08
doc: Fixup docs in fuzz/script_assets_test_minimizer.cpp
MarcoFalke
2021-02-08
fuzz: Hide script_assets_test_minimizer
MarcoFalke
2021-02-05
Merge #20839: fuzz: Avoid extraneous copy of input data, using Span<>
Wladimir J. van der Laan
2021-02-04
Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...
Kiminuo
2021-02-04
Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-02-03
fuzz: Avoid extraneous copy of input data, using Span<>
MarcoFalke
2021-02-02
refactor: replace Boost shared_mutex with std shared_mutex in cuckoocache tests
fanquake
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2021-02-01
Merge #21016: refactor: remove boost::thread_group usage
Wladimir J. van der Laan
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-01-30
fuzz: Avoid designated initialization (C++20) in fuzz tests
practicalswift
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-28
validation: Move LoadExternalBlockFile to CChainState
Carl Dong
2021-01-28
validation: Remove global ::ActivateBestChain
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2021-01-28
Merge #20995: fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VE...
MarcoFalke
2021-01-26
Merge bitcoin-core/gui#183: Add include for std::bind.
MarcoFalke
2021-01-26
Merge #21000: fuzz: Add UBSan suppressions needed for fuzz tests to not warn ...
MarcoFalke
2021-01-26
refactor: remove straggling boost::mutex usage
fanquake
2021-01-25
fuzz: Avoid -fsanitize=integer warnings in fuzzing harnesses
practicalswift
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-23
fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VERSION
MarcoFalke
2021-01-23
fuzz: move-only FillNode implementation to cpp file
MarcoFalke
2021-01-21
util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-01-21
Merge #20932: refactor: Replace fs::absolute calls with AbsPathJoin calls
MarcoFalke
2021-01-21
Merge #20946: fuzz: Consolidate fuzzing TestingSetup initialization
MarcoFalke
2021-01-21
fuzz: Initialize a full TestingSetup where appropriate
Carl Dong
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-15
Merge #20908: fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-14
Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-13
Merge #20811: refactor: move net_processing implementation details out of header
Wladimir J. van der Laan
2021-01-13
fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-13
Add include for std::bind.
sinetek
[next]