| Commit message (Expand) | Author | Age | Files | Lines |
* | [LibFuzzer] Split up some functions among different headers. | Zachary Turner | 2016-11-30 | 1 | -0/+1 |
* | [libFuzzer] replace 'auto' with 'auto *' to better follow the LLVM style | Kostya Serebryany | 2016-11-14 | 1 | -3/+3 |
* | [libFuzzer] use a valid ASCII string for a dummy seed corpus | Kostya Serebryany | 2016-11-12 | 1 | -1/+1 |
* | [libFuzzer] use less stack | Kostya Serebryany | 2016-11-12 | 1 | -16/+16 |
* | [libFuzzer] fix -error_exitcode=N, now with a test | Kostya Serebryany | 2016-11-03 | 1 | -0/+1 |
* | [libFuzzer] detect leaks after every run when executing fixed inputs (./fuzze... | Kostya Serebryany | 2016-10-18 | 1 | -0/+1 |
* | [libFuzzer] better algorithm for -minimize_crash | Kostya Serebryany | 2016-10-15 | 1 | -1/+1 |
* | [libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins... | Kostya Serebryany | 2016-10-14 | 1 | -0/+1 |
* | [libFuzzer] add -trace_malloc= flag | Kostya Serebryany | 2016-10-13 | 1 | -0/+1 |
* | [libFuzzer] when shrinking the corpus, delete evicted files previously create... | Kostya Serebryany | 2016-10-08 | 1 | -2/+3 |
* | [libFuzzer] control the reload interval by a flag, make it 10 seconds by default | Kostya Serebryany | 2016-10-08 | 1 | -1/+1 |
* | [libFuzzer] be more careful with memory usage, print peak rss in status lines | Kostya Serebryany | 2016-10-06 | 1 | -0/+1 |
* | [libFuzzer] refactoring to make -shrink=1 work for value profile, added a test. | Kostya Serebryany | 2016-10-05 | 1 | -1/+1 |
* | [libFuzzer] clear the corpus elements if they are evicted (i.e. smaller eleme... | Kostya Serebryany | 2016-10-05 | 1 | -1/+1 |
* | [libFuzzer] implement the -shrink=1 option that tires to make elements of the... | Kostya Serebryany | 2016-10-01 | 1 | -0/+3 |
* | [libFuzzer] remove unused option | Kostya Serebryany | 2016-09-30 | 1 | -1/+0 |
* | [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script ... | Kostya Serebryany | 2016-09-27 | 1 | -0/+2 |
* | [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 |