aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext/google/protobuf_c/message.c
Commit message (Expand)AuthorAgeFilesLines
* Adds support for proto2 syntax for Ruby gem.Harshit Chopra2018-09-271-64/+127
* When initializing a message, skip a field if value is nil (#3693)Zachary Anker2018-06-261-0/+4
* Adds a base class for all explicitly raised TypeErrors (#4255)Erik Benoist2018-06-261-1/+1
* Fix scope resolution for MessageExts in RubyMichael Collis2018-01-121-2/+2
* Reserve unknown in Ruby (#3763)Paul Yang2017-10-261-0/+7
* Merge pull request #3627 from zanker/zanker/add-submsg-hash-initJoshua Haberman2017-09-211-7/+28
|\
| * Update message.cZachary Anker2017-09-211-2/+1
| * Allow initializing a chain of protos using only a hashZachary Anker2017-09-201-7/+29
* | Update message.cZachary Anker2017-09-201-1/+1
* | Fixed to_h with repeated messages to return hashes in RubyZachary Anker2017-09-201-0/+7
|/
* Ruby: fixed Message#to_h for map fields.Josh Haberman2017-03-141-2/+12
* Move variable declarations before actual codeMarcin Wyszynski2016-11-141-2/+2
* More Ruby-eqsue interfaceMarcin Wyszynski2016-11-031-0/+44
* Updated upb and simplified ruby code a bit with new upb method.Josh Haberman2016-04-221-20/+18
* Ruby JSON: always accept both camelCase and original field names.Josh Haberman2016-04-141-1/+1
* Add field name to initialization map exceptionsAnders Carling2015-11-201-3/+3
* Raise NoMethodError for unknown fieldsAnders Carling2015-11-201-1/+1
* Conform to C89/C90 variable declaration rules.Josh Haberman2015-07-101-34/+63
* Ruby C extension speedup: don't re-intern constant string needlessly.Chris Fallin2015-05-191-10/+14
* Merge pull request #387 from cfallin/ruby-upb-updateJoshua Haberman2015-05-181-1/+1
|\
| * Update MRI C Ruby extension to use new version of upb.Chris Fallin2015-05-151-1/+1
* | adding and simplifying encoders/decodersAdam Greene2015-05-131-0/+31
|/
* Updated based on code-review comments.Chris Fallin2015-02-021-2/+1
* Ruby extension: added oneof accessor.Chris Fallin2015-01-141-0/+45
* Addressed code-review comments.Chris Fallin2015-01-061-1/+1
* Support for maps in the MRI C Ruby extension.Chris Fallin2015-01-061-3/+12
* Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin2014-12-121-0/+463