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