aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/ext/google/protobuf_c/storage.c
Commit message (Expand)AuthorAge
* Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Gravatar Paul Yang2018-07-02
* Adds a base class for all explicitly raised TypeErrors (#4255)Gravatar Erik Benoist2018-06-26
* Merge pull request #2519 from rubynerd-forks/ruby-fix-repeated-message-type-f...Gravatar Joshua Haberman2017-11-29
|\
* | Allow initializing a chain of protos using only a hashGravatar Zachary Anker2017-09-20
| * handle sanity check for repeating enums correctlyGravatar @rubynerd2016-12-30
| * unwrap descriptor class before comparison of RepeatedField typesGravatar @rubynerd2016-12-19
|/
* Ruby: encode and freeze strings when the are assigned or decoded.Gravatar Josh Haberman2016-07-21
* Fixed oneof behavior for enums and fixed JRuby.Gravatar Josh Haberman2016-05-18
* Ruby oneofs: return default instead of nil for unset fields.Gravatar Josh Haberman2016-05-18
* Conform to C89/C90 variable declaration rules.Gravatar Josh Haberman2015-07-10
* Ruby C extension speedup: don't re-intern constant string needlessly.Gravatar Chris Fallin2015-05-19
* allow a message field to be unsetGravatar Adam Greene2015-05-02
* Updated based on code-review comments.Gravatar Chris Fallin2015-02-02
* Addressed code-review comments.Gravatar Chris Fallin2015-01-26
* Addressed code-review comments.Gravatar Chris Fallin2015-01-26
* Addressed code-review comments.Gravatar Chris Fallin2015-01-14
* Support oneofs in MRI Ruby C extension.Gravatar Chris Fallin2015-01-14
* Addressed code-review comments.Gravatar Chris Fallin2015-01-09
* Addressed code-review comments.Gravatar Chris Fallin2015-01-06
* Support for maps in the MRI C Ruby extension.Gravatar Chris Fallin2015-01-06
* Rename protobuf Ruby module to google/protobuf and rework its buildGravatar Chris Fallin2014-12-12