| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1 | Justin Bogner | 2017-07-14 | 1 | -3/+4 |
| * | [libFuzzer] fix stats during merge | Kostya Serebryany | 2017-07-14 | 1 | -1/+0 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | [libFuzzer] add two experimental flags to make corpus merging more scalable: ... | Kostya Serebryany | 2017-03-22 | 1 | -4/+56 |
| * | [libFuzzer] reduce the number of vector resizes during merge (https://github.... | Kostya Serebryany | 2017-03-11 | 1 | -6/+7 |
| * | [libFuzzer] print how much memory is consumed by the outer merge process (htt... | Kostya Serebryany | 2017-03-11 | 1 | -1/+11 |
| * | [libFuzzer] exit(1) on failed merge | Kostya Serebryany | 2017-01-18 | 1 | -0/+6 |
| * | [libFuzzer] improve error handling during the merge (handle various IO failures) | Kostya Serebryany | 2017-01-05 | 1 | -0/+8 |
| * | [libFuzzer] use /tmp (or $TMPDIR, if present) to store temp files during merge | Kostya Serebryany | 2017-01-05 | 1 | -2/+2 |
| * | [libFuzzer] use less memory for merge | Kostya Serebryany | 2016-12-17 | 1 | -6/+7 |
| * | [libFuzzer] enable the failure-resistant merge by default (with trace-pc-guar... | Kostya Serebryany | 2016-12-15 | 1 | -2/+2 |
| * | [libFuzzer] Add missing header needed for Windows. | Marcos Pividori | 2016-12-13 | 1 | -0/+1 |
| * | [libFuzzer] Avoid name collision with Windows API. | Marcos Pividori | 2016-12-13 | 1 | -2/+2 |
| * | [libFuzzer] respect -max_len during merge | Kostya Serebryany | 2016-12-12 | 1 | -0/+4 |
| * | [libFuzzer] implement crash-resistant merge (https://github.com/google/saniti... | Kostya Serebryany | 2016-12-09 | 1 | -0/+255 |