1. a4003c5 Grammar & typos by Anestis Bechtsoudis · 8 years ago
  2. 4fe1869 defer {} instead of DEFER() by Jagger · 8 years ago
  3. ba75eff Use CST_SEQ for the moment, with atomics. Analyze later by Jagger · 8 years ago
  4. 1d8157c Add cygwin to endian.h family by Jagger · 8 years ago
  5. 88ab237 Use native functions from endianess.h by Jagger · 8 years ago
  6. 378d11c Less android-isms by Jagger · 8 years ago
  7. 799a4d4 Return -1 from read upon failure by Jagger · 8 years ago
  8. 64d7425 Use single timer per thread by Robert Swiecki · 8 years ago
  9. a4f76a1 Disable sanitization of the main stub by Jagger · 8 years ago
  10. 00afa05 Move file reading routines to a separate function by Robert Swiecki · 8 years ago
  11. 601f0e6 Move check for the fuzzing round done to a separate function by Robert Swiecki · 8 years ago
  12. 42d932a Persistent mode main() stub + support for sancov by Robert Swiecki · 8 years ago
  13. 8656cbb Support in COVSAN for persistent mode by Robert Swiecki · 8 years ago
  14. 2cb3de0 Indent; depend by Robert Swiecki · 8 years ago
  15. ff4a420 Use vdprintf instead of write() - simpler by Jagger · 8 years ago
  16. 79e82d1 More DEFER by Jagger · 8 years ago
  17. ab26e70 Manual indent of INDENT-OFF by Jagger · 8 years ago
  18. 7ff92fa linux_report_msan_umrs is not a Linux-only option by Jagger · 8 years ago
  19. 247c3b4 Move linux hfuzz_t code to linux struct by Jagger · 8 years ago
  20. 2381ef4 Move linux structures into a separate struct by Jagger · 8 years ago
  21. 670dec1 Indent; Depend by Jagger · 8 years ago
  22. d6f74bb Set pLine to NULL with getline by Jagger · 8 years ago
  23. 73cbc46 Missing close(fd) by Jagger · 8 years ago
  24. f26b1b6 Get rid of gotos with DEFER by Jagger · 8 years ago
  25. 74d0d10 Use util_Calloc when necessary by Jagger · 8 years ago
  26. 679c205 Treap malloc() errors as fatal errors by Jagger · 8 years ago
  27. 5d6e734 Improved docs/FeedbackDrivenFuzzing.md by Robert Swiecki · 8 years ago
  28. 76ecd5e Introduce scoped mutexes by Robert Swiecki · 8 years ago
  29. d34417d Macros for atomics by Jagger · 8 years ago
  30. 81f2095 Remove special case for FreeBSD by Robert Swiecki · 8 years ago
  31. ba8044e SANCOV: A work-around for FreeBSD by Robert Swiecki · 8 years ago
  32. 37778e0 Setup timer after threads by Robert Swiecki · 8 years ago
  33. d4b3a7c More correct casting by Robert Swiecki · 8 years ago
  34. b0168a5 SANCOV: Create trie even if we use remote pid by Jagger · 8 years ago
  35. 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
  36. 3bfc33c Move perf to the new dynamic mode by Robert Swiecki · 8 years ago
  37. 1ebc6dc Remove sancov files only if we're fuzzing non-pid binary by Jagger · 8 years ago
  38. 43c33e5 Cast char to int for isspace() by Jagger · 8 years ago
  39. 28aebbd Cleaner impl. of DEFER by Jagger · 8 years ago
  40. 40ef840 Unnecessary MX_UNLOCK by Robert Swiecki · 8 years ago
  41. da14526 sancov: Unnecessary MX_UNLOCKs by Robert Swiecki · 8 years ago
  42. 2b97dc9 Move ASAN/ASAN-COV invocation to fuzz.c by Jagger · 8 years ago
  43. f4972ee sancov: %x -> %#x by Jagger · 8 years ago
  44. 0026560 Hook envs for ASAN for mac/posix by Jagger · 8 years ago
  45. 3db1d95 Move sancov to the main dir and hook it to mac and posix by Jagger · 8 years ago