aboutsummaryrefslogtreecommitdiff
path: root/input.h
AgeCommit message (Expand)Author
2024-07-21input: make sure files are read in small chunks (starting with 4 bytes) when ...Robert Swiecki
2023-09-15make indentRobert Swiecki
2023-09-15Add --dynamic_input command-line optionChristian Heitman
2021-02-17input: input_getRandomInputAsBuf() can return size 0Robert Swiecki
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-03-28fuzz: use input_removeStaticFile instead of simple unlink()Robert Swiecki
2020-03-25shorten struct _dynfile_t to dynfile_tRobert Swiecki
2020-03-25fuzz: simplified minimizationRobert Swiecki
2020-03-25input: make input_writeCovFile() use struct dynfile_tRobert Swiecki
2020-03-25all: use struct dynfile_t inside run_tRobert Swiecki
2020-03-25mangle: increase mutation factor for slow inputsRobert Swiecki
2020-03-21mangle: add first version of cross-file splicingRobert Swiecki
2020-03-18input: when adding new dynamic input, add it to the head of the list, and res...Robert Swiecki
2019-10-21input: free dictionary after useRobert Swiecki
2019-10-08input: sort dynamic input on additionRobert Swiecki
2019-10-07minimization: separating file name from input dirRobert Swiecki
2019-10-07input: remove duplicating input_feedbackMutateFile()Robert Swiecki
2019-10-07input: secondary factor when sorting inputs for minimization is the input siz...Robert Swiecki
2019-10-07move corpus manipulation to the input moduleRobert Swiecki
2019-10-06Corpus minimization: sort files prior to testing coverageRobert Swiecki
2019-10-06More work on corpus minimizationRobert Swiecki
2019-04-09add support for external command mutating files which have effective coverage...arnow117
2018-02-27Update copyright/authors headersRobert Swiecki
2018-01-13move input preparation from mangle to inputRobert Swiecki
2017-11-13move hfuzz into run->globalRobert Swiecki
2017-10-11Makefile: indent everything with clang-formatRobert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of common #3Robert Swiecki