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