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
/
fuzz
Age
Commit message (
Expand
)
Author
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
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-28
validation: Move LoadExternalBlockFile to CChainState
Carl Dong
2021-01-28
Merge #20995: fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VE...
MarcoFalke
2021-01-25
fuzz: Avoid -fsanitize=integer warnings in fuzzing harnesses
practicalswift
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
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
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
fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-11
Merge #20787: Use C++17 std::array deduction for OUTPUT_TYPES, ALL_FEE_ESTIMA...
fanquake
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-10
Merge #20881: fuzz: net permission flags in net processing
MarcoFalke
2021-01-08
fuzz: Add missing muhash registration
MarcoFalke
2021-01-07
fuzz: net permission flags in net processing
MarcoFalke
2021-01-07
Merge #19055: Add MuHash3072 implementation
Wladimir J. van der Laan
2021-01-07
Merge #20789: fuzz: Rework strong and weak net enum fuzzing
MarcoFalke
2021-01-03
refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONS
MarcoFalke
2021-01-03
Merge #20765: fuzz: check that certain script TxoutType are nonstandard
MarcoFalke
2021-01-02
fuzz: Use ConsumeWeakEnum for ServiceFlags
MarcoFalke
2021-01-02
fuzz: Add ConsumeWeakEnum helper, Extract ALL_NET_PERMISSION_FLAGS
MarcoFalke
2021-01-02
fuzz: [refactor] Extract ALL_CONNECTION_TYPES constant
MarcoFalke
2021-01-02
fuzz: Use ConsumeNode in process_message target
MarcoFalke
2021-01-02
fuzz: Use ConsumeNode in process_messages target
MarcoFalke
2021-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2021-01-02
Merge #20210: net: assert CNode::m_inbound_onion is inbound in ctor, add gett...
MarcoFalke
2020-12-31
Merge #20813: scripted-diff: Bump copyright headers
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-31
fuzz: Remove duplicate ALL_OUTPUT_TYPE array
MarcoFalke
2020-12-31
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2020-12-29
Merge #20377: fuzz: Fill various small fuzzing gaps
MarcoFalke
2020-12-28
fuzz: check that certain script TxoutType are nonstandard
Michael Dietz
2020-12-27
fuzz: Add coverage for CDataStream consumer
practicalswift
2020-12-27
Merge #20674: fuzz: Call SendMessages after ProcessMessage to increase coverage
fanquake
2020-12-25
Merge #19972: fuzz: Add fuzzing harness for node eviction logic
MarcoFalke
2020-12-24
fuzz: Check that NULL_DATA is unspendable
MarcoFalke
2020-12-22
fuzz: Add MuHash consistency fuzz test
Fabian Jahr
2020-12-21
fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
practicalswift
2020-12-21
test: Add MuHash3072 fuzz test
Fabian Jahr
2020-12-20
inline non-member functions with body in fuzzing headers
Patrick Strateman
2020-12-17
test, fuzz: fix constructing CNode with invalid inbound_onion
Jon Atack
2020-12-17
fuzz: replace CNode code with fuzz/util.h::ConsumeNode()
Jon Atack
2020-12-16
fuzz: Fill various small fuzzing gaps
practicalswift
2020-12-16
fuzz: Call SendMessages after ProcessMessage to increase coverage
MarcoFalke
2020-12-16
tests: Add fuzzing harness for node eviction logic
practicalswift
2020-12-15
Merge #20560: fuzz: Link all targets once
MarcoFalke
[next]