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
/
report.c
Age
Commit message (
Expand
)
Author
2021-10-19
openbsd port
David Carlier
2021-08-01
Solaris/Illumos build implementation proposal.
David Carlier
2020-05-05
iwyu: use iwyu to fix includes across the code
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-03-25
all: use struct dynfile_t inside run_t
Robert Swiecki
2020-03-05
fix some -m32 compilation issues (type casting)
Robert Swiecki
2019-12-07
debug messages across the code
Robert Swiecki
2019-12-05
posix: generate report
Robert Swiecki
2019-12-05
report: move report generating to report.c
Robert Swiecki
2019-12-03
linux/trace: use HF_STR_LEN instead PATH_MAX for some non-path strings
Robert Swiecki
2019-11-30
linux/trace: save multiple crashes per run
Robert Swiecki
2019-04-17
subproc: use TEMP_FAILURE_RETRY with some restartable funcs
Robert Swiecki
2019-01-30
ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...
Robert Swiecki
2018-08-18
Handle NetBSD in generic code switches
Kamil Rytarowski
2018-08-10
Do not print Linux specific reports on non-Linux hosts
Kamil Rytarowski
2018-03-07
honggfuzz: even more fields into substructs
Robert Swiecki
2018-03-02
honggfuzz.h: move some global struct values into substructs
Robert Swiecki
2018-02-27
Update copyright/authors headers
Robert Swiecki
2018-01-05
Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...
Robert Swiecki
2017-12-18
honggfuzz.h: move some fields into timing subfield
Robert Swiecki
2017-12-18
move some struct honggfuzz fields into exe subfield
Robert Swiecki
2017-11-14
Implement RSS and DATA rlimits
Robert Swiecki
2017-11-14
all: move more struct fields into substructers for clarity
Robert Swiecki
2017-11-14
report: remove unnecessary null-ptr check
Robert Swiecki
2017-11-13
all: indent webkit->google
Robert Swiecki
2017-11-13
move hfuzz into run->global
Robert Swiecki
2017-11-04
mangle: introduce mutationsPerRun instead of flipRate
Robert Swiecki
2017-10-17
Makefile: add clang-format ColumnLimit:100
Robert Swiecki
2017-10-11
Makefile: indent everything with clang-format
Robert Swiecki
2017-09-28
make indent with clang-format
Robert Swiecki
2017-09-28
Move the honggfuzz_t and fuzzer_t types out of common
Robert Swiecki
2017-06-14
Linux: remove BTS block - as it's just BTS edge
Robert Swiecki
2017-05-24
Introduce libcommon
Robert Swiecki
2016-11-01
Remove --linux_perf_custom and supporting code
Robert Swiecki
2016-10-20
Report: Don't acuire mutex if there's nothing to report
Robert Swiecki
2016-10-18
report: bad AND of conditions
Robert Swiecki
2016-10-18
Remove a report lock for now
Robert Swiecki
2016-10-16
report: protect reporting with a static mutex
Robert Swiecki
2016-04-16
Use O_CLOEXEC to avoid leaking data to child
Jagger
2016-03-21
Move linux hfuzz_t code to linux struct
Jagger
2016-03-14
The first pass is dry pass for dynamic files
Robert Swiecki
2016-02-09
LINUX: Use procfs to resolve remote pid cmd
Anestis Bechtsoudis
2016-02-04
Change names of dynamic counters
Jagger
2015-12-20
Annotate unused vars
Anestis Bechtsoudis
2015-10-09
Merge
Robert Swiecki
2015-09-10
Put report file in the working dir as well
Jagger
2015-09-08
Use %PRIu64 for uint64_t
Jagger
2015-09-08
Small bug fixes in refactored code
Anestis Bechtsoudis
2015-09-08
Get rid of semaphores. Signals rule
Robert Swiecki
[next]