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
/
deserialize.cpp
Age
Commit message (
Expand
)
Author
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-02-03
fuzz: Avoid extraneous copy of input data, using Span<>
MarcoFalke
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-11-09
fuzz: Assert roundtrip equality for both addrv1 and addrv2 versions of CService
practicalswift
2020-11-09
fuzz: Check for addrv1 compatibility before using addrv1 serializer/deseriali...
practicalswift
2020-11-02
fuzz: Check for addrv1 compatibility before using addrv1 serializer on CService
practicalswift
2020-10-26
fuzz: Check for addrv1 compatibility before using addrv1 serializer
practicalswift
2020-09-22
Remove header checks out of net_processing
Troy Giorshev
2020-09-22
Change CMessageHeader Constructor
Troy Giorshev
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-11
tests: Simplify code by removing unwarranted use of unique_ptr:s
practicalswift
2020-03-11
tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot), uint1...
practicalswift
2020-01-21
Convert compression.h to new serialization framework
Pieter Wuille
2019-12-06
tests: Test serialisation as part of deserialisation fuzzing. Test round-trip...
practicalswift
2019-11-21
tests: Add deserialization fuzzing harnesses
practicalswift
2019-10-24
tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only when...
practicalswift
2019-10-09
tests: Remove TRANSACTION_DESERIALIZE (replaced by transaction fuzzer)
practicalswift
2019-10-07
tests: Pass fuzzing inputs as constant references
practicalswift
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-02-13
fuzz: Move deserialize tests to test/fuzz/deserialize.cpp
MarcoFalke