protobuf/ruby/ext/google/protobuf_c
Brendan Ribera de028631fc fix #2036: use rb_hash_* to accumulate hashes
Instead of shifting/xoring the hash at each field, use the built-in ruby
apis for generating a hash from multiple input values.

Now returns a Fixnum.
2016-08-30 16:22:49 -07:00
..
defs.c Ruby JSON: always accept both camelCase and original field names. 2016-04-14 18:33:17 -07:00
encode_decode.c Ruby: make sure map parsing frames are GC-rooted. 2016-08-26 09:03:55 -07:00
extconf.rb Fixed compiler warnings and added -std=c99. 2015-06-09 11:08:25 -07:00
map.c Ruby: encode and freeze strings when the are assigned or decoded. 2016-07-21 11:37:54 -07:00
message.c Updated upb and simplified ruby code a bit with new upb method. 2016-04-22 14:12:10 -07:00
protobuf.c Ruby: make sure map parsing frames are GC-rooted. 2016-08-26 09:03:55 -07:00
protobuf.h Ruby: make sure map parsing frames are GC-rooted. 2016-08-26 09:03:55 -07:00
repeated_field.c fix #2036: use rb_hash_* to accumulate hashes 2016-08-30 16:22:49 -07:00
storage.c Ruby: encode and freeze strings when the are assigned or decoded. 2016-07-21 11:37:54 -07:00
upb.c upb bugfix: JSON map entry keys were passing the wrong closure. 2016-08-29 15:28:59 -07:00
upb.h Fix spelling in strings and comments 2016-07-03 15:26:04 +03:00