You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joshua Haberman
a8b8ea02b7
Breaking Change: fixed json_encode/json_decode to use the message's pool.
...
This bug arises only in the uncommon case where there is more than one DescriptorPool. In such a case, JSON encode/decode should always use the pool of the message being encoded/decoded, not the generated pool.
Closes #15281
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/15281 from protocolbuffers:ruby-json-pool-fix 91e2dc55dc
PiperOrigin-RevId: 596027770
1 year ago
..
BUILD.bazel
Move utf8_range into the protobuf repo
1 year ago
Rakefile
Ruby FFI implementation ( #13343 )
2 years ago
convert.c
Fixed compiler warnings in the Ruby C extension.
1 year ago
convert.h
Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full.
2 years ago
defs.c
Fixed compiler warnings in the Ruby C extension.
1 year ago
defs.h
Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full.
2 years ago
extconf.rb
Make the utf8_range implementation just in C
1 year ago
glue.c
Add support for options in CRuby, JRuby and FFI ( #14594 )
1 year ago
map.c
Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields.
1 year ago
map.h
Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields.
1 year ago
message.c
Breaking Change: fixed json_encode/json_decode to use the message's pool.
1 year ago
message.h
Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields.
1 year ago
protobuf.c
Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full.
2 years ago
protobuf.h
Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full.
2 years ago
repeated_field.c
Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields.
1 year ago
repeated_field.h
Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields.
1 year ago
ruby-upb.c
Auto-generate files after cl/595137531
1 year ago
ruby-upb.h
Auto-generate files after cl/595733611
1 year ago
shared_convert.c
Fixed compiler warnings in the Ruby C extension.
1 year ago
shared_convert.h
Fixed compiler warnings in the Ruby C extension.
1 year ago
shared_message.c
upb: fix Ruby bug which allowed map.delete(key) on a frozen map
1 year ago
shared_message.h
Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full.
2 years ago
wrap_memcpy.c
Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full.
2 years ago