1. fb24882 Implement JSON parsing in C#. by Jon Skeet · 9 years ago
  2. aa36754 Merge pull request #930 from pherl/bazel_test by Jisi Liu · 9 years ago
  3. ec9f45b Merge pull request #931 from xfxyjwf/fix_compile by Feng Xiao · 9 years ago
  4. 9659ea9 Fix compilation errors when built internally. by Feng Xiao · 9 years ago
  5. d4bef7d add warning notes for cc|py_proto_library rules. by Jisi Liu · 9 years ago
  6. 59635c1 Merge pull request #929 from jskeet/unsafe-internal by Jan Tattermusch · 9 years ago
  7. 885406a Make BytesString.Unsafe internal (which it should have been all along) by Jon Skeet · 9 years ago
  8. 8eebad1 Merge pull request #924 from bbarenblat/master by Feng Xiao · 9 years ago
  9. a2ce9cb Correct spelling by Benjamin Barenblat · 9 years ago
  10. 46f8a79 Merge pull request #905 from jskeet/wrapper-clear by Jan Tattermusch · 9 years ago
  11. f5a0a7f Fix clearing wrapper type fields with reflection. by Jon Skeet · 9 years ago
  12. a74e912 Merge pull request #922 from randomascii/master by Feng Xiao · 9 years ago
  13. 86ba70e Get VS 2015 to use const int definitions by Bruce Dawson · 9 years ago
  14. 86f6f53 Merge pull request #861 from haberman/pywarnings by Joshua Haberman · 9 years ago
  15. c3ca920 Pass $CC environment variable through tox. by Josh Haberman · 9 years ago
  16. d8814ed Special-case Clang-only warning flags to Clang. by Josh Haberman · 9 years ago
  17. 30cbd4c Disable some more warnings to be warnings-free. by Josh Haberman · 9 years ago
  18. 70ffefa Fixed compile errors after rebase. by Josh Haberman · 9 years ago
  19. 00700b7 Removed all warnings from the Python/C++ build. by Josh Haberman · 9 years ago
  20. 12fb61b Merge pull request #915 from pherl/master by Jisi Liu · 9 years ago
  21. be92ffb add default_runtime attribute to cc|py rules. by Jisi Liu · 9 years ago
  22. d4569d1 Merge pull request #908 from jskeet/oneof-equality by Jan Tattermusch · 9 years ago
  23. 55313c9 Generated code for previous commit (oneof case contributing to hash code and equality). by Jon Skeet · 9 years ago
  24. 964627e Include the oneof-case in equality and hash code generated code. by Jon Skeet · 9 years ago
  25. dfae9e3 Merge pull request #904 from matthew-wu/master by Jisi Liu · 9 years ago
  26. 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
  27. 1abf297 Merge pull request #903 from pherl/bazel_test by Jisi Liu · 9 years ago
  28. e1f60f5 Update comments. by Jisi Liu · 9 years ago
  29. b657cb4 fix six package path. by Jisi Liu · 9 years ago
  30. fbc51b7 Add six as an external dep. by Jisi Liu · 9 years ago
  31. 68e13f4 Enable python tests with testdata. by Jisi Liu · 9 years ago
  32. b152d7f Merge pull request #901 from pherl/bazel_test by Jisi Liu · 9 years ago
  33. 598480d Add runfiles to make the protobuf_test pass. by Jisi Liu · 9 years ago
  34. 343f93f Merge pull request #900 from pherl/rename by Jisi Liu · 9 years ago
  35. 96da4ed Merge pull request #899 from pherl/cc_bazel by Jisi Liu · 9 years ago
  36. 166e9bb Rename python and java bazel rules. by Jisi Liu · 9 years ago
  37. 6ddcae2 Use && for internal_copied_filegroup. by Jisi Liu · 9 years ago
  38. 66e3a6d Merge pull request #867 from pherl/master by Jisi Liu · 9 years ago
  39. 8f54026 avoid name duplication. by Jisi Liu · 9 years ago
  40. bc4fd15 Rename copeid_src to internal_copied_filegroup by Jisi Liu · 9 years ago
  41. 14c8f8a Uncomment objc tests by Jisi Liu · 9 years ago
  42. a33fa8e fix sources for python target and add needed dependencies. by Jisi Liu · 9 years ago
  43. 53a56be Change the impl rule include to includes. by Jisi Liu · 9 years ago
  44. 04658a3 Change default value of protoc on xx_proto_library rules. by Jisi Liu · 9 years ago
  45. 32fb7dd Merge pull request #869 from anandolee/master by Jie Luo · 9 years ago
  46. 7b948cc Support python for bazel. by Jisi Liu · 9 years ago
  47. 993fb70 Python bazel support. by Jisi Liu · 9 years ago
  48. 2850a98 fix json_format for python2.6: by Jie Luo · 9 years ago
  49. e63bd9b Merge pull request #892 from pherl/cc_bazel by Jisi Liu · 9 years ago
  50. 6dac082 Allow include to be None. by Jisi Liu · 9 years ago
  51. 70b81ba Merge pull request #889 from leif81/patch-1 by Feng Xiao · 9 years ago
  52. a9e6a8f Change back to "protobuf_BUILD_TESTS" flag by Leif Gruenwoldt · 9 years ago
  53. 5314ad1 Merge pull request #783 from podsvirov/topic-cmake-project by Feng Xiao · 9 years ago
  54. beeb3aa Merge pull request #883 from pherl/cc_bazel by Jisi Liu · 9 years ago
  55. 24e2d8c Fix typos in cmake README.md by Leif Gruenwoldt · 9 years ago
  56. 3101e73 Change prefix to include, and add docs by Jisi Liu · 9 years ago
  57. d8701b5 Rename deps/proto_deps to cc_libs/deps by Jisi Liu · 9 years ago
  58. 9c7d9c0 style/naming fix by Jisi Liu · 9 years ago
  59. 25d75b5 make cc_out and py_out internal. by Jisi Liu · 9 years ago
  60. 125a91b Format code. by Jisi Liu · 9 years ago
  61. ee8131a buildifier the file by Jisi Liu · 9 years ago
  62. 39362b3 Extract protoc action into .bzl for cc. by Jisi Liu · 9 years ago
  63. c3aa4c2 Improved SHARED build from CMake project by Konstantin Podsvirov · 9 years ago
  64. d8a926e Merge pull request #824 from jtattermusch/expose_get_output_file by Jan Tattermusch · 9 years ago
  65. 8894d1f Merge pull request #875 from tkarls/return_correct_bool_type_from_map by Feng Xiao · 9 years ago
  66. 3af7054 Merge pull request #878 from matthewvalimaki/autogen-options by Feng Xiao · 9 years ago
  67. b699c28 Merge pull request #876 from tkarls/use_correct_int_type_in_set_function by Feng Xiao · 9 years ago
  68. c0a7ea4 Add support for arguments. Support curl -s argument. by Matthew Valimaki · 9 years ago
  69. 59906e8 Changed argument typ to uint32 in set function that sets an uint32 value by Thomas Karlsson · 9 years ago
  70. b7996f0 Changed return type from int32 to bool in function returning a bool by Thomas Karlsson · 9 years ago
  71. 49f24af Merge pull request #815 from TeBoring/third-party by Paul Yang · 9 years ago
  72. 693cb3d Merge pull request #822 from podsvirov/topic-cmake-readme by Feng Xiao · 9 years ago
  73. 0f21c53 Update cmake/README.md for #783 PR by Konstantin Podsvirov · 9 years ago
  74. 3f78836 Merge pull request #866 from Sahloul/patch-1 by Feng Xiao · 9 years ago
  75. e2fb73a Merge pull request #856 from mzhaom/bazel-build by Jisi Liu · 9 years ago
  76. 4ead55c Use static cast by Hamdi Sahloul · 9 years ago
  77. 4c4aae8 VS2010 compatibility of address initalization by Hamdi Sahloul · 9 years ago
  78. 5cdd936 Add missing csharp_doc_comment.cc to protoc_lib. by Ming Zhao · 9 years ago
  79. c34ed5c Merge pull request #846 from jskeet/tostring by Jon Skeet · 9 years ago
  80. 2842568 Merge pull request #860 from pherl/master by Jisi Liu · 9 years ago
  81. f6fa5c7 add complete WKT for python. by Jisi Liu · 9 years ago
  82. 7464f40 Generate well known types for python. by Jisi Liu · 9 years ago
  83. 878b603 Merge pull request #849 from pherl/master by Jisi Liu · 9 years ago
  84. 5f6a1d3 Remove duplicated header file by Jisi Liu · 9 years ago
  85. 479a90b Revert unwanted changes. by Jisi Liu · 9 years ago
  86. 78d040a remove extra collection import by Jisi Liu · 9 years ago
  87. 72bd9c9 disable tests for python-cpp under py26 as well. by Jisi Liu · 9 years ago
  88. f509c7b disable py2.6 tests for json_format_test by Jisi Liu · 9 years ago
  89. dbea00a Revert back changes to import unittest2 for py26 by Jisi Liu · 9 years ago
  90. a783eaf make the python json test less strict on expected errors. by Jisi Liu · 9 years ago
  91. 61871a0 fix stringpiece test to use portable hash set. by Jisi Liu · 9 years ago
  92. e8c3c54 Adding back three missing export macros. by Jisi Liu · 9 years ago
  93. 9cafa20 Merge pull request #837 from mzhaom/bazel-java by Jisi Liu · 9 years ago
  94. 8d8177c Merge remote-tracking branch 'origin/master' into fix-author by Jisi Liu · 9 years ago
  95. 46e8ff6 Down-integrate from google internal. by Jisi Liu · 9 years ago
  96. cccf6fe Merge pull request #845 from jskeet/xmldocs by Jan Tattermusch · 9 years ago
  97. 7c14dc8 Down-integrate internal bug fixing changes. by Bo Yang · 9 years ago
  98. 24fe6ba Merge pull request #843 from thomasvl/objcpp_enum_fwd_decl by Paul Yang · 9 years ago
  99. ad2d5c9 Support enum forward decls in Objective C++ by Thomas Van Lenten · 9 years ago
  100. 9ed6d4d Support ToString in RepeatedField and MapField. by Jon Skeet · 9 years ago