Lines Matching refs:fields
71 Fix unordered field numbers inside oneof causing fields to be ignored (#617)
72 Fix pb_decode() not initializing fields inside oneof (#635
89 Add support for proto3 optional fields introduced in protoc 3.12 (#591)
125 Fix segfault with pointer fields and proto3_singular_msgs = true. (#504,#505)
142 Set proto2 enum fields to first value when no default is given, even if nonzero (#532,#539)
161 Avoid overflows in allocation for packed fields.
178 Detect invalid wire type when decoding fields.
248 Avoid overflows in allocation for packed fields.
251 Fix undefined behavior with bool fields (#434)
259 Fix fixed size and callback repeated fields inside proto3 submessages (#376, #382, #386)
268 Fix large generator memory usage with oneof fields (#338)
308 Zero-valued extension fields were mistakenly ignored by encoder (#242)
326 Add support for proto3-style singular fields (#182, #206, #216)
328 Add FT_INLINE allocation of bytes fields (#211)
330 Fix missing warning with large bytes fields (issue #220)
338 Protect against corrupted _count fields in pb_release (#205)
392 Initialize also extension fields to defaults in pb_decode().
397 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
400 Fix error in generated initializers for repeated pointer fields.
410 Change the _count fields to use pb_size_t datatype (issue 82)
424 Protect against corrupted _count fields in pb_release (#205)
428 Fix compilation error with generated initializers for repeated pointer fields
432 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
440 Fix problem with .options file and extension fields. (issue 125)
455 Fix bug with default values for extension fields (issue 111)
463 Fix generator error with bytes callback fields (issue 99)
471 Fix a bug with encoding negative values in int32 fields (issue 97)
473 Add support for pointer-type fields to the encoder (part of issue 80)
482 Add #define tags for extension fields (issue 93)
489 Don't stop on unsupported extension fields (issue 83)
496 Add support for extension fields (issue 17)
497 Fix unknown fields in empty message (issue 78)
514 Fix regression in 0.2.0 with optional callback fields (issue 70)
541 Added generator option to ignore some fields. (issue 51)
575 Improve the detection of missing required fields.
592 Fixed bug in encoder with 'bytes' fields (issue 1).
593 Fixed a bug in the generator that caused a compiler error on sfixed32 and sfixed64 fields.