1. b83af52 Fixed string formatting in text_format.py to be Python2.6-compatible by Adam Cozzette · 8 years ago
  2. d64a2d9 Integrated internal changes from Google by Adam Cozzette · 8 years ago
  3. 6cfc19e Xcode project cleanup/setup. by Thomas Van Lenten · 8 years ago
  4. c18aa77 Validate the tag numbers when parsing. (#1725) by Thomas Van Lenten · 8 years ago
  5. e0016c5 Merge pull request #1720 from thomasvl/issue_1716 by Thomas Van Lenten · 8 years ago
  6. 31999a3 Add JsonParseOptions to ignore unknown fields by Lizan Zhou · 8 years ago
  7. dc0aeaa Adding conditional compiler symbol to support .NET 3.5 (#1713) by detlevschwabe · 8 years ago
  8. fc4c617 Fix GPBGetMessage{Repeated,Map}Field() by Thomas Van Lenten · 8 years ago
  9. 7b5648c Merge pull request #1719 from esteluk/patch-1 by Thomas Van Lenten · 8 years ago
  10. 3be6110 Fix Objective-C generator option typo by Nathan Wong · 8 years ago
  11. 2bcd43a Merge pull request #1714 from dnkoutso/master by Thomas Van Lenten · 8 years ago
  12. 37ca94f Get value from text format name in GPBEnumDescriptor by Dimitris Koutsogiorgas · 8 years ago
  13. 0ab78e1 Merge pull request #1705 from haberman/revjsver by Joshua Haberman · 8 years ago
  14. 6a6f95d JS package.json: Added author and updated Closure Library version. by Josh Haberman · 8 years ago
  15. 6f67be6 Merge pull request #1707 from jskeet/format-value by Jan Tattermusch · 8 years ago
  16. 0421238 Expose JsonFormatter.WriteValue. by Jon Skeet · 8 years ago
  17. 1dc6280 Moved all dependencies to devDependencies. by Josh Haberman · 8 years ago
  18. 48735cb Add "google" to package.json "files" for WKT. by Josh Haberman · 8 years ago
  19. c4b40a3 Create patch release for JS to include WKT. by Josh Haberman · 8 years ago
  20. 8069466 Modify csharp README since there are now two NuGet packages by Luke Bakken · 8 years ago
  21. a897ebb Merge pull request #1700 from jskeet/ordering by Jon Skeet · 8 years ago
  22. a230b5d Rename methods to avoid ObjC KVC collisions. (#1699) by Thomas Van Lenten · 8 years ago
  23. e3f6e2b Remove ordering guarantees in the MapField documentation by Jon Skeet · 8 years ago
  24. 1a5333b Adds destination flag to xcodebuild to avoid possible flake errors (#1697) by Sergio Campamá · 8 years ago
  25. 4f93098 Merge pull request #1666 from yeswalrus/cmake-prerelease-examples by Feng Xiao · 8 years ago
  26. b7560df Merge pull request #1696 from haberman/jswkt by Joshua Haberman · 8 years ago
  27. 8c20e55 Add new generation option for using proto sources from other frameworks. by Thomas Van Lenten · 8 years ago
  28. 104723f Fix tests for CommonJS. by Josh Haberman · 8 years ago
  29. 98bd6d7 Merge pull request #1692 from vjpai/friendless by Feng Xiao · 8 years ago
  30. 4308cc4 Added plugin.proto to well-known types for JS. by Josh Haberman · 8 years ago
  31. 6daf3d2 Address review comments on function name by vjpai · 8 years ago
  32. 0e27112 Bugfix: base the require logic on the file being required. by Josh Haberman · 8 years ago
  33. 1337486 JS: import well-known types from google-protobuf package. by Josh Haberman · 8 years ago
  34. 37eaae2 Remove a friend-class template that is only used for the by Vijay Pai · 8 years ago
  35. 52598c6 Merge pull request #1658 from yeswalrus/cmake-fixup-module by Feng Xiao · 8 years ago
  36. a5e116a Merge pull request #1665 from yeswalrus/cmake-package-requirements by Feng Xiao · 8 years ago
  37. f180ef6 Merge pull request #1683 from thomasvl/third_party_framework by Thomas Van Lenten · 8 years ago
  38. a2a3399 Add support for generation sources into a framework. by Thomas Van Lenten · 8 years ago
  39. f0c1492 Add the CocoaPods integration tests to Travis. by Sergio Campamá · 8 years ago
  40. 71f4a9c Fixes Xcode 8 analyzer warning saying that it was missing a release in dealloc (#1678) by Sergio Campamá · 8 years ago
  41. 088c5c4 Merge pull request #1664 from bshaffer/patch-1 by Feng Xiao · 8 years ago
  42. 4150a91 make protobuf_MSVC_STATIC_RUNTIME a dependent option to reflect it's use. by Walter Gray · 8 years ago
  43. 78b3498 Save the relevant options used to create a package, allow users to reject packages based on them. by Walter Gray · 8 years ago
  44. 5ebcfc1 Fix prerelease version matching to be more consistent with the find_package arguments. by Walter Gray · 8 years ago
  45. f8a969d proper codeblock in README by Brent Shaffer · 8 years ago
  46. fba7976 Merge pull request #879 from mathstuf/support-equals-in-proto-path by Feng Xiao · 8 years ago
  47. cadfbc8 Removed handling for ALIASED targets since they are unused. by Walter Gray · 8 years ago
  48. 401e07d Add GOOGLE_ prefix before PROTOBUF_DEPRECATED_ATTR by Bo Yang · 8 years ago
  49. b60e615 Fix the undefined behavior for opensource users. by Bo Yang · 8 years ago
  50. 6aa981f Merge pull request #1624 from yeswalrus/cmake-prerelease-versioning by Feng Xiao · 8 years ago
  51. dfe0c9a Merge pull request #1643 from yeswalrus/cmake-examples by Feng Xiao · 8 years ago
  52. ed1d560 Merge pull request #1541 from haberman/conformancestrict by Joshua Haberman · 8 years ago
  53. 350453f Make surrogate regex even more lenient. by Josh Haberman · 8 years ago
  54. 923d2c7 JSON surrogates Python: adjust regex for OSX error message. by Josh Haberman · 8 years ago
  55. 23fef56 Replace handwritten protobuf-targets with exported version. by Walter Gray · 8 years ago
  56. 09f6a5c Use ExternalProject_Add to build the examples in a stand-alone fashion. by Walter Gray · 8 years ago
  57. 7155629 CMake project updates by Konstantin Podsvirov · 8 years ago
  58. 6a61894 Added test for surrogates (valid and invalid). by Josh Haberman · 8 years ago
  59. 84a1b60 Added update_failure_list.py. by Josh Haberman · 8 years ago
  60. 4833b4c Surrogate checking is unpredictable, so always manually check. by Josh Haberman · 8 years ago
  61. bd98eae Fixed Python by updating failure lists and fixed a few broken tests. by Josh Haberman · 8 years ago
  62. ef7894e Make conformance tests more strict about the failure list. by Josh Haberman · 8 years ago
  63. 20b5325 Integrate interanl changes by Bo Yang · 8 years ago
  64. e34c091 Improving the granularity parsing errors (#1623) by Sergio Campamá · 8 years ago
  65. 0ab7a7f Merge pull request #1640 from os72/master by Feng Xiao · 8 years ago
  66. f6be0d1 Add https://github.com/os72/protobuf-dynamic by os72 · 8 years ago
  67. 0420eab For prerelease versions, require protobuf_FIND_VERSION to be set. by Walter Gray · 8 years ago
  68. f1091ab Include the prerelease version in the protobuf_VERSION by Walter Gray · 8 years ago
  69. 18a9140 Merge pull request #1625 from yeswalrus/note-versions by Feng Xiao · 8 years ago
  70. cc30be1 Merge pull request #1613 from yeswalrus/cmake-min-version by Feng Xiao · 8 years ago
  71. c461193 Merge pull request #1629 from zhongfq/patch-1 by Feng Xiao · 8 years ago
  72. a315bb8 Merge pull request #1614 from yeswalrus/cmake-cleanup by Feng Xiao · 8 years ago
  73. e215828 Merge pull request #1630 from google/beta-3 by Thomas Van Lenten · 8 years ago
  74. e845187 Merge pull request #1620 from sergiocampama/cleanup1 by Thomas Van Lenten · 8 years ago
  75. 4629659 add protobuf as3 lib and code generator for as3 by Eric Zhong · 8 years ago
  76. 457a297 Remove __PROTOBUF_PACKAGE_PREFIX by Walter Gray · 8 years ago
  77. 61c9696 Update the list of places where the version is stored. by Walter Gray · 8 years ago
  78. a714c40 Removing unused GPBExceptionMessageKey by Sergio Campama · 8 years ago
  79. 40ff94e Merge pull request #1617 from thomasvl/more_warnings by Thomas Van Lenten · 8 years ago
  80. 86e8f1f Merge pull request #1604 from jonwallg/repeated_types by Thomas Van Lenten · 8 years ago
  81. 38b9e74 Add -Woverriding-method-mismatch. by Thomas Van Lenten · 8 years ago
  82. d13b3d0 remove useless cleanup - config.cmake files are executed in their own context. by Walter Gray · 8 years ago
  83. c57c6ea Bump to the *real* minimum required version. Setting CMP0022 breaks CMake versions < 2.8.12 by Walter Gray · 8 years ago
  84. 04265e4 Remove if(TRUE) by Walter Gray · 8 years ago
  85. e72805e fix expected class checking in GPBSetMessageRepeatedField by Jon Wall · 8 years ago
  86. 0f27cab Merge pull request #1600 from thomasvl/objc_tighter_warnings by Thomas Van Lenten · 8 years ago
  87. ed87c1f Merge pull request #1586 from davidzchen/python by Jisi Liu · 8 years ago
  88. 02cd45c Bazel build: Keep generated sources and Python runtime in the same directory. by David Z. Chen · 8 years ago
  89. c8a440d Add more warnings to for the ObjC runtime build by Thomas Van Lenten · 8 years ago
  90. d089f04 Merge pull request #1595 from thomasvl/objc_travis_tweaks by Thomas Van Lenten · 8 years ago
  91. 368a2f4 Automated testing tweaks for ObjC by Thomas Van Lenten · 8 years ago
  92. 5d0c2ee Merge pull request #1593 from thomasvl/framework_includes by Thomas Van Lenten · 8 years ago
  93. 173daf1 Merge pull request #1589 from hochhaus/master by Joshua Haberman · 8 years ago
  94. 7da023b Better support for using the proto library from a framework. by Thomas Van Lenten · 8 years ago
  95. 2131b2d Merge pull request #1588 from jeffmvr/master by Feng Xiao · 8 years ago
  96. 7336092 Add js/binary/encoder.js to js_EXTRA_DIST. by Andy Hochhaus · 8 years ago
  97. 733ef98 added missing closing bracket for _cmakedir_desc in cmake/install.cmake line 88 by Jeff Merver · 8 years ago
  98. 594ce56 Merge pull request #1578 from wal-rus/cmake-install-namespace by Feng Xiao · 8 years ago
  99. 28f35b4 add protobuf:: namespace to installed targets by Walter Gray · 8 years ago
  100. 38e4713 Merge pull request #1523 from xfxyjwf/compatibility_tests by Feng Xiao · 8 years ago