aboutsummaryrefslogtreecommitdiff
path: root/honggfuzz.c
AgeCommit message (Expand)Author
2025-09-12m68k: new archRobert Swiecki
2025-03-21make indentRobert Swiecki
2025-03-18Include corpus queue size in stats filepr1-branchSimon Resch
2025-02-25Check coverage for imported seedsDaniil Kutz
2023-09-15make indentRobert Swiecki
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-11-22set the current process as init process on FreeBSD.David CARLIER
2021-08-01Solaris/Illumos build implementation proposal.David Carlier
2021-07-25Fix SIGALRM sigactionMarcello Maugeri
2021-04-21make indentRobert Swiecki
2021-04-20chore: add a new flag to be able to set the exit codeBernhard Schuster
2021-02-15respectful vocabulary: white->allow, black->block, master->mainRobert Swiecki
2020-10-09honggfuzz: fix a typoelnx
2020-05-18remove comparisons to true and to false across the codeRobert Swiecki
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-04-29New directives in .clang-formatRobert 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-03-29use usecs instead of msecs as the basic unit of timeRobert Swiecki
2020-03-28libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut...Robert Swiecki
2020-03-24getGitVersion using \$Id\$Robert Swiecki
2020-03-24hongguzz.c: missing commaRobert Swiecki
2020-03-24honggfuzz: print git commit id during startupRobert Swiecki
2020-03-24cmdline: clean-up initial LOG_IRobert Swiecki
2020-03-08dictionary: simplify wordlist and feedback list dictionary operationsRobert 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
2019-12-03honggfuzz: android's bionic seems to return errno=0 with failing pthread_killRobert Swiecki
2019-11-04make identRobert Swiecki
2019-11-04Added option to export the feedback struct to diskSamuel Groß
2019-10-21input: free dictionary after useRobert Swiecki
2019-10-08honggfuzz: test for input/output dirs existenceRobert Swiecki
2019-10-06More work on corpus minimizationRobert Swiecki
2019-10-05Initial work on corpus minimization (doesn't work yet)Robert Swiecki
2019-09-17honggfuzz: move main loop into a separate funcRobert Swiecki
2019-09-04Merge pull request #273 from neuracr/fix_rssrobertswiecki
2019-09-04use madvise(nocore) for the feedbackRobert Swiecki
2019-09-04use madvise(nocore) for the input fdRobert Swiecki
2019-09-04Convert maxrss to mbGuillaume Weghsteen
2019-09-04make it compilable under android ndk 20Robert Swiecki
2019-09-03libhfcommon/files: use shm_open with other OSesRobert Swiecki
2019-09-03sigwait(): handle EINTR #2Robert Swiecki
2019-09-03sigwait(): handle EINTRRobert Swiecki
2019-09-03No need to use a special signal to emulate SIGUSR1Robert Swiecki
2019-08-28honggfuzz: map feedback struct unconditionallyRobert Swiecki
2019-08-27subproc: allow to use ___FILE___ and -s with persistent modeRobert Swiecki
2019-08-27Merge branch 'master' into rssGuillaume Weghsteen