1. 1a02553 Internal change by FuzzTest Team · 2 years, 7 months ago cl/521826652
  2. 1a254dc Add CMake integration to fuzztest by FuzzTest Team · 2 years, 7 months ago
  3. c0aa577 Refactor the code to introduce CorpusType as a type parameter in DomainBase. by Filip Niksic · 2 years, 7 months ago
  4. 9ccc32a Add environment variable to extend the default 1s time limit of GoogleFuzzTest in unit-test mode. by FuzzTest Team · 2 years, 7 months ago
  5. 28d332e Add a simple test case minimizer script. by László Szekeres · 2 years, 7 months ago
  6. 9c5efad Cleanup. by László Szekeres · 2 years, 7 months ago
  7. c5fde4b access protobuf in test (required for internal change) by FuzzTest Team · 2 years, 7 months ago
  8. 1e13773 Improve the mutation logic for sequential containers (including strings). by Filip Niksic · 2 years, 7 months ago
  9. 1e15c69 Internal change by László Szekeres · 2 years, 7 months ago
  10. ba81b53 Implement AbslStringify for TerminationStatus to support absl::StrCat, etc. by László Szekeres · 2 years, 8 months ago
  11. 59a7ddc Fix some clang-tidy warnings. by László Szekeres · 2 years, 8 months ago
  12. ef0c1d0 Break up the domain library and organize the source tree. by László Szekeres · 2 years, 8 months ago
  13. 1dc52d9 Avoid loading the entire corpus into memory when replaying. by László Szekeres · 2 years, 8 months ago
  14. b4ea168 Integrate LLVM at llvm/llvm-project@40a51e1afce9 by Jorge Gorbe Moya · 2 years, 8 months ago
  15. a123077 Fix a typo and add newline. by Filip Niksic · 2 years, 8 months ago
  16. cfb8a13 Internal change by James Synge · 2 years, 8 months ago
  17. bd66422 Updates the documentation for proto-domain customization. by Hadi Ravanbakhsh · 2 years, 8 months ago
  18. 9ffca10 Fix stack overflow detection to determine if the stack frame pointer is part of by Samuel Benzaquen · 2 years, 8 months ago
  19. b850bd5 Double the default stack limit to account for larger stack frames in sanitized by Samuel Benzaquen · 2 years, 8 months ago
  20. 5cd7c9c Adds the missing WithRepeatedFieldSize method for protobuf domain customization. by Hadi Ravanbakhsh · 2 years, 8 months ago
  21. 8853295 Extends With<Type>FieldAlwaysSet to support repeated fields. by Hadi Ravanbakhsh · 2 years, 8 months ago
  22. 174a299 Improve the reentrancy protection. by Samuel Benzaquen · 2 years, 8 months ago
  23. cea8dcc Monitor the amount of stack used in the test thread: by Samuel Benzaquen · 2 years, 8 months ago
  24. e48efb1 Output the fuzz test names with a distinguishable prefix. by Filip Niksic · 2 years, 8 months ago
  25. fd0b8a6 Fixes name of a test function that in `functional_test`. by Hadi Ravanbakhsh · 2 years, 8 months ago
  26. 6982ceb Automatically casts Domain<Proto> to Domain<unique_ptr<Message>>. by Hadi Ravanbakhsh · 2 years, 8 months ago
  27. 271b49d Avoids assuming that `Domain<optional<T>>` and `Domain<vector<T>>` have `Inner()` method. by Hadi Ravanbakhsh · 2 years, 8 months ago
  28. d8d8fee Allows ProtobufOf to work with protobuf prototype providers. by Hadi Ravanbakhsh · 2 years, 8 months ago
  29. ab0e2a5 Adds ProtobufOf that returns a domain for a given protobuf::Message prototype. by Hadi Ravanbakhsh · 2 years, 8 months ago
  30. 1497ac9 Change TerminationStatus to make it more ergonomic for comparisons. by Samuel Benzaquen · 2 years, 8 months ago
  31. 490049d Print an easier to read elapsed time in the fuzzing stats by Derek Mauro · 2 years, 8 months ago
  32. a663ded Internal change by FuzzTest Team · 2 years, 9 months ago
  33. 6c5968a Remove dependence on the error message from the standard library in e2e tests. by Filip Niksic · 2 years, 9 months ago
  34. f68e2e1 Fix compatibility mode. by László Szekeres · 2 years, 9 months ago
  35. 63fe59b Make consistent use of std::variant and std::optional instead of absl::*. by Filip Niksic · 2 years, 9 months ago
  36. 4366d5b Replaces std::string_view with absl::string_view to avoid compilation failure where these two are not the same. by Hadi Ravanbakhsh · 2 years, 9 months ago
  37. 6abb78a When in fuzzing mode, if a non-fatal failure is found (eg like a failed by Samuel Benzaquen · 2 years, 9 months ago
  38. 58b4e70 Set nullness of oneof fields when nullness is not defined explicitely. by Hadi Ravanbakhsh · 2 years, 9 months ago
  39. a9a76fb Marks a field as required when it's an AlwaysSet oneof. by Hadi Ravanbakhsh · 2 years, 9 months ago
  40. 39ab59a Merge pull request #89 from gjasny:fix-typo by Copybara-Service · 2 years, 9 months ago
  41. 1a5df38 Allows to AlwaysSet fields in a oneof if there is only one field in the oneof. by Hadi Ravanbakhsh · 2 years, 9 months ago
  42. b4aa57a Allows to AlwaysSet fields in a oneof if there is only one field in the oneof. by Hadi Ravanbakhsh · 2 years, 9 months ago
  43. d550948 Detects recursions through oneofs. by Hadi Ravanbakhsh · 2 years, 9 months ago
  44. 1b70bb7 Adds support for customizing nullness oneof fields. by Hadi Ravanbakhsh · 2 years, 9 months ago
  45. 3cbff6c Adds data fields for storing information about nullness of oneof fields. by Hadi Ravanbakhsh · 2 years, 9 months ago
  46. 62f7252 Stores which fields are explicitly customized (not through policies). by Hadi Ravanbakhsh · 2 years, 9 months ago
  47. 63c9e9e Adds WithRepeatedField[Min/Max]Size to customize proto domains. by Hadi Ravanbakhsh · 2 years, 9 months ago
  48. 25880d7 Adds WithFieldsUnset and WithFieldsAlwaysSet to customize proto domains. by Hadi Ravanbakhsh · 2 years, 9 months ago
  49. 71271f3 Adds WithFieldUnset and WithFieldAlwaysSet to customize proto domains. by Hadi Ravanbakhsh · 2 years, 9 months ago
  50. 73408e7 Merge branch 'main' into fix-typo by Filip Niksic · 2 years, 9 months ago
  51. 7937fb2 Adds WithOptional<Type>Fields and WithRepeated<Type>Fields to customize proto domains. by Hadi Ravanbakhsh · 2 years, 9 months ago
  52. 5ac04fc Adds WithOptional<Type>Field for customization of protobuf domains. by Hadi Ravanbakhsh · 2 years, 9 months ago
  53. 7afa892 Adds the ability to update fields inner domain without specifying the outer domain (for rules). by Hadi Ravanbakhsh · 2 years, 9 months ago
  54. d54420a Extract a functionality into GetOuterDomainForField that returns the original domain for fields `outer domains`. by Hadi Ravanbakhsh · 2 years, 9 months ago
  55. dcaebee Extract field extraction functionality into GetField method. by Hadi Ravanbakhsh · 2 years, 9 months ago
  56. 01b1994 Internal change by FuzzTest Team · 2 years, 9 months ago
  57. 205aa1f print values generated via FlatMap using output domain by Paul Chang · 2 years, 9 months ago
  58. 6036085 Fix the flaky test ProtocolBuffer.ArbitraryWithRequiredHasAllMutations. by Filip Niksic · 2 years, 9 months ago
  59. 794d1d5 Replace type-parameterized PRNG& with absl::BitGenRef. by Filip Niksic · 2 years, 10 months ago
  60. 8b8bfc8 Reimplement Arbitrary<absl::Duration> and Arbitrary<absl::Time> from the ArbitraryImpl level to allow indirect initialization. by Alexandra Nie · 2 years, 10 months ago
  61. ab5d4c4 Refactor type erasure for Domain/FixtureDriver/FuzzerImpl to by Samuel Benzaquen · 2 years, 10 months ago
  62. ab3ccd4 Print floating point values with enough precision for round tripping by FuzzTest Team · 2 years, 10 months ago
  63. 0c44b02 Parses unset fields when parsing a corpus. by Hadi Ravanbakhsh · 2 years, 10 months ago
  64. 9ffe366 Fixes map field issues with required fields. by Hadi Ravanbakhsh · 2 years, 10 months ago
  65. 6d21a37 Implement fuzztest version of MakeDuration() for Arbitrary<absl::Duration> domain. by Alexandra Nie · 2 years, 11 months ago
  66. 55c9c9f Support perf_event_open(sigtrap=1) and timer signals. by FuzzTest Team · 2 years, 11 months ago
  67. 1ea8864 Use a seed sequence from the environment to seed the PRNG. by Filip Niksic · 2 years, 11 months ago
  68. 1e87618 Fix tiny typo in domain reference by Paul Chang · 2 years, 11 months ago
  69. 98ac30e Fix a couple of small things related to std::seed_seq. by Filip Niksic · 2 years, 11 months ago
  70. 054b0ed Add support for obtaining random seed sequences from the environment. by Filip Niksic · 2 years, 11 months ago
  71. fc0349e Add a flag to enable libc++ assertions for fuzztest-common test outputs. by Alexandra Nie · 2 years, 11 months ago
  72. ed02bd3 docs: fix typos and markdown rendering by Gregor Jasny · 2 years, 11 months ago
  73. c8ae15a Update FuzzTest Domain Reference documentation to include a description for the newly supported Arbitrary<absl::Duration> and Arbitrary<absl::Time> domains. by Alexandra Nie · 2 years, 11 months ago
  74. 7d34686 Add implementation of Arbitrary<absl::Time>() domain. by Alexandra Nie · 2 years, 11 months ago
  75. 3787618 Add implementation of Arbitrary<absl::Duration>() domain. by Alexandra Nie · 2 years, 11 months ago
  76. a9264a8 Fix example code in comment for WithDomains(TupleOf(...)) by Paul Chang · 2 years, 11 months ago
  77. 0fdfd1a FuzzTest: make use of SA_ONSTACK flag for signal handlers by FuzzTest Team · 3 years ago
  78. 22246df Merge pull request #79 from DavidKorczynski:cxxflags-update by Copybara-Service · 3 years ago
  79. aa9f591 bazel: extend oss-fuzz set up. by David Korczynski · 3 years ago
  80. 18f1083 Split NumericTest.InRange() into smaller tests. by Alexandra Nie · 3 years ago
  81. 00bfb34 Avoid passing zero to __builtin_clz. by FuzzTest Team · 3 years ago
  82. 6101228 Address uninitialized memory issue falsely reported by MSan. by FuzzTest Team · 3 years ago
  83. 2f36fe9 Merge pull request #73 from DavidKorczynski:update-ubsan-ossfuzz by Copybara-Service · 3 years ago
  84. b4cac6b Fix link flag for oss-fuzz UBSAN builds by David Korczynski · 3 years ago
  85. 7abcb4c Merge pull request #69 from DavidKorczynski:oss-fuzz-integration by Copybara-Service · 3 years ago
  86. 230d5df Fix typo AlpaChar -> AlphaChar by FuzzTest Team · 3 years ago
  87. f2732a6 do not fail if env vars are not present by David Korczynski · 3 years ago
  88. 23d85a7 rename oss-fuzz to OSS-Fuzz in comments. by David Korczynski · 3 years ago
  89. d9cb2c5 trigger oss-fuzz build using default oss-fuzz flags by David Korczynski · 3 years ago
  90. c2afe2a Rephrasing by David Korczynski · 3 years ago
  91. 4677b69 refine script by David Korczynski · 3 years ago
  92. adf208f Make property functions accept a `TupleOf` their parameters. by Filip Niksic · 3 years ago
  93. 98e40f0 Don't assert the exact sanitizer exit code for failures. by Filip Niksic · 3 years ago
  94. f9c34be do not use fuzz-test common to avoid default ASAN flags by David Korczynski · 3 years ago
  95. 2408be2 Add oss-fuzz config by David Korczynski · 3 years ago
  96. 0c4a25c Add a documentation blurb for `FlatMap()` by Devon Hollowood · 3 years ago
  97. a965fe3 Add flag to specify a time limit for a fuzz test. by Samuel Benzaquen · 3 years ago
  98. d219696 Internal change by FuzzTest Team · 3 years ago
  99. de98ad9 Internal change by FuzzTest Team · 3 years ago
  100. be58f53 Narrow filesystem stubbing to just Apple platforms without std::filesystem by Eric Astor · 3 years ago