1. 14f2c56 Remove `CentipedeIsPresent` and `__libfuzzer_is_present` symbols. by Filip Niksic · 13 hours ago main
  2. 66bae76 Return a failure exit code from early stop requests. by Xinhao Yuan · 14 hours ago
  3. ca9e58a Allow to specify features in centipede_fuzz_target by FuzzTest Team · 3 days ago
  4. 6a33dc4 Introduce a new crash deduplication mechanism in Centipede. by Filip Niksic · 5 days ago
  5. 554d530 Handle PC even when only PC counters are enabled. by Xinhao Yuan · 5 days ago
  6. 775126c Use `GetCrashesFromWorkdir` for crash summary reporting in `ReplayCrash`. by Filip Niksic · 5 days ago
  7. cd97059 Use the bug ID from crashing input filename when registering reproducer tests. by Filip Niksic · 6 days ago
  8. 7406afb Rename `GetInputFileComponents` and extract it to a common library. by Filip Niksic · 6 days ago
  9. 29bde2e Implement the core of the crash deduplication and organization for Centipede. by Filip Niksic · 6 days ago
  10. f3f4b48 Replay reproducer in same process only when running locally. by László Szekeres · 7 days ago
  11. abdba4e Report failures only if the types/signatures match without stop condition. by Xinhao Yuan · 10 days ago
  12. 2110c28 Add a function to extract components from crash input file names. by Filip Niksic · 11 days ago
  13. 2c5bd73 Move `values` into ElementOfImpl instead of copying by Daniel Cheng · 11 days ago
  14. 7940ee9 Make FuzzTest/Centipede reproducer tests consistent with the legacy engine. by Xinhao Yuan · 2 weeks ago
  15. e23ef28 Update Abseil version. by Xinhao Yuan · 3 weeks ago
  16. 13b20cd Implement execution time based weight scaling. by Xinhao Yuan · 3 weeks ago
  17. 342d498 Clarify on when --jobs is effective. by Xinhao Yuan · 3 weeks ago
  18. ba63065 Add a function to collect crashes from the workdir. by Filip Niksic · 3 weeks ago
  19. b222740 Merge pull request #1890 from dingxiangfei2009:fix-init-warnings by Copybara-Service · 3 weeks ago
  20. f133df1 No public description by FuzzTest Team · 4 weeks ago
  21. 1804ef3 No public description by László Szekeres · 4 weeks ago
  22. fdf8759 Extract `MockFactory` as `NonOwningCallbacksFactory` for better reusability. by Filip Niksic · 4 weeks ago
  23. f8110a8 No public description by László Szekeres · 4 weeks ago
  24. dcd9280 Add a method to `BatchResult` to distinguish input crashes from other failures. by Filip Niksic · 4 weeks ago
  25. 276876d Override the clang-format tand reorder the imports by Xiangfei Ding · 4 weeks ago
  26. 8e747d2 Pass RNG to functions that require randomness for cleaner interface. by Xinhao Yuan · 4 weeks ago
  27. 1136ab0 Fix initialisation and signed comparison warnings by Xiangfei Ding · 4 weeks ago
  28. a213424 Optimize `RemoveSubset`. by Xinhao Yuan · 4 weeks ago
  29. 7dfe0e5 Add execution stats into corpus record. by Xinhao Yuan · 4 weeks ago
  30. d141389 Ignore SIGINT in the fork server for cleaner Ctrl-C behavior. by Xinhao Yuan · 4 weeks ago
  31. b3ed7b9 Fork server: Ack after fork and avoid changing signal handler in the child. by Xinhao Yuan · 4 weeks ago
  32. b45fa43 Use stop time to cap the execution deadline and skip reporting. by Xinhao Yuan · 4 weeks ago
  33. ad994c1 Set failure description to an ignored failure when termination is requested. by Xinhao Yuan · 4 weeks ago
  34. 6683ec9 Exit the batch execution after a failure description is set, and ignore later failures. by Xinhao Yuan · 4 weeks ago
  35. 3f78567 Add the `unguided` flag to force unguided fuzzing. by Xinhao Yuan · 4 weeks ago
  36. f505c8b No public description by FuzzTest Team · 5 weeks ago
  37. 8491407 Unify the metadata handling between the Centipede builtin mutator and the adaptor mutator. by Xinhao Yuan · 5 weeks ago
  38. 850f6ea Try swapping the byte order when matching integer TORC in container mutation. by Xinhao Yuan · 5 weeks ago
  39. eca6bcb Intercept str{,n}casecmp. by Xinhao Yuan · 5 weeks ago
  40. d6013a0 Implement switch tracing. by Xinhao Yuan · 5 weeks ago
  41. 8260f33 Move CMP trace entry sizes to a separate byte array for present check. by Xinhao Yuan · 5 weeks ago
  42. f13e4d8 Clean up persistent mode when only loading shards. by Filip Niksic · 5 weeks ago
  43. 19520d0 Use `workdir_root` as a base for workdirs in the unit test mode. by Filip Niksic · 5 weeks ago
  44. 0309379 No public description by FuzzTest Team · 6 weeks ago
  45. ba72d77 Add documentation for the `OverlapOf` domain combinator. by FuzzTest Team · 6 weeks ago
  46. e101ca0 Remove `absl::debugging` dependency. by Sara Qu · 7 weeks ago
  47. 215bd49 Merge pull request #1866 from kayo09:fix-absl-compat by Copybara-Service · 7 weeks ago
  48. 604bf58 Fix Abseil lts_20250814 compatibility in subprocess.h by kayo09 · 7 weeks ago
  49. 2f2bfad Install FailureSignalHandler to print stack traces in the OSS. by Sara Qu · 7 weeks ago
  50. b0bb515 No public description by Hadi Ravanbakhsh · 8 weeks ago
  51. 51186c2 Remove synchronization from the protobuf domain mark the domain objects as thread-unsafe. by Hadi Ravanbakhsh · 9 weeks ago
  52. ce6174e Merge pull request #1858 from ArthurSonzogni:fix-semi by Copybara-Service · 9 weeks ago
  53. bf02ecd Remove extra ';' in table_of_recent_compares.h by ArthurSonzogni · 9 weeks ago
  54. 3bf45cb Implement printer autodetection for smart pointers. by FuzzTest Team · 9 weeks ago
  55. 3741e31 Implement printer autodetection for smart pointers. by Filip Niksic · 9 weeks ago
  56. d8f299d Split fuzz_tests_with_proto_inputs into a library and a binary. by László Szekeres · 9 weeks ago
  57. 4ff90b7 Add a static library to generate a self-contained archive. by Xinhao Yuan · 9 weeks ago
  58. 3194801 Process the execution metadata when finalizing coverage. by Xinhao Yuan · 9 weeks ago
  59. 55c908f Add configs to avoid single job timeout for running multiple configs. by Xinhao Yuan · 9 weeks ago
  60. 61015dd No public description by Ivo Ristovski List · 10 weeks ago
  61. 70d96c4 No public description by Ivo Ristovski List · 10 weeks ago
  62. d897f74 Pass runner flags to the Sancov runtime. by Xinhao Yuan · 3 months ago
  63. 62174b5 Add MSAN support with a functional test. by Xinhao Yuan · 3 months ago
  64. 8b93bbe Add compact mode to comparison tables to not sample from unpopulated entries. by Xinhao Yuan · 3 months ago
  65. 169baf1 Report crash summary when replaying a corpus or a crashing input. by Filip Niksic · 3 months ago
  66. b87fa7d Prioritize higher scores in CMP features. by Xinhao Yuan · 3 months ago
  67. e9b49f3 A few more LOG macro cleanup. by László Szekeres · 3 months ago
  68. 73721c6 Remove unused batch fuzz example. by László Szekeres · 3 months ago
  69. f6aa6f6 Simplify some log statements with FUZZTEST_PCHECK. by László Szekeres · 3 months ago
  70. b742bb0 Change instances of FUZZTEST_CHECK(false) to FUZZTEST_LOG(FATAL). by László Szekeres · 3 months ago
  71. 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 months ago
  72. c086c98 Allow infinite time limit when there is only one test. by Xinhao Yuan · 3 months ago
  73. 0bf1031 Remove redundant and stale metadata files from Centipede codebase. by László Szekeres · 3 months ago
  74. 3623860 Fix runner/sancov state lifetime by adding manual lifetime wrappers. by Xinhao Yuan · 3 months ago
  75. 4c66517 Consolidate CHECK and LOG implementations. by László Szekeres · 3 months ago
  76. a1840dc Replace fuzztest_single_test_mode with ..._multi_test_mode_soon_to_be_removed. by Xinhao Yuan · 3 months ago
  77. fd61d9a Revert an accidentally flipped prediction. by Xinhao Yuan · 3 months ago
  78. 805f32c Add ability to exclude specific sets of features when creating a seed corpus. by Dan Snyder · 3 months ago
  79. 2bdfb36 Fix logging. by Xinhao Yuan · 3 months ago
  80. eca35cc Mutate newly added fields to protobuf because they can have empty value (e.g., nullopt). by Hadi Ravanbakhsh · 3 months ago
  81. 2bc3312 Add thread level tracing control and disable tracing for FuzzTest runtime. by Xinhao Yuan · 3 months ago
  82. ad40838 Add pointer stability to flash_hash_map-s used for caches. by Hadi Ravanbakhsh · 3 months ago
  83. 5132f07 Implement persistent mode in runner and `CentipedeCallbacks`. by Xinhao Yuan · 3 months ago
  84. b8a1c8c Add Flatbuffers table nested support. by FuzzTest Team · 3 months ago
  85. d08c250 Revert HasDefaultFlag: Some instrumentation behaviors were enabled by default causing test failures by Yamil Morales · 3 months ago
  86. 9598f90 Attempt to fix a potential ASAN false positive of "initialization-order-fiasco". by Xinhao Yuan · 3 months ago
  87. fb61507 Introduce `EXPECT_THAT_LOG` macro to improve test failure messages. by Xinhao Yuan · 3 months ago
  88. dff1bd3 Use the same seed for mutation runs when testing parallel efficiency. by Filip Niksic · 3 months ago
  89. 3aa1c32 Correctly initialize `fields_cache_` in the protobuf domain. by Filip Niksic · 3 months ago
  90. 1d21791 No public description by FuzzTest Team · 3 months ago
  91. 4bb9339 Add a tool for analyzing feature files from centipede. by Dan Snyder · 3 months ago
  92. 85f38ce Avoid reading from files in construction time of the protobuf domain. by Hadi Ravanbakhsh · 3 months ago
  93. a2f4cc5 Add more logging to help explain failures. by Xinhao Yuan · 3 months ago
  94. 4864826 No public description by Xinhao Yuan · 3 months ago
  95. fd67d41 Cache fields of proto descriptors. by Hadi Ravanbakhsh · 3 months ago
  96. 81f0e30 Add GetStderrFdDup() for logging in signal handler. by FuzzTest Team · 3 months ago
  97. 2019a35 Add GetStderrFdDup() for logging in signal handler. by Xinhao Yuan · 3 months ago
  98. 97d508a Create a cache for recursive analysis in proto policy and is passed-down by pointer for nested protos. by Hadi Ravanbakhsh · 3 months ago
  99. 691fac2 Add a parallel mutation efficiency test for protobuf mutation. by Hadi Ravanbakhsh · 3 months ago
  100. 0a6f95e No public description by Yamil Morales · 3 months ago