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