summaryrefslogtreecommitdiff
path: root/libhfcommon
AgeCommit message (Expand)Author
2019-05-22honggfuzz 1.9Robert Swiecki
2019-05-01#include <error.h> seems non-standardRobert Swiecki
2019-04-17libhfcommon: use TEMP_FAILURE_RETRY with some restartable funcsRobert Swiecki
2019-04-01libhfcommon: convert msec to nsecRobert Swiecki
2019-04-01hfcommin/util: implement sleep resistant to interruptsRobert Swiecki
2019-03-01hfuzz-cc: better way of looking for fsanitize=fuzzerRobert Swiecki
2019-02-09libhfcommon: remove unused funcRobert Swiecki
2019-02-09libhfcommon: missing includes for *bsdRobert Swiecki
2019-02-02hfcommon: add files_sockAddrToStr implementationRobert Swiecki
2019-01-31Makefile: no need to disable builtins for libs anymoreRobert Swiecki
2019-01-30subporc: allow to use the same log_level inside fuzzed processesRobert Swiecki
2019-01-26log: allow for logging in child processesRobert Swiecki
2019-01-26hfnetdriver: better handling of IPv4 vs IPV6Robert Swiecki
2019-01-23netdriver: better loggingRobert Swiecki
2018-08-16Merge pull request #219 from krytarowski/netbsd-3robertswiecki
2018-08-15perf: check if perf is actually active when counting itRobert Swiecki
2018-08-14Print proper Thread Id in logs on NetBSDKamil Rytarowski
2018-08-06directly generate printable buffer instread of transfering a buffer into prin...plusun
2018-07-31Add mangle functions for printable inputsplusun
2018-06-29Fix compatibility issues with NetBSD.plusun
2018-04-17util/printf: add printf attributeRobert Swiecki
2018-03-02linux/perf: prettify reading of intel_pt/intel_bts sys filesRobert Swiecki
2018-02-27Update copyright/authors headersRobert Swiecki
2018-02-03libhfcommon: simpler implementation of util_vssnprintfRobert Swiecki
2018-02-02libhfcommon/files: use a name when mapping shared memore regionsRobert Swiecki
2018-01-15fuzz: run external processing through a temporary fileRobert Swiecki
2018-01-15subproc: use copy of a dynamic file to pass for stdin and ___FILE___ fuzzingRobert Swiecki
2018-01-14dictionary: no need to use dictqCurrent + more logging when parsing the dictRobert Swiecki
2018-01-14files: settle of the convention that mmap cannot return NULL, so abstractions...Robert 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-11Remove notion of the inputFile, in favor of input file-descriptors accessible...Robert Swiecki
2018-01-10fuzz: open a standard file instead of memfd for stdin fuzzingRobert Swiecki
2018-01-10Different way of pasing data to persistent process, now as a memory-file-desc...Robert Swiecki
2018-01-09hfnetdriver: try ipv4 and then ipv6 individuallyRobert 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-08log: make *LOG_F a non-return function + use macros for clang's no_sanitizeRobert Swiecki
2018-01-07TEMP_FAILURE_RETRY more functions + make indentRobert Swiecki
2018-01-07fixes for some non-Linux OSesRobert Swiecki
2018-01-07libhfcommon: use TEMP_FAILURE_RETRY with some interruptible functionsRobert Swiecki
2018-01-06Merge branch 'master' of ssh://github.com/google/honggfuzzRobert Swiecki
2018-01-05Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...Robert Swiecki