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
*
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
*
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
|
\
|
*
Return TypedData_Wrap_Struct directly.
Josh Haberman
2015-08-20
*
|
Fixed several Ruby conformance test cases through upb update.
Josh Haberman
2015-08-12
*
|
Added Ruby to conformance tests.
Josh Haberman
2015-07-16
|
*
Conform to C89/C90 variable declaration rules.
Josh Haberman
2015-07-10
*
|
Worked around memory leak bug in Ruby interpreter.
Josh Haberman
2015-07-08
|
/
*
Update upb to fix two bugs in the Ruby library.
Josh Haberman
2015-06-22
*
Fixed compiler warnings and added -std=c99.
Josh Haberman
2015-06-09
*
Updated upb to latest version (C89).
Josh Haberman
2015-06-08
*
Ruby C extension speedup: don't re-intern constant string needlessly.
Chris Fallin
2015-05-19
*
Merge pull request #387 from cfallin/ruby-upb-update
Joshua Haberman
2015-05-18
|
\
|
*
Update MRI C Ruby extension to use new version of upb.
Chris Fallin
2015-05-15
*
|
Merge pull request #338 from skippy/encode-decode-helpers
Chris Fallin
2015-05-15
|
\
\
|
|
/
|
/
|
*
|
make repeated_field quack like an array
Adam Greene
2015-05-14
|
*
adding and simplifying encoders/decoders
Adam Greene
2015-05-13
|
/
*
Merge pull request #334 from skippy/allow-msg-to-accept-nil
Chris Fallin
2015-05-02
|
\
|
*
allow a message field to be unset
Adam Greene
2015-05-02
*
|
return nil if array index indicie is out of bounds
Adam Greene
2015-05-01
|
/
*
Fixed issue #283: crash in JSON handler cleanup.
Chris Fallin
2015-04-13
*
Merge pull request #211 from isaiah/map_inspect
Chris Fallin
2015-02-17
|
\
|
*
Google::Protobuf::Map#inspect should be consistent with Hash#inspect
Isaiah Peng
2015-02-14
*
|
Addressed code-review comment.
Chris Fallin
2015-02-13
*
|
Properly support maps in Ruby protoc and another bugfix.
Chris Fallin
2015-02-12
*
|
Merge pull request #189 from cfallin/update-ruby-upb
Joshua Haberman
2015-02-05
|
\
\
|
|
/
|
/
|
[next]