1. af7a92b subproc: use TEMP_FAILURE_RETRY with some restartable funcs by Robert Swiecki · 5 years ago
  2. 251ee7c socketfuzzer: use files* funcs by Robert Swiecki · 5 years ago
  3. c7566f6 add support for external command mutating files which have effective coverage feedback by arnow117 · 5 years ago
  4. 56ca144 input: don't ftruncate under macosx - it's expensive there by Robert Swiecki · 5 years ago
  5. d128434 input: comment on ftruncate by Robert Swiecki · 5 years ago
  6. bdbd33f input: remove unnecessary debug log by Robert Swiecki · 5 years ago
  7. 5d1b6dc input: avoid ftruncate alltogether under cygwin by Robert Swiecki · 5 years ago
  8. 2559044 input: avoid warnings under cygwin by Robert Swiecki · 5 years ago
  9. f31fdf7 input: resize file to max before reading into it by Robert Swiecki · 5 years ago
  10. 106c2dd input: change actual file size when changing dynamic file sz by Robert Swiecki · 5 years ago
  11. a31b60b input: set remaining file size to ' '/\x00 if resized by Robert Swiecki · 5 years ago
  12. 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
  13. 9802249 detect 'only-printable' inside input_setSize to reduce modifications by plusun · 6 years ago
  14. 363510f honggfuzz.h: get rid of the state substruct by Robert Swiecki · 6 years ago
  15. a5b918a honggfuzz: even more fields into substructs by Robert Swiecki · 6 years ago
  16. e9231d6 honggfuzz: move more vars to substructs by Robert Swiecki · 6 years ago
  17. 04dcac3 honggfuzz.h: move some global struct values into substructs by Robert Swiecki · 6 years ago
  18. 46288f7 Update copyright/authors headers by Robert Swiecki · 6 years ago
  19. 94d314c fuzz: simpler operations on origFileName by Robert Swiecki · 6 years ago
  20. 3b7ccf6 input: don't complain about too big input files by Robert Swiecki · 6 years ago
  21. 5eeb29b Comment format // -> /* */ by Robert Swiecki · 6 years ago
  22. cdb2f23 input: move defer after fd==-1 check by Robert Swiecki · 6 years ago
  23. b433306 fuzz: run external processing through a temporary file by Robert Swiecki · 6 years ago
  24. cfa8114 Always keep dynamic file as maxFileSz of size by Robert Swiecki · 6 years ago
  25. aafb890 input: don't resize (via ftruncate) files under cygwin by Robert Swiecki · 6 years ago
  26. 40332e9 dictionary: no need to use dictqCurrent + more logging when parsing the dict by Robert Swiecki · 6 years ago
  27. fb8a5b6 input: allow using empty directories for dynamic modes by Robert Swiecki · 6 years ago
  28. 0f2c30a move input preparation from mangle to input by Robert Swiecki · 6 years ago
  29. 3ab1664 mangle: Move input fetching functions to mangle.c by Robert Swiecki · 6 years ago
  30. 0a01ea7 Remove notion of the inputFile, in favor of input file-descriptors accessible as /dev/fd/<x> by Robert Swiecki · 6 years ago
  31. 599dee1 Different way of pasing data to persistent process, now as a memory-file-descriptor and not through the socket by Robert Swiecki · 6 years ago
  32. 246af3e Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide with other public libraries by Robert Swiecki · 6 years ago
  33. 9a2efe2 input: LOG_D->LOG_W by Robert Swiecki · 6 years ago
  34. 4911730 input: better dictionary parsing by Robert Swiecki · 6 years ago
  35. 3f8e9fd mangle: allow 0-lenght inputs by Robert Swiecki · 6 years ago
  36. a35d9d8 cmdline: move cmd-line option verification to a separate func by Robert Swiecki · 6 years ago
  37. 82c707c all: move more struct fields into substructers for clarity by Robert Swiecki · 7 years ago
  38. d50ed42 all: indent webkit->google by Robert Swiecki · 7 years ago
  39. 78633d1 move hfuzz into run->global by Robert Swiecki · 7 years ago
  40. 0b56611 Makefile: add clang-format ColumnLimit:100 by Robert Swiecki · 7 years ago
  41. 4e595fb Makefile: indent everything with clang-format by Robert Swiecki · 7 years ago
  42. d0fa62c make indent with clang-format by Robert Swiecki · 7 years ago
  43. 47476f2 Move the honggfuzz_t and fuzzer_t types out of common #3 by Robert Swiecki · 7 years ago