aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/connman.cpp
AgeCommit message (Expand)Author
2021-01-21fuzz: Consolidate fuzzing TestingSetup initializationCarl Dong
2021-01-11fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2021-01-02fuzz: Use ConsumeWeakEnum for ServiceFlagsMarcoFalke
2021-01-02refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2020-12-15Merge #20560: fuzz: Link all targets onceMarcoFalke
2020-12-15Merge #20437: fuzz: Avoid time-based "non-determinism" in fuzzing harnesses b...MarcoFalke
2020-12-13net: remove SetMaxOutboundTimeframefanquake
2020-12-13net: remove SetMaxOutboundTargetfanquake
2020-12-10Simplify and clarify extra outbound peer countingSuhas Daftuar
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-12-01fuzz: Avoid time-based "non-determinism" in fuzzing harnesses by using mocked...practicalswift
2020-11-12fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...practicalswift
2020-10-20tests: Add fuzzing harness for CConnmanpracticalswift