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
/
honggfuzz.c
Age
Commit message (
Expand
)
Author
2025-09-12
m68k: new arch
Robert Swiecki
2025-03-21
make indent
Robert Swiecki
2025-03-18
Include corpus queue size in stats file
pr1-branch
Simon Resch
2025-02-25
Check coverage for imported seeds
Daniil Kutz
2023-09-15
make indent
Robert Swiecki
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-11-22
set the current process as init process on FreeBSD.
David CARLIER
2021-08-01
Solaris/Illumos build implementation proposal.
David Carlier
2021-07-25
Fix SIGALRM sigaction
Marcello Maugeri
2021-04-21
make indent
Robert Swiecki
2021-04-20
chore: add a new flag to be able to set the exit code
Bernhard Schuster
2021-02-15
respectful vocabulary: white->allow, black->block, master->main
Robert Swiecki
2020-10-09
honggfuzz: fix a typo
elnx
2020-05-18
remove comparisons to true and to false across the code
Robert Swiecki
2020-05-05
iwyu: use iwyu to fix includes across the code
Robert Swiecki
2020-04-29
New directives in .clang-format
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-03-29
use usecs instead of msecs as the basic unit of time
Robert Swiecki
2020-03-28
libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut...
Robert Swiecki
2020-03-24
getGitVersion using \$Id\$
Robert Swiecki
2020-03-24
hongguzz.c: missing comma
Robert Swiecki
2020-03-24
honggfuzz: print git commit id during startup
Robert Swiecki
2020-03-24
cmdline: clean-up initial LOG_I
Robert Swiecki
2020-03-08
dictionary: simplify wordlist and feedback list dictionary operations
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
2019-12-03
honggfuzz: android's bionic seems to return errno=0 with failing pthread_kill
Robert Swiecki
2019-11-04
make ident
Robert Swiecki
2019-11-04
Added option to export the feedback struct to disk
Samuel Groß
2019-10-21
input: free dictionary after use
Robert Swiecki
2019-10-08
honggfuzz: test for input/output dirs existence
Robert Swiecki
2019-10-06
More work on corpus minimization
Robert Swiecki
2019-10-05
Initial work on corpus minimization (doesn't work yet)
Robert Swiecki
2019-09-17
honggfuzz: move main loop into a separate func
Robert Swiecki
2019-09-04
Merge pull request #273 from neuracr/fix_rss
robertswiecki
2019-09-04
use madvise(nocore) for the feedback
Robert Swiecki
2019-09-04
use madvise(nocore) for the input fd
Robert Swiecki
2019-09-04
Convert maxrss to mb
Guillaume Weghsteen
2019-09-04
make it compilable under android ndk 20
Robert Swiecki
2019-09-03
libhfcommon/files: use shm_open with other OSes
Robert Swiecki
2019-09-03
sigwait(): handle EINTR #2
Robert Swiecki
2019-09-03
sigwait(): handle EINTR
Robert Swiecki
2019-09-03
No need to use a special signal to emulate SIGUSR1
Robert Swiecki
2019-08-28
honggfuzz: map feedback struct unconditionally
Robert Swiecki
2019-08-27
subproc: allow to use ___FILE___ and -s with persistent mode
Robert Swiecki
2019-08-27
Merge branch 'master' into rss
Guillaume Weghsteen
[next]