aboutsummaryrefslogtreecommitdiff
path: root/input.c
AgeCommit message (Expand)Author
2025-09-12m68k: new archRobert Swiecki
2025-02-25Check coverage for imported seedsDaniil Kutz
2024-07-21input: make sure files are read in small chunks (starting with 4 bytes) when ...Robert Swiecki
2024-07-12mangle/input: simplify input selection by not trusting the speed factor that ...Robert Swiecki
2024-01-04Read whole input file in dry runAteChroma0j
2023-09-15make indentRobert Swiecki
2023-09-15Add --dynamic_input command-line optionChristian Heitman
2023-02-09input: don't use recency as a signal if files come from the static corpusRobert Swiecki
2023-02-07input: give more chances to inputs which are newerRobert Swiecki
2022-06-23Follow-up on #466David Carlier
2021-04-16input: use rewinddir() instead of full statistics reset. This avoids race con...Robert Swiecki
2021-02-17input: input_getRandomInputAsBuf() can return size 0Robert Swiecki
2021-02-15respectful vocabulary: white->allow, black->block, master->mainRobert Swiecki
2021-02-11input/mangle: move input_getRandomInputAsBuf() error to the mangle codeRobert Swiecki
2021-02-11Don't complain about missing dynamic corpus if -x (noinst) is used.Robert Swiecki
2021-02-09input: use refs as a skip factorRobert Swiecki
2021-02-09input: use speed as a skip factorRobert Swiecki
2021-02-08input: skipFactor - enable factors which seem to workRobert Swiecki
2021-01-31input: disable the skipFactor computation. It's uncertain how much it helps, ...Robert Swiecki
2021-01-26input: update skip_factor #2Robert Swiecki
2021-01-26input: updated skip factorsRobert Swiecki
2020-05-18remove comparisons to true and to false across the codeRobert Swiecki
2020-05-06Merge pull request #321 from colinsenner/blacklist-sortrobertswiecki
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-05-01Fix verification for blacklist entries.colinsenner
2020-04-29input: rearrange assignments, so they indent betterRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-26move mutexes into a separate substructRobert Swiecki
2020-04-20input: adjust score based on refsRobert Swiecki
2020-04-17input: update coverage bucketting mapRobert Swiecki
2020-04-17input: allow for testing specific samples for more timeRobert Swiecki
2020-04-16input: count penalty on the basis of per-input coverageRobert Swiecki
2020-04-15mangle/input: made speed scoring function much less aggressive because it can...Robert Swiecki
2020-03-30input: call vars in input_speedFactor in a more meaningful wayRobert Swiecki
2020-03-30input: put tighter limits on the skip factorRobert Swiecki
2020-03-29use usecs instead of msecs as the basic unit of timeRobert Swiecki
2020-03-29linux: enable network namespacing by default (if available)Robert Swiecki
2020-03-28mangle: use actual slow_factor and not the skip_factor for counting number of...Robert Swiecki
2020-03-28input: adjust per-input penaltiesRobert Swiecki
2020-03-28input: cap avg execution time to 1-10 msRobert Swiecki
2020-03-28fuzz: use input_removeStaticFile instead of simple unlink()Robert Swiecki
2020-03-28libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut...Robert Swiecki
2020-03-28input: revert incorrect 'needs_mangle' checkRobert Swiecki
2020-03-27input: compute the likelyhood of an input being tested on the basis of more p...Robert Swiecki
2020-03-27input: delay testing of slow inputsRobert Swiecki
2020-03-26input: start reading statc files at 4 bytesRobert Swiecki
2020-03-25input: write correct file to the covdir_newRobert Swiecki
2020-03-25input: skip static files which are already in the dynamic corpusRobert Swiecki
2020-03-25remove timeAddedMillis from dynfile_tRobert Swiecki
2020-03-25fuzz: simplified minimization #3Robert Swiecki