1. 64d5243 create a signal thread to distribute SIGCHLD as SIGUSR1 by Robert Swiecki · 5 years ago
  2. 8914db1 cmdline: remove sigset_t init by Robert Swiecki · 5 years ago
  3. c49b96b linux/arch: move waiting sigset to global by Robert Swiecki · 5 years ago
  4. 4489427 subporc: allow to use the same log_level inside fuzzed processes by Robert Swiecki · 5 years ago
  5. 98e2337 ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop working for some time, will be fixed in the coming days by Robert Swiecki · 5 years ago
  6. 7b19a25 Error out if -p is used on unsupported platforms by Federico G. Schwindt · 5 years ago
  7. 68dff9f cmdline: more work on envs #2 by Robert Swiecki · 6 years ago
  8. 15801e8 cmdline: more work on envs by Robert Swiecki · 6 years ago
  9. 3f29314 cmdline: no need for --san_opts if the actual *SAN_OPTS override current ones by Robert Swiecki · 6 years ago
  10. 642c7fb netdriver: Allow to set hfuzz->exe.netDriver explicitly by Robert Swiecki · 6 years ago
  11. c58ca51 cmdline: implement RLIMIT_CORE setting by Robert Swiecki · 6 years ago
  12. 8267c77 sancov: remove, since it's old (clang-4), slower, and requires complex code. Android seems to be supporting in-process counters now by Robert Swiecki · 6 years ago
  13. bdfe2a7 Handle NetBSD in generic code switches by Kamil Rytarowski · 6 years ago
  14. 45a1cf4 Add ptrace(2) backend for NetBSD by Kamil Rytarowski · 6 years ago
  15. 99ef77e Add option and config flag for 'only_printable' mode by plusun · 6 years ago
  16. cbba70f cmdline: simplify structure initialization by Robert Swiecki · 6 years ago
  17. 363510f honggfuzz.h: get rid of the state substruct by Robert Swiecki · 6 years ago
  18. eb9fbdd display: display updates faster by Robert Swiecki · 6 years ago
  19. a3536a0 honggfuzz/cmdline: sync honggfuzz_t with struct init by Robert Swiecki · 6 years ago
  20. a5b918a honggfuzz: even more fields into substructs by Robert Swiecki · 6 years ago
  21. 5e26bd9 honggfuzz: move more vars to substructs by Robert Swiecki · 6 years ago
  22. e9231d6 honggfuzz: move more vars to substructs by Robert Swiecki · 6 years ago
  23. 04dcac3 honggfuzz.h: move some global struct values into substructs by Robert Swiecki · 6 years ago
  24. 8a1fc67 display: move cmdline_text generation to display.c by Robert Swiecki · 6 years ago
  25. 34c876f remove useSanCov and use _HF_DYNFILE_SANCOV by Robert Swiecki · 6 years ago
  26. 76f73e1 Test for binary existence first by Robert Swiecki · 6 years ago
  27. c39819b cmdline: better usage by Robert Swiecki · 6 years ago
  28. 6edfd6c cmdline: explanation for --noinst by Robert Swiecki · 6 years ago
  29. b1f5a25 cmdline: clarification of abort for Android by Robert Swiecki · 6 years ago
  30. ac640e0 cmdline: clarification of rss_limit impact on ASAN by Robert Swiecki · 6 years ago
  31. 5627619 make indent depend by Robert Swiecki · 6 years ago
  32. edf9f8d Support external fuzzer and provide code coverage by dobin · 6 years ago
  33. 3917218 cmdline: cast time_t to long by Robert Swiecki · 6 years ago
  34. 5cc1f7b cmdline: discover both persistent and netdriver modes by Robert Swiecki · 6 years ago
  35. 36f7e51 display: display duration from the last coverage update by Robert Swiecki · 6 years ago
  36. 40332e9 dictionary: no need to use dictqCurrent + more logging when parsing the dict by Robert Swiecki · 6 years ago
  37. 437280c files: settle of the convention that mmap cannot return NULL, so abstractions can use it to indicate errors by Robert Swiecki · 6 years ago
  38. 3ab1664 mangle: Move input fetching functions to mangle.c by Robert Swiecki · 6 years ago
  39. e46d8af cmdline: comment on auto-detection of --persistent by Robert Swiecki · 6 years ago
  40. c3d5d5b cmdline: correct *pritnf arguments by Robert Swiecki · 6 years ago
  41. 0a01ea7 Remove notion of the inputFile, in favor of input file-descriptors accessible as /dev/fd/<x> by Robert Swiecki · 6 years ago
  42. f4cbd8b cmdline: set only the first byte of cmdline_txt by Robert Swiecki · 6 years ago
  43. e2a05ed sanitizers: remove sanOpts_t by Robert Swiecki · 6 years ago
  44. 97d8893 sanitizers: simplify *SAN_OPTIONS management by Robert Swiecki · 6 years ago
  45. 32ae389 Add automatic persistency check - don't perform check if -P was explicitly specified by Robert Swiecki · 6 years ago
  46. f829258 Add automatic persistency check by Robert Swiecki · 6 years ago
  47. 2aeff25 arch: simplify arch handling a bit by Robert Swiecki · 6 years ago
  48. 246af3e Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide with other public libraries by Robert Swiecki · 6 years ago
  49. 97cd624 Remove -d [0-5], introduce -d and -q by Robert Swiecki · 6 years ago
  50. 06008f7 sanitizers: simplify memory alloc/dealloc a bit by Robert Swiecki · 6 years ago
  51. eba2717 run->global->timing.tmoutVTAlarm -> run->global->timing.tmoutVTALRM by Robert Swiecki · 6 years ago
  52. 371e129 honggfuzz.h: move some fields into timing subfield by Robert Swiecki · 6 years ago
  53. 97d0cee move some struct honggfuzz fields into exe subfield by Robert Swiecki · 6 years ago
  54. a35d9d8 cmdline: move cmd-line option verification to a separate func by Robert Swiecki · 6 years ago
  55. ced3eba Implement idea of total (all) and new coverage directories, as well as concept of crash directory by Robert Swiecki · 6 years ago
  56. 216a436 usage: Use djpeg instead of tiffinfo in usage, to avoid using -D flag by Robert Swiecki · 6 years ago
  57. 06a0d8c linux: make pidCmd buffer static by Robert Swiecki · 7 years ago
  58. 6e88511 display: off-by-one in cmdline text by Robert Swiecki · 7 years ago
  59. 0dde76d terminating logic: more improvements by Robert Swiecki · 7 years ago
  60. 35978ac better termination logic by Robert Swiecki · 7 years ago
  61. 26fd6d5 hongguzz.h: move saveUnique to io struct by Robert Swiecki · 7 years ago
  62. 8954afd Implement RSS and DATA rlimits by Robert Swiecki · 7 years ago
  63. 82c707c all: move more struct fields into substructers for clarity by Robert Swiecki · 7 years ago
  64. 01a980e make indent by Robert Swiecki · 7 years ago
  65. 2542dc0 Merge by Robert Swiecki · 7 years ago
  66. d50ed42 all: indent webkit->google by Robert Swiecki · 7 years ago
  67. 58054df all: move all counetrs into a separate struct by Robert Swiecki · 7 years ago
  68. 66b6512 honggfuzz.h: group some fileds of the main struct by Robert Swiecki · 7 years ago
  69. b0e261a fuzz: use TAILQ, as CIRCLEQ is not present under all supported OSes by Robert Swiecki · 7 years ago
  70. bf8f8cc fuzz: use rwlocks for the global list of dynamic files by Robert Swiecki · 7 years ago
  71. 5c673d6 cmdline: remove one comma by Robert Swiecki · 7 years ago
  72. 13d9502 == 0.0L -> == 0U in int comparison by Robert Swiecki · 7 years ago
  73. 10e9356 mangle: introduce mutationsPerRun instead of flipRate by Robert Swiecki · 7 years ago
  74. 930e12f cmdline: make the compile-time instrumentation the default option, can be disable with -x by Robert Swiecki · 7 years ago
  75. 0b56611 Makefile: add clang-format ColumnLimit:100 by Robert Swiecki · 7 years ago
  76. 290fc51 make indent by Robert Swiecki · 7 years ago
  77. b443211 cmdline: indent-off for long structs by Robert Swiecki · 7 years ago
  78. 4e595fb Makefile: indent everything with clang-format by Robert Swiecki · 7 years ago
  79. 4021d12 linux/ptrace -> linux/ptrace_utils due to Android build failures by Robert Swiecki · 7 years ago
  80. d0fa62c make indent with clang-format by Robert Swiecki · 7 years ago
  81. 618dc2f cmdline: remove --msan_report_umrs as reporting uninitialized memory is the main task of MSAN by Robert Swiecki · 7 years ago
  82. c95cf2a Implement maximum session time by Robert Swiecki · 7 years ago
  83. 6134ce0 Linux: remove BTS block - as it's just BTS edge by Robert Swiecki · 7 years ago
  84. dd8ca10 cmdline: remove unused --linux_skip_glibc_check by Robert Swiecki · 7 years ago
  85. bf95adc --wordlist -> --dict by Robert Swiecki · 7 years ago
  86. 23c14a1 files: implement libfuzzer/afl style dictionaries by Robert Swiecki · 7 years ago
  87. 810d2c9 subproc: use arch_clone also for subproc_System by Robert Swiecki · 7 years ago
  88. 3377e1c Linux: actually fail with outdated glibc by Robert Swiecki · 7 years ago
  89. 1c9d809 Use fork() instead of clone() because https://bugzilla.redhat.com/show_bug.cgi?id=906468 is fixed in newer version by Robert Swiecki · 7 years ago
  90. 069b48f Implement --exit_upon_crash by Robert Swiecki · 7 years ago
  91. 241a741 Introduce libcommon by Robert Swiecki · 7 years ago
  92. 4332ae9 cmdline: Reverse meaning of 'q', introduce 'Q' instead by Robert Swiecki · 7 years ago
  93. ebdb2a5 cmdline: put persistent/coverage options on top by Robert Swiecki · 7 years ago
  94. d633fe0 implement hfuzz_cc_bin by Robert Swiecki · 7 years ago
  95. 5b775b2 cmdline: exclude -s and -P by Robert Swiecki · 7 years ago
  96. 37d27ca Allow to choose between user and kernel perf by Robert Swiecki · 7 years ago
  97. afb1610 fuzz: *bsd doesn't support circleq by Robert Swiecki · 7 years ago
  98. 37498fd fuzz: use different mutexes for feedback and the dynamic file queue by Robert Swiecki · 7 years ago
  99. 9f5f943 Use CIRCLEQ to avoid iterating over TAILQ by Robert Swiecki · 7 years ago
  100. 92a3136 fuzz: more light-weight method of changing fuzzing states by Robert Swiecki · 7 years ago