1. f9fc8f8 Import c9a1e56750a4eef6ffca95f41f79f06979056e01 into master by Xin Li · 6 years ago
  2. b72591c Initial empty repository by (raulenrique) · 6 years ago
  3. c9a1e56 Update README.md by Vitaly Buka · 6 years ago
  4. 2b8c98a Edit links in README to reflect new file names. by Emmett Neyman · 6 years ago
  5. 7e08401 Add include statement to fix build by Emmett Neyman · 6 years ago
  6. c3d2faf Disable libFuzzer len_control. by Vitaly Buka · 7 years ago
  7. 1c04078 Update .travis.yml by Vitaly Buka · 7 years ago
  8. 5f7a537 Update .travis.yml by Vitaly Buka · 7 years ago
  9. bf2cd38 Disable gcc debug because gcc crashes there by Vitaly Buka · 7 years ago
  10. 6051cf0 gcc 7 by Vitaly Buka · 7 years ago
  11. 70feea5 nproc by Vitaly Buka · 7 years ago
  12. d0d09da Fix -Werror=sign-compare by Vitaly Buka · 7 years ago
  13. 1c562ab Update protobuf by Vitaly Buka · 7 years ago
  14. 3fc43a0 Update with UTF-8 details by Vitaly Buka · 7 years ago
  15. 53dccbe Return LIB_PROTO_MUTATOR_FUZZER_LIBRARIES as it's used by OSS-fuzz by Vitaly Buka · 7 years ago
  16. 99a97c0 Remove reference to LIB_PROTO_MUTATOR_FUZZER_LIBRARIES and set -fsanitize-coverage=0 by Vitaly Buka · 7 years ago
  17. e2290dc Switch to clang 6.0 by Vitaly Buka · 7 years ago
  18. 7218a15 Switch to -fsanitize=fuzzer by Vitaly Buka · 7 years ago
  19. e4eae60 Improve protection against stack overflow by Vitaly Buka · 7 years ago
  20. a048ee2 Fix endif() in cmake file by Vitaly Buka · 7 years ago
  21. c1a194b Update CMakeLists.txt by Vitaly Buka · 7 years ago
  22. 52af4b0 Fix compile error in Chromium by changing error message in assertion by Jonathan Metzman · 7 years ago
  23. b3323e2 Update option name (#79) by Vitaly Buka · 7 years ago
  24. 3afcf34 Use ninja check with CPU_COUNT=8. by morehouse · 7 years ago
  25. aec5bb4 Allow CPU_COUNT to be specified as a CMake argument. by morehouse · 7 years ago
  26. 0cf14e3 Update .travis.yml by morehouse · 7 years ago
  27. f308748 Update .travis.yml by Vitaly Buka · 7 years ago
  28. 4677924 Use ninja check in Travis build. by Matt Morehouse · 7 years ago
  29. ad1c84a Only build examples when running tests. by Matt Morehouse · 7 years ago
  30. 82316df Increase kMaxInitializeDepth and remove annoying assert by Vitaly Buka · 7 years ago
  31. 17789d1 Fix compilation with GCC 7 by Tomáš Popela · 7 years ago
  32. 428ad71 Update expat build rules by Vitaly Buka · 7 years ago
  33. 0627b37 pkg-config is needed by cmake to find some dependencies by Vitaly Buka · 7 years ago
  34. df4f45a Remove dependence on docbook2x by Vitaly Buka · 7 years ago
  35. 34287f8 Pin googletest version by Vitaly Buka · 7 years ago
  36. ddd2e48 Create LIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF option. by Matt Morehouse · 7 years ago
  37. 12a53ca Use system-installed protobuf by default. by Matt Morehouse · 7 years ago
  38. 2ac9b0f Optimize .travis.yml by Vitaly Buka · 7 years ago
  39. 628337c Update .travis.yml by Vitaly Buka · 7 years ago
  40. 636a36f Fix travis build by Vitaly Buka · 7 years ago
  41. 7b8047f Debug travis build by Vitaly Buka · 7 years ago
  42. 08a68e0 Try to fix travis build by Vitaly Buka · 7 years ago
  43. e1a99c0 Fix sourceline for llvm toolchain by Vitaly Buka · 7 years ago
  44. 3fcc546 Add workaround for expat entropy check. by Vitaly Buka · 7 years ago
  45. c0a2038 Reset message if parsing failed. by Vitaly Buka · 7 years ago
  46. af8136f Restrict proto3 strings to valid UTF-8 by Vitaly Buka · 7 years ago
  47. 8e4650f Add FieldInstance::EnforceUtf8 by Vitaly Buka · 7 years ago
  48. 418eba6 Add function to fix UTF-8 strings. by Vitaly Buka · 7 years ago
  49. 24d9fd0 Make argument name in cc the same as in h file. by Vitaly Buka · 7 years ago
  50. 6cb82ef Switch xml fuzzers to DEFINE_PROTO_FUZZER macro and delete unused code. by Vitaly Buka · 7 years ago
  51. c5f8c95 Cleanup DEFINE_PROTO_FUZZER macro and implementation. by Vitaly Buka · 7 years ago
  52. f91517f Add macros for simple fuzzer implementation. by Vitaly Buka · 7 years ago
  53. a7599a1 Fix lint warnings by Vitaly Buka · 7 years ago
  54. 4a96a95 Impact of this optimization was small but it makes example less clear. by Vitaly Buka · 7 years ago
  55. 8a3c159 Move out xml code from libprotobuf-mutator sources into examples. by Vitaly Buka · 7 years ago
  56. d09fb10 Check CMAKE_USE_PTHREADS_INIT for pthread presence. by Vitaly Buka · 7 years ago
  57. d8ad965 Link protobuf with pthread. Building with --stdlib=libc++ may need this pthread. by Vitaly Buka · 7 years ago
  58. 84aa25e Remove missing option LIB_PROTO_MUTATOR_WITH_COVERAGE_FLAGS. by Vitaly Buka · 7 years ago
  59. 1966902 Disable ASAN by default, as it was unusual default behavior. by Vitaly Buka · 7 years ago
  60. 606ea0a Support -fsanitize-coverage flag passed with environment. by Vitaly Buka · 7 years ago
  61. f3383a9 Update assert by Vitaly Buka · 8 years ago
  62. b2c4fb5 Mutate message when we create new one. by Vitaly Buka · 8 years ago
  63. 242a20f Don't check for memory leaks in fuzzer tests. by Vitaly Buka · 8 years ago
  64. 0e9439f Move fallback to default value into CreateField(). by Vitaly Buka · 8 years ago
  65. 329fa46 Remove size control heuristic by Vitaly Buka · 8 years ago
  66. ee1c76a Fix mutator crash if enum has only one value. by Vitaly Buka · 8 years ago
  67. 4f1ac7d Add xmlSaveToBuffer to libxml fuzzer. by Vitaly Buka · 8 years ago
  68. 490b23a Add size increase parameter for CreateField. by Vitaly Buka · 8 years ago
  69. 311fe5f Remove loop on oversize. Just return 0 and handle another input. by Vitaly Buka · 8 years ago
  70. 664d33c Remove unused using declaration. by Vitaly Buka · 8 years ago
  71. cbadfd3 Remove unused using declaration. by Vitaly Buka · 8 years ago
  72. 32f2fae Remove unused using declaration. by Vitaly Buka · 8 years ago
  73. 0fa21bd Don't cast negative floats to uint by Vitaly Buka · 8 years ago
  74. 0537d84 Return type is specific to version of protobuf library, so return by value. by Vitaly Buka · 8 years ago
  75. 4b3defd Remove port/protobuf_text_format.h as we can't avoid using full protobuf library. by Vitaly Buka · 8 years ago
  76. 2d609df libFuzzer does not allow to use LLVMFuzzerMutate from CustomCrossover so by Vitaly Buka · 8 years ago
  77. 5050005 Return prefixes into filenames to avoid issues with Chromium builds. by Vitaly Buka · 8 years ago
  78. f62fe47 Setup mutator with pointer to RandomEngine instead of seed. by Vitaly Buka · 8 years ago
  79. be54a44 Extract text_format.h include into separate header. by Vitaly Buka · 8 years ago
  80. 829ad00 Remove functions from port/protobuf.h by Vitaly Buka · 8 years ago
  81. e79e018 Rename protobuf_mutator::ProtobufMutator into protobuf_mutator::Mutator by Vitaly Buka · 8 years ago
  82. f90698f Remove prefixes from some files. It's already in the path. by Vitaly Buka · 8 years ago
  83. aa5851c Move libfuzzer stuff into src/libfuzzer by Vitaly Buka · 8 years ago
  84. d4a2076 Split binary and text serialization. by Vitaly Buka · 8 years ago
  85. 142e08b Avoid unchanged messages after CrossOver. by Vitaly Buka · 8 years ago
  86. 677890f Update GIT_TAG of protobuf library. by Vitaly Buka · 8 years ago
  87. 5f7dfbd Re-format by Vitaly Buka · 8 years ago
  88. 28ca0ee Proto3 support with tests by Vitaly Buka · 8 years ago
  89. bbf914d Simplify tests by removing and renaming some parameters. by Vitaly Buka · 8 years ago
  90. fb19337 Use message prototype as test parameter. by Vitaly Buka · 8 years ago
  91. 2256ad7 Reduce space of filed mutation during Mutate(from, to) tests. by Vitaly Buka · 8 years ago
  92. f90f65a Remove default from switch statement and add abort() call to fix warning on gcc. by Vitaly Buka · 8 years ago
  93. d3a76b8 Add test to check that mutator is actually change messages. by Vitaly Buka · 8 years ago
  94. 66d06c7 Instead of deleting field just restart mutator if source was not selected. by Vitaly Buka · 8 years ago
  95. 4344a46 Prefer smaller values creating non-default fields. by Vitaly Buka · 8 years ago
  96. 4782c14 Check if field values are different before copying them. by Vitaly Buka · 8 years ago
  97. d4ab1e7 Replace filed instance transformations with functiors for better readability. by Vitaly Buka · 8 years ago
  98. fc2afda Remove unnecessary MutateBool override from test. by Vitaly Buka · 8 years ago
  99. 2f660a5 Do not add the same OneOf field. by Vitaly Buka · 8 years ago
  100. c020de1 Make MutateString overrides always return new values. by Vitaly Buka · 8 years ago