1. 4873be7 Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 8 years ago
  2. 95b63bf crc64 impl for coverage files by Robert Swiecki · 8 years ago
  3. 73dec7d Set theme jekyll-theme-slate by robertswiecki · 8 years ago
  4. 7d58b63 Set theme jekyll-theme-slate by robertswiecki · 8 years ago
  5. eab5814 Readme by Robert Swiecki · 8 years ago
  6. dcae395 examples: x509.c comment by Robert Swiecki · 8 years ago
  7. 8b98087 Use ALL:+NULL in openssl fuzzing ciphers by Robert Swiecki · 8 years ago
  8. 095d899 readme by Robert Swiecki · 8 years ago
  9. 0116653 readme by Robert Swiecki · 8 years ago
  10. bbccdca readme by Robert Swiecki · 8 years ago
  11. 2f9a4f1 readme by Robert Swiecki · 8 years ago
  12. bce87b6 readme by Robert Swiecki · 8 years ago
  13. 09424e3 readme by Robert Swiecki · 8 years ago
  14. e4c1b12 readme by Robert Swiecki · 8 years ago
  15. b3bff84 examples: readme by Robert Swiecki · 8 years ago
  16. 4bdb21b examples: readme by Robert Swiecki · 8 years ago
  17. 3eb928e examples: readme by Robert Swiecki · 8 years ago
  18. acdf8d2 examples: apache2-readme by Robert Swiecki · 8 years ago
  19. 2f7c1df examples: apache2-readme by Robert Swiecki · 8 years ago
  20. ce44f17 examples: apache2 by Robert Swiecki · 8 years ago
  21. d3063d8 examples: openssl - Readme by Robert Swiecki · 8 years ago
  22. 2bfbdf1 examples: openssl - Readme by Robert Swiecki · 8 years ago
  23. 0bdf460 examples: openssl - Readme by Robert Swiecki · 8 years ago
  24. e5416a8 examples: openssl - indent by Robert Swiecki · 8 years ago
  25. 3eb66af examples: openssl - indent by Robert Swiecki · 8 years ago
  26. a3b882e examples: openssl - indent by Robert Swiecki · 8 years ago
  27. 2f070d1 examples: openssl by Robert Swiecki · 8 years ago
  28. 50a07fd examples: openssl by Robert Swiecki · 8 years ago
  29. 549f51d libhfuzz: fewer custom defines in memorycmp.c by Robert Swiecki · 8 years ago
  30. 9f25daf mangle: resizing is required for small files, even if number of changes is 1 by Robert Swiecki · 8 years ago
  31. 4591d5c Libhfuzz: indir jumps - report from/to addresses separately by Robert Swiecki · 8 years ago
  32. b38cfbe libhfuzz: inline bitmap modyfying function by Robert Swiecki · 8 years ago
  33. 7752a73 mangle: simplify mangling function prototypes by Robert Swiecki · 8 years ago
  34. fb3d4d4 Merge pull request #126 from anestisb/refactor_sanitizers_env by robertswiecki · 8 years ago
  35. c2722ee Update comments by Anestis Bechtsoudis · 8 years ago
  36. 1514d8c Update comments by Anestis Bechtsoudis · 8 years ago
  37. 219080c Merge branch 'master' into refactor_sanitizers_env by Anestis Bechtsoudis · 8 years ago
  38. 81d5691 indnet by Robert Swiecki · 8 years ago
  39. 147d467 fuzz: use calloc instead of alloc for dynamic file by Robert Swiecki · 8 years ago
  40. 40d1341 mangle: more simplifications by Robert Swiecki · 8 years ago
  41. de5138a asan: no need to cover linux clone() by Robert Swiecki · 8 years ago
  42. ce15c8c mangle: more arith fixes by Robert Swiecki · 8 years ago
  43. c79b5c4 mangle: arith by Robert Swiecki · 8 years ago
  44. 0b14495 util_rndBuf: handle sz==0 by Robert Swiecki · 8 years ago
  45. 0d254c4 libhfuzz: no need to mask values for __sanitizer_cov_trace_switch by Robert Swiecki · 8 years ago
  46. 566ca1b libhfuzz: cmp switch positioning by Robert Swiecki · 8 years ago
  47. 50847cd libhfuzz: make switch comparisons work by Robert Swiecki · 8 years ago
  48. a0e152e mangle: correct move sizes for expand/shrink by Robert Swiecki · 8 years ago
  49. a0d4f3b Speed-ups: check for rndinit once only during rndBuf, and limit use of SIGRTMIN as it's costly under Linux (libc function) by Robert Swiecki · 8 years ago
  50. 80057e0 fuzz: No need to create a file-name when persistent mode is in use by Robert Swiecki · 8 years ago
  51. f427f1f mangle: move data before making the file smaller by Robert Swiecki · 8 years ago
  52. 84793cc No need to print time-stamps for INFO by Robert Swiecki · 8 years ago
  53. 01fa606 mangle: typo in mangle_Move by Robert Swiecki · 8 years ago
  54. 8e9ed42 mangle: better mangling functions by Robert Swiecki · 8 years ago
  55. 017f521 mangle: change buffer resizing approach by Robert Swiecki · 8 years ago
  56. 5e933fb libhfuzz: slight implementation wrt guards by Robert Swiecki · 8 years ago
  57. 9453b76 Merge branch 'master' into refactor_sanitizers_env by Anestis Bechtsoudis · 8 years ago
  58. 846ccd7 Rudimentary support for namespaces in Linux by Robert Swiecki · 8 years ago
  59. f0441d9 libhfuzz: make memcmp function succeed if length==0 by Robert Swiecki · 8 years ago
  60. 4faed2e Merge branch 'master' into refactor_sanitizers_env by Anestis Bechtsoudis · 8 years ago
  61. 16cf2bb Merge pull request #124 from anestisb/android-dep-fixes by robertswiecki · 8 years ago
  62. 90c0d3a Merge branch 'master' into refactor_sanitizers_env by Anestis Bechtsoudis · 8 years ago
  63. b49d1ec Merge branch 'master' into android-dep-fixes by Anestis Bechtsoudis · 8 years ago
  64. 204085e Merge pull request #122 from anestisb/verifier-garbage by robertswiecki · 8 years ago
  65. c1a0d9f sancov cannot be used without enabling sanitizers flag by Anestis Bechtsoudis · 8 years ago
  66. ee4fd08 [ANDROID] Fix POST_BUILD variable scope bug by Anestis Bechtsoudis · 8 years ago
  67. 12213c4 [ANDROID] Fix mk bug when compiling without ptrace by Anestis Bechtsoudis · 8 years ago
  68. f1b6e89 Update important signals when initializing arch backend by Anestis Bechtsoudis · 8 years ago
  69. bcb5624 Increase backtrace depth when sanitizers && SIGABRT by Anestis Bechtsoudis · 8 years ago
  70. 0ddd078 Comments updates by Anestis Bechtsoudis · 8 years ago
  71. 6005cfa make indent by Anestis Bechtsoudis · 8 years ago
  72. 94afac6 Remove symbols bl/wl filters when parsing ASan reports by Anestis Bechtsoudis · 8 years ago
  73. 33faeb9 Merge branch 'verifier-garbage' into refactor_sanitizers_env by Anestis Bechtsoudis · 8 years ago
  74. 2b2a63b Remove verifier intermediate files by Anestis Bechtsoudis · 8 years ago
  75. c60b84c Merge branch 'android-dep-fixes' into refactor_sanitizers_env by Anestis Bechtsoudis · 8 years ago
  76. 40f700a [android] Fix wrong linking with libhfuzz.a from main tool by Anestis Bechtsoudis · 8 years ago
  77. ac366a1 make indent by Anestis Bechtsoudis · 8 years ago
  78. 9ea67cb [SAN] Fix broken exitcode policy by Anestis Bechtsoudis · 8 years ago
  79. 2ff5da1 [SAN] Delete reports when crash already parsed by Anestis Bechtsoudis · 8 years ago
  80. 523fccb Sanitizer comment edits by Anestis Bechtsoudis · 8 years ago
  81. ecab776 Log monitorSIGBART flag status by Anestis Bechtsoudis · 8 years ago
  82. 3a31a06 Fix Linux missing source file bug by Anestis Bechtsoudis · 8 years ago
  83. e5f09f8 Refactor sanitizers env preparation & crashes monitor by Anestis Bechtsoudis · 8 years ago
  84. 72be14a Readme by Robert Swiecki · 8 years ago
  85. 7f19803 Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 8 years ago
  86. 0f9929d Readme by Robert Swiecki · 8 years ago
  87. 0dc0148 Readme by Robert Swiecki · 8 years ago
  88. aaf7f95 Merge pull request #120 from ngg/sigvtalrm_short by robertswiecki · 8 years ago
  89. 5d47c73 Accept -T as a short command line flag for --tmout_sigvtalrm by Gergely Nagy · 8 years ago
  90. b13acf1 Merge pull request #119 from ngg/reset_tmOutSignaled by robertswiecki · 8 years ago
  91. f95cda6 Reset fuzzer->tmOutSignaled when starting a new subprocess by Gergely Nagy · 8 years ago
  92. 013bc9c Kill the process with SIGKILL is the first signal did not cause the process to exit by Robert Swiecki · 8 years ago
  93. 7d9d7f9 Add support for SIGVTALRM to MacOS code by Robert Swiecki · 8 years ago
  94. e84b645 cmdline: allow to kill process with SIGVTALRM is it timeouts by Robert Swiecki · 8 years ago
  95. c63fdea Merge pull request #118 from ngg/ssizet_fix by robertswiecki · 8 years ago
  96. 5cf8486 linux: fix arch_perfInit if Intel PT is not available by Gergely Nagy · 8 years ago
  97. e6d4f34 persistent: ssize_t instead of size_t for reads by Robert Swiecki · 8 years ago
  98. f36c35d Merge pull request #116 from ngg/persistent-stdin by robertswiecki · 8 years ago
  99. 9bf3c18 persistent: accept input from stdin if run separately by Gergely Nagy · 8 years ago
  100. f23482f posix: check time limit during interrupted calls only by Robert Swiecki · 8 years ago