1. eac2b47 Reland "[libFuzzer] Support using libc++" by Petr Hosek · 7 years ago
  2. 68bc4bd Revert "[libFuzzer] Support using libc++" by Petr Hosek · 7 years ago
  3. a1b57e6 [libFuzzer] Support using libc++ by Petr Hosek · 7 years ago
  4. e9ed232 [libFuzzer] change the strategy for -experimental_len_control to grow max_len slower by Kostya Serebryany · 7 years ago
  5. 2659c63 [libFuzzer] honor -use_counters, sligntly change the meaning of -experimental_len_control, call UpdateFeatureFrequency only if instructed by the flag by Kostya Serebryany · 7 years ago
  6. de9bafb [libFuzzer] add a flag -malloc_limit_mb by Kostya Serebryany · 8 years ago
  7. 6afa7a5 [libFuzzer] remove stale flags; NFC by Kostya Serebryany · 8 years ago
  8. ad05ee0 [libFuzzer] add an experimental search heuristic flag -reduce_depth by Kostya Serebryany · 8 years ago
  9. 947838c [libFuzzer] Don't add leaking inputs to corpus. by Matt Morehouse · 8 years ago
  10. a2ca2dc [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signals by Kostya Serebryany · 8 years ago
  11. 7d22324 [fuzzer] Fix nested mallocs by Vitaly Buka · 8 years ago
  12. 7dbc1d8 [fuzzer] Fix threaded stack printing by Vitaly Buka · 8 years ago
  13. df00e89c Revert "[fuzzer] Fix threaded stack printing and nested mallocs" Fails on darwin by Vitaly Buka · 8 years ago
  14. 58da33e [fuzzer] Fix threaded stack printing and nested mallocs by Vitaly Buka · 8 years ago
  15. 5ded070 [Sanitizers-libFuzzer] Addressing coding style issues. by Alex Shlyapnikov · 8 years ago
  16. 6f1c26f [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sessions. by Alex Shlyapnikov · 8 years ago
  17. 51823d3 [libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy input before the seed corpus by Kostya Serebryany · 8 years ago
  18. 4083d54 [libFuzzer] experimental flag to tweak the corpus distribution. Seems to improve the situation dramatically on the png benchmark and make things worse on a number of micro-puzzles. Needs more A/B testing by Kostya Serebryany · 8 years ago
  19. 330496c [libFuzzer] Disable experimental clang coverage support by default. by Max Moroz · 8 years ago
  20. 93679be [libFuzzer] factor out some code into GetSizedFilesFromDir; NFC by Kostya Serebryany · 8 years ago
  21. 3f26dac [libfuzzer] Compare TotalNumberOfRuns with MaxNumberOfRuns when testing a memory leak. by Max Moroz · 8 years ago
  22. 082e9a7 [libFuzzer] tolerate missing files when loading the seed corpus by Kostya Serebryany · 8 years ago
  23. 4faeb87 [libFUzzer] change the way we load the seed corpora: instead of loading all files and these executing all files, load and execute them one-by-one. This should reduce the memory usage in many cases by Kostya Serebryany · 8 years ago
  24. 3a8e3c8 [libFuzzer] refactoring: move reading the seed corpus closer to where it's consumed; NFC by Kostya Serebryany · 8 years ago
  25. bebcbfb [libFuzzer] Use custom allocators for STL containers in libFuzzer. by George Karpenkov · 8 years ago
  26. 24069a04 Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer" by George Karpenkov · 8 years ago
  27. d50410b [libFuzzer] Use custom allocators for STL containers in libFuzzer by George Karpenkov · 8 years ago
  28. 2eef816 [libFuzzer] add -print_funcs=1 (on bey default): print newly discovered functions during fuzzing by Kostya Serebryany · 8 years ago
  29. f65cf64 [libFuzzer] apply changes lost during the migration to compiler-rt by Kostya Serebryany · 8 years ago
  30. 10ab2ac Move libFuzzer to compiler_rt. by George Karpenkov · 8 years ago