1. 3195a99 [Android] Force clean if API level or toolchain changed by Anestis Bechtsoudis · 8 years ago
  2. 6257b61 [Android] Clean all deps target by Anestis Bechtsoudis · 8 years ago
  3. b4446a8 [Android] Auto build deps directly from master makefile by Anestis Bechtsoudis · 8 years ago
  4. 65e3571 [Android] Rebuild deps when different API level chosen by Anestis Bechtsoudis · 8 years ago
  5. 3513073 [Android] Verify valid ANDROID_API level from deps cc scripts by Anestis Bechtsoudis · 8 years ago
  6. d7f27ff [Android] Align deps target API level with one chosen at makefile by Anestis Bechtsoudis · 8 years ago
  7. 48b280a [Android] Align libunwind CPU naming conventions with makefile by Anestis Bechtsoudis · 8 years ago
  8. e3df591 [Makefile] Unnecessary tabs replaced with spaces by Anestis Bechtsoudis · 8 years ago
  9. c7a95f8 Set persistentSock before fork() by Robert Swiecki · 8 years ago
  10. 2a7da34 subproc: remove double 'persistent' check by Robert Swiecki · 8 years ago
  11. 19fa37a Set FD to -1 in case of map failure by Robert Swiecki · 8 years ago
  12. 4e5c719 Merge pull request #107 from anestisb/mac-bug-fixes by robertswiecki · 8 years ago
  13. 2302b78 [MAC] Fix missing symbol bug by Anestis Bechtsoudis · 8 years ago
  14. 5b4e9f3 Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 8 years ago
  15. fddc086 Unify time limits for all three archs. Remove rlimits/setitimer by Robert Swiecki · 8 years ago
  16. 7f26af8 Merge pull request #106 from anestisb/bug-fixes by robertswiecki · 8 years ago
  17. 8171d52 Cleanup code in subproc_New by Anestis Bechtsoudis · 8 years ago
  18. 4b50f1a display: divide by billion for G by Robert Swiecki · 8 years ago
  19. 216fef6 Report: Don't acuire mutex if there's nothing to report by Robert Swiecki · 8 years ago
  20. c211899 Linux/arch: Set the persistent socket size to 2MiB by Robert Swiecki · 8 years ago
  21. 9c90094 Log: better printing for time and funcline (typo) by Robert Swiecki · 8 years ago
  22. b2b89b0 Log: better printing for time and funcline by Robert Swiecki · 8 years ago
  23. eab0e86 Comments in .h by Robert Swiecki · 8 years ago
  24. 5795fd6 report: bad AND of conditions by Robert Swiecki · 8 years ago
  25. ce62a21 Remove a report lock for now by Robert Swiecki · 8 years ago
  26. 930767f Merge pull request #104 from anestisb/android-libhfuzz by robertswiecki · 8 years ago
  27. 7ff7d6c Merge branch 'master' into android-libhfuzz by Anestis Bechtsoudis · 8 years ago
  28. 482eae8 Merge pull request #103 from anestisb/submodule-init-bug by robertswiecki · 8 years ago
  29. b26c2c6 Fix submodule init bug when non-recursive clone by Anestis Bechtsoudis · 8 years ago
  30. f5ded93 [Android] Add compile all rule by Anestis Bechtsoudis · 8 years ago
  31. 795853e [Android] Compile libhfuzz by Anestis Bechtsoudis · 8 years ago
  32. 06e7874 Merge pull request #102 from anestisb/submodule-deps by robertswiecki · 8 years ago
  33. 9983df9 Hooks not registered when clone with submodules by Anestis Bechtsoudis · 8 years ago
  34. b442502 [Makefile] Remove trailing spaces by Anestis Bechtsoudis · 8 years ago
  35. f4a17fd [Android] Update doc by Anestis Bechtsoudis · 8 years ago
  36. 9b82546 [build-script] Fetch only matching submodule dep by Anestis Bechtsoudis · 8 years ago
  37. 407ebcf [Android] Doc update by Anestis Bechtsoudis · 8 years ago
  38. eff42d1 Register git hooks for submodules by Anestis Bechtsoudis · 8 years ago
  39. b5f834d [Android] Revert libunwind patches when cc done by Anestis Bechtsoudis · 8 years ago
  40. 2ce9337 Clean old manual deps clone by Anestis Bechtsoudis · 8 years ago
  41. e402444 [Android] libunwind default to master by Anestis Bechtsoudis · 8 years ago
  42. 01adff0 [Android] Capstone default to latest stable by Anestis Bechtsoudis · 8 years ago
  43. 1ba355b [Android] capstone build NDK R13 support by Anestis Bechtsoudis · 8 years ago
  44. 96ff590 Typos & grammar by Anestis Bechtsoudis · 8 years ago
  45. 1c1d166 [Android] submodule 3rd-party deps by Anestis Bechtsoudis · 8 years ago
  46. ae6f64a Merge pull request #100 from aaronc100/makefile_osx_updates by Haris Andrianakis · 8 years ago
  47. 31d2a27 report: protect reporting with a static mutex by Robert Swiecki · 8 years ago
  48. 8e1feb6 log: Don't print function names with INFO log level by Robert Swiecki · 8 years ago
  49. bfd365f Updated Darwin/OS X area of Makefile: streamlined logic/conditionals for operating on SDK version. by Aaron Carreras · 8 years ago
  50. afbee72 Remove empty line, use /* */ as comments by Robert Swiecki · 8 years ago
  51. 623f4eb Updated Darwin area of Makefile: separated logic for determining SDK version and OS X version. by Aaron Carreras · 8 years ago
  52. 24a4c78 Updated typo in README.md. by Aaron Carreras · 8 years ago
  53. ecdc2fe Added Darwin requirements to README.md. by Aaron Carreras · 8 years ago
  54. 80bcd06 Updated error string in Darwin conditional. by Aaron Carreras · 8 years ago
  55. 7de03fb Updated the darwin area of the Makefile to more accurate variable names: changed OS_VERSION to OSX_SDK_VERSION. by Aaron Carreras · 8 years ago
  56. 3e09104 Merge pull request #99 from tunz/master by robertswiecki · 8 years ago
  57. c0acb0d Bug fix: rndBuf was generating only 0 or 1 value by Choongwoo Han · 8 years ago
  58. 030034e Make it compile under Android - wrt arch_Clone by Robert Swiecki · 8 years ago
  59. d57cb61 Merge branch 'master' of ssh://github.com/google/honggfuzz by Robert Swiecki · 8 years ago
  60. e7fd19e Linux/fork-clone: avoid problems with glibc caching of TID/PID after syscall(__NR_clone) by Robert Swiecki · 8 years ago
  61. 884860a Merge pull request #98 from aaronc100/makefile_fix_new by robertswiecki · 8 years ago
  62. 349cb9e cmdline: for Intel PT and BTS by Robert Swiecki · 8 years ago
  63. 0903ae4 Updated Makefile (on OSX) to use xcrun (from xcode) versus sw_vers to discover SDK version. This prevents failed builds when using OSX 10.11 with the newest Xcode 10.12. by Aaron Carreras · 8 years ago
  64. 0aa7f4b Merge pull request #96 from anestisb/android-ndkr13 by robertswiecki · 8 years ago
  65. 6a938ed [Android] Adjust makefile for NDK R13 compatibility by Anestis Bechtsoudis · 8 years ago
  66. d32018f cmdline - usage: --covdir by Robert Swiecki · 8 years ago
  67. 116213b cmdline: Missing bracket by Robert Swiecki · 8 years ago
  68. a2d5be3 cmdline - usage: persistent and instrument by Robert Swiecki · 8 years ago
  69. c20cdbf Comment to the lock in display.c by Robert Swiecki · 8 years ago
  70. 4a284e1 Unused variables in sancov by Robert Swiecki · 8 years ago
  71. e81f4b1 LOG message for setenv(MALLOC_CHECK_=3) -> setenv(MALLOC_CHECK_=7) by Robert Swiecki · 8 years ago
  72. 9f4cd09 Remove UNUSED by Robert Swiecki · 8 years ago
  73. 1cae6b0 Update FeedbackDrivenFuzzing.md by robertswiecki · 8 years ago
  74. 7c2c90c Make sancov PC guards work across multiple processes by Robert Swiecki · 8 years ago
  75. f510cbd Display rearrangement by Robert Swiecki · 8 years ago
  76. 3a57226 No need to specify struct name in TAILQ_HEAD by Robert Swiecki · 8 years ago
  77. e8f8e8d Make file queue depend on sys/queue by Robert Swiecki · 8 years ago
  78. 0fcace2 Correct check for external mutator by Robert Swiecki · 8 years ago
  79. 3eee4b5 Don't reinitialize sancov pc guards by Robert Swiecki · 8 years ago
  80. ab28815 Info about trace-pc-guard in docs/comments by Robert Swiecki · 8 years ago
  81. 574b039 Support for trace-pc-guard by Robert Swiecki · 8 years ago
  82. 3f03f7e No need to use so big thread stack size by Robert Swiecki · 8 years ago
  83. ee266ac Introduce --pprocess_cmd for file postprocessing by Robert Swiecki · 8 years ago
  84. e812ff5 Display fuzzing phase by Robert Swiecki · 8 years ago
  85. 1188acb MALLOC_CHECK_=7 is better malloc_check_ :) by Robert Swiecki · 8 years ago
  86. 4205786 Don't force MALLOC_CHECK_ if already set by Robert Swiecki · 8 years ago
  87. 9d8822d Make num_cpu static to avoid syscalls each time display is called by Jagger · 8 years ago
  88. 7f9c9ed Merge branch 'master' of ssh://github.com/google/honggfuzz by Jagger · 8 years ago
  89. 2664f54 Change number of active threads to num-of-cpus/2 by Jagger · 8 years ago
  90. 5e77c60 Update README.md by robertswiecki · 8 years ago
  91. d4bbe02 Merge branch 'master' of ssh://github.com/google/honggfuzz by Jagger · 8 years ago
  92. 2096d4b reference to libhfuzz.a by Jagger · 8 years ago
  93. a7253cf Update FeedbackDrivenFuzzing.md by robertswiecki · 8 years ago
  94. a2f2dd8 Merge branch 'master' of ssh://github.com/google/honggfuzz by Jagger · 8 years ago
  95. e7af11e Version 0.8 -> 0.9alpha by Jagger · 8 years ago
  96. f1e37ac Update FeedbackDrivenFuzzing.md by robertswiecki · 8 years ago
  97. 14e31a0 Update FeedbackDrivenFuzzing.md by robertswiecki · 8 years ago
  98. fd2f138 Update FeedbackDrivenFuzzing.md by robertswiecki · 8 years ago
  99. f6094ce Update FeedbackDrivenFuzzing.md by robertswiecki · 8 years ago
  100. 3191da9 Update FeedbackDrivenFuzzing.md by robertswiecki · 8 years ago