aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext/google/protobuf_c/defs.c
Commit message (Collapse)AuthorAgeFilesLines
* Ruby C extension speedup: don't re-intern constant string needlessly.Chris Fallin2015-05-191-5/+3
| | | | Also fixed lines with > 80 char length.
* Fixed issue #283: crash in JSON handler cleanup.Chris Fallin2015-04-131-1/+1
| | | | Includes repro test case from @wfarr.
* Addressed code-review comments.Chris Fallin2015-01-261-2/+2
|
* Addressed code-review comments.Chris Fallin2015-01-141-7/+7
|
* Support oneofs in MRI Ruby C extension.Chris Fallin2015-01-141-7/+296
|
* Addressed code-review comments.Chris Fallin2015-01-091-0/+2
|
* Addressed code-review comments.Chris Fallin2015-01-061-5/+6
|
* Support for maps in the MRI C Ruby extension.Chris Fallin2015-01-061-6/+104
| | | | | | | | This adds the Map container and support for parsing and serializing maps in the protobuf wire format (as defined by the C++ implementation, with MapEntry submessages in a repeated field). JSON map serialization/parsing are not yet supported as these will require some changes to upb as well.
* Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin2014-12-121-0/+1286
system. The Ruby module build now uses an amalgamated distribution of upb, and successfully builds a Ruby gem called 'google-protobuf' with module 'google/protobuf'.