Lines Matching refs:fields

3  Fix unordered field numbers inside oneof causing fields to be ignored (#617)
4 Fix pb_decode() not initializing fields inside oneof (#635
21 Add support for proto3 optional fields introduced in protoc 3.12 (#591)
57 Fix segfault with pointer fields and proto3_singular_msgs = true. (#504,#505)
74 Set proto2 enum fields to first value when no default is given, even if nonzero (#532,#539)
93 Avoid overflows in allocation for packed fields.
110 Detect invalid wire type when decoding fields.
173 Avoid overflows in allocation for packed fields.
176 Fix undefined behavior with bool fields (#434)
184 Fix fixed size and callback repeated fields inside proto3 submessages (#376, #382, #386)
193 Fix large generator memory usage with oneof fields (#338)
233 Zero-valued extension fields were mistakenly ignored by encoder (#242)
251 Add support for proto3-style singular fields (#182, #206, #216)
253 Add FT_INLINE allocation of bytes fields (#211)
255 Fix missing warning with large bytes fields (issue #220)
263 Protect against corrupted _count fields in pb_release (#205)
317 Initialize also extension fields to defaults in pb_decode().
322 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
325 Fix error in generated initializers for repeated pointer fields.
335 Change the _count fields to use pb_size_t datatype (issue 82)
349 Protect against corrupted _count fields in pb_release (#205)
353 Fix compilation error with generated initializers for repeated pointer fields
357 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
365 Fix problem with .options file and extension fields. (issue 125)
380 Fix bug with default values for extension fields (issue 111)
388 Fix generator error with bytes callback fields (issue 99)
396 Fix a bug with encoding negative values in int32 fields (issue 97)
398 Add support for pointer-type fields to the encoder (part of issue 80)
407 Add #define tags for extension fields (issue 93)
414 Don't stop on unsupported extension fields (issue 83)
421 Add support for extension fields (issue 17)
422 Fix unknown fields in empty message (issue 78)
439 Fix regression in 0.2.0 with optional callback fields (issue 70)
466 Added generator option to ignore some fields. (issue 51)
500 Improve the detection of missing required fields.
517 Fixed bug in encoder with 'bytes' fields (issue 1).
518 Fixed a bug in the generator that caused a compiler error on sfixed32 and sfixed64 fields.