1. 61015dd No public description by Ivo Ristovski List · 3 days ago main
  2. 70d96c4 No public description by Ivo Ristovski List · 4 days ago
  3. d897f74 Pass runner flags to the Sancov runtime. by Xinhao Yuan · 10 days ago
  4. 62174b5 Add MSAN support with a functional test. by Xinhao Yuan · 10 days ago
  5. 8b93bbe Add compact mode to comparison tables to not sample from unpopulated entries. by Xinhao Yuan · 11 days ago
  6. 169baf1 Report crash summary when replaying a corpus or a crashing input. by Filip Niksic · 11 days ago
  7. b87fa7d Prioritize higher scores in CMP features. by Xinhao Yuan · 11 days ago
  8. e9b49f3 A few more LOG macro cleanup. by László Szekeres · 2 weeks ago
  9. 73721c6 Remove unused batch fuzz example. by László Szekeres · 2 weeks ago
  10. f6aa6f6 Simplify some log statements with FUZZTEST_PCHECK. by László Szekeres · 2 weeks ago
  11. b742bb0 Change instances of FUZZTEST_CHECK(false) to FUZZTEST_LOG(FATAL). by László Szekeres · 2 weeks ago
  12. e91ddf2 Implement sancov runtime API to be able to emit features for other frameworks, and add a new interface to the dispatcher for exposed feature compatibility. by Yamil Morales · 3 weeks ago
  13. c086c98 Allow infinite time limit when there is only one test. by Xinhao Yuan · 3 weeks ago
  14. 0bf1031 Remove redundant and stale metadata files from Centipede codebase. by László Szekeres · 3 weeks ago
  15. 3623860 Fix runner/sancov state lifetime by adding manual lifetime wrappers. by Xinhao Yuan · 3 weeks ago
  16. 4c66517 Consolidate CHECK and LOG implementations. by László Szekeres · 3 weeks ago
  17. a1840dc Replace fuzztest_single_test_mode with ..._multi_test_mode_soon_to_be_removed. by Xinhao Yuan · 3 weeks ago
  18. fd61d9a Revert an accidentally flipped prediction. by Xinhao Yuan · 3 weeks ago
  19. 805f32c Add ability to exclude specific sets of features when creating a seed corpus. by Dan Snyder · 3 weeks ago
  20. 2bdfb36 Fix logging. by Xinhao Yuan · 3 weeks ago
  21. eca35cc Mutate newly added fields to protobuf because they can have empty value (e.g., nullopt). by Hadi Ravanbakhsh · 3 weeks ago
  22. 2bc3312 Add thread level tracing control and disable tracing for FuzzTest runtime. by Xinhao Yuan · 3 weeks ago
  23. ad40838 Add pointer stability to flash_hash_map-s used for caches. by Hadi Ravanbakhsh · 3 weeks ago
  24. 5132f07 Implement persistent mode in runner and `CentipedeCallbacks`. by Xinhao Yuan · 4 weeks ago
  25. b8a1c8c Add Flatbuffers table nested support. by FuzzTest Team · 4 weeks ago
  26. d08c250 Revert HasDefaultFlag: Some instrumentation behaviors were enabled by default causing test failures by Yamil Morales · 4 weeks ago
  27. 9598f90 Attempt to fix a potential ASAN false positive of "initialization-order-fiasco". by Xinhao Yuan · 4 weeks ago
  28. fb61507 Introduce `EXPECT_THAT_LOG` macro to improve test failure messages. by Xinhao Yuan · 4 weeks ago
  29. dff1bd3 Use the same seed for mutation runs when testing parallel efficiency. by Filip Niksic · 4 weeks ago
  30. 3aa1c32 Correctly initialize `fields_cache_` in the protobuf domain. by Filip Niksic · 4 weeks ago
  31. 1d21791 No public description by FuzzTest Team · 4 weeks ago
  32. 4bb9339 Add a tool for analyzing feature files from centipede. by Dan Snyder · 4 weeks ago
  33. 85f38ce Avoid reading from files in construction time of the protobuf domain. by Hadi Ravanbakhsh · 4 weeks ago
  34. a2f4cc5 Add more logging to help explain failures. by Xinhao Yuan · 4 weeks ago
  35. 4864826 No public description by Xinhao Yuan · 4 weeks ago
  36. fd67d41 Cache fields of proto descriptors. by Hadi Ravanbakhsh · 4 weeks ago
  37. 81f0e30 Add GetStderrFdDup() for logging in signal handler. by FuzzTest Team · 4 weeks ago
  38. 2019a35 Add GetStderrFdDup() for logging in signal handler. by Xinhao Yuan · 4 weeks ago
  39. 97d508a Create a cache for recursive analysis in proto policy and is passed-down by pointer for nested protos. by Hadi Ravanbakhsh · 4 weeks ago
  40. 691fac2 Add a parallel mutation efficiency test for protobuf mutation. by Hadi Ravanbakhsh · 4 weeks ago
  41. 0a6f95e No public description by Yamil Morales · 4 weeks ago
  42. a4725f0 No public description by Filip Niksic · 4 weeks ago
  43. deebe22 Pass the `seed` by reference to `print_one_arg`. by Ali Hijazi · 4 weeks ago
  44. cedea38 Create a public mutex for atomically printing execution logs. by Xinhao Yuan · 4 weeks ago
  45. c89794a Make execution log printing less verbose in command. by Xinhao Yuan · 4 weeks ago
  46. 67642ca Minor: Remove stray semicolon by Ali Hijazi · 4 weeks ago
  47. 2d6ca21 Refactor sancov related objects and coverage processing functions out of the runner with the purpose of sharing it with other frameworks for emitting features. by Yamil Morales · 5 weeks ago
  48. a292a7b Clear features when the input is rejected by Dan Snyder · 5 weeks ago
  49. be7434d Abort on external failures in runner mode instead of keep running. by Xinhao Yuan · 5 weeks ago
  50. f0ba189 Fix test filtering when running FuzzTest with the separate Centipede binary. by Xinhao Yuan · 5 weeks ago
  51. c1c656a Add fuzztest::unstable::ParseReproducerValue function. by Alex Light · 5 weeks ago
  52. bdb32e6 No public description by Yamil Morales · 6 weeks ago 2025-07-28
  53. afcef76 Merge pull request #1791 from ShadowBearVR:main by Copybara-Service · 6 weeks ago
  54. a183551 Ensure Corpus Telemetry is correctly collected by Collin MacDonald · 6 weeks ago
  55. 81e4fbd Allow fuzz test users to define source-code printers by Alex Light · 6 weeks ago
  56. ff0ac29 No public description by László Szekeres · 7 weeks ago
  57. b8817b3 No public description by Hadi Ravanbakhsh · 7 weeks ago
  58. 33ad8c0 No public description by Hadi Ravanbakhsh · 7 weeks ago
  59. 4f2e879 Add flatbuffers enum domain by FuzzTest Team · 7 weeks ago
  60. 391c34a No public description by Hadi Ravanbakhsh · 7 weeks ago
  61. 0f82dad Merge pull request #1774 from backes:fix-invalid-seed-typo by Copybara-Service · 8 weeks ago
  62. 41aff1b Fix reporting invalid multi-value seeds by Clemens Backes · 8 weeks ago
  63. 7bab06f No public description by FuzzTest Team · 8 weeks ago
  64. 5b5b1af No public description by FuzzTest Team · 8 weeks ago
  65. e22ceff Add flatbuffers domain by FuzzTest Team · 8 weeks ago
  66. 1d26596 Extend Command for more control over a single exectuion. #Centipede by Xinhao Yuan · 8 weeks ago
  67. 3cb8569 No public description by Xinhao Yuan · 8 weeks ago
  68. d5857a5 No public description by FuzzTest Team · 10 weeks ago
  69. 62dfb3a Add the ability to set an external crash reporter for crash summaries. by Filip Niksic · 10 weeks ago
  70. 31ca9be Report a summary of crashes at the end of an "update corpus database" session. by Filip Niksic · 10 weeks ago
  71. 45a1c3a Fix a potential race condition when incrementing static counters. by FuzzTest Team · 3 months ago
  72. 6c64b55 No public description by FuzzTest Team · 3 months ago
  73. 4dda385 Add a test for crash deduplication. by Xinhao Yuan · 3 months ago
  74. 3a04e5c Basic dispatcher prototype. by Xinhao Yuan · 3 months ago
  75. dad90ee No public description by Xinhao Yuan · 3 months ago
  76. 69cac4b Limit the input size when printing in human-readable format. by Hadi Ravanbakhsh · 3 months ago
  77. 466e457 Add new experimental result types for the Dispatcher prototype. by Xinhao Yuan · 3 months ago
  78. 7618998 Also bump Protobuf to latest version by Samuel Freilich · 3 months ago
  79. 18b45b9 Remove Deprecated Call to FieldDescriptor::is_optional by Ali Hijazi · 3 months ago
  80. 8c215ac Make Centipede calls aware of termination. by Xinhao Yuan · 3 months ago
  81. 2546e95 Fix MacOS build. by Xinhao Yuan · 3 months ago
  82. 27eb467 Merge pull request #1742 from sfreilich:patch-1 by Copybara-Service · 3 months ago
  83. b0db9fd Split crash metadata into description and signature. by Filip Niksic · 3 months ago
  84. c2b8c85 Update Abseil and Riegeli by Samuel Freilich · 3 months ago
  85. 1e47f9d Add test_name option to be used by dispatcher. by Xinhao Yuan · 3 months ago
  86. b70e7bd Split crash metadata into description and signature. by Xinhao Yuan · 3 months ago
  87. 5c74d66 Support IgnoredFailure type that would cause minimal logging without triaging. by Xinhao Yuan · 3 months ago
  88. 61e6d3d Exit peacefully when custom mutator fails. by Xinhao Yuan · 3 months ago
  89. 6a8df26 Do not let the shell wait for the command. by Xinhao Yuan · 3 months ago
  90. 1ec1b0b Do not remove workdir or move on to distill if early stop was requested. by Xinhao Yuan · 3 months ago
  91. 890b53c Change the FuzzTest/Centipede unit test duration to 1s. by Xinhao Yuan · 3 months ago
  92. 387dca8 Merge pull request #1724 from abhijeetk:windows-stdout-macro-conflict by Copybara-Service · 3 months ago
  93. 9ee8422 Add CMake fuzztest_proto_library() support. by László Szekeres · 3 months ago
  94. e5eb003 Validate container memory dictionary mutation for inner domain. by Xinhao Yuan · 3 months ago
  95. c815178 No public description by FuzzTest Team · 3 months ago
  96. f1e2661 Add e2e tests for the libFuzzer compatibility mode. by Xinhao Yuan · 3 months ago
  97. edf0d41 Expose GetRandomCorpusValue within the domain API by Markus Kusano · 3 months ago
  98. 0714a39 Cleanup FUZZTEST_STACK_LIMIT env var in favor of --stack_limit_kb flag. by Sara Qu · 3 months ago
  99. 263ba82 Change the FuzzTest/Centipede unit test duration to 1s. by Xinhao Yuan · 3 months ago
  100. 5c020e6 Fix Windows build error due to macro conflict with 'stdout' by Abhijeet Kandalkar · 3 months ago