1. 3a5c77b examples/terminal:readme by Robert Swiecki · 8 years ago
  2. fef8eac examples/terminal:readme by Robert Swiecki · 8 years ago
  3. 4ca702e examples/terminals: more term.log exclusions by Robert Swiecki · 8 years ago
  4. 5d6862a examples/terminal:readme by Robert Swiecki · 8 years ago
  5. 03d6154 examples/terminal:readme by Robert Swiecki · 8 years ago
  6. d697204 examples/terminal:readme by Robert Swiecki · 8 years ago
  7. 5ba0bc3 examples/terminal:readme by Robert Swiecki · 8 years ago
  8. 722c3f4 examples/terminal:readme by Robert Swiecki · 8 years ago
  9. f83b631 examples/terminals: better fcntl wrapper by Robert Swiecki · 8 years ago
  10. e1b03d3 examples/terminals: rm -- by Robert Swiecki · 8 years ago
  11. ae5b267 examples/terminals: ini by Robert Swiecki · 8 years ago
  12. 1441b6b linux: support for mips/mips64 by Robert Swiecki · 8 years ago
  13. 8eadd37 make indent depend by Robert Swiecki · 8 years ago
  14. 3c7ef4d Merge pull request #136 from anestisb/linker-fix by robertswiecki · 8 years ago
  15. 2d5dbf3 gitignore hfuzz_cc binary by Anestis Bechtsoudis · 8 years ago
  16. b59b0bf [hfuzz_cc] Fix linker issue from sym leading underscore by Anestis Bechtsoudis · 8 years ago
  17. b71b17e hfuzz_cc: logging by Robert Swiecki · 8 years ago
  18. c2ff239 hfuzz_cc: try various clangs by Robert Swiecki · 8 years ago
  19. 4289cb7 hfuzz_cc: use files.c and util.c by Robert Swiecki · 8 years ago
  20. cc26d34 examples/openssl: use -ldl only if Linux is used by Robert Swiecki · 8 years ago
  21. 7406e99 hfuzz_cc: add -Wl,-z,muldefs to ldmode by Robert Swiecki · 8 years ago
  22. 877665d hfuzz_cc: - errno.h by Robert Swiecki · 8 years ago
  23. 68fef5b hfuzz_cc: save libhfuzz to /tmp/libhfuzz.a by Robert Swiecki · 8 years ago
  24. cbfadb0 examples/openssl: make.sh by Robert Swiecki · 8 years ago
  25. 7dd7a77 mangle: increase byte manipulation ratio by Robert Swiecki · 8 years ago
  26. 23db6ea Makefile: hfuzz_cc by Robert Swiecki · 8 years ago
  27. 658588f hfuzz_cc: repeat -c options with linking as well by Robert Swiecki · 8 years ago
  28. 61e71db mangle: bring back mangle_Resize by Robert Swiecki · 8 years ago
  29. 46c21e3 fuzz: change ratio of changes by Robert Swiecki · 8 years ago
  30. d633fe0 implement hfuzz_cc_bin by Robert Swiecki · 8 years ago
  31. 0767d2c remove _config.yml by Robert Swiecki · 8 years ago
  32. 5b775b2 cmdline: exclude -s and -P by Robert Swiecki · 8 years ago
  33. 763439b Set theme jekyll-theme-tactile by robertswiecki · 8 years ago
  34. 5aff9c6 fuzz: set correct fuzzer->origFileName by Robert Swiecki · 8 years ago
  35. 87ca211 Allow to use -f with -c by Robert Swiecki · 8 years ago
  36. c1deec8 Allow mutating external files with -c by Robert Swiecki · 8 years ago
  37. bae0d8a Readme by Robert Swiecki · 8 years ago
  38. 50a146e Readme by Robert Swiecki · 8 years ago
  39. 53c90af Support '-c' with feedback-driven fuzzing by Robert Swiecki · 8 years ago
  40. c5d3eb6 Merge pull request #133 from anestisb/macos-build by robertswiecki · 8 years ago
  41. 9dcb66a Fix build issue for latest XC 8.3 / macOS 10.12.4 setup by Anestis Bechtsoudis · 8 years ago
  42. 68205fc examples/linux_ip: Remove data from tun before using it by Robert Swiecki · 8 years ago
  43. 26314da examples/linux_ip: send multiple packets from one input by Robert Swiecki · 8 years ago
  44. 38b4a45 examples/ip: udp_lite support by Robert Swiecki · 8 years ago
  45. 51142fa examples/ip: ip offload by Robert Swiecki · 8 years ago
  46. d26eccc examples/ip: +sctp by Robert Swiecki · 8 years ago
  47. 5995908 BTS: Save high PC addresses when kernelOnly is enabled by Robert Swiecki · 8 years ago
  48. 485abb4 ipt: ioctl reset after use by Robert Swiecki · 8 years ago
  49. 8500f97 Linux kernel IP fuzzing with Intel PT/BTS: single buffer by Robert Swiecki · 8 years ago
  50. e2588d4 Linux kernel IP fuzzing with Intel PT/BTS by Robert Swiecki · 8 years ago
  51. 37d27ca Allow to choose between user and kernel perf by Robert Swiecki · 8 years ago
  52. 47f5de1 fuzz: fix hfuzz.fileName setting #2 by Robert Swiecki · 8 years ago
  53. 34fe7ac fuzz: fix hfuzz.fileName setting by Robert Swiecki · 8 years ago
  54. e6e3372 Merge pull request #129 from n30m1nd/master by robertswiecki · 8 years ago
  55. 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
  56. 514396a examples/openssl: use SSL_CTX_set_ecdh_auto by Robert Swiecki · 8 years ago
  57. 3c01a0c fuzz: a couple of smaller fixes by Robert Swiecki · 8 years ago
  58. afb1610 fuzz: *bsd doesn't support circleq by Robert Swiecki · 8 years ago
  59. a564637 examples/openssl: add SSL_shutdown by Robert Swiecki · 8 years ago
  60. 37498fd fuzz: use different mutexes for feedback and the dynamic file queue by Robert Swiecki · 8 years ago
  61. 59e6890 linux/arch: modify signal mask for sigtimedwait once only by Robert Swiecki · 8 years ago
  62. 9f5f943 Use CIRCLEQ to avoid iterating over TAILQ by Robert Swiecki · 8 years ago
  63. 1b39d37 examples/openssl: remove SSL_CTX_set_short_header_enabled for boringssl by Robert Swiecki · 8 years ago
  64. 65804ee linux/perf: use files_readFromFd() instead of read() by Robert Swiecki · 8 years ago
  65. e451d59 common: remove unused struct by Robert Swiecki · 8 years ago
  66. 613a80e linux: make const struct static by Robert Swiecki · 8 years ago
  67. 4581bec linux/perf: simplify + compile under android by Robert Swiecki · 8 years ago
  68. 26753f0 linux: map aux buffer as prot_read by Robert Swiecki · 8 years ago
  69. 1163b9b linux: speed-up perf feedback by resuing perf descriptors by Robert Swiecki · 8 years ago
  70. a438a52 mangle: detect no flipping inside mangle_mangle by Robert Swiecki · 8 years ago
  71. d982501 linux: typo by Robert Swiecki · 8 years ago
  72. e3bcadf mangle: add NegByte by Robert Swiecki · 8 years ago
  73. 17cfa93 Use SIGIO instead of SIGRTMIN+x for async io by Robert Swiecki · 8 years ago
  74. cf03fc1 linux: no need to rely the SIGSTOP signal by Robert Swiecki · 8 years ago
  75. 746eaf0 linux: speed-up non-persistent modes by Robert Swiecki · 8 years ago
  76. 605c536 linux/arch: cleaning 4KiB of stack mem is costly by Robert Swiecki · 8 years ago
  77. 78c9f72 make indent by Robert Swiecki · 8 years ago
  78. f16290f linux/posix: rework of waiting code by Robert Swiecki · 8 years ago
  79. 245b7e1 posix: get rid of timers by Robert Swiecki · 8 years ago
  80. dce80a4 linux: WNOHANG is technically specified for waitpid only by Robert Swiecki · 8 years ago
  81. 4971db2 linux: remove code after PLOG_F by Robert Swiecki · 8 years ago
  82. 86735f7 linux: use syscall for sigtimedwait, because it doesn't exist in android by Robert Swiecki · 8 years ago
  83. 2643f49 linux: missing subproc_checkTimeLimit and subproc_checkTermination by Robert Swiecki · 8 years ago
  84. 491d7bb Use sigtimedwait instead of wait, to avoid losing persistent round done indicators by Robert Swiecki · 8 years ago
  85. a57c6e8 examples/openssl: npn_callback and SSL_CTX_set_short_header_enabled in server.c - indent by Robert Swiecki · 8 years ago
  86. d516028 examples/openssl: npn_callback and SSL_CTX_set_short_header_enabled in server.c by Robert Swiecki · 8 years ago
  87. fc7a0b0 examples/openssl: add support for alpn in server by Robert Swiecki · 8 years ago
  88. 37c8087 examples/openssl: set srp grp to '1024' by Robert Swiecki · 8 years ago
  89. c473299 examples/openssl: add srp support to server.c by Robert Swiecki · 8 years ago
  90. 82faf38 persistent: don't print output status if the process is terminating by Robert Swiecki · 8 years ago
  91. 4f09ce0 kill the subprocess upon termination of threads by Robert Swiecki · 8 years ago
  92. 50370a5 examples/openssl: missing include by Robert Swiecki · 8 years ago
  93. 964d1ff examples/openssl: privkey.c from boringssl, plus initial corpus by Robert Swiecki · 8 years ago
  94. 6c46be1 files: include <linux/memfd.h> if needed (correction) by Robert Swiecki · 8 years ago
  95. b361a63 files: include <linux/memfd.h> if needed by Robert Swiecki · 8 years ago
  96. 696a3c3 files: Use memfd_create when possible by Robert Swiecki · 8 years ago
  97. 3915a81 fuzz: all threads must indicate willingness to switch to _HF_STATE_DYNAMIC_MAIN by Robert Swiecki · 8 years ago
  98. 003474d display: Dry Run -> Dynamic Dry Run by Robert Swiecki · 8 years ago
  99. f4d3610 files: clear errno before readdir by Robert Swiecki · 8 years ago
  100. 85a91ef make indent depend by Robert Swiecki · 8 years ago