| Age | Commit message (Expand) | Author |
| 2023-09-25 | clang-format: IndentCaseLabels: false | Robert Swiecki |
| 2023-09-17 | make indent | Robert Swiecki |
| 2022-11-23 | mac: support for M1, but no crashwrangler binary yet | Robert Swiecki |
| 2022-11-22 | set the current process as init process on FreeBSD. | David CARLIER |
| 2021-02-15 | respectful vocabulary: white->allow, black->block, master->main | Robert Swiecki |
| 2020-05-05 | subproc: simpler subproc_StatusToStr()) | Robert Swiecki |
| 2020-04-29 | New directives in .clang-format | Robert Swiecki |
| 2020-03-25 | all: use struct dynfile_t inside run_t | Robert Swiecki |
| 2020-01-20 | arch: move arch.c logging to subproc.c | Robert Swiecki |
| 2020-01-20 | subproc: move argument generation to subproc.c | Robert Swiecki |
| 2020-01-19 | */arch.c: fix https://github.com/google/honggfuzz/issues/302 - check ret valu... | Robert Swiecki |
| 2019-12-04 | sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon... | Robert Swiecki |
| 2019-09-03 | No need to use a special signal to emulate SIGUSR1 | Robert Swiecki |
| 2019-08-28 | arch: use shorter form of concatenating strings | Robert Swiecki |
| 2019-08-28 | */arch.c: use _HF_INPUT_FD instead of run->dynamicFileFd b/c the latter if O_... | Robert Swiecki |
| 2019-08-27 | subproc: allow to use ___FILE___ and -s with persistent mode | Robert Swiecki |
| 2019-06-24 | macos: waiting for process group of -pid doesn't seem reliable | Robert Swiecki |
| 2019-05-22 | honggfuzz 1.9 | Robert Swiecki |
| 2019-02-19 | netbsd/mac: use EINTR loop for wait | Robert Swiecki |
| 2019-02-19 | macos: make macos waiting loop similar to other archs #2 | Robert Swiecki |
| 2019-02-19 | macos: make macos waiting loop similar to other archs | Robert Swiecki |
| 2019-02-14 | honggfuzz: use sigwait in the signal thread as it's supported by macosx #2 | Robert Swiecki |
| 2019-02-14 | create a signal thread to distribute SIGCHLD as SIGUSR1 | Robert Swiecki |
| 2019-02-10 | mac: additional check for ECHILD from waitpid | Robert Swiecki |
| 2019-02-10 | mac: dont wait for -pid | Robert Swiecki |
| 2019-02-10 | time limit checks based on USR1 | Robert Swiecki |
| 2019-02-08 | mac/arch: add missing checkTermination | Robert Swiecki |
| 2019-02-08 | mac: incorrect check | 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-04-17 | mac: correct printfs | Robert Swiecki |
| 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 | fewer == false == true across the code | Robert Swiecki |
| 2018-02-27 | Update copyright/authors headers | Robert Swiecki |
| 2018-02-21 | make hfuzz-cc workable under macos | Robert Swiecki |
| 2018-02-21 | mac/arch.c: copy arch_reapChild() from posix version | Paul Grandperrin |
| 2018-01-16 | cmdline: discover both persistent and netdriver modes | Robert Swiecki |
| 2018-01-15 | subproc: use copy of a dynamic file to pass for stdin and ___FILE___ fuzzing | Robert Swiecki |
| 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 | arch: simplify arch handling a bit | Robert Swiecki |
| 2018-01-08 | rename UNUSED to HF_ATTR_UNUSED for clarity | 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-25 | mac/arch: hopefully fix compilation errors after refactoring | 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-18 | move some struct honggfuzz fields into exe subfield | Robert Swiecki |
| 2017-12-15 | Implement idea of total (all) and new coverage directories, as well as concep... | Robert Swiecki |