index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ruby
/
ext
Commit message (
Expand
)
Author
Age
*
Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)
Paul Yang
2018-07-02
*
Merge pull request #4321 from devwout/ruby_json_omit_repeated
Joshua Haberman
2018-07-02
|
\
*
|
When initializing a message, skip a field if value is nil (#3693)
Zachary Anker
2018-06-26
*
|
Adds a base class for all explicitly raised TypeErrors (#4255)
Erik Benoist
2018-06-26
*
|
Build ruby gem on kokoro (#4819)
Paul Yang
2018-06-25
|
*
Ruby JSON encoding omits zero-length repeated fields by default.
Ewout
2018-02-20
*
|
Fix scope resolution for MessageExts in Ruby
Michael Collis
2018-01-12
|
/
*
Merge remote-tracking branch 'origin/3.5.x' into master
Jisi Liu
2018-01-03
|
\
|
*
Fix ruby gc_test in ruby 2.4 (#4011)
Paul Yang
2017-12-08
|
*
Add discard unknown API in ruby. (#3990)
Paul Yang
2017-12-07
*
|
Merge pull request #2519 from rubynerd-forks/ruby-fix-repeated-message-type-f...
Joshua Haberman
2017-11-29
|
\
\
|
|
/
|
/
|
*
|
Reserve unknown in Ruby (#3763)
Paul Yang
2017-10-26
*
|
Fix ruby segment fault (#3708)
Paul Yang
2017-10-03
*
|
Merge pull request #3627 from zanker/zanker/add-submsg-hash-init
Joshua Haberman
2017-09-21
|
\
\
|
*
|
Update message.c
Zachary Anker
2017-09-21
*
|
|
Update message.c
Zachary Anker
2017-09-20
|
*
|
Allow initializing a chain of protos using only a hash
Zachary Anker
2017-09-20
*
|
|
Fixed to_h with repeated messages to return hashes in Ruby
Zachary Anker
2017-09-20
|
/
/
*
|
Storing the frame on the map means we don't need the array
Aaron Patterson
2017-08-30
*
|
Move parse frame array to the Map object
Aaron Patterson
2017-08-30
*
|
Updated upb to fix JSON conformance issues. (#3206)
Joshua Haberman
2017-06-19
*
|
Merge pull request #2815 from devwout/ruby_json_emit_defaults
Joshua Haberman
2017-05-15
|
\
\
*
|
|
Ruby: only link against specific version of memcpy if we're using glibc
Adam Cozzette
2017-03-17
*
|
|
Ruby: fixed Message#to_h for map fields.
Josh Haberman
2017-03-14
|
*
|
Ruby version optionally emits default values in JSON encoding.
Ewout
2017-03-09
*
|
|
Ruby: wrap calls to memcpy so that gem is compatible with pre-2.14 glibc
Adam Cozzette
2017-03-09
|
/
/
*
|
Merge 3.2.x branch into master (#2648)
Paul Yang
2017-01-31
|
*
handle sanity check for repeating enums correctly
@rubynerd
2016-12-30
|
*
unwrap descriptor class before comparison of RepeatedField types
@rubynerd
2016-12-19
|
/
*
Move variable declarations before actual code
Marcin Wyszynski
2016-11-14
*
More Ruby-eqsue interface
Marcin Wyszynski
2016-11-03
*
fix #2036: use `rb_hash_*` to accumulate hashes
Brendan Ribera
2016-08-30
*
upb bugfix: JSON map entry keys were passing the wrong closure.
Josh Haberman
2016-08-29
*
Ruby: make sure map parsing frames are GC-rooted.
Josh Haberman
2016-08-26
*
Ruby: encode and freeze strings when the are assigned or decoded.
Josh Haberman
2016-07-21
*
Fix spelling in strings and comments
Otto Kekäläinen
2016-07-03
*
Fixed oneof behavior for enums and fixed JRuby.
Josh Haberman
2016-05-18
*
Ruby oneofs: return default instead of nil for unset fields.
Josh Haberman
2016-05-18
*
Updated upb and simplified ruby code a bit with new upb method.
Josh Haberman
2016-04-22
*
Bugfix for JSON error case.
Josh Haberman
2016-04-14
*
Ruby JSON: always accept both camelCase and original field names.
Josh Haberman
2016-04-14
*
Updated upb: picked up legacy JSON flags to help Ruby users migrate.
Josh Haberman
2016-04-14
*
Updated upb from latest changes.
Josh Haberman
2016-02-18
*
Changed Ruby to properly camelCase its JSON by default.
Josh Haberman
2016-02-18
*
Merge pull request #1144 from dongjoon-hyun/remove_redundant_the
Joshua Haberman
2016-02-11
|
\
|
*
Remove redundant `the` in comments.
Dongjoon Hyun
2016-02-03
*
|
Add field name to initialization map exceptions
Anders Carling
2015-11-20
*
|
Raise NoMethodError for unknown fields
Anders Carling
2015-11-20
|
/
*
A very small fix to silence some warnings.
Josh Haberman
2015-09-28
*
Merge pull request #584 from haberman/cwarnings
Joshua Haberman
2015-08-21
|
\
[next]