aboutsummaryrefslogtreecommitdiff
path: root/honggfuzz.h
AgeCommit message (Expand)Author
2025-02-25Check coverage for imported seedsDaniil Kutz
2024-07-12mangle/input: simplify input selection by not trusting the speed factor that ...Robert Swiecki
2024-07-11libhfcommon/util: xorshiro128+ -> xorshiro256++Robert Swiecki
2023-09-25clang-format: IndentCaseLabels: falseRobert Swiecki
2023-09-21Prepare for release of Version 2.62.6Robert Swiecki
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
2023-04-10honggfuzz.h: timerId seems to be not used anywhereRobert Swiecki
2023-02-07input: give more chances to inputs which are newerRobert Swiecki
2022-01-01version bump: 2.52.5Robert Swiecki
2021-10-28cmdline/linux: initial version of thread-cpu pinningRobert Swiecki
2021-06-07Increase number of dictionary entries (1024 -> 8192) and their size (256 -> 512)Robert Swiecki
2021-04-20chore: add a new flag to be able to set the exit codeBernhard Schuster
2021-02-24Version 2.42.4Robert Swiecki
2021-02-15respectful vocabulary: white->allow, black->block, master->mainRobert Swiecki
2021-02-05Add --save-smaller|-U to keep smallest duplicateDouglas Bagnall
2020-07-22Prepare for version 2.32.3Robert Swiecki
2020-06-23honggfuzz.h: increase the number of maximum positional args to execve that ho...Robert Swiecki
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-27Makefile: switch from c11 to c17 which is default (except 'gnu') for modern g...Robert Swiecki
2020-04-27Move defer{} implementation to libhfuzz/utilRobert Swiecki
2020-04-26move mutexes into a separate substructRobert Swiecki
2020-04-25netbsd: netbsd-specific run_t is not neededRobert Swiecki
2020-04-23Version 2.22.2Robert 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-17input: allow for testing specific samples for more timeRobert Swiecki
2020-04-16input: count penalty on the basis of per-input coverageRobert Swiecki
2020-04-10Implement edge counting for PC-guards as well (in addition to 8-bit-counters)Robert Swiecki
2020-03-30honggfuzz: rename pidFeedback* to more correct pidNew*Robert Swiecki
2020-03-29fuzz: use non-monetary printf separatorRobert 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-28honggfuzz.h: remove unused struct definitionsRobert Swiecki
2020-03-27input: compute the likelyhood of an input being tested on the basis of more p...Robert Swiecki
2020-03-25remove timeAddedMillis from dynfile_tRobert Swiecki
2020-03-25shorten struct _dynfile_t to dynfile_tRobert Swiecki
2020-03-25all: use struct dynfile_t inside run_tRobert Swiecki
2020-03-25mangle: increase mutation factor for slow inputsRobert Swiecki
2020-03-25input: remove the tested<numTested() semantics, as it can slow down fuzzing a...Robert 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-19input: don't bump testing ratio for inputs older than 10 secondsRobert Swiecki
2020-03-18input: when adding new dynamic input, add it to the head of the list, and res...Robert Swiecki
2020-03-17display: display number of tested files during the dry runRobert Swiecki
2020-03-17Lower the technical maximum input file size to 1MB (from 128MB)Robert Swiecki