| Commit message (Expand) | Author | Age | Files | Lines |
* | [libFuzzer] Delete llvm/lib/Fuzzer | Vitaly Buka | 2017-10-16 | 1 | -215/+0 |
* | [FuzzerUtil] Partially revert D38481 on FuzzerUtil | Tim Shen | 2017-10-04 | 1 | -1/+9 |
* | Use sched_getaffinity instead of std::thread::hardware_concurrency. | Rafael Espindola | 2017-10-03 | 1 | -9/+1 |
* | [libFuzzer] remove stale code | Kostya Serebryany | 2017-08-08 | 1 | -10/+0 |
* | [libFuzzer] simplify the handling of memmem/strstr | Kostya Serebryany | 2017-07-14 | 1 | -0/+7 |
* | [libFuzzer] Properly use unsigned for workers, jobs and NumberOfCpuCores. | Marcos Pividori | 2016-12-13 | 1 | -1/+1 |
* | Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows." | Zachary Turner | 2016-12-02 | 1 | -106/+15 |
* | Revert "[LibFuzzer] Split FuzzerUtil for Posix and Windows." | Zachary Turner | 2016-12-02 | 1 | -15/+106 |
* | [LibFuzzer] Split FuzzerUtil for Posix and Windows. | Zachary Turner | 2016-12-02 | 1 | -106/+15 |
* | [LibFuzzer] Split up some functions among different headers. | Zachary Turner | 2016-11-30 | 1 | -13/+2 |
* | [libFuzzer] extend -print_coverage to also print uncovered lines, functions, ... | Kostya Serebryany | 2016-10-19 | 1 | -0/+11 |
* | [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script ... | Kostya Serebryany | 2016-09-27 | 1 | -8/+12 |
* | [libFuzzer] add stats to the corpus; more refactoring | Kostya Serebryany | 2016-09-21 | 1 | -1/+1 |
* | [libFuzzer] refactoring: split the large header into many; NFC | Kostya Serebryany | 2016-09-21 | 1 | -4/+0 |
* | [libFuzzer] use sleep() instead of std::this_thread::sleep_for to avoid cov... | Kostya Serebryany | 2016-09-19 | 1 | -1/+1 |
* | [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuz... | Kostya Serebryany | 2016-09-18 | 1 | -0/+12 |
* | [libFuzzer] when printing the reproducer input, also print the base input and... | Kostya Serebryany | 2016-08-17 | 1 | -4/+8 |
* | [LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on... | Dan Liew | 2016-08-12 | 1 | -4/+0 |
* | [libFuzzer] make OOM-handling more portable. Instead of sending a signal to t... | Kostya Serebryany | 2016-05-27 | 1 | -7/+0 |
* | [libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu... | Kostya Serebryany | 2016-05-26 | 1 | -3/+5 |
* | [LibFuzzer] Fix implementation of ``GetPeakRSSMb()`` on Mac OSX. | Dan Liew | 2016-05-20 | 1 | -1/+9 |
* | [LibFuzzer] Fix ``NumberOfCpuCores()`` on Mac OSX. | Dan Liew | 2016-05-20 | 1 | -4/+29 |
* | [libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th... | Kostya Serebryany | 2016-05-06 | 1 | -1/+15 |
* | [libFuzzer] handle SIGTERM | Kostya Serebryany | 2016-03-24 | 1 | -0/+1 |
* | libfuzzer: fix compiler warnings | Dmitry Vyukov | 2016-03-02 | 1 | -5/+11 |
* | [libFuzzer] add generic signal handlers so that libFuzzer can report at least... | Kostya Serebryany | 2016-03-01 | 1 | -5/+25 |
* | [libFuzzer] add -print_final_stats=1 flag | Kostya Serebryany | 2016-02-26 | 1 | -0/+8 |
* | [libFuzzer] remove std::vector operations from hot paths, NFC | Kostya Serebryany | 2016-02-13 | 1 | -2/+3 |
* | [libFuzzer] replace vector with a simpler data structure in the Dictionaries ... | Kostya Serebryany | 2016-01-16 | 1 | -3/+5 |
* | [libFuzzer] make CurrentUnit a POD object instead of vector to avoid extra al... | Kostya Serebryany | 2016-01-13 | 1 | -3/+8 |
* | [libFuzzer] when a new unit is discovered using a dictionary, print all used ... | Kostya Serebryany | 2016-01-12 | 1 | -6/+19 |
* | [libFuzzer] compute base64 in-process instead of using an external lib. Since... | Kostya Serebryany | 2015-12-04 | 1 | -0/+29 |
* | [libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky... | Kostya Serebryany | 2015-11-12 | 1 | -2/+2 |
* | [libFuzzer] print a bit fewer lines | Kostya Serebryany | 2015-11-05 | 1 | -1/+0 |
* | [libFuzzer] print a stack trace on timeout | Kostya Serebryany | 2015-10-16 | 1 | -0/+2 |
* | [libFuzzer] adding a parser for AFL-style dictionaries + tests. | Kostya Serebryany | 2015-09-03 | 1 | -0/+74 |
* | [libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remov... | Kostya Serebryany | 2015-09-02 | 1 | -0/+6 |
* | [libFuzzer] add -only_ascii flag | Kostya Serebryany | 2015-08-11 | 1 | -0/+13 |
* | [lib/Fuzzer] fully get rid of std::cerr in libFuzzer | Kostya Serebryany | 2015-05-23 | 1 | -7/+6 |
* | [lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR... | Kostya Serebryany | 2015-05-18 | 1 | -0/+4 |
* | [lib/Fuzzer] Add SHA1 implementation from public domain. | Kostya Serebryany | 2015-05-14 | 1 | -38/+9 |
* | [lib/Fuzzer] use sha1sum for the file hash | Kostya Serebryany | 2015-05-12 | 1 | -0/+30 |
* | [lib/Fuzzer] guess the right number of workers if -jobs=N is given but -worke... | Kostya Serebryany | 2015-05-12 | 1 | -0/+8 |
* | [fuzzer] document the -tokens flag. Also change the diagnostic output | Kostya Serebryany | 2015-04-01 | 1 | -4/+7 |
* | [fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla... | Kostya Serebryany | 2015-03-31 | 1 | -1/+1 |
* | Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz... | Aaron Ballman | 2015-01-29 | 1 | -0/+61 |
* | Temporarily reverting the fuzzer library as it causes too many build issues f... | Aaron Ballman | 2015-01-29 | 1 | -61/+0 |
* | Add a Fuzzer library | Kostya Serebryany | 2015-01-27 | 1 | -0/+61 |