1. af3bb18 Don't use syntax() by Vitaly Buka · 2 years, 7 months ago master
  2. dbe588b Remove one empty line by Vitaly Buka · 2 years, 10 months ago v1.1
  3. 15345b0 Add newline in libfuzzer_macro header so it does not error via clang-14 -Wnewline-eof by Bhargava Shastry · 3 years, 2 months ago
  4. 6227b51 Document unsupported proto extensions by Vitaly Buka · 3 years ago
  5. 9d57e97 Update protobuf to v21.7 by Vitaly Buka · 2 years, 10 months ago
  6. 0f7111d Update googletest to 1.12 by Vitaly Buka · 2 years, 10 months ago
  7. ff57bf8 Switch libxml example to cmake build by Vitaly Buka · 2 years, 10 months ago
  8. a304ec4 Support -std=c++20 by Vitaly Buka · 3 years, 2 months ago
  9. 6fb0730 Update protobuf lib by Vitaly Buka · 3 years, 2 months ago
  10. a706f77 Fix libxml2 build by Vitaly Buka · 3 years, 2 months ago
  11. ffd86a3 Delete .travis.yml by Vitaly Buka · 3 years, 11 months ago
  12. 54742e7 Clang-format to fix cpplint warning by Vitaly Buka · 4 years ago
  13. cf98842 Fix nested post-processor example by Vitaly Buka · 4 years ago
  14. e33a10c Update protobuf to v3.17.3 by Vitaly Buka · 4 years ago
  15. 3e15907 Update googletest to release-1.11.0 by Vitaly Buka · 4 years ago
  16. 83a1547 Make uint8_t -> char conversion explicit in std::string ctor by Yuriy Chernyshov · 4 years, 1 month ago
  17. e5869dd Simplify string resizing by Vitaly Buka · 4 years, 8 months ago v1.0
  18. 5130879 Refactor unary minus for unsigned type in MutateString by Andrei Lebedev · 4 years, 9 months ago
  19. 8372739 Add CMake targets installation by Andrei Lebedev · 4 years, 10 months ago
  20. 9776d42 Add missing library directory flag in pkgconfig file by Andrei Lebedev · 4 years, 10 months ago
  21. 92204df Fix CI by Ilya Leoshkevich · 4 years, 9 months ago
  22. 918dafe Fix building on Fedora by Ilya Leoshkevich · 4 years, 10 months ago
  23. 8942a9b Update probuf revision by Vitaly Buka · 5 years ago
  24. 750dfa3 Move cpplint invocation into a separate job by Vitaly Buka · 5 years ago
  25. d0c2c77 Avoid parsing of last mutated message by Vitaly Buka · 5 years ago
  26. 3c50b67 Use gmock in LibFuzzerTest by Vitaly Buka · 5 years ago
  27. d82b5fb Fix message before every LLVMFuzzerTestOneInput by Vitaly Buka · 5 years ago
  28. 7a2ed51 Update protobuf lib by Vitaly Buka · 5 years ago
  29. efda25d Revert "Dissable AllowUnknownField" by Teju Nareddy · 5 years ago
  30. 93a38b5 Revert "Fix the test" by Teju Nareddy · 5 years ago
  31. ec3cf71 Fix the test by Vitaly Buka · 5 years ago
  32. 301f18f Dissable AllowUnknownField by Vitaly Buka · 5 years ago
  33. 4aeed37 Review comments by Teju Nareddy · 5 years ago
  34. 45d4dae Add test by Teju Nareddy · 5 years ago
  35. 196bf76 Allow unknown fields in corpus parser by Teju Nareddy · 5 years ago
  36. f48c32b Add missing #include <iostream> by Vitaly Buka · 5 years ago
  37. f171046 Add missing #include <iostream> by Vitaly Buka · 5 years ago
  38. 62a2527 Add missing #include <iostream> by Jorg Brown · 5 years ago
  39. 68e10c1 Fix std::bitset overflow by Vitaly Buka · 5 years ago
  40. 3521f47 Lint fixes by Vitaly Buka · 5 years ago
  41. 7c375c0 Add Clone test by Vitaly Buka · 5 years ago
  42. dfd73df Improve efficiency of mutator by allowing Copy/Clone only in CrossOver by Vitaly Buka · 5 years ago
  43. e635fea Fix compilation issues for Google internal code by Vitaly Buka · 5 years ago
  44. bcf4cd1 Remove unnececary size_increase_hint adjustment by Vitaly Buka · 5 years ago
  45. dbc4c0f Implement Any support Fixes #151 by Vitaly Buka · 5 years ago
  46. 1989ccb Deflake FailedMutations test by Vitaly Buka · 5 years ago
  47. f62086c Accept arrays of messages in MutateImpl For #151 by Vitaly Buka · 5 years ago
  48. 74afb61 Improve field test by preventing copying of top level messages by Vitaly Buka · 5 years ago
  49. 439d4de Run InsertField for proto3 by Vitaly Buka · 5 years ago
  50. 4b3d783 Move CrossOver next to Mutate by Vitaly Buka · 5 years ago
  51. 045acda Combine post processing and initialization by Vitaly Buka · 5 years ago
  52. a268b67 Add Any tests for #151 by Vitaly Buka · 5 years ago
  53. bbb27cc Reduce number of iterations in some tests by Vitaly Buka · 5 years ago
  54. be8416c Make test output more verbose by Vitaly Buka · 5 years ago
  55. 16e6bc6 Add google.protobuf.Any into test messages by Vitaly Buka · 5 years ago
  56. d360027 Remove unneded namespaces by Vitaly Buka · 5 years ago
  57. 9f357ae Implement CrossOver using Copy/Clone mutations by Vitaly Buka · 5 years ago
  58. c183991 Use bitset to controll allowed mutations by Vitaly Buka · 5 years ago
  59. b4c8ccd Extract GetMaxSize function by Vitaly Buka · 5 years ago
  60. 5635a7a Clone implementation by Vitaly Buka · 5 years ago
  61. 5cd166e Use size_increase_hint selecting copy source by Vitaly Buka · 5 years ago
  62. 40b4d89 format by Vitaly Buka · 5 years ago
  63. 1c91e72 Use signed size_increase_hint by Vitaly Buka · 5 years ago
  64. baa1329 Use max_size_hint instead of size_increase_hint by Vitaly Buka · 5 years ago
  65. 1383505 Update README by Vitaly Buka · 5 years ago
  66. 4908d25 Take into account size_increase_hint selecting mutation by Vitaly Buka · 5 years ago
  67. 1340b1b Make post_processors_ private by Vitaly Buka · 5 years ago
  68. 0f63f91 Allow to use a different message as "copy" source Preparation for #44 by Vitaly Buka · 5 years ago
  69. 9eaf063 Log message when IsInitialized assert fail by Vitaly Buka · 6 years ago
  70. ad520b3 Support multiple callbacks per message type Fixed #146 by Vitaly Buka · 6 years ago
  71. 69d9308 Fix typo by Vitaly Buka · 6 years ago
  72. fbfc647 Update README.md by Vitaly Buka · 6 years ago
  73. ba7c2ab Fix typo by Vitaly Buka · 6 years ago
  74. eb892f9 Fix typo by Vitaly Buka · 6 years ago
  75. a8740bc Remove const by Vitaly Buka · 6 years ago
  76. 6a59c71 Document PostProcessorRegistration by Vitaly Buka · 6 years ago
  77. dd89da9 Check post_processors_.empty() in CrossOver by Vitaly Buka · 6 years ago
  78. fe76ed6 Add global mutator support by Peter Foley · 6 years ago
  79. 62c5c91 Update googletest and protobuf by Vitaly Buka · 6 years ago
  80. 3183b0d Don't "post process" and InitializeAndTrim from recursive Mutate calls by Vitaly Buka · 6 years ago
  81. cdb7deb run clang-format by Peter Foley · 6 years ago
  82. 6a6820c Move registration in function scope static variable by Vitaly Buka · 6 years ago
  83. 67387f7 Replace Custom mutations with mutation post processing by Vitaly Buka · 6 years ago
  84. ea309cd Update README.md by Vitaly Buka · 6 years ago
  85. 26b9a0e Remove static members from Mutator by Vitaly Buka · 6 years ago
  86. b75d5c5 Use Mutator as singleton by Vitaly Buka · 6 years ago
  87. 379f5ab Move random number generator inside of Mutator. by Vitaly Buka · 6 years ago
  88. 315e6d2 Add Travis and oss-fuzz badges to README by Ammar Askar · 6 years ago
  89. d9fa6ea More dependencies! by Mitch Phillips · 6 years ago
  90. d761b62 Remove trailing spaces by Vitaly Buka · 6 years ago
  91. bc1b967 Update protobuf by Vitaly Buka · 6 years ago
  92. 43932cf Move no_mutator_test.cc by Vitaly Buka · 6 years ago
  93. 4200a1e Initialize fields of map entries by Vitaly Buka · 6 years ago
  94. 384a0e6 Convert more tests into TYPED_TEST by Vitaly Buka · 6 years ago
  95. 637952c Fix no_mutator_test build for "check" by Vitaly Buka · 6 years ago
  96. d1fe8a7 Renames SANITIZER_INTERFACE_WEAK_DEF to LIB_PROTO_MUTATOR_WEAK_DEF by Toshi Piazza · 6 years ago
  97. b811da4 Introduced SANITIZER_INTERFACE_WEAK_DEF by Toshi Piazza · 6 years ago
  98. ade13bd Builds tests with MSVC by Toshi Piazza · 6 years ago
  99. 012cc2f Updates CMakeLists.txt to build for MSVC by Toshi Piazza · 6 years ago
  100. 5016816 Add a line break. by Mitch Phillips · 6 years ago