1. 8372739 Add CMake targets installation by Andrei Lebedev · 4 years, 2 months ago
  2. d0c2c77 Avoid parsing of last mutated message by Vitaly Buka · 4 years, 4 months ago
  3. 3c50b67 Use gmock in LibFuzzerTest by Vitaly Buka · 4 years, 4 months ago
  4. d82b5fb Fix message before every LLVMFuzzerTestOneInput by Vitaly Buka · 4 years, 4 months ago
  5. efda25d Revert "Dissable AllowUnknownField" by Teju Nareddy · 4 years, 6 months ago
  6. 93a38b5 Revert "Fix the test" by Teju Nareddy · 4 years, 6 months ago
  7. ec3cf71 Fix the test by Vitaly Buka · 4 years, 7 months ago
  8. 301f18f Dissable AllowUnknownField by Vitaly Buka · 4 years, 7 months ago
  9. 4aeed37 Review comments by Teju Nareddy · 4 years, 7 months ago
  10. 45d4dae Add test by Teju Nareddy · 4 years, 7 months ago
  11. 196bf76 Allow unknown fields in corpus parser by Teju Nareddy · 4 years, 7 months ago
  12. f48c32b Add missing #include <iostream> by Vitaly Buka · 4 years, 7 months ago
  13. 68e10c1 Fix std::bitset overflow by Vitaly Buka · 4 years, 8 months ago
  14. 3521f47 Lint fixes by Vitaly Buka · 4 years, 9 months ago
  15. 7c375c0 Add Clone test by Vitaly Buka · 4 years, 9 months ago
  16. dfd73df Improve efficiency of mutator by allowing Copy/Clone only in CrossOver by Vitaly Buka · 4 years, 9 months ago
  17. e635fea Fix compilation issues for Google internal code by Vitaly Buka · 4 years, 9 months ago
  18. bcf4cd1 Remove unnececary size_increase_hint adjustment by Vitaly Buka · 4 years, 10 months ago
  19. dbc4c0f Implement Any support Fixes #151 by Vitaly Buka · 4 years, 10 months ago
  20. 1989ccb Deflake FailedMutations test by Vitaly Buka · 4 years, 9 months ago
  21. f62086c Accept arrays of messages in MutateImpl For #151 by Vitaly Buka · 4 years, 10 months ago
  22. 74afb61 Improve field test by preventing copying of top level messages by Vitaly Buka · 4 years, 10 months ago
  23. 439d4de Run InsertField for proto3 by Vitaly Buka · 4 years, 10 months ago
  24. 4b3d783 Move CrossOver next to Mutate by Vitaly Buka · 4 years, 10 months ago
  25. 045acda Combine post processing and initialization by Vitaly Buka · 4 years, 10 months ago
  26. a268b67 Add Any tests for #151 by Vitaly Buka · 4 years, 10 months ago
  27. bbb27cc Reduce number of iterations in some tests by Vitaly Buka · 4 years, 10 months ago
  28. be8416c Make test output more verbose by Vitaly Buka · 4 years, 10 months ago
  29. 16e6bc6 Add google.protobuf.Any into test messages by Vitaly Buka · 4 years, 10 months ago
  30. d360027 Remove unneded namespaces by Vitaly Buka · 4 years, 10 months ago
  31. 9f357ae Implement CrossOver using Copy/Clone mutations by Vitaly Buka · 4 years, 10 months ago
  32. c183991 Use bitset to controll allowed mutations by Vitaly Buka · 4 years, 10 months ago
  33. b4c8ccd Extract GetMaxSize function by Vitaly Buka · 4 years, 10 months ago
  34. 5635a7a Clone implementation by Vitaly Buka · 4 years, 10 months ago
  35. 5cd166e Use size_increase_hint selecting copy source by Vitaly Buka · 4 years, 10 months ago
  36. 40b4d89 format by Vitaly Buka · 4 years, 10 months ago
  37. 1c91e72 Use signed size_increase_hint by Vitaly Buka · 4 years, 10 months ago
  38. baa1329 Use max_size_hint instead of size_increase_hint by Vitaly Buka · 4 years, 10 months ago
  39. 4908d25 Take into account size_increase_hint selecting mutation by Vitaly Buka · 4 years, 10 months ago
  40. 1340b1b Make post_processors_ private by Vitaly Buka · 4 years, 10 months ago
  41. 0f63f91 Allow to use a different message as "copy" source Preparation for #44 by Vitaly Buka · 4 years, 10 months ago
  42. 9eaf063 Log message when IsInitialized assert fail by Vitaly Buka · 4 years, 10 months ago
  43. ad520b3 Support multiple callbacks per message type Fixed #146 by Vitaly Buka · 4 years, 10 months ago
  44. dd89da9 Check post_processors_.empty() in CrossOver by Vitaly Buka · 5 years ago
  45. fe76ed6 Add global mutator support by Peter Foley · 5 years ago
  46. 62c5c91 Update googletest and protobuf by Vitaly Buka · 5 years ago
  47. 3183b0d Don't "post process" and InitializeAndTrim from recursive Mutate calls by Vitaly Buka · 5 years ago
  48. cdb7deb run clang-format by Peter Foley · 5 years ago
  49. 67387f7 Replace Custom mutations with mutation post processing by Vitaly Buka · 5 years ago
  50. 26b9a0e Remove static members from Mutator by Vitaly Buka · 5 years ago
  51. b75d5c5 Use Mutator as singleton by Vitaly Buka · 5 years ago
  52. 379f5ab Move random number generator inside of Mutator. by Vitaly Buka · 5 years ago
  53. d761b62 Remove trailing spaces by Vitaly Buka · 5 years ago
  54. bc1b967 Update protobuf by Vitaly Buka · 5 years ago
  55. 43932cf Move no_mutator_test.cc by Vitaly Buka · 5 years ago
  56. 4200a1e Initialize fields of map entries by Vitaly Buka · 5 years ago
  57. 384a0e6 Convert more tests into TYPED_TEST by Vitaly Buka · 5 years ago
  58. 637952c Fix no_mutator_test build for "check" by Vitaly Buka · 5 years ago
  59. d1fe8a7 Renames SANITIZER_INTERFACE_WEAK_DEF to LIB_PROTO_MUTATOR_WEAK_DEF by Toshi Piazza · 5 years ago
  60. b811da4 Introduced SANITIZER_INTERFACE_WEAK_DEF by Toshi Piazza · 5 years ago
  61. ade13bd Builds tests with MSVC by Toshi Piazza · 5 years ago
  62. 012cc2f Updates CMakeLists.txt to build for MSVC by Toshi Piazza · 5 years ago
  63. e0540a5 Fix compile error/warning in src/field_instance.h (was comparison with unsigned < 0, which is always false) by spq · 6 years ago
  64. 3d1ea5f Remove workaround for stack overflow by Vitaly Buka · 6 years ago
  65. 6e552e3 Add check to avoid stack overflow parsing nested messages by Vitaly Buka · 6 years ago
  66. 2916970 replace std::mt19937 with a much faster std::minstd_rand by Kostya Serebryany · 6 years ago
  67. d7f943f Speedup unit tests by Vitaly Buka · 6 years ago
  68. 439e81f Fix index check by Vitaly Buka · 6 years ago
  69. f0a8ca0 Switch from TEST_CASE_P to TEST_SUITE_P by Vitaly Buka · 6 years ago
  70. f281d17 Never copy unknown enum values by Vitaly Buka · 6 years ago
  71. 6e95751 Check that all tests strings parsed by Vitaly Buka · 6 years ago
  72. 3f95fb2 Add FieldInstance::DebugString by Vitaly Buka · 6 years ago
  73. 2792ed7 Move EnforceUtf8 check into CanCopyAndDifferentField by Vitaly Buka · 6 years ago
  74. 03ce802 Rename IsEqualValueField to CanCopyAndDifferentField by Vitaly Buka · 6 years ago
  75. c37bfc2 cmake: Set SOVERSION property for shared libraries by Michal Rostecki · 6 years ago
  76. 93783b6 cmake: Define LIBRARY DESTINATION for install targets by Michal Rostecki · 6 years ago
  77. 321f362 Re-enabled unitests disabled by #94 by Vitaly Buka · 6 years ago
  78. 652f387 Add flag for tests building (#94) by Kitsu · 6 years ago
  79. c148984 change int32_t to uint32_t by Jonathan Metzman · 6 years ago
  80. 058fdc6 remove whitespace change by Jonathan Metzman · 6 years ago
  81. 04c3bb6 [NFC] Change types for in uniform_int_distribution for Windows by Jonathan Metzman · 6 years ago
  82. d5e434f Added "make install" and pkg-config file. by Allen Webb · 6 years ago
  83. c4fa591 Added per field mutator hooks. (#98) by Allen-Webb · 6 years ago
  84. 7e08401 Add include statement to fix build by Emmett Neyman · 6 years ago
  85. d0d09da Fix -Werror=sign-compare by Vitaly Buka · 7 years ago
  86. e4eae60 Improve protection against stack overflow by Vitaly Buka · 7 years ago
  87. 52af4b0 Fix compile error in Chromium by changing error message in assertion by Jonathan Metzman · 7 years ago
  88. 82316df Increase kMaxInitializeDepth and remove annoying assert by Vitaly Buka · 7 years ago
  89. 17789d1 Fix compilation with GCC 7 by Tomáš Popela · 7 years ago
  90. 12a53ca Use system-installed protobuf by default. by Matt Morehouse · 7 years ago
  91. c0a2038 Reset message if parsing failed. by Vitaly Buka · 7 years ago
  92. af8136f Restrict proto3 strings to valid UTF-8 by Vitaly Buka · 7 years ago
  93. 8e4650f Add FieldInstance::EnforceUtf8 by Vitaly Buka · 7 years ago
  94. 418eba6 Add function to fix UTF-8 strings. by Vitaly Buka · 7 years ago
  95. 6cb82ef Switch xml fuzzers to DEFINE_PROTO_FUZZER macro and delete unused code. by Vitaly Buka · 7 years ago
  96. c5f8c95 Cleanup DEFINE_PROTO_FUZZER macro and implementation. by Vitaly Buka · 7 years ago
  97. f91517f Add macros for simple fuzzer implementation. by Vitaly Buka · 7 years ago
  98. 8a3c159 Move out xml code from libprotobuf-mutator sources into examples. by Vitaly Buka · 8 years ago
  99. f3383a9 Update assert by Vitaly Buka · 8 years ago
  100. b2c4fb5 Mutate message when we create new one. by Vitaly Buka · 8 years ago