| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [libFuzzer] fix merging with trace-pc-guard | Kostya Serebryany | 2016-09-23 | 1 | -1/+1 |
* | [libFuzzer] move value profiling logic into TracePC | Kostya Serebryany | 2016-09-23 | 1 | -3/+1 |
* | [libFuzzer] simplify the crash minimizer; split MaxLen into two: MaxInputLen ... | Kostya Serebryany | 2016-09-22 | 1 | -9/+5 |
* | [libFuzzer] add 'features' to the corpus elements, allow mutations with Size ... | Kostya Serebryany | 2016-09-22 | 1 | -1/+1 |
* | [libFuzzer] add stats to the corpus; more refactoring | Kostya Serebryany | 2016-09-21 | 1 | -4/+7 |
* | [libFuzzer] refactoring: split the large header into many; NFC | Kostya Serebryany | 2016-09-21 | 1 | -0/+2 |
* | [libFuzzer] refactoring: move the Corpus into a separate class; delete two un... | Kostya Serebryany | 2016-09-21 | 1 | -15/+15 |
* | [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuz... | Kostya Serebryany | 2016-09-18 | 1 | -0/+1 |
* | [libFuzzer] don't print help for internal flags | Kostya Serebryany | 2016-09-10 | 1 | -0/+1 |
* | [libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly ... | Kostya Serebryany | 2016-09-09 | 1 | -1/+0 |
* | [libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tes... | Kostya Serebryany | 2016-09-01 | 1 | -8/+99 |
* | [libFuzzer] fix a bug when running a single unit of N bytes with -max_len=M, ... | Kostya Serebryany | 2016-08-30 | 1 | -5/+5 |
* | [libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us... | Kostya Serebryany | 2016-08-25 | 1 | -1/+1 |
* | [libFuzzer] new experimental feature: value profiling. Profiles values that a... | Kostya Serebryany | 2016-08-16 | 1 | -0/+3 |
* | [libFuzzer] print a verbose message after executing inputs in non-fuzzing mode | Kostya Serebryany | 2016-08-15 | 1 | -0/+4 |
* | [libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp | Kostya Serebryany | 2016-07-15 | 1 | -0/+1 |
* | [libfuzzer] moving is_ascii handler inside mutation dispatcher. | Mike Aizatsky | 2016-06-23 | 1 | -2/+2 |
* | [libFuzzer] make the single-run output more reliable | Kostya Serebryany | 2016-06-17 | 1 | -2/+2 |
* | [LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions`` | Dan Liew | 2016-06-07 | 1 | -3/+7 |
* | [libfuzzer] prune_corpus option for disabling pruning during the load. | Mike Aizatsky | 2016-06-07 | 1 | -0/+1 |
* | [LibFuzzer] Reimplement how the optional user functions are called. | Dan Liew | 2016-06-02 | 1 | -8/+6 |
* | [libFuzzer] when an invalid flag is given, warn, but don't crash | Kostya Serebryany | 2016-06-01 | 1 | -2/+3 |
* | [libfuzzer] Trying random unit prefixes during corpus load. | Mike Aizatsky | 2016-05-24 | 1 | -0/+1 |
* | [libFuzzer] print the file name before executing the input so that if there i... | Kostya Serebryany | 2016-05-13 | 1 | -1/+2 |
* | [libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th... | Kostya Serebryany | 2016-05-06 | 1 | -3/+4 |
* | [libFuzzer] add exeprimental -rss_limit_mb flag to fight against OOMs | Kostya Serebryany | 2016-05-06 | 1 | -0/+17 |
* | [libFuzzer] print stats after running individual inputs | Kostya Serebryany | 2016-05-04 | 1 | -1/+2 |
* | [libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it... | Kostya Serebryany | 2016-04-20 | 1 | -0/+1 |
* | [libFuzzer] warn if the corpus is empty | Kostya Serebryany | 2016-04-18 | 1 | -1/+4 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -7/+5 |
* | [libFuzzer] add a better warning for command line flags with -- (two dashes) | Kostya Serebryany | 2016-04-15 | 1 | -0/+3 |
* | Remove redundant .c_str(), as suggested by PR25633 | Hans Wennborg | 2016-04-11 | 1 | -1/+1 |
* | [libFuzzer] handle SIGTERM | Kostya Serebryany | 2016-03-24 | 1 | -0/+1 |
* | [libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by... | Kostya Serebryany | 2016-03-18 | 1 | -0/+5 |
* | [libFuzzer] improve -merge functionality | Kostya Serebryany | 2016-03-18 | 1 | -2/+1 |
* | [libFuzzer] deprecate several flags | Kostya Serebryany | 2016-03-17 | 1 | -10/+4 |
* | [libFuzzer] use max_len exactly equal to the max size of input. Fix 32-bit build | Kostya Serebryany | 2016-03-15 | 1 | -1/+2 |
* | [libFuzzer] try to use max_len based on the items of the corpus instead of bl... | Kostya Serebryany | 2016-03-12 | 1 | -4/+13 |
* | [libFuzzer] log less when re-loading files; fix a silly bug: when running sin... | Kostya Serebryany | 2016-03-04 | 1 | -1/+1 |
* | [libFuzzer] deprecate exit_on_first flag | Kostya Serebryany | 2016-03-01 | 1 | -6/+8 |
* | [libFuzzer] add generic signal handlers so that libFuzzer can report at least... | Kostya Serebryany | 2016-03-01 | 1 | -1/+6 |
* | [libFuzzer] add -print_final_stats=1 flag | Kostya Serebryany | 2016-02-26 | 1 | -0/+2 |
* | [libFuzzer] only read MaxLen bytes from every file in the corpus to speedup l... | Kostya Serebryany | 2016-02-18 | 1 | -1/+1 |
* | [libFuzzer] remove std::vector operations from hot paths, NFC | Kostya Serebryany | 2016-02-13 | 1 | -1/+1 |
* | [libFuzzer] remove the C++-ish variant of FuzzerDriver from the interface | Kostya Serebryany | 2016-02-13 | 1 | -6/+7 |
* | [libFuzzer] get rid of UserSuppliedFuzzer; NFC | Kostya Serebryany | 2016-02-13 | 1 | -3/+3 |
* | [libFuzzer] simplify the code around Random. NFC | Kostya Serebryany | 2016-02-13 | 1 | -11/+10 |
* | [libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea). | Kostya Serebryany | 2016-02-13 | 1 | -13/+3 |
* | [libFuzzer] make -runs=N flag also affect the simple runner (will execute eve... | Kostya Serebryany | 2016-02-12 | 1 | -2/+5 |
* | [libFuzzer] allow passing 1 or more files as individual inputs | Kostya Serebryany | 2016-02-02 | 1 | -2/+28 |