| Age | Commit message (Expand) | Author |
| 2019-12-04 | sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon... | Robert Swiecki |
| 2019-12-04 | cmdline/sanitizers: add option to delete/retain asan report, as well as move ... | Robert Swiecki |
| 2019-12-04 | linux/trace: parse various asan reports | Robert Swiecki |
| 2019-12-04 | linux/trace: android's version of asan | Robert Swiecki |
| 2019-12-03 | make indent depend | Robert Swiecki |
| 2019-12-03 | linux/trace: assume all registers are uint64_t +asan parsing | Robert Swiecki |
| 2019-12-03 | linux/trace: assume all registers are uint64_t | Robert Swiecki |
| 2019-12-03 | linux/trace: use HF_STR_LEN instead PATH_MAX for some non-path strings | Robert Swiecki |
| 2019-12-03 | linux/trace: sscanf is tricky, add 1 byte so the scanning doesn't overflow bu... | Robert Swiecki |
| 2019-12-03 | linux/trace: make it compile with -m32 | Robert Swiecki |
| 2019-12-03 | linux/trace: make android compile with capstone 4.0.1 | Robert Swiecki |
| 2019-12-03 | android: fixes for Android | Robert Swiecki |
| 2019-11-30 | linux/trace: save backtrace for the report | Robert Swiecki |
| 2019-11-30 | linux/trace: use longer description for the report | Robert Swiecki |
| 2019-11-30 | linux/trace: simplify poarsing asan reports | Robert Swiecki |
| 2019-11-30 | linux/trace: save multiple crashes per run | Robert Swiecki |
| 2019-11-29 | linux/trace: debug msg | Robert Swiecki |
| 2019-11-29 | linux/trace: don't handle SIGSEGV/SIGBUS/SIGILL/SIGFPE is -S is enabled | Robert Swiecki |
| 2019-10-30 | android: make make android-all work | Robert Swiecki |
| 2019-04-17 | linux/: 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-23 | sancov: remove, since it's old (clang-4), slower, and requires complex code. ... | Robert Swiecki |
| 2018-07-13 | add __sanitizer_cov_trace_div to supported coverage metrics | Robert Swiecki |
| 2018-04-17 | util/printf: add printf attribute | Robert Swiecki |
| 2018-03-07 | honggfuzz: even more fields into substructs | Robert Swiecki |
| 2018-03-02 | honggfuzz: move more vars to substructs | Robert Swiecki |
| 2018-03-02 | honggfuzz.h: move some global struct values into substructs | Robert Swiecki |
| 2018-02-27 | fewer == false == true across the code | Robert Swiecki |
| 2018-02-27 | Update copyright/authors headers | Robert Swiecki |
| 2018-01-25 | remove useSanCov and use _HF_DYNFILE_SANCOV | Robert Swiecki |
| 2018-01-21 | make indent depend | Robert Swiecki |
| 2018-01-21 | Support external fuzzer and provide code coverage | dobin |
| 2018-01-12 | mangle: Move input fetching functions to mangle.c | Robert Swiecki |
| 2018-01-11 | Remove notion of the inputFile, in favor of input file-descriptors accessible... | Robert Swiecki |
| 2018-01-10 | subproc: receiving the ready message from the fuzzed process is not necessary | Robert Swiecki |
| 2018-01-10 | Different way of pasing data to persistent process, now as a memory-file-desc... | Robert Swiecki |
| 2018-01-08 | rename UNUSED to HF_ATTR_UNUSED for clarity | Robert Swiecki |
| 2018-01-07 | const'ize some structs across the code | Robert Swiecki |
| 2018-01-05 | Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w... | Robert Swiecki |
| 2017-12-28 | arch: Messages for new crashes | Robert Swiecki |
| 2017-12-18 | run->global->timing.tmoutVTAlarm -> run->global->timing.tmoutVTALRM | Robert Swiecki |
| 2017-12-18 | honggfuzz.h: move some fields into timing subfield | Robert Swiecki |
| 2017-12-15 | Implement idea of total (all) and new coverage directories, as well as concep... | Robert Swiecki |
| 2017-11-15 | hongguzz.h: move saveUnique to io struct | Robert Swiecki |
| 2017-11-14 | all: move more struct fields into substructers for clarity | Robert Swiecki |
| 2017-11-14 | Merge | Robert Swiecki |
| 2017-11-13 | all: indent webkit->google | Robert Swiecki |
| 2017-11-13 | move hfuzz into run->global | Robert Swiecki |
| 2017-11-13 | all: move all counetrs into a separate struct | Robert Swiecki |
| 2017-11-11 | fuzzer_t fuzzer -> run_t run for clarity of naming | Robert Swiecki |