aboutsummaryrefslogtreecommitdiff
path: root/cmdline.c
AgeCommit message (Expand)Author
2025-03-21cmdline: undeprecate --sanitizersKhaled Yakdan
2023-11-18cmdline: initialize a few varsRobert Swiecki
2023-10-01cmdline: log '-h/--help' to stdout instead of stderrRobert Swiecki
2023-09-25clang-format: IndentCaseLabels: falseRobert Swiecki
2023-09-25add --version cmdline parametervanhauser-thc
2023-09-15Add --statsfile command-line optionChristian Heitman
2023-09-15Add --dynamic_input command-line optionChristian Heitman
2023-04-14make indent dependRobert Swiecki
2023-04-12Support exit_on_time option: issue #399Daniil Kutz
2022-01-19FreeBSD support controlling ASLR.David CARLIER
2021-12-19cmdline: fail if command line can't be parsedEvgeny Vereshchagin
2021-10-28cmdline/linux: initial version of thread-cpu pinningRobert Swiecki
2021-04-20chore: add a new flag to be able to set the exit codeBernhard Schuster
2021-04-16cmdline/Usage: fix the default value for the -F optionRobert Swiecki
2021-02-15respectful vocabulary: white->allow, black->block, master->mainRobert Swiecki
2021-02-05Add --save-smaller|-U to keep smallest duplicateDouglas Bagnall
2021-02-04cmdline: a better explanation for '-T'/'--tmout_sigvtalrm'Robert Swiecki
2020-08-31cmdline: indicate that the default value for --linux_net_ns is 'no' and corre...Robert Swiecki
2020-05-18cmdline: typoRobert Swiecki
2020-05-18remove comparisons to true and to false across the codeRobert Swiecki
2020-05-11cmdline: don't use network namepsaces with Linux by default, as certain kerne...Robert Swiecki
2020-05-07Merge pull request #327 from jtpereyda/output-mkdirrobertswiecki
2020-05-07make --output dir if it doesn't exist, as already done with -WJoshua Pereyda
2020-05-07fix -o synonym for --outputJoshua Pereyda
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