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-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-15
fuzz: Remove expensive and redundant muhash from crypto fuzz target
MarcoFalke
2021-02-11
fuzz: version handshake
MarcoFalke
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-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
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-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
util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
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-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
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
[next]