aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/autofile.cpp
AgeCommit message (Expand)Author
2023-11-14fuzz: AutoFile with XORMarcoFalke
2023-11-14fuzz: Reduce LIMITED_WHILE limit for file fuzzingMarcoFalke
2023-11-14fuzz: Remove FuzzedAutoFileProviderMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-06-29Use AutoFile where possibleMacroFake
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-11-12fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loopAndrew Poelstra
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-02-22scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContextMarcoFalke
2021-01-11fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-07-15tests: Add fuzzing harness for CAutoFile (streams.h)practicalswift