summaryrefslogtreecommitdiff
path: root/input.c
AgeCommit message (Expand)Author
2019-02-11input: comment on ftruncateRobert Swiecki
2019-02-11input: remove unnecessary debug logRobert Swiecki
2019-02-11input: avoid ftruncate alltogether under cygwinRobert Swiecki
2019-02-11input: avoid warnings under cygwinRobert Swiecki
2019-02-11input: resize file to max before reading into itRobert Swiecki
2019-02-11input: change actual file size when changing dynamic file szRobert Swiecki
2019-02-11input: set remaining file size to ' '/\x00 if resizedRobert Swiecki
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...Robert Swiecki
2018-08-06detect 'only-printable' inside input_setSize to reduce modificationsplusun
2018-03-09honggfuzz.h: get rid of the state substructRobert Swiecki
2018-03-07honggfuzz: even more fields into substructsRobert Swiecki
2018-03-02honggfuzz: move more vars to substructsRobert Swiecki
2018-03-02honggfuzz.h: move some global struct values into substructsRobert Swiecki
2018-02-27Update copyright/authors headersRobert Swiecki
2018-02-07fuzz: simpler operations on origFileNameRobert Swiecki
2018-01-25input: don't complain about too big input filesRobert Swiecki
2018-01-21Comment format // -> /* */Robert Swiecki
2018-01-15input: move defer after fd==-1 checkRobert Swiecki
2018-01-15fuzz: run external processing through a temporary fileRobert Swiecki
2018-01-15Always keep dynamic file as maxFileSz of sizeRobert Swiecki
2018-01-15input: don't resize (via ftruncate) files under cygwinRobert Swiecki
2018-01-14dictionary: no need to use dictqCurrent + more logging when parsing the dictRobert Swiecki
2018-01-14input: allow using empty directories for dynamic modesRobert Swiecki
2018-01-13move input preparation from mangle to inputRobert Swiecki
2018-01-12mangle: Move input fetching functions to mangle.cRobert Swiecki
2018-01-11Remove notion of the inputFile, in favor of input file-descriptors accessible...Robert Swiecki
2018-01-10Different way of pasing data to persistent process, now as a memory-file-desc...Robert Swiecki
2018-01-05Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...Robert Swiecki
2017-12-27input: LOG_D->LOG_WRobert Swiecki
2017-12-27input: better dictionary parsingRobert Swiecki
2017-12-21mangle: allow 0-lenght inputsRobert Swiecki
2017-12-15cmdline: move cmd-line option verification to a separate funcRobert Swiecki
2017-11-14all: move more struct fields into substructers for clarityRobert Swiecki
2017-11-13all: indent webkit->googleRobert Swiecki
2017-11-13move hfuzz into run->globalRobert Swiecki
2017-10-17Makefile: add clang-format ColumnLimit:100Robert Swiecki
2017-10-11Makefile: indent everything with clang-formatRobert Swiecki
2017-09-28make indent with clang-formatRobert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of common #3Robert Swiecki