1. e9f2ef3 Update protobuf version by Adam Cozzette · 4 years, 2 months ago
  2. 59b3d97 Reserve extension id for protoc-gen-psql & protoc-gen-sanitize by Paul MARS · 4 years, 2 months ago
  3. a530dbe Merge pull request #8262 from haberman/sync-stage by Joshua Haberman · 4 years, 2 months ago
  4. e8aa635 Tweak our JavaScript rewrites a bit to handle jspb.* imports. by Joshua Haberman · 4 years, 2 months ago
  5. beb70bb Change is_trivially_copy_assignable -> is_trivial too. by Joshua Haberman · 4 years, 2 months ago
  6. fc1cfb0 Also change is_trivially_copy_constructible to std::is_trivial. by Joshua Haberman · 4 years, 2 months ago
  7. fae6773 Fixed misspelling. by Joshua Haberman · 4 years, 2 months ago
  8. b74892e Replace is_trivially_default_constructible with is_trivial for old libstdc++. by Joshua Haberman · 4 years, 2 months ago
  9. 7a92a5a Added another missing CHANGES.txt entry. by Joshua Haberman · 4 years, 2 months ago
  10. 84320bf Added missing changelog entry. by Joshua Haberman · 4 years, 2 months ago
  11. 9194426 Added CHANGES.txt entries. by Joshua Haberman · 4 years, 2 months ago
  12. 09831d5 Merge tag 'refs/tags/sync-piper' into sync-stage by Joshua Haberman · 4 years, 2 months ago
  13. 51daaba Sync from Piper @355707933 by Joshua Haberman · 4 years, 2 months ago
  14. 525be94 Add test for php5 for pure php implementation (#8251) by Paul Yang · 4 years, 2 months ago
  15. cf28f28 Updated upb to allow nonzero offset minutes in JSON timestamps. (#8258) by Joshua Haberman · 4 years, 2 months ago
  16. aa13fde remove obsolete scripts for python wheels (#8250) by Jan Tattermusch · 4 years, 2 months ago
  17. ac63e80 Enhance explanation in kokoro/README.md. (#8253) by David L. Jones · 4 years, 2 months ago
  18. b3ea125 Fixed clone_obj for PHP8. (#8252) by Joshua Haberman · 4 years, 2 months ago
  19. f3e53a0 Fixed clone for Message, RepeatedField, and MapField. (#8245) by Joshua Haberman · 4 years, 2 months ago
  20. d18df4f Protect against stack overflow if the user derives from Message. (#8248) by Joshua Haberman · 4 years, 2 months ago
  21. 10ecb08 Merge pull request #8121 from busunkim96/add-39 by gerben-s · 4 years, 2 months ago
  22. fe47e99 Add cmake to the path to fix the build on kokoro (#8246) by gerben-s · 4 years, 2 months ago
  23. 94c3916 fix problem when restoring C# dependencies on win2016 (#8243) by Jan Tattermusch · 4 years, 2 months ago
  24. f9e8bf4 Merge pull request #8220 from jskeet/bytestrings-with-extensions by Jan Tattermusch · 4 years, 2 months ago
  25. f4d0f7c feat: add support for deprecated fields to PHP compiler (#8223) by Christian Alexander Wolf · 4 years, 2 months ago
  26. 6969408 Merge pull request #8224 from deannagarcia/sync-stage by deannagarcia · 4 years, 2 months ago
  27. 75d125b Merge branch 'sync-stage' of https://github.com/deannagarcia/protobuf into sync-stage by Deanna Garcia · 4 years, 2 months ago
  28. c0f5092 Add deleted failure lists for jruby by Deanna Garcia · 4 years, 2 months ago
  29. 4140735 Merge pull request #8149 from JamesNK/jamesnk/writestring-small by Jan Tattermusch · 4 years, 2 months ago
  30. 868b712 Remove unused variable by deannagarcia · 4 years, 2 months ago
  31. f1fba4c Add missing bracket by Deanna Garcia · 4 years, 2 months ago
  32. 2ccf400 Merge branch 'sync-stage' of https://github.com/deannagarcia/protobuf into sync-stage by Deanna Garcia · 4 years, 2 months ago
  33. 62fb6dd Updating CHANGES.txt and removing all instances of std::is_pod by Deanna Garcia · 4 years, 2 months ago
  34. c2b22b9 PR feedback by James Newton-King · 4 years, 2 months ago
  35. d5079ed Fixed PHP to support field numbers >=2**28. (#8235) by Joshua Haberman · 4 years, 2 months ago
  36. cb246b8 Optimize writing small strings by James Newton-King · 4 years, 2 months ago
  37. 90327eb Fix std::is_pod deprecated by deannagarcia · 4 years, 2 months ago
  38. c89cb8a Reverse unintentional change by deannagarcia · 4 years, 2 months ago
  39. 37e88c4 Change install_requires by deannagarcia · 4 years, 2 months ago
  40. f6da785 Merge pull request #8143 from JamesNK/jamesnk/messageadapter by Jan Tattermusch · 4 years, 2 months ago
  41. 9fee757 Update libprotoc.cmake by deannagarcia · 4 years, 2 months ago
  42. 7934a80 Fix typo in Makefile by deannagarcia · 4 years, 2 months ago
  43. f7c212d Add cpp_name.h to Makefile by deannagarcia · 4 years, 2 months ago
  44. 16ecc44 Fix typo by deannagarcia · 4 years, 2 months ago
  45. af95001 Merge tag 'refs/tags/sync-piper' into sync-stage by Deanna Garcia · 4 years, 2 months ago
  46. a001250 Sync from Piper @353127564 by Deanna Garcia · 4 years, 2 months ago
  47. 69223b8 Clean up by James Newton-King · 4 years, 2 months ago
  48. 542c0cc Fix missing key and test by James Newton-King · 4 years, 2 months ago
  49. f01d9e5 Add an extension registry option when parsing file descriptors by Jon Skeet · 4 years, 2 months ago
  50. cea3653 Include the size of values (and tags) for extensions, even if the value is the default by Jon Skeet · 4 years, 2 months ago
  51. 48234f5 Make the new multi-level ruby tests fit the existing structure better and add them to the makefile by Rob Widmer · 4 years, 2 months ago
  52. 1d39f78 Fix jruby support to handle messages nested more than 1 level deep by Rob Widmer · 4 years, 2 months ago
  53. 9abf6e2 Ported Ruby extension to upb_msg (#8184) by Joshua Haberman · 4 years, 2 months ago
  54. 468bc19 fix: convert native PHP floats to single precision (#8187) by Brent Shaffer · 4 years, 3 months ago
  55. 7165c34 Merge pull request #8195 from HannahShiSFB/gRPC-Ruby-issue-on-Windows by Joshua Haberman · 4 years, 3 months ago
  56. 68f72f3 bug fix. in a 32-bit system, sizeof(mem_block) is only 8, _upb_arena_alignup(sizeof(mem_block)) is 16 by root · 4 years, 3 months ago
  57. 10599e6 js/binary/utils.js: Fix jspb.utils.joinUnsignedDecimalString to work with negative bitsLow and low but non-zero bitsHigh parameter. (#8170) by Aaron Son · 4 years, 3 months ago
  58. 7089ff0 Fix PhpDoc comments for message accessors to include "|null". (#8136) by Joshua Haberman · 4 years, 3 months ago
  59. 9647a7c Fix somes warning when compiling with Visual Studio 2019 on x64 target by Gilles Vollant · 4 years, 3 months ago
  60. 6c970b5 Update options.md - Added 'Astounding' Project by brucearctor · 4 years, 3 months ago
  61. 54d9f6a fix: support deprecated enums for GCC < 6 by Carlos O'Ryan · 4 years, 3 months ago
  62. 36aff6a Fix for compiler warning issue#8145 by Abhishek Jain · 4 years, 3 months ago
  63. 9505222 Fix TextFormatMapTest.DynamicMessage issue#5136 by Abhishek Jain · 4 years, 3 months ago
  64. cb8ca28 remove CMAKE_THREAD_LIBS_INIT from pkgconfig CFLAGS by Rosen Penev · 4 years, 3 months ago
  65. 635156e Fix Mac tests by making an unshallow copy of Homebrew repos by Adam Cozzette · 4 years, 3 months ago
  66. 523b109 Update tests.sh by Bu Sun Kim · 4 years, 3 months ago
  67. 6cf068c Clean up by James Newton-King · 4 years, 3 months ago
  68. e9cc0b0 Optimize MapField serialization by removing MessageAdapter by James Newton-King · 4 years, 3 months ago
  69. 64dd751 Update kokoro badge bucket to protobuf-kokoro-badges (#8138) by Paul Yang · 4 years, 3 months ago
  70. e789844 Merge pull request #8140 from jtattermusch/no_public_sign by Jan Tattermusch · 4 years, 3 months ago
  71. 930ab0f C#: do not use <PublicSign>true</PublicSign> on non-windows by Jan Tattermusch · 4 years, 3 months ago
  72. 53be410 Fixed spelling error in JRuby Protobuf class by Rob Widmer · 4 years, 4 months ago
  73. 351a34f Added some missing jruby files to the Makefile by Rob Widmer · 4 years, 4 months ago
  74. 24b2094 Set up testing configuration for jruby by Rob Widmer · 4 years, 4 months ago
  75. 7b1d6ab Fix some more failing tests by Rob Widmer · 4 years, 4 months ago
  76. 8313e57 Fix ruby gem to work with JRuby by Rob Widmer · 4 years, 4 months ago
  77. 26c0fbc Add macOS big sur compatibility by Thomas BACCELLI · 4 years, 4 months ago
  78. c17e3c1 Guava 30 (#7991) by Elliotte Rusty Harold · 4 years, 4 months ago
  79. 823f351 Port for php8 (#8105) by Paul Yang · 4 years, 4 months ago
  80. 51c80ce add python 3.9 by Bu Sun Kim · 4 years, 4 months ago
  81. 7053169 Update docker file for php 32bit tests (#8116) by Paul Yang · 4 years, 4 months ago
  82. a91adf1 Don't include sys/param.h for _BYTE_ORDER by Gianni Tedesco · 4 years, 4 months ago
  83. e8906e4 Update docker file for php7 (#8112) by Paul Yang · 4 years, 4 months ago
  84. 9637a3b Allocate extension 1089 to ScalaPB validate by Nadav Samet · 4 years, 4 months ago
  85. c777ade Conformance/CMake: Remove non-existence binary_json_conformance_main.cc file. by Biswapriyo Nath · 4 years, 4 months ago
  86. 5cc0345 stubs/mutex: Fix compilation by initializing variable in WrappedMutex class. by Biswapriyo Nath · 4 years, 4 months ago
  87. 9ee163a Update param type on offsetGet (#8033) by Mike Lehan · 4 years, 4 months ago
  88. 9432c99 Update docker image for php8 (#8103) by Paul Yang · 4 years, 4 months ago
  89. 3f91c10 Work around -Werror=type-limits under gcc 10.2 (#8092) by Jorg Brown · 4 years, 4 months ago
  90. 51b620a unregister INI entries and fix invalid read on shutdown (#8042) by Antony Dovgal · 4 years, 4 months ago
  91. 471317f Merge pull request #8077 from acozzette/fix-8059 by Adam Cozzette · 4 years, 4 months ago
  92. 9e2d875 Merge pull request #8089 from acozzette/fixes by Adam Cozzette · 4 years, 4 months ago
  93. 72fddb7 Fixed the Codespell check by Adam Cozzette · 4 years, 4 months ago
  94. 551b440 Fixed some minor issues by Adam Cozzette · 4 years, 4 months ago
  95. 977dde9 Merge pull request #7180 from stac47/fix_deprecated_is_pod by Adam Cozzette · 4 years, 4 months ago
  96. e65887a Merge branch 'master' into fix_deprecated_is_pod by Adam Cozzette · 4 years, 4 months ago
  97. 5a7a4a5 Install examples in `/usr/local/share/protobuf/examples`. by Tongliang Liao · 4 years, 4 months ago
  98. bd9a710 Merge pull request #8076 from haberman/sync-stage by Joshua Haberman · 4 years, 4 months ago
  99. 7993c74 Added note to CHANGES.txt about Arena::SpaceAllocated(). by Joshua Haberman · 4 years, 4 months ago
  100. 8cfb428 Updated ax_pthread.m4 to its most recent upstream version by Adam Cozzette · 4 years, 4 months ago