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