1. a05c0fa Linux-specific struct to linux/ by Jagger · 8 years ago
  2. 8e2979b More DEFER by Jagger · 8 years ago
  3. 79e82d1 More DEFER by Jagger · 8 years ago
  4. ab26e70 Manual indent of INDENT-OFF by Jagger · 8 years ago
  5. 7ff92fa linux_report_msan_umrs is not a Linux-only option by Jagger · 8 years ago
  6. 10a9ee2 Undefine __STRICT_ANSI__ for cygwin by Jagger · 8 years ago
  7. 247c3b4 Move linux hfuzz_t code to linux struct by Jagger · 8 years ago
  8. 2381ef4 Move linux structures into a separate struct by Jagger · 8 years ago
  9. a0b727d Alloc bbMap in Linux code by Jagger · 8 years ago
  10. 670dec1 Indent; Depend by Jagger · 8 years ago
  11. d6f74bb Set pLine to NULL with getline by Jagger · 8 years ago
  12. 2c8f719 Alloc the bbMap only with dynamic methods enabled by Jagger · 8 years ago
  13. 73cbc46 Missing close(fd) by Jagger · 8 years ago
  14. f26b1b6 Get rid of gotos with DEFER by Jagger · 8 years ago
  15. 74d0d10 Use util_Calloc when necessary by Jagger · 8 years ago
  16. 679c205 Treap malloc() errors as fatal errors by Jagger · 8 years ago
  17. abb6ae0 Allow for perf and sancov to work together by Jagger · 8 years ago
  18. b2c1fad Tie Linux perf params to the fuzzer struct by Jagger · 8 years ago
  19. 05cbaac Make depend by Jagger · 8 years ago
  20. 2ec203d More random random by Robert Swiecki · 8 years ago
  21. ac56a50 Introduce util_Calloc/util_MMap by Robert Swiecki · 8 years ago
  22. 4fc3d57 Sort coverage output ranked from highest by Robert Swiecki · 8 years ago
  23. a4a6805 Less globals in linux/perf by Robert Swiecki · 8 years ago
  24. 4da621e Return sth from ptAnalyze by Jagger · 8 years ago
  25. d4819b1 Less global or per-thread variables in linux/perf by Jagger · 8 years ago
  26. e6be75c No need to name a typedef'd struct by Jagger · 8 years ago
  27. c54b893 __builtin_memcpy -> portable memcpy by Jagger · 8 years ago
  28. 26569d9 Less obvious way of breaking anti-aliasing rules by Jagger · 8 years ago
  29. ebe1929 Use macros for atomic values by Jagger · 8 years ago
  30. 5d9fb9c SANCOV: The default size of the bitmap was too small for some binaries by Jagger · 8 years ago
  31. 54a195d Use fcntl(F_DUPFD_CLOEXEC) instead of dup/fcntl by Robert Swiecki · 8 years ago
  32. 2da8e5f CHANGELOG v0.7 by Robert Swiecki · 8 years ago
  33. 5e17972 Updated docs/USAGE.md by Robert Swiecki · 8 years ago
  34. 6f414c1 Updated docs/USAGE.md by Robert Swiecki · 8 years ago
  35. 5f2671c Updated docs/USAGE.md by Robert Swiecki · 8 years ago
  36. c977df8 Updated docs/USAGE.md by Robert Swiecki · 8 years ago
  37. ad9eb3e More improvements to docs/FeedbackDrivenFuzzing.md by Robert Swiecki · 8 years ago
  38. 5d6e734 Improved docs/FeedbackDrivenFuzzing.md by Robert Swiecki · 8 years ago
  39. 76ecd5e Introduce scoped mutexes by Robert Swiecki · 8 years ago
  40. f3a5f6a Additional isprint() check for Windows/Cygwin by Robert Swiecki · 8 years ago
  41. ba92b4b Default timeout (10) is now good for sancov by Jagger · 8 years ago
  42. e449651 Better messaging for the initial file corpus by Jagger · 8 years ago
  43. d34417d Macros for atomics by Jagger · 8 years ago
  44. f08d14c Make const stack-based var static by Jagger · 8 years ago
  45. 33fd952 Comment on the waiting logic for DYNAMIC_PRE phase by Jagger · 8 years ago
  46. 8ca2822 Make depend by Robert Swiecki · 8 years ago
  47. 6d01e82 Change state atomically by Robert Swiecki · 8 years ago
  48. 129afe8 Wait in the PRE phase to finish all files by Robert Swiecki · 8 years ago
  49. 05354ca Wait for the PRE phase to finish with dynamic fuzzing by Robert Swiecki · 8 years ago
  50. 81f2095 Remove special case for FreeBSD by Robert Swiecki · 8 years ago
  51. 441a729 Under 64bit platforms it's ok to simply cast 64bit values by Robert Swiecki · 8 years ago
  52. ba8044e SANCOV: A work-around for FreeBSD by Robert Swiecki · 8 years ago
  53. a5de873 FeedbackDrivenFuzzing.md - update wrt sancov by Robert Swiecki · 8 years ago
  54. 0fc5e94 Missing include by Robert Swiecki · 8 years ago
  55. 3a94db7 More use of util_Malloc() by Robert Swiecki · 8 years ago
  56. 37778e0 Setup timer after threads by Robert Swiecki · 8 years ago
  57. d4b3a7c More correct casting by Robert Swiecki · 8 years ago
  58. b070b81 Input file is always required by Jagger · 8 years ago
  59. b0168a5 SANCOV: Create trie even if we use remote pid by Jagger · 8 years ago
  60. 7084e65 Fix arch code (flipRate) by Robert Swiecki · 8 years ago
  61. 142f941 SANCOV: As we have no input pool - we can simply add the newly dicovered paths to the total hit cnt by Robert Swiecki · 8 years ago
  62. b3f325a Add timestamp to the coverage output by Robert Swiecki · 8 years ago
  63. f3534bb Save good coverage data by Robert Swiecki · 8 years ago
  64. e586c1f Rename the dynamic file queue mutex by Robert Swiecki · 8 years ago
  65. 4b0390a Add new files to the tail of the dynamic list by Robert Swiecki · 8 years ago
  66. a08ab1c Better dynfile locking by Robert Swiecki · 8 years ago
  67. 3bfc33c Move perf to the new dynamic mode by Robert Swiecki · 8 years ago
  68. a96d78d The first pass is dry pass for dynamic files by Robert Swiecki · 8 years ago
  69. 6c9f682 Sort config struct in the right order by Robert Swiecki · 8 years ago
  70. 1ebc6dc Remove sancov files only if we're fuzzing non-pid binary by Jagger · 8 years ago
  71. c8ccf07 Missing check by Jagger · 8 years ago
  72. 43c33e5 Cast char to int for isspace() by Jagger · 8 years ago
  73. c6a48b1 Work around some cygwin/mingw interesting behavior by Robert Swiecki · 8 years ago
  74. 04623eb Just use std=gnu11 instead of -U__STRICT_ANSI__ by Robert Swiecki · 8 years ago
  75. c4a4403 Undefine __STRICT_ANSI__ for Windows/cygwin by Robert Swiecki · 8 years ago
  76. 0326734 Missing include by Jagger · 9 years ago
  77. 848c4fc Move sighandlers to post-thread ini by Jagger · 9 years ago
  78. 08816fd Move main loop logic to honggfuzz.c by Jagger · 9 years ago
  79. 4e10da3 Remove util_recoverStdio by Jagger · 9 years ago
  80. 28aebbd Cleaner impl. of DEFER by Jagger · 9 years ago
  81. 6caced3 Print source of mutex by Jagger · 9 years ago
  82. 1e05f74 Missing environ by Jagger · 9 years ago
  83. 80041fe Implement clear env by Jagger · 9 years ago
  84. 06a4bbc Don't use prlimit64 in common code by Jagger · 9 years ago
  85. 1e1b353 Move common preexecve code to fuzz.c by Robert Swiecki · 9 years ago
  86. b057277 Remove unnecessary code by Robert Swiecki · 9 years ago
  87. caf9d76 Make files_parseDictionary behave more sanely by Robert Swiecki · 9 years ago
  88. df05a3c Cleaner defer() by Robert Swiecki · 9 years ago
  89. 61cbed8 More magic values by Robert Swiecki · 9 years ago
  90. 40ef840 Unnecessary MX_UNLOCK by Robert Swiecki · 9 years ago
  91. da14526 sancov: Unnecessary MX_UNLOCKs by Robert Swiecki · 9 years ago
  92. bb83e7c Missing sancov_prepareExecve by Jagger · 9 years ago
  93. 2b97dc9 Move ASAN/ASAN-COV invocation to fuzz.c by Jagger · 9 years ago
  94. 733849b make depend by Jagger · 9 years ago
  95. d7ce322 Block signals in threads by Jagger · 9 years ago
  96. c37bf83 Use sigaction by Jagger · 9 years ago
  97. f4972ee sancov: %x -> %#x by Jagger · 9 years ago
  98. 0026560 Hook envs for ASAN for mac/posix by Jagger · 9 years ago
  99. 3db1d95 Move sancov to the main dir and hook it to mac and posix by Jagger · 9 years ago
  100. 9856150 Make -lBlocksRuntime universal across platforms by Jagger · 9 years ago