1. 9521803 Sync from Piper @375548932 by Joshua Haberman · 3 years, 10 months ago
  2. 380e352 Sync from Piper @373820256 by Deanna Garcia · 3 years, 11 months ago
  3. 7e3bbed fix(ruby): Fix crash when calculating Message hash values on 64-bit Windows (#8565) by Daniel Azuma · 3 years, 11 months ago
  4. 414aca5 fix(ruby): Fix various exceptions in Ruby on 64-bit Windows (#8563) by Daniel Azuma · 3 years, 11 months ago
  5. f5fd897 Sync from Piper @371422642 by Joshua Haberman · 4 years ago
  6. fecf7e9 Merge pull request #8356 from lfittl/support-json-name-for-ruby by Joshua Haberman · 4 years ago
  7. ce56063 Sync from Piper @368734211 by Joshua Haberman · 4 years ago
  8. 68cb69e Fix source gem compilation (#8471) by James D · 4 years ago
  9. 5679811 Merge branch '3.15.x' into merge-3-15-x by Adam Cozzette · 4 years ago
  10. 436bd78 Updated version to 3.15.8 (#8463) by Adam Cozzette · 4 years ago upstream/3.15.x
  11. 67fee91 Fixed memory leak of Ruby arena objects. by Joshua Haberman · 4 years ago
  12. 93c703e Add test for json_name functionality by Lukas Fittl · 4 years ago
  13. 07f263c Address review feedback by Lukas Fittl · 4 years ago
  14. 87aa9ad Merge branch 'master' into 3.15.x by Adam Cozzette · 4 years ago
  15. 878be35 Update protobuf version by Adam Cozzette · 4 years ago
  16. f3f8707 Merge pull request #8434 from haberman/ruby-message-eq by Joshua Haberman · 4 years ago
  17. 38e1b59 Elided the TYPE() and msgdef checks by using CLASS_OF. by Joshua Haberman · 4 years ago
  18. d69f482 Fixed message equality in cases where the message type is different. by Joshua Haberman · 4 years ago
  19. a38319b Merge pull request #8429 from haberman/ruby-gc-secondarymap by Joshua Haberman · 4 years ago
  20. 2fe27d8 Addressed PR comments and fixed a bug. by Joshua Haberman · 4 years ago
  21. e1ac393 Added some more comments and refactored slightly. by Joshua Haberman · 4 years ago
  22. f0d6fcb Wrap secondary map mutations in a mutex, to avoid mutation races. by Joshua Haberman · 4 years ago
  23. b75a49f GC secondary map periodically. by Joshua Haberman · 4 years ago
  24. 96307d2 Sync from Piper @364389596 by Joshua Haberman · 4 years ago
  25. 9db84d0 Merge branch '3.15.x' into merge-3-15-x by Adam Cozzette · 4 years, 1 month ago
  26. 6aa539b Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  27. addd061 Register mark objects so Protobuf is compaction friendly by Aaron Patterson · 4 years, 1 month ago
  28. b2991b8 Merge pull request #8386 from haberman/ruby-string-compare by Joshua Haberman · 4 years, 1 month ago
  29. bb322c2 [Ruby] Fixed bug in string comparison logic. by Joshua Haberman · 4 years, 1 month ago
  30. 4fff47a Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  31. 9b5e357 Fixed quadratic memory use in array append for PHP and Ruby. by Joshua Haberman · 4 years, 1 month ago
  32. fd8aabf Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  33. cf7d81f Merge pull request #8363 from haberman/ruby-nil-fix by Joshua Haberman · 4 years, 1 month ago
  34. 7d63b99 Removed compatibility test that tries to append "nil" to repeated field. by Joshua Haberman · 4 years, 1 month ago
  35. dfa5457 [Ruby] Fixed SEGV when users pass nil messages. by Joshua Haberman · 4 years, 1 month ago
  36. 2c354c6 Ruby: Add support for proto3 json_name in compiler and field definitions by Lukas Fittl · 4 years, 1 month ago
  37. 9df4275 Sync from Piper @359788468 by Joshua Haberman · 4 years, 1 month ago
  38. 983d115 Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  39. 9879f42 Ruby <2.7now uses WeakMap too, which prevents memory leaks. by Joshua Haberman · 4 years, 1 month ago
  40. d7e943b Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  41. 4e3ea74 [Ruby] Fix for FieldDescriptor.get(msg). by Joshua Haberman · 4 years, 1 month ago
  42. 052dc79 Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  43. 3b3aac9 [Ruby] Fix for truncating behavior when converting Float to Duration. by Joshua Haberman · 4 years, 1 month ago
  44. 256f132 [Ruby] Bugfix for Message.[] for repeated or map fields. by Joshua Haberman · 4 years, 1 month ago
  45. ae50d9b Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  46. 8260126 Update protobuf version by Adam Cozzette · 4 years, 1 month ago
  47. e9f2ef3 Update protobuf version by Adam Cozzette · 4 years, 2 months ago
  48. 51daaba Sync from Piper @355707933 by Joshua Haberman · 4 years, 2 months ago
  49. cf28f28 Updated upb to allow nonzero offset minutes in JSON timestamps. (#8258) by Joshua Haberman · 4 years, 2 months ago
  50. a001250 Sync from Piper @353127564 by Deanna Garcia · 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, 3 months ago
  54. 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
  55. 53be410 Fixed spelling error in JRuby Protobuf class by Rob Widmer · 4 years, 4 months ago
  56. 24b2094 Set up testing configuration for jruby by Rob Widmer · 4 years, 4 months ago
  57. 7b1d6ab Fix some more failing tests by Rob Widmer · 4 years, 4 months ago
  58. 8313e57 Fix ruby gem to work with JRuby by Rob Widmer · 4 years, 4 months ago
  59. 5c028d6 Sync from Piper @343521567 by Joshua Haberman · 4 years, 4 months ago
  60. f3192d6 Update protobuf version by Adam Cozzette · 4 years, 5 months ago
  61. 1b851b3 Update protobuf version by Adam Cozzette · 4 years, 5 months ago
  62. a8ab1fa Update protobuf version by Adam Cozzette · 4 years, 5 months ago
  63. 27100b4 Update protobuf version by Adam Cozzette · 4 years, 5 months ago
  64. 95e6c5b Sync from Piper @327110949 by Joshua Haberman · 4 years, 7 months ago
  65. 58f4260 Merged 3.13.x into master by Adam Cozzette · 4 years, 8 months ago
  66. fde7cf7 Update protobuf version by Adam Cozzette · 4 years, 8 months ago
  67. 98c2e69 Update protobuf version by Adam Cozzette · 4 years, 8 months ago
  68. e2cc2de Fix lots of spelling errors (#7751) by Peter Newman · 4 years, 8 months ago
  69. 1c587a8 Updated version to 3.13.0-rc2 by Adam Cozzette · 4 years, 8 months ago
  70. 8940150 Updated version to 3.13.0-rc1. by Adam Cozzette · 4 years, 8 months ago
  71. f77065d Sync from Piper @316511779 by Joshua Haberman · 4 years, 10 months ago
  72. 9ce8c33 Updated version to 3.12.3 and updated CHANGES.txt. (#7580) by Joshua Haberman · 4 years, 10 months ago
  73. beeb621 Update protobuf version (#7557) by Joshua Haberman · 4 years, 10 months ago
  74. 6ad138d Update protobuf version (#7535) by Joshua Haberman · 4 years, 10 months ago
  75. cf81f38 Restore binary builds of Ruby 2.3 and 2.4 (#7529) (#7531) by Daniel Azuma · 4 years, 10 months ago
  76. e90b71c Update protobuf version by Joshua Haberman · 4 years, 11 months ago
  77. f597a24 Update protobuf version by Joshua Haberman · 4 years, 11 months ago
  78. e19bfc0 Stop building binary gems for ruby <2.5. (#7453) by Joshua Haberman · 5 years ago
  79. a9f11d7 Updated version to 3.12.0-rc1. (#7449) by Joshua Haberman · 5 years ago
  80. f494cb2 Test in Ruby 2.7 (#7386) by Masaki Hara · 5 years ago
  81. 6b75968 Implemented proto3 presence for Ruby. (#7406) by Joshua Haberman · 5 years ago
  82. 94afb8a Add Ruby tests for oneof cases. (#7385) by David L. Jones · 5 years ago
  83. 1895045 Ruby: assigning 'nil' to submessage should clear the field. (#7397) by Joshua Haberman · 5 years ago
  84. 2c8364b Rails2.7 segfaults (#7091) by Eric Walker · 5 years ago
  85. 64f6c59 Build extensions for Ruby 2.7 (#7027) by Masaki Hara · 5 years ago
  86. 0d43ba4 Update to new upb version (#7372) by Joshua Haberman · 5 years ago
  87. c558aa7 Call "Class#new" over rb_class_new_instance in decoding (#7352) by Penelope Phippen · 5 years ago
  88. c649397 Set execute bit on files if and only if they begin with (#!). (#7347) by Joshua Haberman · 5 years ago
  89. 0eb476b Merge branch 3.11.x to master by Rafi Kamal · 5 years ago
  90. c740572 Update protobuf version (#7206) by Rafi Kamal · 5 years ago
  91. 906e9c6 Fix for JSON serialization of 0/empty-valued wrapper types (#7198) (#7204) by Rafi Kamal · 5 years ago
  92. 37fc432 Fix for wrappers with a zero value (#7195) (#7201) by Rafi Kamal · 5 years ago
  93. f2c5ee5 Fix for JSON serialization of 0/empty-valued wrapper types (#7198) by Joshua Haberman · 5 years ago
  94. 1a74ba4 Fix for wrappers with a zero value (#7195) by Joshua Haberman · 5 years ago
  95. 345df38 Update protobuf version (#7143) by Rafi Kamal · 5 years ago
  96. e801675 Maven requires https connection (#7110) (#7114) by Paul Yang · 5 years ago
  97. 39f4240 Maven requires https connection (#7110) by Paul Yang · 5 years ago
  98. ed8688d Merge pull request #7064 from rafi-kamal/3.11.x-202001071136 by Rafi Kamal · 5 years ago
  99. a104dff Fix typos (#7050) by Brian Wignall · 5 years ago
  100. 39492b6 Update protobuf version to 3.11.2 (#7004) by Rafi Kamal · 5 years ago