1. a72f099 Add more coordination between the watchdog thread and the test thread. by Xinhao Yuan · 5 days ago main
  2. 3684535 No public description by Xinhao Yuan · 5 days ago
  3. b6e1af9 Log execution RSS usage for debugging leakage. by Xinhao Yuan · 5 days ago
  4. 725b15d Print the mutate execution log only when stop condition is off. by Xinhao Yuan · 6 days ago
  5. f0a421a Clarify the log message on batch cleanup failure. by Xinhao Yuan · 7 days ago
  6. 6e4dee4 Clean up IRObject for custom domain creation. by Xinhao Yuan · 4 weeks ago
  7. 41c8a0f No public description by FuzzTest Team · 4 weeks ago
  8. 247a6e0 No public description by FuzzTest Team · 4 weeks ago
  9. 2439d93 No public description by FuzzTest Team · 4 weeks ago
  10. 78831bf Improve iteration counter when the batch execution is interrupted. by Hadi Ravanbakhsh · 5 weeks ago
  11. 893f793 Handle unexpected termination in Centipede's crash handling. by Filip Niksic · 5 weeks ago
  12. fb86a02 Disable unexpected exit handler in compatibility mode. by Filip Niksic · 5 weeks ago
  13. 056722f Detect and report unexpected exits in fuzz tests. by Filip Niksic · 6 weeks ago
  14. 8604cf4 Set the maximum length for printing crash signatures to `kHashLen`. by Filip Niksic · 6 weeks ago
  15. 2af5c28 No public description by FuzzTest Team · 6 weeks ago
  16. 7753886 No public description by Hadi Ravanbakhsh · 6 weeks ago
  17. 1ec8ab1 Move non-failure logging into non-failure paths. by Xinhao Yuan · 6 weeks ago
  18. 1c3e6d1 Check if the child terminates before waiting for signals. by Xinhao Yuan · 8 weeks ago
  19. cc9c148 Fix a crash when all corpus inputs have no feature. by Xinhao Yuan · 8 weeks ago
  20. b0e2cf8 No public description by Hadi Ravanbakhsh · 8 weeks ago
  21. 74e45da Extract the crash type from sanitizer error summary. by Filip Niksic · 8 weeks ago
  22. 159871a Add `--continue_after_crash` to control the test behavior on finding crashes. by Xinhao Yuan · 8 weeks ago
  23. 1836bcc Reset the failure description state for each batch. by Xinhao Yuan · 9 weeks ago
  24. d0d972a Re-enable Centipede MacOS tests in CI. by Xinhao Yuan · 9 weeks ago
  25. fcf3f22 Make better crash deduplication the default. by Filip Niksic · 9 weeks ago
  26. a9597e6 Update macOS version to macos-15 and temporarily disable macOS tests. by Filip Niksic · 9 weeks ago
  27. 14f2c56 Remove `CentipedeIsPresent` and `__libfuzzer_is_present` symbols. by Filip Niksic · 9 weeks ago
  28. 66bae76 Return a failure exit code from early stop requests. by Xinhao Yuan · 9 weeks ago
  29. ca9e58a Allow to specify features in centipede_fuzz_target by FuzzTest Team · 10 weeks ago
  30. 6a33dc4 Introduce a new crash deduplication mechanism in Centipede. by Filip Niksic · 10 weeks ago
  31. 554d530 Handle PC even when only PC counters are enabled. by Xinhao Yuan · 10 weeks ago
  32. 775126c Use `GetCrashesFromWorkdir` for crash summary reporting in `ReplayCrash`. by Filip Niksic · 2 months ago
  33. cd97059 Use the bug ID from crashing input filename when registering reproducer tests. by Filip Niksic · 2 months ago
  34. 7406afb Rename `GetInputFileComponents` and extract it to a common library. by Filip Niksic · 2 months ago
  35. 29bde2e Implement the core of the crash deduplication and organization for Centipede. by Filip Niksic · 2 months ago
  36. f3f4b48 Replay reproducer in same process only when running locally. by László Szekeres · 2 months ago
  37. abdba4e Report failures only if the types/signatures match without stop condition. by Xinhao Yuan · 2 months ago
  38. 2110c28 Add a function to extract components from crash input file names. by Filip Niksic · 3 months ago
  39. 2c5bd73 Move `values` into ElementOfImpl instead of copying by Daniel Cheng · 3 months ago
  40. 7940ee9 Make FuzzTest/Centipede reproducer tests consistent with the legacy engine. by Xinhao Yuan · 3 months ago
  41. e23ef28 Update Abseil version. by Xinhao Yuan · 3 months ago
  42. 13b20cd Implement execution time based weight scaling. by Xinhao Yuan · 3 months ago
  43. 342d498 Clarify on when --jobs is effective. by Xinhao Yuan · 3 months ago
  44. ba63065 Add a function to collect crashes from the workdir. by Filip Niksic · 3 months ago
  45. b222740 Merge pull request #1890 from dingxiangfei2009:fix-init-warnings by Copybara-Service · 3 months ago
  46. f133df1 No public description by FuzzTest Team · 3 months ago
  47. 1804ef3 No public description by László Szekeres · 3 months ago
  48. fdf8759 Extract `MockFactory` as `NonOwningCallbacksFactory` for better reusability. by Filip Niksic · 3 months ago
  49. f8110a8 No public description by László Szekeres · 3 months ago
  50. dcd9280 Add a method to `BatchResult` to distinguish input crashes from other failures. by Filip Niksic · 3 months ago
  51. 276876d Override the clang-format tand reorder the imports by Xiangfei Ding · 3 months ago
  52. 8e747d2 Pass RNG to functions that require randomness for cleaner interface. by Xinhao Yuan · 3 months ago
  53. 1136ab0 Fix initialisation and signed comparison warnings by Xiangfei Ding · 3 months ago
  54. a213424 Optimize `RemoveSubset`. by Xinhao Yuan · 3 months ago
  55. 7dfe0e5 Add execution stats into corpus record. by Xinhao Yuan · 3 months ago
  56. d141389 Ignore SIGINT in the fork server for cleaner Ctrl-C behavior. by Xinhao Yuan · 3 months ago
  57. b3ed7b9 Fork server: Ack after fork and avoid changing signal handler in the child. by Xinhao Yuan · 3 months ago
  58. b45fa43 Use stop time to cap the execution deadline and skip reporting. by Xinhao Yuan · 3 months ago
  59. ad994c1 Set failure description to an ignored failure when termination is requested. by Xinhao Yuan · 3 months ago
  60. 6683ec9 Exit the batch execution after a failure description is set, and ignore later failures. by Xinhao Yuan · 3 months ago
  61. 3f78567 Add the `unguided` flag to force unguided fuzzing. by Xinhao Yuan · 3 months ago
  62. f505c8b No public description by FuzzTest Team · 3 months ago
  63. 8491407 Unify the metadata handling between the Centipede builtin mutator and the adaptor mutator. by Xinhao Yuan · 3 months ago
  64. 850f6ea Try swapping the byte order when matching integer TORC in container mutation. by Xinhao Yuan · 3 months ago
  65. eca6bcb Intercept str{,n}casecmp. by Xinhao Yuan · 3 months ago
  66. d6013a0 Implement switch tracing. by Xinhao Yuan · 3 months ago
  67. 8260f33 Move CMP trace entry sizes to a separate byte array for present check. by Xinhao Yuan · 3 months ago
  68. f13e4d8 Clean up persistent mode when only loading shards. by Filip Niksic · 3 months ago
  69. 19520d0 Use `workdir_root` as a base for workdirs in the unit test mode. by Filip Niksic · 3 months ago
  70. 0309379 No public description by FuzzTest Team · 3 months ago
  71. ba72d77 Add documentation for the `OverlapOf` domain combinator. by FuzzTest Team · 4 months ago
  72. e101ca0 Remove `absl::debugging` dependency. by Sara Qu · 4 months ago
  73. 215bd49 Merge pull request #1866 from kayo09:fix-absl-compat by Copybara-Service · 4 months ago
  74. 604bf58 Fix Abseil lts_20250814 compatibility in subprocess.h by kayo09 · 4 months ago
  75. 2f2bfad Install FailureSignalHandler to print stack traces in the OSS. by Sara Qu · 4 months ago
  76. b0bb515 No public description by Hadi Ravanbakhsh · 4 months ago
  77. 51186c2 Remove synchronization from the protobuf domain mark the domain objects as thread-unsafe. by Hadi Ravanbakhsh · 4 months ago
  78. ce6174e Merge pull request #1858 from ArthurSonzogni:fix-semi by Copybara-Service · 4 months ago
  79. bf02ecd Remove extra ';' in table_of_recent_compares.h by ArthurSonzogni · 4 months ago
  80. 3bf45cb Implement printer autodetection for smart pointers. by FuzzTest Team · 4 months ago
  81. 3741e31 Implement printer autodetection for smart pointers. by Filip Niksic · 4 months ago
  82. d8f299d Split fuzz_tests_with_proto_inputs into a library and a binary. by László Szekeres · 4 months ago
  83. 4ff90b7 Add a static library to generate a self-contained archive. by Xinhao Yuan · 4 months ago
  84. 3194801 Process the execution metadata when finalizing coverage. by Xinhao Yuan · 4 months ago
  85. 55c908f Add configs to avoid single job timeout for running multiple configs. by Xinhao Yuan · 4 months ago
  86. 61015dd No public description by Ivo Ristovski List · 4 months ago
  87. 70d96c4 No public description by Ivo Ristovski List · 4 months ago
  88. d897f74 Pass runner flags to the Sancov runtime. by Xinhao Yuan · 5 months ago
  89. 62174b5 Add MSAN support with a functional test. by Xinhao Yuan · 5 months ago
  90. 8b93bbe Add compact mode to comparison tables to not sample from unpopulated entries. by Xinhao Yuan · 5 months ago
  91. 169baf1 Report crash summary when replaying a corpus or a crashing input. by Filip Niksic · 5 months ago
  92. b87fa7d Prioritize higher scores in CMP features. by Xinhao Yuan · 5 months ago
  93. e9b49f3 A few more LOG macro cleanup. by László Szekeres · 5 months ago
  94. 73721c6 Remove unused batch fuzz example. by László Szekeres · 5 months ago
  95. f6aa6f6 Simplify some log statements with FUZZTEST_PCHECK. by László Szekeres · 5 months ago
  96. b742bb0 Change instances of FUZZTEST_CHECK(false) to FUZZTEST_LOG(FATAL). by László Szekeres · 5 months ago
  97. 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 · 5 months ago
  98. c086c98 Allow infinite time limit when there is only one test. by Xinhao Yuan · 5 months ago
  99. 0bf1031 Remove redundant and stale metadata files from Centipede codebase. by László Szekeres · 5 months ago
  100. 3623860 Fix runner/sancov state lifetime by adding manual lifetime wrappers. by Xinhao Yuan · 5 months ago