1. eadd4ca Generated code from previous commit. by Jon Skeet · 9 years ago
  2. 2a15051 Introduce a Parser property into MessageDescriptor, and populate it from generated types. by Jon Skeet · 9 years ago
  3. c581acb Merge pull request #944 from jskeet/umbrella-classname by Jon Skeet · 9 years ago
  4. 8162451 Merge pull request #984 from thomasvl/prefix_validation_tweaks by Thomas Van Lenten · 9 years ago
  5. 2a91c64 Reorder the checks so anything in the expected file is an implicit whitelisting. by Thomas Van Lenten · 9 years ago
  6. 6a3d6d9 Merge pull request #982 from pherl/bazel_test by Jisi Liu · 9 years ago
  7. 6a40bf8 Make the cc wkt proto target public. by Jisi Liu · 9 years ago
  8. 496826e Merge pull request #978 from thomasvl/conformance_tweaks by Joshua Haberman · 9 years ago
  9. 42f2eee Cleanups of deps and ignores for conformance by Thomas Van Lenten · 9 years ago
  10. 8b31d74 Merge pull request #960 from thomasvl/xctool_support by Thomas Van Lenten · 9 years ago
  11. 76b6138 Switch ObjC Travis testing to using xctool by Thomas Van Lenten · 9 years ago
  12. a663afb Merge pull request #959 from thomasvl/travis_mac2 by Thomas Van Lenten · 9 years ago
  13. 9642b82 Add ObjC build to travis setup by Thomas Van Lenten · 9 years ago
  14. 284bb45 Generated code changes and manual changes for previous commit. by Jon Skeet · 9 years ago
  15. 61a50b9 Change how the reflection descriptor class is generated. by Jon Skeet · 9 years ago
  16. 64aa954 Merge pull request #954 from jskeet/blank-lines-in-comments by Jan Tattermusch · 9 years ago
  17. 1e54dcf Merge pull request #949 from thomasvl/newer_sims by Paul Yang · 9 years ago
  18. cff900e Generated code for previous commit. by Jon Skeet · 9 years ago
  19. f4f601b Stop removing all blank lines in doc comments. by Jon Skeet · 9 years ago
  20. ffe25c7 Merge pull request #941 from jskeet/recursion-limit by Jan Tattermusch · 9 years ago
  21. 1470ced Merge pull request #950 from jhump/jh/plugin-proto-in-java-runtime by Feng Xiao · 9 years ago
  22. f1a3c8f Tweaks to the Mac build script by Thomas Van Lenten · 9 years ago
  23. 37b262b include plugin.proto and generated code in protobuf-java by Joshua Humphries · 9 years ago
  24. 6fa17e7 Reimplement JSON recursion by detecting the depth in the tokenizer. by Jon Skeet · 9 years ago
  25. 3a72a1e Merge pull request #940 from jskeet/json-names by Jon Skeet · 9 years ago
  26. 25c045a Merge pull request #942 from jskeet/json-exception by Jan Tattermusch · 9 years ago
  27. a030cc7 Merge pull request #943 from thomasvl/conformance by Paul Yang · 9 years ago
  28. 0fb39c4 Created a new exception for JSON failures. by Jon Skeet · 9 years ago
  29. f0411ec Update the Mac build script to include the conformance tests by Thomas Van Lenten · 9 years ago
  30. 3d257a9 Add recursion limit handling to JSON parsing. by Jon Skeet · 9 years ago
  31. 6a94273 Move the creation of the "fields by JSON name" dictionary to the descriptor. by Jon Skeet · 9 years ago
  32. b6a32e9 Merge pull request #923 from jskeet/json-parsing by Jon Skeet · 9 years ago
  33. 55ad57a Merge pull request #936 from andrewharp/patch-1 by Feng Xiao · 9 years ago
  34. 0cf6198 Merge pull request #939 from dougkwan/master by Feng Xiao · 9 years ago
  35. 2a50e67 Add support for POWER Linux by Doug Kwan · 9 years ago
  36. 38f131f Build protoc for host platform to enable cross-compilation. by Andrew Harp · 9 years ago
  37. fb24882 Implement JSON parsing in C#. by Jon Skeet · 9 years ago
  38. aa36754 Merge pull request #930 from pherl/bazel_test by Jisi Liu · 9 years ago
  39. ec9f45b Merge pull request #931 from xfxyjwf/fix_compile by Feng Xiao · 9 years ago
  40. 9659ea9 Fix compilation errors when built internally. by Feng Xiao · 9 years ago
  41. d4bef7d add warning notes for cc|py_proto_library rules. by Jisi Liu · 9 years ago
  42. 59635c1 Merge pull request #929 from jskeet/unsafe-internal by Jan Tattermusch · 9 years ago
  43. 885406a Make BytesString.Unsafe internal (which it should have been all along) by Jon Skeet · 9 years ago
  44. 8eebad1 Merge pull request #924 from bbarenblat/master by Feng Xiao · 9 years ago
  45. a2ce9cb Correct spelling by Benjamin Barenblat · 9 years ago
  46. 46f8a79 Merge pull request #905 from jskeet/wrapper-clear by Jan Tattermusch · 9 years ago
  47. f5a0a7f Fix clearing wrapper type fields with reflection. by Jon Skeet · 9 years ago
  48. a74e912 Merge pull request #922 from randomascii/master by Feng Xiao · 9 years ago
  49. 86ba70e Get VS 2015 to use const int definitions by Bruce Dawson · 9 years ago
  50. 86f6f53 Merge pull request #861 from haberman/pywarnings by Joshua Haberman · 9 years ago
  51. c3ca920 Pass $CC environment variable through tox. by Josh Haberman · 9 years ago
  52. d8814ed Special-case Clang-only warning flags to Clang. by Josh Haberman · 9 years ago
  53. 30cbd4c Disable some more warnings to be warnings-free. by Josh Haberman · 9 years ago
  54. 70ffefa Fixed compile errors after rebase. by Josh Haberman · 9 years ago
  55. 00700b7 Removed all warnings from the Python/C++ build. by Josh Haberman · 9 years ago
  56. 12fb61b Merge pull request #915 from pherl/master by Jisi Liu · 9 years ago
  57. be92ffb add default_runtime attribute to cc|py rules. by Jisi Liu · 9 years ago
  58. d4569d1 Merge pull request #908 from jskeet/oneof-equality by Jan Tattermusch · 9 years ago
  59. 55313c9 Generated code for previous commit (oneof case contributing to hash code and equality). by Jon Skeet · 9 years ago
  60. 964627e Include the oneof-case in equality and hash code generated code. by Jon Skeet · 9 years ago
  61. dfae9e3 Merge pull request #904 from matthew-wu/master by Jisi Liu · 9 years ago
  62. 187cfc5 Change the #include for any.h to use angle brackets instead of quotes, to be consistent with other protobuf library includes. by Matthew Wu · 9 years ago
  63. 1abf297 Merge pull request #903 from pherl/bazel_test by Jisi Liu · 9 years ago
  64. e1f60f5 Update comments. by Jisi Liu · 9 years ago
  65. b657cb4 fix six package path. by Jisi Liu · 9 years ago
  66. fbc51b7 Add six as an external dep. by Jisi Liu · 9 years ago
  67. 68e13f4 Enable python tests with testdata. by Jisi Liu · 9 years ago
  68. b152d7f Merge pull request #901 from pherl/bazel_test by Jisi Liu · 9 years ago
  69. 598480d Add runfiles to make the protobuf_test pass. by Jisi Liu · 9 years ago
  70. 343f93f Merge pull request #900 from pherl/rename by Jisi Liu · 9 years ago
  71. 96da4ed Merge pull request #899 from pherl/cc_bazel by Jisi Liu · 9 years ago
  72. 166e9bb Rename python and java bazel rules. by Jisi Liu · 9 years ago
  73. 6ddcae2 Use && for internal_copied_filegroup. by Jisi Liu · 9 years ago
  74. 66e3a6d Merge pull request #867 from pherl/master by Jisi Liu · 9 years ago
  75. 8f54026 avoid name duplication. by Jisi Liu · 9 years ago
  76. bc4fd15 Rename copeid_src to internal_copied_filegroup by Jisi Liu · 9 years ago
  77. 14c8f8a Uncomment objc tests by Jisi Liu · 9 years ago
  78. a33fa8e fix sources for python target and add needed dependencies. by Jisi Liu · 9 years ago
  79. 53a56be Change the impl rule include to includes. by Jisi Liu · 9 years ago
  80. 04658a3 Change default value of protoc on xx_proto_library rules. by Jisi Liu · 9 years ago
  81. 32fb7dd Merge pull request #869 from anandolee/master by Jie Luo · 9 years ago
  82. 7b948cc Support python for bazel. by Jisi Liu · 9 years ago
  83. 993fb70 Python bazel support. by Jisi Liu · 9 years ago
  84. 2850a98 fix json_format for python2.6: by Jie Luo · 9 years ago
  85. e63bd9b Merge pull request #892 from pherl/cc_bazel by Jisi Liu · 9 years ago
  86. 6dac082 Allow include to be None. by Jisi Liu · 9 years ago
  87. 70b81ba Merge pull request #889 from leif81/patch-1 by Feng Xiao · 9 years ago
  88. a9e6a8f Change back to "protobuf_BUILD_TESTS" flag by Leif Gruenwoldt · 9 years ago
  89. 5314ad1 Merge pull request #783 from podsvirov/topic-cmake-project by Feng Xiao · 9 years ago
  90. beeb3aa Merge pull request #883 from pherl/cc_bazel by Jisi Liu · 9 years ago
  91. 24e2d8c Fix typos in cmake README.md by Leif Gruenwoldt · 9 years ago
  92. 3101e73 Change prefix to include, and add docs by Jisi Liu · 9 years ago
  93. d8701b5 Rename deps/proto_deps to cc_libs/deps by Jisi Liu · 9 years ago
  94. 9c7d9c0 style/naming fix by Jisi Liu · 9 years ago
  95. 25d75b5 make cc_out and py_out internal. by Jisi Liu · 9 years ago
  96. 125a91b Format code. by Jisi Liu · 9 years ago
  97. ee8131a buildifier the file by Jisi Liu · 9 years ago
  98. 39362b3 Extract protoc action into .bzl for cc. by Jisi Liu · 9 years ago
  99. c3aa4c2 Improved SHARED build from CMake project by Konstantin Podsvirov · 9 years ago
  100. d8a926e Merge pull request #824 from jtattermusch/expose_get_output_file by Jan Tattermusch · 9 years ago