1. 03 Aug, 2018 2 commits
    • fuzzers: rename "fuzz" directory to match our style · 59328ed8
      Our layout uses names like "examples" or "tests" which is why the "fuzz"
      directory doesn't really fit in here. Rename the directory to be called
      "fuzzers" instead. Furthermore, we rename the fuzzer "fuzz_packfile_raw"
      to "packfile_raw_fuzzer", which is also in line with the already
      existing fuzzer at google/oss-fuzz.
      
      While at it, rename the "packfile_raw" fuzzer to instead just be called
      "packfile" fuzzer.
      Patrick Steinhardt committed
    • fuzzers: add build support and instructions · 60e610a2
      This change adds support for building a fuzz target for exercising the
      packfile parser, as well as documentation. It also runs the fuzzers in
      Travis to avoid regressions.
      lhchavez committed
  2. 02 Aug, 2018 8 commits
  3. 30 Jul, 2018 2 commits
  4. 29 Jul, 2018 3 commits
  5. 28 Jul, 2018 2 commits
  6. 27 Jul, 2018 2 commits
  7. 26 Jul, 2018 21 commits