1. 53c90af Support '-c' with feedback-driven fuzzing by Robert Swiecki · 8 years ago
  2. c5d3eb6 Merge pull request #133 from anestisb/macos-build by robertswiecki · 8 years ago
  3. 9dcb66a Fix build issue for latest XC 8.3 / macOS 10.12.4 setup by Anestis Bechtsoudis · 8 years ago
  4. 68205fc examples/linux_ip: Remove data from tun before using it by Robert Swiecki · 8 years ago
  5. 26314da examples/linux_ip: send multiple packets from one input by Robert Swiecki · 8 years ago
  6. 38b4a45 examples/ip: udp_lite support by Robert Swiecki · 8 years ago
  7. 51142fa examples/ip: ip offload by Robert Swiecki · 8 years ago
  8. d26eccc examples/ip: +sctp by Robert Swiecki · 8 years ago
  9. 5995908 BTS: Save high PC addresses when kernelOnly is enabled by Robert Swiecki · 8 years ago
  10. 485abb4 ipt: ioctl reset after use by Robert Swiecki · 8 years ago
  11. 8500f97 Linux kernel IP fuzzing with Intel PT/BTS: single buffer by Robert Swiecki · 8 years ago
  12. e2588d4 Linux kernel IP fuzzing with Intel PT/BTS by Robert Swiecki · 8 years ago
  13. 37d27ca Allow to choose between user and kernel perf by Robert Swiecki · 8 years ago
  14. 47f5de1 fuzz: fix hfuzz.fileName setting #2 by Robert Swiecki · 8 years ago
  15. 34fe7ac fuzz: fix hfuzz.fileName setting by Robert Swiecki · 8 years ago
  16. e6e3372 Merge pull request #129 from n30m1nd/master by robertswiecki · 8 years ago
  17. 359bb34 FIX: Failing when dynamic file was accessed by multiple threads. Now each thread has its own dynamic file according to fuzzNo by n30m1nd · 8 years ago
  18. 514396a examples/openssl: use SSL_CTX_set_ecdh_auto by Robert Swiecki · 8 years ago
  19. 3c01a0c fuzz: a couple of smaller fixes by Robert Swiecki · 8 years ago
  20. afb1610 fuzz: *bsd doesn't support circleq by Robert Swiecki · 8 years ago
  21. a564637 examples/openssl: add SSL_shutdown by Robert Swiecki · 8 years ago
  22. 37498fd fuzz: use different mutexes for feedback and the dynamic file queue by Robert Swiecki · 8 years ago
  23. 59e6890 linux/arch: modify signal mask for sigtimedwait once only by Robert Swiecki · 8 years ago
  24. 9f5f943 Use CIRCLEQ to avoid iterating over TAILQ by Robert Swiecki · 8 years ago
  25. 1b39d37 examples/openssl: remove SSL_CTX_set_short_header_enabled for boringssl by Robert Swiecki · 8 years ago
  26. 65804ee linux/perf: use files_readFromFd() instead of read() by Robert Swiecki · 8 years ago
  27. e451d59 common: remove unused struct by Robert Swiecki · 8 years ago
  28. 613a80e linux: make const struct static by Robert Swiecki · 8 years ago
  29. 4581bec linux/perf: simplify + compile under android by Robert Swiecki · 8 years ago
  30. 26753f0 linux: map aux buffer as prot_read by Robert Swiecki · 8 years ago
  31. 1163b9b linux: speed-up perf feedback by resuing perf descriptors by Robert Swiecki · 8 years ago
  32. a438a52 mangle: detect no flipping inside mangle_mangle by Robert Swiecki · 8 years ago
  33. d982501 linux: typo by Robert Swiecki · 8 years ago
  34. e3bcadf mangle: add NegByte by Robert Swiecki · 8 years ago
  35. 17cfa93 Use SIGIO instead of SIGRTMIN+x for async io by Robert Swiecki · 8 years ago
  36. cf03fc1 linux: no need to rely the SIGSTOP signal by Robert Swiecki · 8 years ago
  37. 746eaf0 linux: speed-up non-persistent modes by Robert Swiecki · 8 years ago
  38. 605c536 linux/arch: cleaning 4KiB of stack mem is costly by Robert Swiecki · 8 years ago
  39. 78c9f72 make indent by Robert Swiecki · 8 years ago
  40. f16290f linux/posix: rework of waiting code by Robert Swiecki · 8 years ago
  41. 245b7e1 posix: get rid of timers by Robert Swiecki · 8 years ago
  42. dce80a4 linux: WNOHANG is technically specified for waitpid only by Robert Swiecki · 8 years ago
  43. 4971db2 linux: remove code after PLOG_F by Robert Swiecki · 8 years ago
  44. 86735f7 linux: use syscall for sigtimedwait, because it doesn't exist in android by Robert Swiecki · 8 years ago
  45. 2643f49 linux: missing subproc_checkTimeLimit and subproc_checkTermination by Robert Swiecki · 8 years ago
  46. 491d7bb Use sigtimedwait instead of wait, to avoid losing persistent round done indicators by Robert Swiecki · 8 years ago
  47. a57c6e8 examples/openssl: npn_callback and SSL_CTX_set_short_header_enabled in server.c - indent by Robert Swiecki · 8 years ago
  48. d516028 examples/openssl: npn_callback and SSL_CTX_set_short_header_enabled in server.c by Robert Swiecki · 8 years ago
  49. fc7a0b0 examples/openssl: add support for alpn in server by Robert Swiecki · 8 years ago
  50. 37c8087 examples/openssl: set srp grp to '1024' by Robert Swiecki · 8 years ago
  51. c473299 examples/openssl: add srp support to server.c by Robert Swiecki · 8 years ago
  52. 82faf38 persistent: don't print output status if the process is terminating by Robert Swiecki · 8 years ago
  53. 4f09ce0 kill the subprocess upon termination of threads by Robert Swiecki · 8 years ago
  54. 50370a5 examples/openssl: missing include by Robert Swiecki · 8 years ago
  55. 964d1ff examples/openssl: privkey.c from boringssl, plus initial corpus by Robert Swiecki · 8 years ago
  56. 6c46be1 files: include <linux/memfd.h> if needed (correction) by Robert Swiecki · 8 years ago
  57. b361a63 files: include <linux/memfd.h> if needed by Robert Swiecki · 8 years ago
  58. 696a3c3 files: Use memfd_create when possible by Robert Swiecki · 8 years ago
  59. 3915a81 fuzz: all threads must indicate willingness to switch to _HF_STATE_DYNAMIC_MAIN by Robert Swiecki · 8 years ago
  60. 003474d display: Dry Run -> Dynamic Dry Run by Robert Swiecki · 8 years ago
  61. f4d3610 files: clear errno before readdir by Robert Swiecki · 8 years ago
  62. 85a91ef make indent depend by Robert Swiecki · 8 years ago
  63. 83260f0 files: support EINTR for readdir by Robert Swiecki · 8 years ago
  64. 5231eab files: readdir_r -> readdir as readdir_r is deprecated by Robert Swiecki · 8 years ago
  65. a7841da fuzz: set state for verifier as well by Robert Swiecki · 8 years ago
  66. e6a4ff3 fuzz: keep local state copy in the fuzzer struct by Robert Swiecki · 8 years ago
  67. a0659f4 files: skip empty input files by Robert Swiecki · 8 years ago
  68. d75fa6f util_rnd: special case for max == UINT64_MAX by Robert Swiecki · 8 years ago
  69. 92a3136 fuzz: more light-weight method of changing fuzzing states by Robert Swiecki · 8 years ago
  70. f86e4d3 examples/openssl: new corpora by Robert Swiecki · 8 years ago
  71. fd02b69 Implement reversed CRC64 by Robert Swiecki · 8 years ago
  72. b05f00f examples/openssl: accepted ciphers by Robert Swiecki · 8 years ago
  73. f951fbd examples/openssl: add DSA certs by Robert Swiecki · 8 years ago
  74. 19d80f6 display: typo by Robert Swiecki · 8 years ago
  75. ca6ebcf display: typo by Robert Swiecki · 8 years ago
  76. cee5814 sancov: display by Robert Swiecki · 8 years ago
  77. acf4f5d example/openssl: disable asan for OPENSSL_cpuid_setup by Robert Swiecki · 8 years ago
  78. fd342f9 example/openssl: disable CRYPTO_memcmp by Robert Swiecki · 8 years ago
  79. 6d5f61e examples/openssl by Robert Swiecki · 8 years ago
  80. 7358eef remove: MAP_NORESERVE by Robert Swiecki · 8 years ago
  81. 8d01b01 More thread termination clean-ups by Robert Swiecki · 8 years ago
  82. 33fb284 Use pthread_join by Robert Swiecki · 8 years ago
  83. 86f7bc3 examples/openssl: initialize SSL_CTX* to NULL by Robert Swiecki · 8 years ago
  84. d42a194 examples//openssl: use LLVMFuzzerInitialize by Robert Swiecki · 8 years ago
  85. 886eba5 examples/openssl: updated corpus_client by Robert Swiecki · 8 years ago
  86. 00db25e examples/openssl: updated corpus_server by Robert Swiecki · 8 years ago
  87. 3948272 examples/openssl: Readme for ossl-1.1.0e by Robert Swiecki · 8 years ago
  88. 2f8b4cb examples/openssl: patch for ossl-1.1.0e by Robert Swiecki · 8 years ago
  89. b7261fb examples/openssl: correct LLVMFuzzerInitialize name by Robert Swiecki · 8 years ago
  90. 58e8254 examples/openssl: use native *ssl deterministic random routines by Robert Swiecki · 8 years ago
  91. 3c8769f examples/openssl: include for x509.c by Robert Swiecki · 8 years ago
  92. d778cfd examples/openssl: new include for x509.c by Robert Swiecki · 8 years ago
  93. 981756d examples/openssl: new x509 corpus by Robert Swiecki · 8 years ago
  94. a2dd401 examples/openssl: add i2d_X509 to x509.c by Robert Swiecki · 8 years ago
  95. 99b05f6 Readme: 0.8 -> 0.9 by Robert Swiecki · 8 years ago
  96. 024acc1 examples/jpeg: incorrect size limits by Robert Swiecki · 8 years ago
  97. 63b477b common.h: version bump by Robert Swiecki · 8 years ago
  98. 5776157 libhfuzz: check for whether guard value is 0 by Robert Swiecki · 8 years ago
  99. 4681bd3 libhfuzz: simpler __sanitizer_cov_trace_switch by Robert Swiecki · 8 years ago
  100. 53ec9e4 fuzz: flatten the code by Robert Swiecki · 8 years ago