1. 3a7bd9c Make util::Status more similar to absl::Status by Yannic Bonenberger · 4 years, 1 month ago
  2. f154323 Merge pull request #8287 from dlj-NaN/mergeable-autotools by Adam Cozzette · 4 years, 1 month ago
  3. 9ad9762 Merge pull request #8354 from Yannic/refactor_status by Adam Cozzette · 4 years, 1 month ago
  4. 50dd5b9 Merge pull request #8396 from Yannic/del-flag by Adam Cozzette · 4 years, 1 month ago
  5. 80fe990 Merge pull request #6073 from tenderlove/compaction-friendly by Joshua Haberman · 4 years, 1 month ago
  6. addd061 Register mark objects so Protobuf is compaction friendly by Aaron Patterson · 4 years, 1 month ago
  7. 43aca57 Allocate extension 1108 to Kratos API Errors by chenzhihui · 4 years, 1 month ago
  8. a4694f9 correcting arch name for s390x by salamani · 4 years, 1 month ago
  9. a3aecac [bazel] Remove deprecated way to depend on googletest by Yannic Bonenberger · 4 years, 1 month ago
  10. aa5cb98 Fix conformance_cpp by Yannic Bonenberger · 4 years, 1 month ago
  11. c6bce8c Remove link to unmaintained TypeScript library by Cody Casterline · 4 years, 1 month ago
  12. c7a6160 Fixes to make the --fatal_warnings flag work with current master by Per Lundberg · 4 years, 1 month ago
  13. dedbd63 Add --fatal_warnings flag to treat warnings as errors by Nikhil Benesch · 4 years, 1 month ago
  14. baef01b Fix build error by Yannic Bonenberger · 4 years, 1 month ago
  15. de53e1a Revert moving status.cc by Yannic Bonenberger · 4 years, 1 month ago
  16. 59ea5c8 [C++] Refactor util::Status by Yannic Bonenberger · 4 years, 1 month ago
  17. 6f4573a docs: register Coach Client Connect extension number (1107) by Galen Warren · 4 years, 1 month ago
  18. 8d1d530 Fix typo in docs/implementing_proto3_presence.md by Jiro Nishiguchi · 4 years, 1 month ago
  19. 35bdcab Merge pull request #8383 from protocolbuffers/3.15.x by Adam Cozzette · 4 years, 1 month ago
  20. 6739718 Merge branch 'master' into 3.15.x by Adam Cozzette · 4 years, 1 month ago
  21. 4fff47a Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  22. 5702d51 Updated CHANGES.txt and PHP release notes for 3.15.5 by Adam Cozzette · 4 years, 1 month ago
  23. 87dd07b Switch on "new" buffer API (#8339) by Alexander Shadchin · 4 years, 1 month ago
  24. b9a036b Do not disable RTTI by default in the CMake build by Florian Simon · 4 years, 1 month ago
  25. 72b02b5 Merge pull request #8379 from haberman/quadratic-mem-fix by Joshua Haberman · 4 years, 1 month ago
  26. b6facc6 docs: update version by Elliotte Rusty Harold · 4 years, 1 month ago
  27. 9b5e357 Fixed quadratic memory use in array append for PHP and Ruby. by Joshua Haberman · 4 years, 1 month ago
  28. c4a77da Merge pull request #8370 from acozzette/3.15.x-202103031418 by Adam Cozzette · 4 years, 1 month ago
  29. 82f5ecd Revert "[bazel] Flip --incompatible_use_com_google_googletest" by Yannic · 4 years, 1 month ago
  30. 541b173 Merge branch 'master' into 3.15.x-202103031418 by Adam Cozzette · 4 years, 1 month ago
  31. 27f4e8b Merge pull request #8350 from haberman/sync-stage by Joshua Haberman · 4 years, 1 month ago
  32. 13fa250 Merge branch '3.15.x' into 3.15.x-202103031418 by Adam Cozzette · 4 years, 1 month ago
  33. 33905ec Fixed the Java Lite build. by Joshua Haberman · 4 years, 1 month ago
  34. fd8aabf Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  35. e5c067f Updated CHANGES.txt and PHP changelog for 3.15.4 release by Adam Cozzette · 4 years, 1 month ago
  36. aa41d90 read_property() handler is not supposed to return NULL by Antony Dovgal · 4 years, 1 month ago
  37. 4baed79 Merge pull request #8362 from tony2001/read_property_crash_fixed by Joshua Haberman · 4 years, 1 month ago
  38. cf7d81f Merge pull request #8363 from haberman/ruby-nil-fix by Joshua Haberman · 4 years, 1 month ago
  39. 7d63b99 Removed compatibility test that tries to append "nil" to repeated field. by Joshua Haberman · 4 years, 1 month ago
  40. 069f989 Merge pull request #8364 from haberman/ruby-memory-footprint by Joshua Haberman · 4 years, 1 month ago
  41. 1add7a7 Create a CMake option to control whether or not RTTI is enabled by Florian Simon · 4 years, 1 month ago
  42. 88243e4 [Ruby] Fixed quadratic memory usage when appending to arrays. by Joshua Haberman · 4 years, 1 month ago
  43. dfa5457 [Ruby] Fixed SEGV when users pass nil messages. by Joshua Haberman · 4 years, 1 month ago
  44. 2e7771d read_property() handler is not supposed to return NULL by Antony Dovgal · 4 years, 1 month ago
  45. 85e5204 [bazel] Flip --incompatible_use_com_google_googletest by Yannic · 4 years, 1 month ago
  46. 3172ab8 Fix endian.h location on FreeBSD by Po-Chuan Hsieh · 4 years, 1 month ago
  47. a4e7b97 Create a CMake option to control whether or not RTTI is enabled by Florian Simon · 4 years, 1 month ago
  48. 630028a Fix cmake install on iOS by Anton Danielsson · 4 years, 1 month ago
  49. 9d20395 Fix gcc error: comparison of unsigned expression in '>= 0' is always true [-Werror=type-limits] by Romain Geissler · 4 years, 1 month ago
  50. 88367af [C++] Delete StringPiecePod (#8353) by Yannic · 4 years, 1 month ago
  51. e9091e6 Fix some constness / char literal issues being found by MSVC standard conforming mode (#8344) by Yuriy Chernyshov · 4 years, 1 month ago
  52. f645c7e Fixed spelling errors surfaced by CodeSpell. by Joshua Haberman · 4 years, 1 month ago
  53. d6f0c9b Updated changelog. by Joshua Haberman · 4 years, 1 month ago
  54. 899c276 Merge tag 'refs/tags/sync-piper' into sync-stage by Joshua Haberman · 4 years, 1 month ago
  55. 9df4275 Sync from Piper @359788468 by Joshua Haberman · 4 years, 1 month ago
  56. 8080beb Merge pull request #8348 from acozzette/3.15.x-202102251545 by Adam Cozzette · 4 years, 1 month ago
  57. e544031 Merge branch '3.15.x' into 3.15.x-202102251545 by Adam Cozzette · 4 years, 1 month ago
  58. 983d115 Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  59. eb542e6 Updated CHANGES.txt for 3.15.3 release by Adam Cozzette · 4 years, 1 month ago
  60. 80ec787 Merge pull request #8341 from haberman/ruby-2.5-gc by Joshua Haberman · 4 years, 1 month ago
  61. a6c28fb Merge pull request #8338 from acozzette/3.15.x-202102231541 by Adam Cozzette · 4 years, 1 month ago
  62. 9879f42 Ruby <2.7now uses WeakMap too, which prevents memory leaks. by Joshua Haberman · 4 years, 1 month ago
  63. d8254a6 Merge branch '3.15.x' into 3.15.x-202102231541 by Adam Cozzette · 4 years, 1 month ago
  64. d7e943b Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  65. 1af4657 Updated CHANGES.txt by Adam Cozzette · 4 years, 1 month ago
  66. 09f94e7 Fix PROTOBUF_CONSTINIT macro redifinition by Yuriy Chernyshov · 4 years, 1 month ago
  67. a43ddfb Merge pull request #8323 from georgthegreat/patch-1 by Adam Cozzette · 4 years, 1 month ago
  68. 2ff31d3 Merge pull request #8330 from haberman/rubyfix by Joshua Haberman · 4 years, 1 month ago
  69. 4e3ea74 [Ruby] Fix for FieldDescriptor.get(msg). by Joshua Haberman · 4 years, 1 month ago
  70. 326ea55 Merge pull request #8329 from acozzette/merge-3-15-x by Adam Cozzette · 4 years, 1 month ago
  71. 6e84adc Merge branch '3.15.x' into merge-3-15-x by Adam Cozzette · 4 years, 1 month ago
  72. 5911099 Move the class map to a CFDictionary. by Thomas Van Lenten · 4 years, 1 month ago
  73. 2e47e3b Fix PROTOBUF_CONSTINIT macro redifinition by Yuriy Chernyshov · 4 years, 1 month ago
  74. 052dc79 Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  75. 24d8a55 Updated CHANGES.txt by Adam Cozzette · 4 years, 1 month ago
  76. d721e36 Made some small fixes for MinGW and for C++20 with GCC by Adam Cozzette · 4 years, 1 month ago
  77. b12ab0c Merge pull request #8320 from haberman/ruby-duration-fix by Joshua Haberman · 4 years, 1 month ago
  78. 3b3aac9 [Ruby] Fix for truncating behavior when converting Float to Duration. by Joshua Haberman · 4 years, 1 month ago
  79. 4f961c8 Merge pull request #8313 from haberman/ruby-crash-fix by Joshua Haberman · 4 years, 1 month ago
  80. 256f132 [Ruby] Bugfix for Message.[] for repeated or map fields. by Joshua Haberman · 4 years, 1 month ago
  81. 133e5e7 Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  82. de701c6 Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  83. ea2412e Updated collect_all_artifacts.sh for Ubuntu Xenial by Adam Cozzette · 4 years, 1 month ago
  84. 0533d04 Delete root-owned files in Kokoro builds by Adam Cozzette · 4 years, 1 month ago
  85. 3722935 Added to the changelog entries for Ruby & PHP. by Joshua Haberman · 4 years, 1 month ago
  86. 8aa0063 Updated collect_all_artifacts.sh to avoid installing apt-transport-https by Adam Cozzette · 4 years, 1 month ago
  87. a948708 Added more information to "file already loaded" warning. by Joshua Haberman · 4 years, 1 month ago
  88. 76bfd89 Added PHP changes for 3.15.0 into package.xml by Adam Cozzette · 4 years, 1 month ago
  89. 983ea05 Updated CHANGES.txt for the 3.15.0 release by Adam Cozzette · 4 years, 1 month ago
  90. ac9218c Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  91. ae50d9b Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  92. c908fdb Some doc on AOT compilation and protobuf (#8294) by Christopher Hunt · 4 years, 1 month ago
  93. 8260126 Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  94. c741c46 Resovled issue in the .pb.cc files by Yuhanun Citgez · 4 years, 1 month ago
  95. eef2764 Resolved an issue where NO_DESTROY and CONSTINIT were in incorrect order by Yuhanun Citgez · 4 years, 1 month ago
  96. 2653fc8 Merge pull request #7613 from landsem/patch-1 by Joshua Haberman · 4 years, 1 month ago
  97. 8a39e13 Resovled issue in the .pb.cc files by Yuhanun Citgez · 4 years, 1 month ago
  98. 893e2d7 Resolved an issue where NO_DESTROY and CONSTINIT were in incorrect order by Yuhanun Citgez · 4 years, 1 month ago
  99. 5e79c73 Merge pull request #8236 from bshaffer/patch-3 by Joshua Haberman · 4 years, 1 month ago
  100. 0040102 Updated collect_all_artifacts.sh for Ubuntu Xenial by Adam Cozzette · 4 years, 1 month ago