- 37077e5 examples/apache-httpd: patch for apache using the netdriver by Robert Swiecki · 7 years ago
- b6ab19e netdriver: export and require HonggfuzzNetDriver_main_required by Robert Swiecki · 7 years ago
- 2aeff25 arch: simplify arch handling a bit by Robert Swiecki · 7 years ago
- 9a75396 fuzz: open a standard file instead of memfd for stdin fuzzing by Robert Swiecki · 7 years ago
- 5f0b9a3 fuzz: no need to close the input file fd, as it's cloexec by default by Robert Swiecki · 7 years ago
- 3975afe subproc: nullify stdio before dup()ing input to stdin by Robert Swiecki · 7 years ago
- 0a7da18 hfuzz: add links by Robert Swiecki · 7 years ago
- 158fe04 subproc: more LOG_D by Robert Swiecki · 7 years ago
- c8a9536 subproc: nullify stdio later by Robert Swiecki · 7 years ago
- 50b0230 fuzz: pthread_setname_np is not available with many OSes by Robert Swiecki · 7 years ago
- 599dee1 Different way of pasing data to persistent process, now as a memory-file-descriptor and not through the socket by Robert Swiecki · 7 years ago
- 35fa6a2 Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 7 years ago
- 0524d0b libhfuzz: use pragma for macosx and weak aliases by Robert Swiecki · 7 years ago
- c4b067b fuzz: correct version of pthread_setname_np by Robert Swiecki · 7 years ago
- 702ca70 make indent by Robert Swiecki · 7 years ago
- 4501a26 netdriver: MAIN_OR_HFND_FUZZ_TARGET -> HFND_FUZZING_ENTRY_FUNCTION by Robert Swiecki · 7 years ago
- 7306a3e netdriver: better definitions for MAIN_OR_HFND_FUZZ_TARGET by Robert Swiecki · 7 years ago
- 4ae3de9 netdriver: make definitions of LLVMFuzzer.* weak, so they don't clash with application-defined fuzzing functions by Robert Swiecki · 7 years ago
- 562e977 netdriver: use extern 'C' with C++ code, so no C++ function variants are needed by Robert Swiecki · 7 years ago
- 7f3794e hfnetdriver: use an envvar to figure out which output to link with the netdriver by Robert Swiecki · 7 years ago
- cdffe17 netdriver: no need to start namespaces from the preinit_array by Robert Swiecki · 7 years ago
- 0c378f4 hfuzz-cc: make it compile with hfnetdriver correctly by Robert Swiecki · 7 years ago
- e72d8d7 hfnetdriver: try ipv4 and then ipv6 individually by Robert Swiecki · 7 years ago
- 5e21d89 netdriver: connect() doesn't return socket number by Robert Swiecki · 7 years ago
- 71a797f netdriver: use IPv6 for connections (also for IPv4) by Robert Swiecki · 7 years ago
- e98519e netdriver: use IPv6 for connections (also for IPv4) by Robert Swiecki · 7 years ago
- 2efa7cd sanitizer: no need to set LSAN_OPTIONS by Robert Swiecki · 7 years ago
- 830f38d hfnetdriver: asan_init hijack is not really needed by Robert Swiecki · 7 years ago
- e31ba99 hfnetdriver: sorround include by extern 'C' by Robert Swiecki · 7 years ago
- 8a54386 net_driver: initialize newly created server argv0 to 'fuzzer' by Robert Swiecki · 7 years ago
- a1c8ef7 make depend by Robert Swiecki · 7 years ago
- 80d416c libhfnetdriver: add netdriver.h by Robert Swiecki · 7 years ago
- f90fb15 rename UNUSED to HF_ATTR_UNUSED for clarity by Robert Swiecki · 7 years ago
- 502e353 log: make *LOG_F a non-return function + use macros for clang's no_sanitize by Robert Swiecki · 7 years ago
- 7b93006 libhfnetdriver: better C++ function descriptions by Robert Swiecki · 7 years ago
- 77de8d4 fuzz: set thread name to HFUZZ-%d <threadno> by Robert Swiecki · 7 years ago
- 03a5219 hfuzz-cc: no need to inform about lack of arguments by Robert Swiecki · 7 years ago
- 102f60e .gitignore: add hfuzz_cc/hfuzz-cc by Robert Swiecki · 7 years ago
- e8912ce TEMP_FAILURE_RETRY more functions + make indent by Robert Swiecki · 7 years ago
- f280873 fixes for some non-Linux OSes by Robert Swiecki · 7 years ago
- 522f038 libhfnetdriver: make it compile under POSIX (missing include) by Robert Swiecki · 7 years ago
- 65202ac android: fix libcommon->libhfcommon references by Robert Swiecki · 7 years ago
- dc8047c const'ize some structs across the code by Robert Swiecki · 7 years ago
- ab90098 libhfcommon: use #error comment by Robert Swiecki · 7 years ago
- 5b8dec6 libhfcommon: use TEMP_FAILURE_RETRY with some interruptible functions by Robert Swiecki · 7 years ago
- 1e76410 hfuzz-cc: better comments, pluse use of TEMP_FAILURE_RETRY for interruptible functions by Robert Swiecki · 7 years ago
- 2a5d263 hfuzz-cc: give option to use gcc >= 8 to use trace-cmp by Robert Swiecki · 7 years ago
- edd38e6 hfuzz-cc: better basename/strstr discovery by Robert Swiecki · 7 years ago
- d3cc9a6 hfuzz-cc: wrap __asan_init when in the net-driver mode by Robert Swiecki · 7 years ago
- c87e1c5 hfuzz-cc: add ability to compile with the hfnetdriver by Robert Swiecki · 7 years ago
- d758a9b libhfnetdriver: hijack __asan_init if needed by Robert Swiecki · 7 years ago
- 7c7b798 libhfnetdriver: comments, remove some includes by Robert Swiecki · 7 years ago
- 5eb6659 libhfnetdriver: use more C++ variants of int main(..) by Robert Swiecki · 7 years ago
- 81e4e27 libhfnetdriver.h is not necessary for now by Robert Swiecki · 7 years ago
- 79cc04e Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 7 years ago
- 74073e3 libcommon: remove unnecessary close() by Robert Swiecki · 7 years ago
- 93bf198 libhfnetdriver: don't overwrite -- for libfuzzer by Robert Swiecki · 7 years ago
- b439a2b libhfnetdriver: Use C++ m_Z23HonggfuzzNetDriver_mainiPPc as well by Robert Swiecki · 7 years ago
- 5043d9b Add libhfnetdriver/netdriver.h by Robert Swiecki · 7 years ago
- a8d8c05 sanitizers: soft_rss_limit_mb>0 creates additional thread by Robert Swiecki · 7 years ago
- 246af3e Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide with other public libraries by Robert Swiecki · 7 years ago
- ff003b7 netdriver: don't require -Wl,--wrap=main any more by Robert Swiecki · 7 years ago
- 2f9228a netdriver: try to use fuzzing_main() first by Robert Swiecki · 7 years ago
- ed8d540 netdriver: better comments for some of the functions and logs by Robert Swiecki · 7 years ago
- e686e4d netdriver: signal handling in connect/send/shutdown by Robert Swiecki · 7 years ago
- 58a05fc netdriver: merge by Robert Swiecki · 7 years ago
- 7507c3f netdriver: smaller version of netDriver_getSymbol() by Robert Swiecki · 7 years ago
- 85a9488 netdriver: cleanups, comments by Robert Swiecki · 7 years ago
- d9e2ad8 netdriver: cleanups by Robert Swiecki · 7 years ago
- 6596345 libnetdriver: don't complain about shutdown's ENOTCONN by Robert Swiecki · 7 years ago
- 8abd97d netdriver: remove unnecessary pause() by Robert Swiecki · 7 years ago
- 65aae98 netdriver: make it work with libfuzzer #3 by Robert Swiecki · 7 years ago
- 1195f77 netdriver: make it work with libfuzzer #2 by Robert Swiecki · 7 years ago
- 973a6a0 netdriver: make it work with libfuzzer by Robert Swiecki · 7 years ago
- 90892fb netdriver: initial version by Robert Swiecki · 7 years ago
- ba3ee41 make indent by Robert Swiecki · 7 years ago
- a4febae libcommon: sync param name for a function by Robert Swiecki · 7 years ago
- 1e9b419 sanitizers: allow for use of 8GB of RSS memory by default by Robert Swiecki · 7 years ago
- f0667b2 libhfuzz: use weak aliases with Darwin only by Robert Swiecki · 7 years ago
- 27702ff arch: Messages for new crashes by Robert Swiecki · 7 years ago
- 6170703 examples/openssl: wrap time() to avoid interception by asan by Robert Swiecki · 7 years ago
- 4965d8c examples/openssl: enable -Wl,-z,muldefs for re-definition of time by Robert Swiecki · 7 years ago
- e8efbf6 libcommon/log: Use O_TRUNC instead of O_APPEND for logs by Robert Swiecki · 7 years ago
- 97cd624 Remove -d [0-5], introduce -d and -q by Robert Swiecki · 7 years ago
- 9a2efe2 input: LOG_D->LOG_W by Robert Swiecki · 7 years ago
- 4911730 input: better dictionary parsing by Robert Swiecki · 7 years ago
- cec31c9 sanitizers: don't override user-provided *SAN_OPTIONS envs by Robert Swiecki · 7 years ago
- 8eee149 sanitizers: add default LSAN_OPTIONS by Robert Swiecki · 7 years ago
- 528935c sanitizers: add *SAN_OPTIONS to the regular envs list by Robert Swiecki · 7 years ago
- 06008f7 sanitizers: simplify memory alloc/dealloc a bit by Robert Swiecki · 7 years ago
- 5ba2486 examples/apache-httpd: updated configs by Robert Swiecki · 7 years ago
- 567d63b examples/glibc: readme #6 by Robert Swiecki · 7 years ago
- 75f2f45 examples/glibc: more wrappers by Robert Swiecki · 7 years ago
- 91313fc examples/glibc: readme #5 by Robert Swiecki · 7 years ago
- 3b8aa61 examples/glibc: add Readme #4 by Robert Swiecki · 7 years ago
- 2d04afb examples/glibc: add Readme #2 by Robert Swiecki · 7 years ago
- de2e42a examples/glibc: add Readme by Robert Swiecki · 7 years ago
- 056ad10 libhfuzz: more comments in instrument.c by Robert Swiecki · 7 years ago
- 9678928 Add examples/glibc's resolver by Robert Swiecki · 7 years ago
- 7fdb8eb libhfuzz: add sanitizer_cov_trace_cmpf/d hooks by Robert Swiecki · 7 years ago