index
:
honggfuzz
gh-pages
master
pr1-branch
Security oriented software fuzzer.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmdline.c
Age
Commit message (
Expand
)
Author
2025-03-21
cmdline: undeprecate --sanitizers
Khaled Yakdan
2023-11-18
cmdline: initialize a few vars
Robert Swiecki
2023-10-01
cmdline: log '-h/--help' to stdout instead of stderr
Robert Swiecki
2023-09-25
clang-format: IndentCaseLabels: false
Robert Swiecki
2023-09-25
add --version cmdline parameter
vanhauser-thc
2023-09-15
Add --statsfile command-line option
Christian Heitman
2023-09-15
Add --dynamic_input command-line option
Christian Heitman
2023-04-14
make indent depend
Robert Swiecki
2023-04-12
Support exit_on_time option: issue #399
Daniil Kutz
2022-01-19
FreeBSD support controlling ASLR.
David CARLIER
2021-12-19
cmdline: fail if command line can't be parsed
Evgeny Vereshchagin
2021-10-28
cmdline/linux: initial version of thread-cpu pinning
Robert Swiecki
2021-04-20
chore: add a new flag to be able to set the exit code
Bernhard Schuster
2021-04-16
cmdline/Usage: fix the default value for the -F option
Robert Swiecki
2021-02-15
respectful vocabulary: white->allow, black->block, master->main
Robert Swiecki
2021-02-05
Add --save-smaller|-U to keep smallest duplicate
Douglas Bagnall
2021-02-04
cmdline: a better explanation for '-T'/'--tmout_sigvtalrm'
Robert Swiecki
2020-08-31
cmdline: indicate that the default value for --linux_net_ns is 'no' and corre...
Robert Swiecki
2020-05-18
cmdline: typo
Robert Swiecki
2020-05-18
remove comparisons to true and to false across the code
Robert Swiecki
2020-05-11
cmdline: don't use network namepsaces with Linux by default, as certain kerne...
Robert Swiecki
2020-05-07
Merge pull request #327 from jtpereyda/output-mkdir
robertswiecki
2020-05-07
make --output dir if it doesn't exist, as already done with -W
Joshua Pereyda
2020-05-07
fix -o synonym for --output
Joshua Pereyda
2020-05-05
iwyu: use iwyu to fix includes across the code
Robert Swiecki
2020-05-03
make indent
Robert Swiecki
2020-05-03
.state Mutex not initialised led to crash in MacOS for honggfuzz 2.2
Francis Alexander
2020-04-29
honggfuzz.h: initialize timing mutex
Robert Swiecki
2020-04-29
honggfuzz.h: initialize input mutex
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-26
move mutexes into a separate substruct
Robert Swiecki
2020-04-23
all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...
Robert Swiecki
2020-04-20
move linux.hwCnts to just hwCnts, as these are not linux-specific
Robert Swiecki
2020-04-01
Disable if_supported network namespace, if the binary has netdriver compiled in
Robert Swiecki
2020-03-29
use usecs instead of msecs as the basic unit of time
Robert Swiecki
2020-03-29
linux: enable network namespacing by default (if available)
Robert Swiecki
2020-03-28
cmdline: lower the default timeout to 1 second
Robert Swiecki
2020-03-25
cmdline: lower default number of mutations to 5
Robert Swiecki
2020-03-25
cmdline: lower default timeout to 2 seconds
Robert Swiecki
2020-03-24
cmdline: clean-up initial LOG_I
Robert Swiecki
2020-03-21
input: simpler input_getRandomInputAsBuf
Robert Swiecki
2020-03-21
mangle: add first version of cross-file splicing - make it faster by using a ...
Robert Swiecki
2020-03-17
display: display number of tested files during the dry run
Robert Swiecki
2020-03-08
dictionary: simplify wordlist and feedback list dictionary operations
Robert Swiecki
2020-03-07
Set --experimental_const_feedback to true, and rename it to const_feedback #2
Robert Swiecki
2020-03-07
Set --experimental_const_feedback to true, and rename it to const_feedback
Robert Swiecki
2020-03-03
fuzz: read input files in smaller chunks in the dynamic_dry_mode, to limit si...
Robert Swiecki
2020-02-26
cmdline: require argument for --experimental_const_feedback
Robert Swiecki
2020-02-26
Add const cmp feedback functionality behind the --experimental_const_feedback...
Robert Swiecki
2020-02-26
introduce concept of cmpfeedback map which will be used to report back to the...
Robert Swiecki
[next]