1. 85a91ef make indent depend by Robert Swiecki · 8 years ago
  2. 83260f0 files: support EINTR for readdir by Robert Swiecki · 8 years ago
  3. 5231eab files: readdir_r -> readdir as readdir_r is deprecated by Robert Swiecki · 8 years ago
  4. a7841da fuzz: set state for verifier as well by Robert Swiecki · 8 years ago
  5. e6a4ff3 fuzz: keep local state copy in the fuzzer struct by Robert Swiecki · 8 years ago
  6. a0659f4 files: skip empty input files by Robert Swiecki · 8 years ago
  7. d75fa6f util_rnd: special case for max == UINT64_MAX by Robert Swiecki · 8 years ago
  8. 92a3136 fuzz: more light-weight method of changing fuzzing states by Robert Swiecki · 8 years ago
  9. f86e4d3 examples/openssl: new corpora by Robert Swiecki · 8 years ago
  10. fd02b69 Implement reversed CRC64 by Robert Swiecki · 8 years ago
  11. b05f00f examples/openssl: accepted ciphers by Robert Swiecki · 8 years ago
  12. f951fbd examples/openssl: add DSA certs by Robert Swiecki · 8 years ago
  13. 19d80f6 display: typo by Robert Swiecki · 8 years ago
  14. ca6ebcf display: typo by Robert Swiecki · 8 years ago
  15. cee5814 sancov: display by Robert Swiecki · 8 years ago
  16. acf4f5d example/openssl: disable asan for OPENSSL_cpuid_setup by Robert Swiecki · 8 years ago
  17. fd342f9 example/openssl: disable CRYPTO_memcmp by Robert Swiecki · 8 years ago
  18. 6d5f61e examples/openssl by Robert Swiecki · 8 years ago
  19. 7358eef remove: MAP_NORESERVE by Robert Swiecki · 8 years ago
  20. 8d01b01 More thread termination clean-ups by Robert Swiecki · 8 years ago
  21. 33fb284 Use pthread_join by Robert Swiecki · 8 years ago
  22. 86f7bc3 examples/openssl: initialize SSL_CTX* to NULL by Robert Swiecki · 8 years ago
  23. d42a194 examples//openssl: use LLVMFuzzerInitialize by Robert Swiecki · 8 years ago
  24. 886eba5 examples/openssl: updated corpus_client by Robert Swiecki · 8 years ago
  25. 00db25e examples/openssl: updated corpus_server by Robert Swiecki · 8 years ago
  26. 3948272 examples/openssl: Readme for ossl-1.1.0e by Robert Swiecki · 8 years ago
  27. 2f8b4cb examples/openssl: patch for ossl-1.1.0e by Robert Swiecki · 8 years ago
  28. b7261fb examples/openssl: correct LLVMFuzzerInitialize name by Robert Swiecki · 8 years ago
  29. 58e8254 examples/openssl: use native *ssl deterministic random routines by Robert Swiecki · 8 years ago
  30. 3c8769f examples/openssl: include for x509.c by Robert Swiecki · 8 years ago
  31. d778cfd examples/openssl: new include for x509.c by Robert Swiecki · 8 years ago
  32. 981756d examples/openssl: new x509 corpus by Robert Swiecki · 8 years ago
  33. a2dd401 examples/openssl: add i2d_X509 to x509.c by Robert Swiecki · 8 years ago
  34. 99b05f6 Readme: 0.8 -> 0.9 by Robert Swiecki · 8 years ago
  35. 024acc1 examples/jpeg: incorrect size limits by Robert Swiecki · 8 years ago
  36. 63b477b common.h: version bump by Robert Swiecki · 8 years ago
  37. 5776157 libhfuzz: check for whether guard value is 0 by Robert Swiecki · 8 years ago
  38. 4681bd3 libhfuzz: simpler __sanitizer_cov_trace_switch by Robert Swiecki · 8 years ago
  39. 53ec9e4 fuzz: flatten the code by Robert Swiecki · 8 years ago
  40. 44f6b19 fuzz: don't fetch feedback if the process has been signaled, idea from nezetic by Robert Swiecki · 8 years ago
  41. 436ec63 Revert "fuzz: don't fetch feedback if the process has been signaled, patch from nezetic" by Robert Swiecki · 8 years ago
  42. 41dad87 fuzz: don't fetch feedback if the process has been signaled, patch from nezetic by Robert Swiecki · 8 years ago
  43. b0d1118 examples/jpeg: small fix #12 by Robert Swiecki · 8 years ago
  44. 49944b4 examples/jpeg: small fix by Robert Swiecki · 8 years ago
  45. f21c628 Readme: freebsd by Robert Swiecki · 8 years ago
  46. 731294f Readme: freebsd by Robert Swiecki · 8 years ago
  47. 9907100 subproc: _exit -> exit to make sure logs are written by Robert Swiecki · 8 years ago
  48. 9fe03eb examples: clang-format by Robert Swiecki · 8 years ago
  49. 071af39 examples/libxml2: initial import by Robert Swiecki · 8 years ago
  50. a7ecf16 Send SIGTERM instead of SIGKILL when execve fails by Robert Swiecki · 8 years ago
  51. 42cc982 subproc: missing abort() by Robert Swiecki · 8 years ago
  52. 89b8447 subproc: delete parent if the child cannot be launched by Robert Swiecki · 8 years ago
  53. 2eb9679 examples/png: include sanitizer/msan_interface.h by Robert Swiecki · 8 years ago
  54. f87f049 examples/png: missing header prototype by Robert Swiecki · 8 years ago
  55. 9195ab8 examples/png: additional png API calls by Robert Swiecki · 8 years ago
  56. 690f185 sanitizers: disable symbolizer for regular *san by Robert Swiecki · 8 years ago
  57. f522d53 examples/png: smaller memory limits by Robert Swiecki · 8 years ago
  58. abc5844 examples/png: smaller memory limits by Robert Swiecki · 8 years ago
  59. a725f63 display: small re-work by Robert Swiecki · 8 years ago
  60. bc33850 examples/png - allow smaller pictures only (for speed) by Robert Swiecki · 8 years ago
  61. 9491be1 examples/png - less crc check flags by Robert Swiecki · 8 years ago
  62. 8284657 examples: simpler png program by Robert Swiecki · 8 years ago
  63. 8e4fcd8 examples/png: clang-format by Robert Swiecki · 8 years ago
  64. a8ff6fb examples/png: msan poison for input data by Robert Swiecki · 8 years ago
  65. bb9deec examples/png: support for interlaced pictures by Robert Swiecki · 8 years ago
  66. 472f1dd examples/libjpeg: Output data to /dev/null by Robert Swiecki · 8 years ago
  67. fbba913 examples: better persistent-jpeg.c example by Robert Swiecki · 8 years ago
  68. 47cda1d examples: move badcode to a separate dir by Robert Swiecki · 8 years ago
  69. 9ed69f1 examples: libjpeg and libpng fuzzer by Robert Swiecki · 8 years ago
  70. 5618a83 display: clean up the display up to columns-1 by Robert Swiecki · 8 years ago
  71. 194c808 Display: erase line before using it by Robert Swiecki · 8 years ago
  72. db728b0 Display: erase line before using it by Robert Swiecki · 8 years ago
  73. 492d23f Display: erase line before using it by Robert Swiecki · 8 years ago
  74. f43c30a libhfuzz: make write function taking const buf by Robert Swiecki · 8 years ago
  75. 0f19651 display: Set _HF_DISPLAY_LINES to 14 (cannot be a macro) by Robert Swiecki · 8 years ago
  76. f29ec74 display: Set _HF_DISPLAY_LINES to 14 (number of display lines before logs) by Robert Swiecki · 8 years ago
  77. b736263 sanitizers: w/o -S just set some reasonable values inside the process by Robert Swiecki · 8 years ago
  78. b10d2b6 fuzzer: Move fuzzer->origFileName generation to specific functions by Robert Swiecki · 8 years ago
  79. 71d8f32 sanitizers: use strdup instead of callod/strcpy by Robert Swiecki · 8 years ago
  80. b4e13c0 Set up some basic *san envvars, even with sanitizers support disabled by Robert Swiecki · 8 years ago
  81. 68d641b display: remote_cmd reformatting by Robert Swiecki · 8 years ago
  82. 1f1ce17 display: With non -v put the cursor at the bottom of the screen by Robert Swiecki · 8 years ago
  83. 6ec1060 display: alternative way of disable scroll regions by Robert Swiecki · 8 years ago
  84. 98b1056 diusplay: experimental no-scroll for logs by Robert Swiecki · 8 years ago
  85. aa87aae Add pid logging with the initial msg by Robert Swiecki · 8 years ago
  86. 97da635 files: Warn about empty files by Robert Swiecki · 8 years ago
  87. 67a194d display: print number of input files by Robert Swiecki · 8 years ago
  88. f336d43 display: print number of input files by Robert Swiecki · 8 years ago
  89. 8050b86 display: compactize the coverage output #2 by Robert Swiecki · 8 years ago
  90. 6144cdd display: compactize the coverage output by Robert Swiecki · 8 years ago
  91. f48c892 Fuzz: print phases by Robert Swiecki · 8 years ago
  92. df08abc examples/openssl: no need to call SSL_set_tlsext_host_name() in the server by Robert Swiecki · 8 years ago
  93. 2f7cdd3 examples/openssl: remove SSL_get_shared_sigalgs() by Robert Swiecki · 8 years ago
  94. 2115e60 examples/openssl: add SSL_get_shared_sigalgs() by Robert Swiecki · 8 years ago
  95. 99d3142 Mangle: minimum upper number of mutations by Robert Swiecki · 8 years ago
  96. 5d16f2d examples/openssl: support libressl by Robert Swiecki · 8 years ago
  97. 4e5d1d0 examples/openssl: new client corpus by Robert Swiecki · 8 years ago
  98. cfd882d examples/openssl: initialize psk mem by Robert Swiecki · 8 years ago
  99. cc38d09 examples/openssl: new server corpus by Robert Swiecki · 8 years ago
  100. 8885029 libhfuzz: make indent by Robert Swiecki · 8 years ago