| Age | Commit message (Expand) | Author |
| 2020-04-29 | New directives in .clang-format | Robert Swiecki |
| 2020-04-11 | libhfuzz: reset the pcguard map locally, as it's faster than fallocate | Robert Swiecki |
| 2020-04-04 | libhfuzz: clearing memory while it's cached is faster then with memset | Robert Swiecki |
| 2020-04-03 | libhfuzz: add performance monitoring module | Robert Swiecki |
| 2020-03-28 | libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut... | Robert Swiecki |
| 2020-03-25 | libhfuzz: remove unnecessary read barrier | Robert Swiecki |
| 2020-03-25 | libhfuzz: +read memory barrier | Robert Swiecki |
| 2020-03-25 | libhfuzz: move 8bit bitmap clearing code to HonggfuzzRunOneInput() | Robert Swiecki |
| 2020-03-14 | libhfuzz/hfuzz-cc: support -fsanitize=fuzzer-no-link instrumentation | Robert Swiecki |
| 2020-03-04 | hfuzz-cc: don't use -Bsymbolic as this might affect how shared libs are created | Robert Swiecki |
| 2020-02-22 | libhfuzz/persistent: reference LIBHFUZZ_module_memorycmp from libhfuzz/persisent | Robert Swiecki |
| 2019-09-16 | libhfcommon/files: implement files_getTmpMapFlags and make it used | Robert Swiecki |
| 2019-08-21 | add missing TEMP_FAILURE_RETRY around code | Robert Swiecki |
| 2019-05-22 | honggfuzz 1.9 | Robert Swiecki |
| 2019-02-08 | libhfuzz: move main to persistent | Robert Swiecki |
| 2019-02-07 | libhfuzz: move persistent signature to a common fetching function | Robert Swiecki |
| 2019-01-30 | ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo... | Robert Swiecki |
| 2018-07-25 | libhfuzz/persistent: better log message for _HF_PERSISTENT_FD readFromFd | Robert Swiecki |
| 2018-07-25 | libhfuzz/persistent: print number of received bytes | Robert Swiecki |
| 2018-02-22 | libhfuzz: missing spaces between functions | Robert Swiecki |
| 2018-02-21 | make hfuzz-cc workable under macos | Robert Swiecki |
| 2018-01-16 | libhfuzz: better error messages for constructors | Robert Swiecki |
| 2018-01-15 | libhfuzz: better way of assuring visibility of LIBHFUZZ_ symbols | Robert Swiecki |
| 2018-01-12 | mangle: Move input fetching functions to mangle.c | Robert Swiecki |
| 2018-01-11 | Make it more likely to compile under MacOSX - issue: https://github.com/googl... | Robert Swiecki |
| 2018-01-11 | libhfnetdriver: when used with Honggfuzz, don't parse until '--' | Robert Swiecki |
| 2018-01-11 | libhfuzz: incorrect errno EBADFD -> EBADF | Robert Swiecki |
| 2018-01-11 | libhfuzz: missing free() | Robert Swiecki |
| 2018-01-11 | libhfuzz: don't use 128MiB data segment vars, use malloc() | Robert Swiecki |
| 2018-01-11 | libhfuzz: move main() to a separate file | 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 | Add automatic persistency check | Robert Swiecki |
| 2018-01-10 | hfuzz: add links | Robert Swiecki |
| 2018-01-10 | Different way of pasing data to persistent process, now as a memory-file-desc... | Robert Swiecki |
| 2018-01-09 | netdriver: make definitions of LLVMFuzzer.* weak, so they don't clash with ap... | Robert Swiecki |
| 2018-01-08 | netdriver: use IPv6 for connections (also for IPv4) | Robert Swiecki |
| 2018-01-08 | rename UNUSED to HF_ATTR_UNUSED for clarity | Robert Swiecki |
| 2018-01-08 | fuzz: set thread name to HFUZZ-%d <threadno> | Robert Swiecki |
| 2018-01-05 | Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w... | Robert Swiecki |
| 2018-01-05 | netdriver: cleanups | Robert Swiecki |
| 2018-01-04 | netdriver: make it work with libfuzzer | Robert Swiecki |
| 2017-12-16 | libhfuzz: define a short LLVMFuzzerInitialize | Robert Swiecki |
| 2017-12-16 | libhfuzz: don't make main() weak under cygwin | Robert Swiecki |
| 2017-12-09 | libhfuzz: reference each *.o modules between themselves, so these are re-scan... | Robert Swiecki |
| 2017-11-13 | all: indent webkit->google | 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 |