summaryrefslogtreecommitdiff
path: root/cmdline.c
AgeCommit message (Expand)Author
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-05-03make indentRobert Swiecki
2020-05-03.state Mutex not initialised led to crash in MacOS for honggfuzz 2.2Francis Alexander
2020-04-29honggfuzz.h: initialize timing mutexRobert Swiecki
2020-04-29honggfuzz.h: initialize input mutexRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-26move mutexes into a separate substructRobert Swiecki
2020-04-23all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...Robert Swiecki
2020-04-20move linux.hwCnts to just hwCnts, as these are not linux-specificRobert Swiecki
2020-04-01Disable if_supported network namespace, if the binary has netdriver compiled inRobert 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-28cmdline: lower the default timeout to 1 secondRobert Swiecki
2020-03-25cmdline: lower default number of mutations to 5Robert Swiecki
2020-03-25cmdline: lower default timeout to 2 secondsRobert Swiecki
2020-03-24cmdline: clean-up initial LOG_IRobert Swiecki
2020-03-21input: simpler input_getRandomInputAsBufRobert Swiecki
2020-03-21mangle: add first version of cross-file splicing - make it faster by using a ...Robert Swiecki
2020-03-17display: display number of tested files during the dry runRobert Swiecki
2020-03-08dictionary: simplify wordlist and feedback list dictionary operationsRobert Swiecki
2020-03-07Set --experimental_const_feedback to true, and rename it to const_feedback #2Robert Swiecki
2020-03-07Set --experimental_const_feedback to true, and rename it to const_feedbackRobert Swiecki
2020-03-03fuzz: read input files in smaller chunks in the dynamic_dry_mode, to limit si...Robert Swiecki
2020-02-26cmdline: require argument for --experimental_const_feedbackRobert Swiecki
2020-02-26Add const cmp feedback functionality behind the --experimental_const_feedback...Robert Swiecki
2020-02-26introduce concept of cmpfeedback map which will be used to report back to the...Robert Swiecki
2020-02-23cmdline/subproc: allow to set RLIMIT_STACKRobert Swiecki
2020-01-07cmdline: accept hex values for -nRobert Swiecki
2020-01-07cmdline: check for -n value #2 - typoRobert Swiecki
2020-01-07cmdline: check for -n valueRobert Swiecki
2019-12-28cmdline: a couple of small fixes #2Robert Swiecki
2019-12-28cmdline: a couple of small fixesRobert Swiecki
2019-12-06cmdline: evaluate cwd, instead of using '.'Robert Swiecki
2019-12-05cmdline: rename sanitizer_del_report -> sanitizers_del_report for consistency...Robert Swiecki
2019-12-04cmdline: add cmdlineParseTrueFalse() to parse true/false argumentsRobert Swiecki
2019-12-04sanitizers: move arch_hashCallstack to sanitizersRobert Swiecki
2019-12-04sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon...Robert Swiecki
2019-12-04cmdline/sanitizers: add option to delete/retain asan report, as well as move ...Robert Swiecki
2019-11-29sanitizers/cmdline: rework sanitizer support so with -S it makes *san respons...Robert Swiecki
2019-11-26cmdline: deprecate --sanitizersRobert Swiecki
2019-11-04Added option to export the feedback struct to diskSamuel Groß
2019-10-07cmdline: the main switch for --input is now -i, though -f will workRobert Swiecki
2019-10-07input: secondary factor when sorting inputs for minimization is the input siz...Robert Swiecki
2019-10-07cmdline: better description of the minimization processRobert Swiecki
2019-10-07cmdline: make -i a synonym for -fRobert Swiecki
2019-10-07cmdline: recycle 'o' as it'll be used for --output soonRobert Swiecki
2019-10-06cmdline: introduce --outputRobert Swiecki
2019-10-06More work on corpus minimizationRobert Swiecki
2019-10-05Initial work on corpus minimization (doesn't work yet)Robert Swiecki
2019-09-03No need to use a special signal to emulate SIGUSR1Robert Swiecki