aboutsummaryrefslogtreecommitdiff
path: root/libhfuzz/persistent.c
AgeCommit message (Expand)Author
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-11libhfuzz: reset the pcguard map locally, as it's faster than fallocateRobert Swiecki
2020-04-04libhfuzz: clearing memory while it's cached is faster then with memsetRobert Swiecki
2020-04-03libhfuzz: add performance monitoring moduleRobert Swiecki
2020-03-28libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut...Robert Swiecki
2020-03-25libhfuzz: remove unnecessary read barrierRobert Swiecki
2020-03-25libhfuzz: +read memory barrierRobert Swiecki
2020-03-25libhfuzz: move 8bit bitmap clearing code to HonggfuzzRunOneInput()Robert Swiecki
2020-03-14libhfuzz/hfuzz-cc: support -fsanitize=fuzzer-no-link instrumentationRobert Swiecki
2020-03-04hfuzz-cc: don't use -Bsymbolic as this might affect how shared libs are createdRobert Swiecki
2020-02-22libhfuzz/persistent: reference LIBHFUZZ_module_memorycmp from libhfuzz/persisentRobert Swiecki
2019-09-16libhfcommon/files: implement files_getTmpMapFlags and make it usedRobert Swiecki
2019-08-21add missing TEMP_FAILURE_RETRY around codeRobert Swiecki
2019-05-22honggfuzz 1.9Robert Swiecki
2019-02-08libhfuzz: move main to persistentRobert Swiecki
2019-02-07libhfuzz: move persistent signature to a common fetching functionRobert Swiecki
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...Robert Swiecki
2018-07-25libhfuzz/persistent: better log message for _HF_PERSISTENT_FD readFromFdRobert Swiecki
2018-07-25libhfuzz/persistent: print number of received bytesRobert Swiecki
2018-02-22libhfuzz: missing spaces between functionsRobert Swiecki
2018-02-21make hfuzz-cc workable under macosRobert Swiecki
2018-01-16libhfuzz: better error messages for constructorsRobert Swiecki
2018-01-15libhfuzz: better way of assuring visibility of LIBHFUZZ_ symbolsRobert Swiecki
2018-01-12mangle: Move input fetching functions to mangle.cRobert Swiecki
2018-01-11Make it more likely to compile under MacOSX - issue: https://github.com/googl...Robert Swiecki
2018-01-11libhfnetdriver: when used with Honggfuzz, don't parse until '--'Robert Swiecki
2018-01-11libhfuzz: incorrect errno EBADFD -> EBADFRobert Swiecki
2018-01-11libhfuzz: missing free()Robert Swiecki
2018-01-11libhfuzz: don't use 128MiB data segment vars, use malloc()Robert Swiecki
2018-01-11libhfuzz: move main() to a separate fileRobert Swiecki
2018-01-11Remove notion of the inputFile, in favor of input file-descriptors accessible...Robert Swiecki
2018-01-10subproc: receiving the ready message from the fuzzed process is not necessaryRobert Swiecki
2018-01-10Add automatic persistency checkRobert Swiecki
2018-01-10hfuzz: add linksRobert Swiecki
2018-01-10Different way of pasing data to persistent process, now as a memory-file-desc...Robert Swiecki
2018-01-09netdriver: make definitions of LLVMFuzzer.* weak, so they don't clash with ap...Robert Swiecki
2018-01-08netdriver: use IPv6 for connections (also for IPv4)Robert Swiecki
2018-01-08rename UNUSED to HF_ATTR_UNUSED for clarityRobert Swiecki
2018-01-08fuzz: set thread name to HFUZZ-%d <threadno>Robert Swiecki
2018-01-05Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...Robert Swiecki
2018-01-05netdriver: cleanupsRobert Swiecki
2018-01-04netdriver: make it work with libfuzzerRobert Swiecki
2017-12-16libhfuzz: define a short LLVMFuzzerInitializeRobert Swiecki
2017-12-16libhfuzz: don't make main() weak under cygwinRobert Swiecki
2017-12-09libhfuzz: reference each *.o modules between themselves, so these are re-scan...Robert Swiecki
2017-11-13all: indent webkit->googleRobert Swiecki
2017-10-17Makefile: add clang-format ColumnLimit:100Robert Swiecki
2017-10-11Makefile: indent everything with clang-formatRobert Swiecki
2017-09-28make indent with clang-formatRobert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of commonRobert Swiecki