1. 76f73e1 Test for binary existence first by Robert Swiecki · 7 years ago
  2. db70349 hfuzz-cc: start with the standard clang/clang++ first, only then try clang-<number> by Robert Swiecki · 7 years ago
  3. 49fee83 make indent by Robert Swiecki · 7 years ago
  4. e086bdc display: use separator for number of files in initial directory #2 - naming by Robert Swiecki · 7 years ago
  5. 4255b8a display: use separator for number of files in initial directory by Robert Swiecki · 7 years ago
  6. 4b5c14d libhfnetdriver: replace -- with argv[0] in parameters by Robert Swiecki · 7 years ago
  7. c39819b cmdline: better usage by Robert Swiecki · 7 years ago
  8. 6edfd6c cmdline: explanation for --noinst by Robert Swiecki · 7 years ago
  9. b1f5a25 cmdline: clarification of abort for Android by Robert Swiecki · 7 years ago
  10. ac640e0 cmdline: clarification of rss_limit impact on ASAN by Robert Swiecki · 7 years ago
  11. b165bfc sanitizers: set ASAN's soft_rss_limit_mb if --rlimit_rss was used by Robert Swiecki · 7 years ago
  12. b9b5364 display: _HF_MONETARY_MOD -> _HF_NONMON_SEP by Robert Swiecki · 7 years ago
  13. 936e2ab examples/apache -> examples/apache-httpd symlink by Robert Swiecki · 7 years ago
  14. d70d8aa examples/apache-httpd: use \x0A and \x0D insetad of \n and \r by Robert Swiecki · 7 years ago
  15. 6dc7500 libhfnetdriver: move binding to a random loopback address to a separate function by Robert Swiecki · 7 years ago
  16. 5eeb29b Comment format // -> /* */ by Robert Swiecki · 7 years ago
  17. 4103381 fuzz: move defer out of scope for closing the mmaped input file by Robert Swiecki · 7 years ago
  18. 11cb5ad fuzz: reverse logic for entering socketFuzzer state by Robert Swiecki · 7 years ago
  19. 5627619 make indent depend by Robert Swiecki · 7 years ago
  20. f3ecc0e socketfuzzer: use %zu for size_t for android builds by Robert Swiecki · 7 years ago
  21. 2d53bd3 Merge pull request #184 from dobin/socketfuzzer by robertswiecki · 7 years ago
  22. 79d361c libhfnetdriver: correct number of arguments for libfuzzer by Robert Swiecki · 7 years ago
  23. edf9f8d Support external fuzzer and provide code coverage by dobin · 7 years ago
  24. fe552f1 netdriver: try to bind to a random loopback address before connect() by Robert Swiecki · 7 years ago
  25. c250085 Update README.md by robertswiecki · 7 years ago
  26. c0941ca Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 7 years ago
  27. 787aaab Makefile: correct deps for *.a libs by Robert Swiecki · 7 years ago
  28. 3bbf320 Readme anchors by robertswiecki · 7 years ago
  29. 4878207 Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 7 years ago
  30. 44c4259 netdriver: use /tmp/FUZZ as a scratch dir by Robert Swiecki · 7 years ago
  31. 00f1a8a honggfuzz.h: missing check for __has_extension(blocks) by Robert Swiecki · 7 years ago
  32. 1c72c48 hfnetdriver: log msg for sleep by Robert Swiecki · 7 years ago
  33. 52c4557 macros: printf non-monetary separator seems to be supported with all 'known' OSs by Robert Swiecki · 7 years ago
  34. 34e9f6f examples/apache: refreshed corpus for apache httpd by Robert Swiecki · 7 years ago
  35. fa56694 readme - bars by robertswiecki · 7 years ago
  36. 1a3e57b Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 7 years ago
  37. 5fbaccf updated screenshot by Robert Swiecki · 7 years ago
  38. ad091d9 Image in the readme by robertswiecki · 7 years ago
  39. 3cfe1fa screenshot by Robert Swiecki · 7 years ago
  40. cf55460 honggfuzz.h: description for defer{} @ 3 by Robert Swiecki · 7 years ago
  41. d3916fa honggfuzz.h: description for defer{} @ 2 by Robert Swiecki · 7 years ago
  42. d0f26e8 honggfuzz.h: description for defer{} by Robert Swiecki · 7 years ago
  43. 798b5aa display: more refactoring by Robert Swiecki · 7 years ago
  44. 0221774 display: reworked display by Robert Swiecki · 7 years ago
  45. 2264def display: correct timeout display by Robert Swiecki · 7 years ago
  46. a9e34ed fuzz: correct semantics for external fuzzing command by Robert Swiecki · 7 years ago
  47. 3d66b7e subproc: for running external commands, close stdin, and run setsid() by Robert Swiecki · 7 years ago
  48. 087ff53 honggfuzz: check and set RLIMIT_NOFILE by Robert Swiecki · 7 years ago
  49. e7da411 Use grep --color=never with MacOSX by Robert Swiecki · 7 years ago
  50. b8db4b4 libhfuzz: better log msg for init_guards failure by Robert Swiecki · 7 years ago
  51. 708eafe makefile: no need for -lrt for POSIX by Robert Swiecki · 7 years ago
  52. 3d21062 Makefile: correct -L lib by Robert Swiecki · 7 years ago
  53. 28fce37 subproc: cast time_t to long by Robert Swiecki · 7 years ago
  54. 0e6ca61 subproc: set rlimits only if RLIMIT_* are defined by Robert Swiecki · 7 years ago
  55. 3917218 cmdline: cast time_t to long by Robert Swiecki · 7 years ago
  56. 5cc1f7b cmdline: discover both persistent and netdriver modes by Robert Swiecki · 7 years ago
  57. 36f7e51 display: display duration from the last coverage update by Robert Swiecki · 7 years ago
  58. 598ba6a Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 7 years ago
  59. 2dd2aab examples/libjpeg: correct casting by Robert Swiecki · 7 years ago
  60. 231c3c8 libhfuzz/main: ultimate way of referencing the global symbol by Robert Swiecki · 7 years ago
  61. 5a23d3c libhfuzz: better error messages for constructors by Robert Swiecki · 7 years ago
  62. cdb2f23 input: move defer after fd==-1 check by Robert Swiecki · 7 years ago
  63. 6ab8f34 subproc: STDIN will later be restored if stdin fuzzing is enabled by Robert Swiecki · 7 years ago
  64. b433306 fuzz: run external processing through a temporary file by Robert Swiecki · 7 years ago
  65. b5b23f6 libhfuzz: better way of assuring visibility of LIBHFUZZ_ symbols by Robert Swiecki · 7 years ago
  66. 0c7b28c libhfuzz/main: make LIBHFUZZ_module_main as default visibility to avoid lto removal by Robert Swiecki · 7 years ago
  67. 94a5040 Make sure that the persistent signature is never optimized # better func to call (cmp) by Robert Swiecki · 7 years ago
  68. 8f60523 Make sure that the persistent signature is never optimized # better func to call by Robert Swiecki · 7 years ago
  69. c581901 Make sure that the persistent signature is never optimized # missing return type by Robert Swiecki · 7 years ago
  70. 89c2f79 Make sure that the persistent signature is never optimized # missing cast by Robert Swiecki · 7 years ago
  71. 0418730 Make sure that the persistent signature is never optimized # missing include # 2 by Robert Swiecki · 7 years ago
  72. e5e2437 Make sure that the persistent signature is never optimized # missing include by Robert Swiecki · 7 years ago
  73. 6526a7d subproc: better error checking by Robert Swiecki · 7 years ago
  74. 58fb5e8 linux: include string.h in bfd.h to avoid dis-asm.h inclusion problems by Robert Swiecki · 7 years ago
  75. 1f1a2f9 subproc: use copy of a dynamic file to pass for stdin and ___FILE___ fuzzing by Robert Swiecki · 7 years ago
  76. cfa8114 Always keep dynamic file as maxFileSz of size by Robert Swiecki · 7 years ago
  77. aafb890 input: don't resize (via ftruncate) files under cygwin by Robert Swiecki · 7 years ago
  78. 44acf6e msyn() the dynamic file before running fuzzed process in non-persistent mode by Robert Swiecki · 7 years ago
  79. 04f4b4b mangle: resize input to 1 if it's 0 by Robert Swiecki · 7 years ago
  80. 40332e9 dictionary: no need to use dictqCurrent + more logging when parsing the dict by Robert Swiecki · 7 years ago
  81. 8395224 examples/jpeg: no need to check for jpeg_read_header output by Robert Swiecki · 7 years ago
  82. 549b847 examples/jpeg: allow to specify maximum limit for total number of pixels - typo by Robert Swiecki · 7 years ago
  83. 6e4ee22 examples/jpeg: allow to specify maximum limit for total number of pixels by Robert Swiecki · 7 years ago
  84. fb8a5b6 input: allow using empty directories for dynamic modes by Robert Swiecki · 7 years ago
  85. 437280c files: settle of the convention that mmap cannot return NULL, so abstractions can use it to indicate errors by Robert Swiecki · 7 years ago
  86. 57ac57a perf: map aux as PROT_READ, so it can be reused by Robert Swiecki · 7 years ago
  87. cd8aff7 linux/perf: enable perf on execve both with persistent and non-pid fuzzing by Robert Swiecki · 7 years ago
  88. 0f2c30a move input preparation from mangle to input by Robert Swiecki · 7 years ago
  89. 43775f9 readme by Robert Swiecki · 7 years ago
  90. d96c6f4 readme by Robert Swiecki · 7 years ago
  91. e0c3137 Makefile: reverse process of adding -fblocks for clang by Robert Swiecki · 7 years ago
  92. 2bad0b4 fuzz: set mutationsPerRun to 0 onl for the DryRun #2 by Robert Swiecki · 7 years ago
  93. 308ebac fuzz: set mutationsPerRun to 0 onl for the DryRun by Robert Swiecki · 7 years ago
  94. a78c622 mangle: mangleContent as a static func by Robert Swiecki · 7 years ago
  95. c4b573f fuzz: verifier (print number of left tries) by Robert Swiecki · 7 years ago
  96. 3ab1664 mangle: Move input fetching functions to mangle.c by Robert Swiecki · 7 years ago
  97. 17b37eb fuzz: verifier logs by Robert Swiecki · 7 years ago
  98. b59a48b mangle: change size appropriatly before calling external files on the file by Robert Swiecki · 7 years ago
  99. 7834601 mangle: introduce a single point of code where size to the buffer can be changed by Robert Swiecki · 7 years ago
  100. 502e671 examples/apache: ErrorLog to /dev/fd/1 by Robert Swiecki · 7 years ago