1. d360027 Remove unneded namespaces by Vitaly Buka · 4 years, 10 months ago
  2. 9f357ae Implement CrossOver using Copy/Clone mutations by Vitaly Buka · 4 years, 10 months ago
  3. c183991 Use bitset to controll allowed mutations by Vitaly Buka · 4 years, 10 months ago
  4. b4c8ccd Extract GetMaxSize function by Vitaly Buka · 4 years, 10 months ago
  5. 5635a7a Clone implementation by Vitaly Buka · 4 years, 10 months ago
  6. 5cd166e Use size_increase_hint selecting copy source by Vitaly Buka · 4 years, 10 months ago
  7. 40b4d89 format by Vitaly Buka · 4 years, 10 months ago
  8. 1c91e72 Use signed size_increase_hint by Vitaly Buka · 4 years, 10 months ago
  9. baa1329 Use max_size_hint instead of size_increase_hint by Vitaly Buka · 4 years, 10 months ago
  10. 1383505 Update README by Vitaly Buka · 4 years, 10 months ago
  11. 4908d25 Take into account size_increase_hint selecting mutation by Vitaly Buka · 4 years, 10 months ago
  12. 1340b1b Make post_processors_ private by Vitaly Buka · 4 years, 10 months ago
  13. 0f63f91 Allow to use a different message as "copy" source Preparation for #44 by Vitaly Buka · 4 years, 10 months ago
  14. 9eaf063 Log message when IsInitialized assert fail by Vitaly Buka · 4 years, 10 months ago
  15. ad520b3 Support multiple callbacks per message type Fixed #146 by Vitaly Buka · 4 years, 10 months ago
  16. 69d9308 Fix typo by Vitaly Buka · 4 years, 10 months ago
  17. fbfc647 Update README.md by Vitaly Buka · 4 years, 10 months ago
  18. ba7c2ab Fix typo by Vitaly Buka · 4 years, 10 months ago
  19. eb892f9 Fix typo by Vitaly Buka · 4 years, 10 months ago
  20. a8740bc Remove const by Vitaly Buka · 4 years, 10 months ago
  21. 6a59c71 Document PostProcessorRegistration by Vitaly Buka · 4 years, 10 months ago
  22. dd89da9 Check post_processors_.empty() in CrossOver by Vitaly Buka · 5 years ago
  23. fe76ed6 Add global mutator support by Peter Foley · 5 years ago
  24. 62c5c91 Update googletest and protobuf by Vitaly Buka · 5 years ago
  25. 3183b0d Don't "post process" and InitializeAndTrim from recursive Mutate calls by Vitaly Buka · 5 years ago
  26. cdb7deb run clang-format by Peter Foley · 5 years ago
  27. 6a6820c Move registration in function scope static variable by Vitaly Buka · 5 years ago
  28. 67387f7 Replace Custom mutations with mutation post processing by Vitaly Buka · 5 years ago
  29. ea309cd Update README.md by Vitaly Buka · 5 years ago
  30. 26b9a0e Remove static members from Mutator by Vitaly Buka · 5 years ago
  31. b75d5c5 Use Mutator as singleton by Vitaly Buka · 5 years ago
  32. 379f5ab Move random number generator inside of Mutator. by Vitaly Buka · 5 years ago
  33. 315e6d2 Add Travis and oss-fuzz badges to README by Ammar Askar · 5 years ago
  34. d9fa6ea More dependencies! by Mitch Phillips · 6 years ago
  35. d761b62 Remove trailing spaces by Vitaly Buka · 5 years ago
  36. bc1b967 Update protobuf by Vitaly Buka · 5 years ago
  37. 43932cf Move no_mutator_test.cc by Vitaly Buka · 5 years ago
  38. 4200a1e Initialize fields of map entries by Vitaly Buka · 5 years ago
  39. 384a0e6 Convert more tests into TYPED_TEST by Vitaly Buka · 5 years ago
  40. 637952c Fix no_mutator_test build for "check" by Vitaly Buka · 5 years ago
  41. d1fe8a7 Renames SANITIZER_INTERFACE_WEAK_DEF to LIB_PROTO_MUTATOR_WEAK_DEF by Toshi Piazza · 5 years ago
  42. b811da4 Introduced SANITIZER_INTERFACE_WEAK_DEF by Toshi Piazza · 5 years ago
  43. ade13bd Builds tests with MSVC by Toshi Piazza · 5 years ago
  44. 012cc2f Updates CMakeLists.txt to build for MSVC by Toshi Piazza · 5 years ago
  45. 5016816 Add a line break. by Mitch Phillips · 6 years ago
  46. 72ae05b Add proto dependencies to prerequisites. by Mitch Phillips · 6 years ago
  47. e0540a5 Fix compile error/warning in src/field_instance.h (was comparison with unsigned < 0, which is always false) by spq · 6 years ago
  48. 3d1ea5f Remove workaround for stack overflow by Vitaly Buka · 6 years ago
  49. f6aba84 Update protocolbuffers by Vitaly Buka · 6 years ago
  50. 6e552e3 Add check to avoid stack overflow parsing nested messages by Vitaly Buka · 6 years ago
  51. 2916970 replace std::mt19937 with a much faster std::minstd_rand by Kostya Serebryany · 6 years ago
  52. d7f943f Speedup unit tests by Vitaly Buka · 6 years ago
  53. 8ce9a17 Update README.md by Kostya Serebryany · 6 years ago
  54. 439e81f Fix index check by Vitaly Buka · 6 years ago
  55. f0a8ca0 Switch from TEST_CASE_P to TEST_SUITE_P by Vitaly Buka · 6 years ago
  56. 30df596 Fix clang build (#110) by Vitaly Buka · 6 years ago
  57. f281d17 Never copy unknown enum values by Vitaly Buka · 6 years ago
  58. 6e95751 Check that all tests strings parsed by Vitaly Buka · 6 years ago
  59. 3f95fb2 Add FieldInstance::DebugString by Vitaly Buka · 6 years ago
  60. 2792ed7 Move EnforceUtf8 check into CanCopyAndDifferentField by Vitaly Buka · 6 years ago
  61. 03ce802 Rename IsEqualValueField to CanCopyAndDifferentField by Vitaly Buka · 6 years ago
  62. 679b602 Update README.md by Kostya Serebryany · 6 years ago
  63. a9fb4da Add links to known bug reports and fuzzers which use this library by Vitaly Buka · 6 years ago
  64. 7853387 added missing newlines to two CMakeLists.txt files by Christian Hartlage · 6 years ago
  65. add10cd surrounded modifications to the "check" target with tests for LIB_PROTO_MUTATOR_TESTING by Christian Hartlage · 6 years ago
  66. 5e55787 Add install to the Travis test and install docs. by Allen Webb · 6 years ago
  67. 0b686f9 cmake: Add PKG_CONFIG_PATH option by Michal Rostecki · 6 years ago
  68. c37bfc2 cmake: Set SOVERSION property for shared libraries by Michal Rostecki · 6 years ago
  69. 93783b6 cmake: Define LIBRARY DESTINATION for install targets by Michal Rostecki · 6 years ago
  70. 17de2c3 Move LIB_DIR var outside of testing related if statement. by Allen Webb · 6 years ago
  71. 960475d Cmake 3.12.3 on travis by Vitaly Buka · 6 years ago
  72. 487eb30 Remove LIB_PROTO_MUTATOR_CTEST_JOBS=8 by Vitaly Buka · 6 years ago
  73. 8437c05 Use Xenial by Vitaly Buka · 6 years ago
  74. 5b98e7f Restore GCC debug build by Vitaly Buka · 6 years ago
  75. ada1550 Fix GCC crash by Vitaly Buka · 6 years ago
  76. cdcddd8 Update protobuf version by Vitaly Buka · 6 years ago
  77. 321f362 Re-enabled unitests disabled by #94 by Vitaly Buka · 6 years ago
  78. 3a5b2f6 Fix build with LIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON by Vitaly Buka · 6 years ago
  79. 652f387 Add flag for tests building (#94) by Kitsu · 6 years ago
  80. c148984 change int32_t to uint32_t by Jonathan Metzman · 6 years ago
  81. 058fdc6 remove whitespace change by Jonathan Metzman · 6 years ago
  82. 04c3bb6 [NFC] Change types for in uniform_int_distribution for Windows by Jonathan Metzman · 6 years ago
  83. d5e434f Added "make install" and pkg-config file. by Allen Webb · 6 years ago
  84. c4fa591 Added per field mutator hooks. (#98) by Allen-Webb · 6 years ago
  85. f2cca56 Update .travis.yml by Vitaly Buka · 6 years ago
  86. f2eac71 Update libxml2.cmake by Vitaly Buka · 6 years ago
  87. 6349fa2 Temporarily fix for libxml2 build issue by Vitaly Buka · 6 years ago
  88. 113b5d8 Switch to https://gitlab.gnome.org/GNOME/libxml2 by Vitaly Buka · 6 years ago
  89. c9a1e56 Update README.md by Vitaly Buka · 6 years ago
  90. 2b8c98a Edit links in README to reflect new file names. by Emmett Neyman · 6 years ago
  91. 7e08401 Add include statement to fix build by Emmett Neyman · 6 years ago
  92. c3d2faf Disable libFuzzer len_control. by Vitaly Buka · 7 years ago
  93. 1c04078 Update .travis.yml by Vitaly Buka · 7 years ago
  94. 5f7a537 Update .travis.yml by Vitaly Buka · 7 years ago
  95. bf2cd38 Disable gcc debug because gcc crashes there by Vitaly Buka · 7 years ago
  96. 6051cf0 gcc 7 by Vitaly Buka · 7 years ago
  97. 70feea5 nproc by Vitaly Buka · 7 years ago
  98. d0d09da Fix -Werror=sign-compare by Vitaly Buka · 7 years ago
  99. 1c562ab Update protobuf by Vitaly Buka · 7 years ago
  100. 3fc43a0 Update with UTF-8 details by Vitaly Buka · 7 years ago