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
*
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
|
\
\
|
|
/
|
/
|
*
|
Merge pull request #190 from isaiah/to_ary
Chris Fallin
2015-02-03
|
\
\
|
*
|
add #to_ary to RepeatedField
Isaiah Peng
2015-02-03
|
|
*
Updated to latest upb and added test for JSON map operation.
Chris Fallin
2015-02-02
|
|
/
|
/
|
*
|
Updated based on code-review comments.
Chris Fallin
2015-02-02
*
|
Updated based on code-review comments.
Chris Fallin
2015-02-02
*
|
Addressed code-review comments.
Chris Fallin
2015-01-26
*
|
Addressed code-review comments.
Chris Fallin
2015-01-26
*
|
Ruby extension: added oneof accessor.
Chris Fallin
2015-01-14
*
|
Addressed code-review comments.
Chris Fallin
2015-01-14
*
|
Support oneofs in MRI Ruby C extension.
Chris Fallin
2015-01-14
|
/
*
Addressed code-review comments.
Chris Fallin
2015-01-12
*
Update upb amalgamation.
Chris Fallin
2015-01-09
*
Addressed code-review comments.
Chris Fallin
2015-01-09
*
Addressed code-review comments.
Chris Fallin
2015-01-06
*
Support for maps in the MRI C Ruby extension.
Chris Fallin
2015-01-06
*
Rename protobuf Ruby module to google/protobuf and rework its build
Chris Fallin
2014-12-12
*
Provide a Ruby extension.
Chris Fallin
2014-12-09