1. 8e869f7 Adds support for buliding protobuf with emscripten; we just needed the proper platform define used in the right place. by Craig Donner · 9 years ago
  2. b640f21 Merge pull request #1003 from sainaetr/patch-1 by Thomas Van Lenten · 9 years ago
  3. f1e14fb Update GPBProtocolBuffers.h by Osman Cihangir · 9 years ago
  4. bc6a85d Merge pull request #1001 from thomasvl/fix_last_objc_conformance_tests by Thomas Van Lenten · 9 years ago
  5. ba800e2 Set the stream limit to the length of the data. by Thomas Van Lenten · 9 years ago
  6. 4e33881 Merge pull request #980 from thomasvl/obj_conformance by Thomas Van Lenten · 9 years ago
  7. 41824d9 Merge pull request #990 from jskeet/naming by Jon Skeet · 9 years ago
  8. a2667aa Generated code changes for previous commit (basically InternalBuildGeneratedFileFrom => FromGeneratedCode) by Jon Skeet · 9 years ago
  9. 72ec336 Tidy up reflection in advance of attempting to implement DynamicMessage. by Jon Skeet · 9 years ago
  10. d6202a9 Merge pull request #994 from jskeet/type-registry by Jon Skeet · 9 years ago
  11. f7e43c6 Added the type registry in advance of implementing Any support. by Jon Skeet · 9 years ago
  12. 956a770 Merge pull request #988 from gabikliot/CSharp-SampleUsage-Big-Fix by Jan Tattermusch · 9 years ago
  13. 562372e Merge pull request #989 from jskeet/rename-umbrella by Jan Tattermusch · 9 years ago
  14. fa8e291 Merge pull request #977 from lberki/master by Jisi Liu · 9 years ago
  15. bdec990 Removed redundant comment. by Gabriel Kliot · 9 years ago
  16. a6361a1 Rename "umbrella" to "reflection" consistently. by Jon Skeet · 9 years ago
  17. ff37edc Merge pull request #974 from jskeet/parser by Jon Skeet · 9 years ago
  18. 360feda Finished an implementation comment by Jon Skeet · 9 years ago
  19. eadd4ca Generated code from previous commit. by Jon Skeet · 9 years ago
  20. 2a15051 Introduce a Parser property into MessageDescriptor, and populate it from generated types. by Jon Skeet · 9 years ago
  21. c581acb Merge pull request #944 from jskeet/umbrella-classname by Jon Skeet · 9 years ago
  22. 09d03df Fixed a bug in CSharp SampleUsage. by Gabriel Kliot · 9 years ago
  23. 1745f7e Add support for the conformance test for objc when run on OS X by Thomas Van Lenten · 9 years ago
  24. 8162451 Merge pull request #984 from thomasvl/prefix_validation_tweaks by Thomas Van Lenten · 9 years ago
  25. 2a91c64 Reorder the checks so anything in the expected file is an implicit whitelisting. by Thomas Van Lenten · 9 years ago
  26. 6a3d6d9 Merge pull request #982 from pherl/bazel_test by Jisi Liu · 9 years ago
  27. 6a40bf8 Make the cc wkt proto target public. by Jisi Liu · 9 years ago
  28. 496826e Merge pull request #978 from thomasvl/conformance_tweaks by Joshua Haberman · 9 years ago
  29. 42f2eee Cleanups of deps and ignores for conformance by Thomas Van Lenten · 9 years ago
  30. 915d9cd add headers by Lukacs T. Berki · 9 years ago
  31. 8b31d74 Merge pull request #960 from thomasvl/xctool_support by Thomas Van Lenten · 9 years ago
  32. 76b6138 Switch ObjC Travis testing to using xctool by Thomas Van Lenten · 9 years ago
  33. a663afb Merge pull request #959 from thomasvl/travis_mac2 by Thomas Van Lenten · 9 years ago
  34. 9642b82 Add ObjC build to travis setup by Thomas Van Lenten · 9 years ago
  35. 284bb45 Generated code changes and manual changes for previous commit. by Jon Skeet · 9 years ago
  36. 61a50b9 Change how the reflection descriptor class is generated. by Jon Skeet · 9 years ago
  37. 64aa954 Merge pull request #954 from jskeet/blank-lines-in-comments by Jan Tattermusch · 9 years ago
  38. 1e54dcf Merge pull request #949 from thomasvl/newer_sims by Paul Yang · 9 years ago
  39. cff900e Generated code for previous commit. by Jon Skeet · 9 years ago
  40. f4f601b Stop removing all blank lines in doc comments. by Jon Skeet · 9 years ago
  41. ffe25c7 Merge pull request #941 from jskeet/recursion-limit by Jan Tattermusch · 9 years ago
  42. 1470ced Merge pull request #950 from jhump/jh/plugin-proto-in-java-runtime by Feng Xiao · 9 years ago
  43. f1a3c8f Tweaks to the Mac build script by Thomas Van Lenten · 9 years ago
  44. 37b262b include plugin.proto and generated code in protobuf-java by Joshua Humphries · 9 years ago
  45. 6fa17e7 Reimplement JSON recursion by detecting the depth in the tokenizer. by Jon Skeet · 9 years ago
  46. 3a72a1e Merge pull request #940 from jskeet/json-names by Jon Skeet · 9 years ago
  47. 25c045a Merge pull request #942 from jskeet/json-exception by Jan Tattermusch · 9 years ago
  48. a030cc7 Merge pull request #943 from thomasvl/conformance by Paul Yang · 9 years ago
  49. 0fb39c4 Created a new exception for JSON failures. by Jon Skeet · 9 years ago
  50. f0411ec Update the Mac build script to include the conformance tests by Thomas Van Lenten · 9 years ago
  51. 3d257a9 Add recursion limit handling to JSON parsing. by Jon Skeet · 9 years ago
  52. 6a94273 Move the creation of the "fields by JSON name" dictionary to the descriptor. by Jon Skeet · 9 years ago
  53. b6a32e9 Merge pull request #923 from jskeet/json-parsing by Jon Skeet · 9 years ago
  54. 55ad57a Merge pull request #936 from andrewharp/patch-1 by Feng Xiao · 9 years ago
  55. 0cf6198 Merge pull request #939 from dougkwan/master by Feng Xiao · 9 years ago
  56. 2a50e67 Add support for POWER Linux by Doug Kwan · 9 years ago
  57. 38f131f Build protoc for host platform to enable cross-compilation. by Andrew Harp · 9 years ago
  58. fb24882 Implement JSON parsing in C#. by Jon Skeet · 9 years ago
  59. aa36754 Merge pull request #930 from pherl/bazel_test by Jisi Liu · 9 years ago
  60. ec9f45b Merge pull request #931 from xfxyjwf/fix_compile by Feng Xiao · 9 years ago
  61. 9659ea9 Fix compilation errors when built internally. by Feng Xiao · 9 years ago
  62. d4bef7d add warning notes for cc|py_proto_library rules. by Jisi Liu · 9 years ago
  63. 59635c1 Merge pull request #929 from jskeet/unsafe-internal by Jan Tattermusch · 9 years ago
  64. 885406a Make BytesString.Unsafe internal (which it should have been all along) by Jon Skeet · 9 years ago
  65. 8eebad1 Merge pull request #924 from bbarenblat/master by Feng Xiao · 9 years ago
  66. a2ce9cb Correct spelling by Benjamin Barenblat · 9 years ago
  67. 46f8a79 Merge pull request #905 from jskeet/wrapper-clear by Jan Tattermusch · 9 years ago
  68. f5a0a7f Fix clearing wrapper type fields with reflection. by Jon Skeet · 9 years ago
  69. a74e912 Merge pull request #922 from randomascii/master by Feng Xiao · 9 years ago
  70. 86ba70e Get VS 2015 to use const int definitions by Bruce Dawson · 9 years ago
  71. 86f6f53 Merge pull request #861 from haberman/pywarnings by Joshua Haberman · 9 years ago
  72. c3ca920 Pass $CC environment variable through tox. by Josh Haberman · 9 years ago
  73. d8814ed Special-case Clang-only warning flags to Clang. by Josh Haberman · 9 years ago
  74. 30cbd4c Disable some more warnings to be warnings-free. by Josh Haberman · 9 years ago
  75. 70ffefa Fixed compile errors after rebase. by Josh Haberman · 9 years ago
  76. 00700b7 Removed all warnings from the Python/C++ build. by Josh Haberman · 9 years ago
  77. 12fb61b Merge pull request #915 from pherl/master by Jisi Liu · 9 years ago
  78. be92ffb add default_runtime attribute to cc|py rules. by Jisi Liu · 9 years ago
  79. d4569d1 Merge pull request #908 from jskeet/oneof-equality by Jan Tattermusch · 9 years ago
  80. 55313c9 Generated code for previous commit (oneof case contributing to hash code and equality). by Jon Skeet · 9 years ago
  81. 964627e Include the oneof-case in equality and hash code generated code. by Jon Skeet · 9 years ago
  82. dfae9e3 Merge pull request #904 from matthew-wu/master by Jisi Liu · 9 years ago
  83. 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
  84. 1abf297 Merge pull request #903 from pherl/bazel_test by Jisi Liu · 9 years ago
  85. e1f60f5 Update comments. by Jisi Liu · 9 years ago
  86. b657cb4 fix six package path. by Jisi Liu · 9 years ago
  87. fbc51b7 Add six as an external dep. by Jisi Liu · 9 years ago
  88. 68e13f4 Enable python tests with testdata. by Jisi Liu · 9 years ago
  89. b152d7f Merge pull request #901 from pherl/bazel_test by Jisi Liu · 9 years ago
  90. 598480d Add runfiles to make the protobuf_test pass. by Jisi Liu · 9 years ago
  91. 343f93f Merge pull request #900 from pherl/rename by Jisi Liu · 9 years ago
  92. 96da4ed Merge pull request #899 from pherl/cc_bazel by Jisi Liu · 9 years ago
  93. 166e9bb Rename python and java bazel rules. by Jisi Liu · 9 years ago
  94. 6ddcae2 Use && for internal_copied_filegroup. by Jisi Liu · 9 years ago
  95. 66e3a6d Merge pull request #867 from pherl/master by Jisi Liu · 9 years ago
  96. 8f54026 avoid name duplication. by Jisi Liu · 9 years ago
  97. bc4fd15 Rename copeid_src to internal_copied_filegroup by Jisi Liu · 9 years ago
  98. 14c8f8a Uncomment objc tests by Jisi Liu · 9 years ago
  99. a33fa8e fix sources for python target and add needed dependencies. by Jisi Liu · 9 years ago
  100. 53a56be Change the impl rule include to includes. by Jisi Liu · 9 years ago