Sign in
flutter
/
third_party
/
protobuf
/
6b2627718b9121858e126d65e48a19d66c7707ed
/
ruby
/
ext
/
google
/
protobuf_c
/
protobuf.c
7ecf43f
Updated Ruby to the latest upb. (#9589)
by Joshua Haberman
· 3 years, 1 month ago
276add0
Add ruby_upb_alloc using xrealloc/xfree so Ruby GC is aware of allocated memory for Arenas. (#9586)
by zhangskz
· 3 years, 1 month ago
c153dd9
Updated to new upb APIs.
by Joshua Haberman
· 3 years, 2 months ago
367e469
Fixed memory bug: properly root repeated/map field when assigning. (#8639)
by Joshua Haberman
· 3 years, 11 months ago
v3.17.1
414aca5
fix(ruby): Fix various exceptions in Ruby on 64-bit Windows (#8563)
by Daniel Azuma
· 4 years ago
5679811
Merge branch '3.15.x' into merge-3-15-x
by Adam Cozzette
· 4 years ago
67fee91
Fixed memory leak of Ruby arena objects.
by Joshua Haberman
· 4 years ago
87aa9ad
Merge branch 'master' into 3.15.x
by Adam Cozzette
· 4 years ago
2fe27d8
Addressed PR comments and fixed a bug.
by Joshua Haberman
· 4 years ago
e1ac393
Added some more comments and refactored slightly.
by Joshua Haberman
· 4 years ago
f0d6fcb
Wrap secondary map mutations in a mutex, to avoid mutation races.
by Joshua Haberman
· 4 years ago
b75a49f
GC secondary map periodically.
by Joshua Haberman
· 4 years ago
addd061
Register mark objects so Protobuf is compaction friendly
by Aaron Patterson
· 4 years, 1 month ago
9879f42
Ruby <2.7now uses WeakMap too, which prevents memory leaks.
by Joshua Haberman
· 4 years, 1 month ago
9abf6e2
Ported Ruby extension to upb_msg (#8184)
by Joshua Haberman
· 4 years, 3 months ago
63f324a
Roll forward Ruby upb changes now that protobuf Ruby build is fixed (#5866)
by Joshua Haberman
· 6 years ago
1e37a94
Optimized away the creation of empty string objects.
by Joshua Haberman
· 6 years ago
1568dea
Revert "Updated upb from defcleanup branch and modified Ruby to use it (#5539)" (#5848)
by Joshua Haberman
· 6 years ago
3758138
Updated upb from defcleanup branch and modified Ruby to use it (#5539)
by Joshua Haberman
· 6 years ago
d0535cc
Adds support for proto2 syntax for Ruby gem.
by Harshit Chopra
· 7 years ago
74f8e24
Adds a base class for all explicitly raised TypeErrors (#4255)
by Erik Benoist
· 7 years ago
0e7b589
Add discard unknown API in ruby. (#3990)
by Paul Yang
· 7 years ago
cd5f49d
Fix ruby segment fault (#3708)
by Paul Yang
· 8 years ago
d6152dd
Move parse frame array to the Map object
by Aaron Patterson
· 8 years ago
d4213d8
Ruby: make sure map parsing frames are GC-rooted.
by Josh Haberman
· 9 years ago
eb65c69
Merge pull request #584 from haberman/cwarnings
by Joshua Haberman
· 10 years ago
181c7f2
Added Ruby to conformance tests.
by Josh Haberman
· 10 years ago
a1daeab
Conform to C89/C90 variable declaration rules.
by Josh Haberman
· 10 years ago
231886f
Ruby C extension speedup: don't re-intern constant string needlessly.
by Chris Fallin
· 10 years ago
d1b52a0
adding and simplifying encoders/decoders
by Adam Greene
· 10 years ago
fcd8889
Support oneofs in MRI Ruby C extension.
by Chris Fallin
· 10 years ago
fd1a3ff
Support for maps in the MRI C Ruby extension.
by Chris Fallin
· 10 years ago
91473dc
Rename protobuf Ruby module to google/protobuf and rework its build
by Chris Fallin
· 10 years ago
[Renamed from ruby/ext/protobuf_c/protobuf.c]
f473bb9
Merge pull request #128 from krishnanm86/master
by Feng Xiao
· 10 years ago