summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-01-16Use grep --color=never with MacOSXRobert Swiecki
2018-01-16makefile: no need for -lrt for POSIXRobert Swiecki
2018-01-16Makefile: correct -L libRobert Swiecki
2018-01-16cmdline: discover both persistent and netdriver modesRobert Swiecki
2018-01-16display: display duration from the last coverage updateRobert Swiecki
2018-01-13move input preparation from mangle to inputRobert Swiecki
2018-01-13Makefile: reverse process of adding -fblocks for clangRobert Swiecki
2018-01-12mangle: Move input fetching functions to mangle.cRobert Swiecki
2018-01-12Makefile: additional lineRobert Swiecki
2018-01-11Make it more likely to compile under MacOSX - issue: https://github.com/googl...Robert Swiecki
2018-01-11libhfuzz: move main() to a separate fileRobert Swiecki
2018-01-10work around some MacOSismRobert Swiecki
2018-01-10Different way of pasing data to persistent process, now as a memory-file-desc...Robert Swiecki
2018-01-08make dependRobert Swiecki
2018-01-07hfuzz-cc: add ability to compile with the hfnetdriverRobert Swiecki
2018-01-05Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...Robert Swiecki
2018-01-04netdriver: initial versionRobert Swiecki
2017-12-27sanitizers: add *SAN_OPTIONS to the regular envs listRobert Swiecki
2017-12-20Makefile: Allow to specify HFUZZ_USE_RET_ADDR via MakefileRobert Swiecki
2017-12-19Makefile: support _HF_USE_RET_ADDR_1Robert Swiecki
2017-12-18Makefile: first CFLAGS then LIBS_CFLAGSRobert Swiecki
2017-12-18libhfuzz: use uintptr_t instead of void* for address passingRobert Swiecki
2017-12-16Makefile: No need to undefine __STRICT_ANSI__ for CygWin nowRobert Swiecki
2017-12-16Makefile: cygwin can deal with -fPIC nowRobert Swiecki
2017-12-15android: use ANDROID_API=26 by default, and use -D__ANDROID_API__=$ANDROID_AP...Robert Swiecki
2017-12-12Makefile: add -D__NO_STRING_INLINES -D__NO_INLINE__ for posix arch as wellRobert Swiecki
2017-12-12Makefile: add -D__NO_INLINE__ to -D__NO_STRING_INLINESRobert Swiecki
2017-12-12Makefile: use __NO_STRING_INLINES for libs for all archsRobert Swiecki
2017-12-12Makefile: use __NO_STRING_INLINES for libs under LinuxRobert Swiecki
2017-12-11libhfuzz: disable fortify-source for linuxRobert Swiecki
2017-12-04android: NDK r16 compatibility & switch default to clangAnestis Bechtsoudis
2017-11-16Move defer-requiring functions/macros out of libcommonRobert Swiecki
2017-11-16terminating logic: more improvementsRobert Swiecki
2017-11-14libcommon/log: don't use fblocksRobert Swiecki
2017-11-13all: indent webkit->googleRobert Swiecki
2017-11-03macOS: Support for 10.13 & update CrashWrangler binAnestis Bechtsoudis
2017-10-17Makefile: add clang-format ColumnLimit:100Robert Swiecki
2017-10-13Makefile: indent -> IndentCaseLabels is not requiredRobert Swiecki
2017-10-11Makefile: indent everything with clang-formatRobert Swiecki
2017-09-29linux/ptrace: use name 'trace' to rest this problem with <linux/ptrace.h> vs ...Robert Swiecki
2017-09-29linux/ptrace -> linux/ptrace_utils due to Android build failuresRobert Swiecki
2017-09-28Makefile: Remove -L/usr/include as we shouldn't override system settingsRobert Swiecki
2017-09-28make indentRobert Swiecki
2017-09-28Makefile: Don't -I/usr/include as it messes up include <> vs include ""Robert Swiecki
2017-09-28make indent with clang-formatRobert Swiecki
2017-09-28Clean-ups after making libcommon a stand-alone libraryRobert Swiecki
2017-09-28Allow to use libcommon with libhfuzzRobert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of common #2Robert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of commonRobert Swiecki
2017-09-20Makefile: add -Wno-unknown-warningRobert Swiecki