1. c6a48b1 Work around some cygwin/mingw interesting behavior by Robert Swiecki · 9 years ago
  2. 848c4fc Move sighandlers to post-thread ini by Jagger · 9 years ago
  3. 08816fd Move main loop logic to honggfuzz.c by Jagger · 9 years ago
  4. 17fd90b _exit instead of return by Robert Swiecki · 9 years ago
  5. e48811e More defer-ization by Robert Swiecki · 9 years ago
  6. c8c32db Merge by Robert Swiecki · 9 years ago
  7. a79b0bd Unify the help - default values, and capitalization of help by Jagger · 9 years ago
  8. 288a224 Use -L for Linux-specific options by Jagger · 9 years ago
  9. 96822af Merge branch 'master' into stackhash_blacklist by Anestis Bechtsoudis · 9 years ago
  10. 414d3f6 Usage typo by Anestis Bechtsoudis · 9 years ago
  11. d59af69 Implement stackhash blacklist by Anestis Bechtsoudis · 9 years ago
  12. 6716700 Help for -f / custom counters by Robert Swiecki · 9 years ago
  13. d7e8ed2 Crashes counter improvements by Anestis Bechtsoudis · 9 years ago
  14. 8d19100 Fix valgrind detected issues by Anestis Bechtsoudis · 9 years ago
  15. 55e3bee Put report file in the working dir as well by Jagger · 9 years ago
  16. b865a57 Merge branch 'master' of https://github.com/google/honggfuzz by Anestis Bechtsoudis · 9 years ago
  17. 3b51355 Remove remnants of fuzzer->branchBestCnt by Jagger · 9 years ago
  18. 666e491 Merge branch 'master' of https://github.com/google/honggfuzz by Anestis Bechtsoudis · 9 years ago
  19. c578d64 Use prlimit64 to allow fuzzing 64bit processes from 32bit honggfuzz by Robert Swiecki · 9 years ago
  20. 81c6a0d Get rid of semaphores. Signals rule by Robert Swiecki · 9 years ago
  21. dbc4a15 Add support for MSAN by Jagger · 9 years ago
  22. 672a918 Revert "Merge branch 'master' of https://github.com/google/honggfuzz" by Anestis Bechtsoudis · 9 years ago
  23. 794b758 Add support for MSAN by Jagger · 9 years ago
  24. 3b00cfc Log: log INFO by default with screen, but don't log perf counters for each run by Jagger · 9 years ago
  25. 6aa6e71 Use atomic operations instead of locking sections of code with mutexes by Jagger · 9 years ago
  26. 630aa7f Display: report elapsed time by Jagger · 9 years ago
  27. 4b5281e Display: add timeout counter by Jagger · 9 years ago
  28. 0764ad7 Initial implementation of an ANSI status screen by Jagger · 9 years ago
  29. ea39a8f Simplify thread creation. Make threads go in loops instead of restarting them by Jagger · 9 years ago
  30. 51c9bb1 Typo fixes by Anestis Bechtsoudis · 9 years ago
  31. c1f6faa Android support + minor improvements by Anestis Bechtsoudis · 9 years ago
  32. dfe815f Support for EINTR in wait4 by Jagger · 9 years ago
  33. 24eb0cb Missing vararg by Jagger · 9 years ago
  34. daffbca Description of -Dp -De modes by Jagger · 9 years ago
  35. c8297e9 Remove duplicate words from help dialog. by Daniel Lockyer · 9 years ago
  36. 4f1124f Support for word dictionaries by robert.swiecki@gmail.com · 10 years ago
  37. 6a623cd No need for ptraceAttached flag by robert.swiecki@gmail.com · 10 years ago
  38. e468320 PID fuzzing in the same thread as regular child process fuzzing by robert.swiecki@gmail.com · 10 years ago
  39. 2a95369 Support for storing perf value in GS by robert.swiecki · 10 years ago
  40. 1111d13 Correct support for timers in linux/* by robert.swiecki@gmail.com · 10 years ago
  41. dae079f Code coverage example by robert.swiecki@gmail.com · 10 years ago
  42. 10e69b6 Support for blocks/edges by robert.swiecki@gmail.com · 10 years ago
  43. f1b32b6 Force use of -- by robert.swiecki@gmail.com · 10 years ago
  44. 4be2667 A pass with astyle by robert.swiecki@gmail.com · 10 years ago
  45. 9a5761f Indent by robert.swiecki@gmail.com · 10 years ago
  46. f845d4d Add support for CPU cycles measurement by robert.swiecki@gmail.com · 10 years ago
  47. 9344c0b Move header to usage by robert.swiecki@gmail.com · 10 years ago
  48. 32b47a0 Usage/help by robert.swiecki@gmail.com · 10 years ago
  49. 42f346b break after setting a variable by robert.swiecki@gmail.com · 10 years ago
  50. da8396c Support for env variables by robert.swiecki@gmail.com · 10 years ago
  51. 81e26dc Support all three perf modes at once by robert.swiecki@gmail.com · 10 years ago
  52. 9be63de Correct value of uint/ulong max by robert.swiecki@gmail.com · 10 years ago
  53. 46d8f1d POSIXLY_CORRECT getopt and 64-bit files in Linux by robert.swiecki@gmail.com · 10 years ago
  54. 684f60c perfCutOffAddr implementation by robert.swiecki@gmail.com · 10 years ago
  55. 7ec5d71 usage() depends on Linux by robert.swiecki@gmail.com · 10 years ago
  56. 0adc487 Typo by robert.swiecki@gmail.com · 10 years ago
  57. de95152 Regressions un usage() by robert.swiecki@gmail.com · 10 years ago
  58. 90f36e6 Allowed regression count by robert.swiecki@gmail.com · 10 years ago
  59. 3203ac4 Wording by robert.swiecki@gmail.com · 10 years ago
  60. b6daf88 Help improvements by robert.swiecki@gmail.com · 10 years ago
  61. e52bac7 For now 2 fuzzing threads by robert.swiecki@gmail.com · 10 years ago
  62. de0080f Check initial condition by robert.swiecki@gmail.com · 10 years ago
  63. 060a9dd Initial best file size is 1 (cannot be bigger than max file size) by robert.swiecki@gmail.com · 10 years ago
  64. 6f31991 Use less syscalls in the logging subsystem by robert.swiecki@gmail.com · 10 years ago
  65. f9175d8 Wording by robert.swiecki · 10 years ago
  66. 172f42a Assume that initially the dynamic file is of a 256 byte size by robert.swiecki@gmail.com · 10 years ago
  67. 3109d0a Get rid of -b by robert.swiecki@gmail.com · 10 years ago
  68. 9283e9b usage() fix by robert.swiecki@gmail.com · 10 years ago
  69. f987e55 Working precise PC sampling by robert.swiecki@gmail.com · 10 years ago
  70. d781897 BTS version 1 by robert.swiecki@gmail.com · 10 years ago
  71. 254c0ec Better usage() msg by robert.swiecki@gmail.com · 10 years ago
  72. 2c0397e Threads stack size must take into consideration dynamic file creation by robert.swiecki@gmail.com · 10 years ago
  73. 5c03df0 Use double instead of float conversion by robert.swiecki@gmail.com · 10 years ago
  74. 0a7eabe Use size_t rather than off_t (we'll never process files bigger than VA, due to mmap limits) by robert.swiecki@gmail.com · 10 years ago
  75. 4da86bf Magic values fuzzing by robert.swiecki@gmail.com · 10 years ago
  76. 36700b5 New mangle.* file by robert.swiecki@gmail.com · 10 years ago
  77. 2e11b34 Add PERF_SAMPLE_BRANCH_COND support by robert.swiecki@gmail.com · 10 years ago
  78. c63e1d5 Typo by robert.swiecki@gmail.com · 10 years ago
  79. 34c18fe Support more types of perf sampling by robert.swiecki@gmail.com · 10 years ago
  80. cd74cfc Limit the dynamic file fileSz by robert.swiecki@gmail.com · 10 years ago
  81. cac22fd Naming scheme change for linux/perf.* by robert.swiecki@gmail.com · 10 years ago
  82. 85a0a95 Tmp by robert.swiecki@gmail.com · 10 years ago
  83. 41d8e05 Locking for concurrect access to the dynamic file by robert.swiecki@gmail.com · 10 years ago
  84. ebe71ca Better description by robert.swiecki@gmail.com · 10 years ago
  85. 341dd12 Improvements over perf insrastructure Exit with l_FATAL even if dl == 0 by robert.swiecki@gmail.com · 10 years ago
  86. d4dd4df Basic file generation by robert.swiecki@gmail.com · 10 years ago
  87. 64dc2a0 -D doesn't take arguments by robert.swiecki@gmail.com · 10 years ago
  88. 6d6f756 Baic dynamic file creation by robert.swiecki@gmail.com · 10 years ago
  89. 8531f69 Correct authors header and C11 isms in the posix module by robert.swiecki@gmail.com · 10 years ago
  90. 3b630b4 Indent: Remove spaces at the end of lines by robert.swiecki@gmail.com · 10 years ago
  91. 90e9911 Better reporting and 64-bit rnd function by robert.swiecki@gmail.com · 10 years ago
  92. e7190b9 proper reporting by robert.swiecki@gmail.com · 10 years ago
  93. 772b33d berkeley style comments by robert.swiecki@gmail.com · 10 years ago
  94. a0d8714 Distinct directories for each architecture by robert.swiecki@gmail.com · 10 years ago
  95. 4be12dc Better rand by robert.swiecki@gmail.com · 10 years ago
  96. c844314 Better PID fuzzing by robert.swiecki@gmail.com · 10 years ago
  97. cdf18f9 Logging based on fd-s instead of FILE*'s by robert.swiecki@gmail.com · 10 years ago
  98. 5eb0a98 Use semaphores instead of mutexes by robert.swiecki@gmail.com · 10 years ago
  99. 882900b Introduce threades by robert.swiecki@gmail.com · 10 years ago
  100. d7aed31 Adding file truncation/expansion by robert.swiecki@gmail.com · 10 years ago