aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4816 from hrsht/hrsht/zanker-proto2Joshua Haberman2018-09-276-251/+1012
|\
| * Adds support for proto2 syntax for Ruby gem.Harshit Chopra2018-09-276-251/+1012
* | Replace repo links.Feng Xiao2018-08-221-1/+1
* | Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-08-011-1/+1
|\ \
| * | Check the message to be encoded is the wrong type. (#4885) (#4949)Paul Yang2018-07-231-0/+7
| * | Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang2018-07-171-2/+2
* | | Check the message to be encoded is the wrong type. (#4885)Paul Yang2018-07-121-0/+7
| |/ |/|
* | Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang2018-07-021-2/+2
* | Merge pull request #4321 from devwout/ruby_json_omit_repeatedJoshua Haberman2018-07-021-1/+3
|\ \
| * | Ruby JSON encoding omits zero-length repeated fields by default.Ewout2018-02-201-1/+3
* | | 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-265-23/+26
| |/ |/|
* | Build ruby gem on kokoro (#4819)Paul Yang2018-06-251-1/+3
* | Fix scope resolution for MessageExts in RubyMichael Collis2018-01-121-2/+2
|/
* Merge remote-tracking branch 'origin/3.5.x' into masterJisi Liu2018-01-036-13/+104
|\
| * Fix ruby gc_test in ruby 2.4 (#4011)Paul Yang2017-12-083-13/+13
| * Add discard unknown API in ruby. (#3990)Paul Yang2017-12-073-0/+91
* | Merge pull request #2519 from rubynerd-forks/ruby-fix-repeated-message-type-f...Joshua Haberman2017-11-291-4/+12
|\ \ | |/ |/|
| * handle sanity check for repeating enums correctly@rubynerd2016-12-301-3/+11
| * unwrap descriptor class before comparison of RepeatedField types@rubynerd2016-12-191-1/+1
* | Reserve unknown in Ruby (#3763)Paul Yang2017-10-265-827/+1958
* | Fix ruby segment fault (#3708)Paul Yang2017-10-033-8/+16
* | Merge pull request #3627 from zanker/zanker/add-submsg-hash-initJoshua Haberman2017-09-212-8/+40
|\ \
| * | Update message.cZachary Anker2017-09-211-2/+1
| * | Allow initializing a chain of protos using only a hashZachary Anker2017-09-202-8/+41
* | | Update message.cZachary Anker2017-09-201-1/+1
* | | Fixed to_h with repeated messages to return hashes in RubyZachary Anker2017-09-201-0/+7
|/ /
* | Storing the frame on the map means we don't need the arrayAaron Patterson2017-08-303-14/+9
* | Move parse frame array to the Map objectAaron Patterson2017-08-304-23/+17
* | Updated upb to fix JSON conformance issues. (#3206)Joshua Haberman2017-06-192-506/+486
* | Merge pull request #2815 from devwout/ruby_json_emit_defaultsJoshua Haberman2017-05-151-29/+30
|\ \
| * | Ruby version optionally emits default values in JSON encoding.Ewout2017-03-091-29/+30
* | | Ruby: only link against specific version of memcpy if we're using glibcAdam Cozzette2017-03-171-5/+5
* | | Ruby: fixed Message#to_h for map fields.Josh Haberman2017-03-143-2/+45
* | | Ruby: wrap calls to memcpy so that gem is compatible with pre-2.14 glibcAdam Cozzette2017-03-092-1/+59
|/ /
* / Merge 3.2.x branch into master (#2648)Paul Yang2017-01-314-1365/+2787
|/
* Move variable declarations before actual codeMarcin Wyszynski2016-11-141-2/+2
* More Ruby-eqsue interfaceMarcin Wyszynski2016-11-031-0/+44
* fix #2036: use `rb_hash_*` to accumulate hashesBrendan Ribera2016-08-301-7/+5
* upb bugfix: JSON map entry keys were passing the wrong closure.Josh Haberman2016-08-291-1/+1
* Ruby: make sure map parsing frames are GC-rooted.Josh Haberman2016-08-263-8/+58
* Ruby: encode and freeze strings when the are assigned or decoded.Josh Haberman2016-07-216-42/+80
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Fixed oneof behavior for enums and fixed JRuby.Josh Haberman2016-05-181-2/+11
* Ruby oneofs: return default instead of nil for unset fields.Josh Haberman2016-05-181-1/+23
* Updated upb and simplified ruby code a bit with new upb method.Josh Haberman2016-04-224-1222/+1552
* Bugfix for JSON error case.Josh Haberman2016-04-141-1/+1
* Ruby JSON: always accept both camelCase and original field names.Josh Haberman2016-04-146-33/+77
* Updated upb: picked up legacy JSON flags to help Ruby users migrate.Josh Haberman2016-04-142-1354/+1573
* Updated upb from latest changes.Josh Haberman2016-02-182-244/+133