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
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-01-11
fuzz: non-addrman fuzz tests: override-able check ratio
Vasil Dimov
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-09-28
scripted-diff: Rename CAddrInfo to AddrInfo
Amiti Uttarwar
2021-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-28
[move-only] Move CAddrInfo to test-only header file
Amiti Uttarwar
2021-09-06
Merge bitcoin/bitcoin#22791: init: Fix asmap/addrman initialization order bug
MarcoFalke
2021-08-31
Remove unused SERIALIZE_METHODS for CBanEntry
MarcoFalke
2021-08-27
[addrman] Set m_asmap in CAddrMan initializer list
John Newbery
2021-08-12
[addrman] Make addrman consistency checks a runtime option
John Newbery
2021-08-05
[addrman] Add deterministic argument to CAddrMan ctor
John Newbery
2021-07-30
Fix whitespace in touched files
MarcoFalke
2021-07-30
Remove unused CSubNet serialize code
MarcoFalke
2021-06-17
Merge bitcoin/bitcoin#22271: fuzz: Assert roundtrip equality for `CPubKey`
MarcoFalke
2021-06-17
fuzz: Assert roundtrip equality for `CPubKey`
Sebastian Falbesoner
2021-06-06
p2p, rpc, fuzz: various tiny follow-ups
Jon Atack
2021-05-28
fuzz: rename CNetAddr/CService deserialize targets
Jon Atack
2021-05-24
Add roundtrip fuzz tests for CAddress serialization
Pieter Wuille
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