aboutsummaryrefslogtreecommitdiff
path: root/display.c
AgeCommit message (Expand)Author
2023-09-25clang-format: IndentCaseLabels: falseRobert Swiecki
2023-09-17make indentRobert Swiecki
2022-03-14display little optimisationsDavid CARLIER
2022-02-16util introduces additional __builtin to favor particular code path.David Carlier
2021-12-31display: make it compile under cygwinRobert Swiecki
2021-10-19make indentRobert Swiecki
2021-10-19openbsd portDavid Carlier
2021-08-14DragonFlyBSD little portage.DC
2021-08-06make indentRobert Swiecki
2021-08-01Solaris/Illumos build implementation proposal.David Carlier
2021-04-14make indent dependRobert Swiecki
2021-04-14Merge pull request #392 from devnexen/mac_build_fixrobertswiecki
2021-04-14display/+libhfuzz: fix macosx compilation problemsRobert Swiecki
2021-04-14mac os build fix proposal, cpu average activity.David Carlier
2021-03-13Expanding the cpu activity display change to NetBSD which hasDavid Carlier
2021-03-13FreeBSD cpu activity aggregation fix for FreeBSD.David Carlier
2021-02-15respectful vocabulary: white->allow, black->block, master->mainRobert Swiecki
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-05-05display: remove unnecessary macro, and add static functionRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-20move linux.hwCnts to just hwCnts, as these are not linux-specificRobert 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-17display: display number of tested files during the dry runRobert Swiecki
2020-03-03fuzz: read input files in smaller chunks in the dynamic_dry_mode, to limit si...Robert Swiecki
2020-02-26introduce concept of cmpfeedback map which will be used to report back to the...Robert Swiecki
2020-02-23display: remove unnecessary abort()Robert Swiecki
2020-02-22display: use unbuffered write for console steeringRobert Swiecki
2020-02-05display: check retvar of write()Robert Swiecki
2020-02-05display: write the graphical output in one goRobert Swiecki
2019-12-07Release version 2.02.0Robert Swiecki
2019-11-04version: 2.0rcRobert Swiecki
2019-10-05Initial work on corpus minimization (doesn't work yet)Robert Swiecki
2019-09-17display: no need to emphasise the total number of edgesRobert Swiecki
2019-08-29display: fix percentage display #2Robert Swiecki
2019-08-29display: fix percentage displayRobert Swiecki
2019-08-29display: display percentage of paths hitRobert Swiecki
2019-08-26display: support for SIGWINCHRobert Swiecki
2019-08-18display: add option to display >1T iterations as 'T'Robert Swiecki
2019-08-17display: use ATOMIC_GET when accessing hfuzz->feedback.feedbackMapRobert Swiecki
2019-08-02display: display number of total guardsRobert Swiecki
2019-04-01fuzz: add the _HF_STATE_DYNAMIC_SWITCH_TO_MAIN stateRobert Swiecki
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...Robert Swiecki
2019-01-23display: double -> long doubleRobert Swiecki
2019-01-23display: fewer uses of floatsRobert Swiecki
2019-01-23display: fortify against some SIGFPEsRobert Swiecki
2018-12-07display: slight improvement in ModeRobert Swiecki
2018-10-18Merge branch 'master' of ssh://github.com/google/honggfuzzRobert Swiecki
2018-10-18display: better way of computing cpu utilizationRobert Swiecki