aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext/google/protobuf_c/map.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ruby gc_test in ruby 2.4 (#4011)Paul Yang2017-12-081-1/+1
* Storing the frame on the map means we don't need the arrayAaron Patterson2017-08-301-9/+5
* Move parse frame array to the Map objectAaron Patterson2017-08-301-0/+12
* Ruby: fixed Message#to_h for map fields.Josh Haberman2017-03-141-0/+31
* Ruby: encode and freeze strings when the are assigned or decoded.Josh Haberman2016-07-211-9/+11
* Return TypedData_Wrap_Struct directly.Josh Haberman2015-08-201-2/+1
* Conform to C89/C90 variable declaration rules.Josh Haberman2015-07-101-10/+14
* Updated upb to latest version (C89).Josh Haberman2015-06-081-1/+1
* Google::Protobuf::Map#inspect should be consistent with Hash#inspectIsaiah Peng2015-02-141-1/+1
* Addressed code-review comments.Chris Fallin2015-01-121-22/+8
* Addressed code-review comments.Chris Fallin2015-01-091-93/+18
* Addressed code-review comments.Chris Fallin2015-01-061-0/+11
* Support for maps in the MRI C Ruby extension.Chris Fallin2015-01-061-0/+883