- 6c10ce2 Removed old ResizeArray() API per TODO by Joshua Haberman · 1 year, 11 months ago
- 62f1470 -Make message CopyFrom() call UPB code instead of default implementation for python UPB by Jie Luo · 1 year, 11 months ago
- 3475ebe upb: move the split64 accessors out of upbc/ by Eric Salo · 1 year, 11 months ago
- 48e3272 upb: fix SetInt32 accessor to also work on enum ctypes by Eric Salo · 2 years ago
- 55cfaf3 Moved promotion-related accessors to a separate file. by Joshua Haberman · 2 years ago
- 565c8fe upb: copy the wire decode recursion-depth-checking code to the wire encoder by Eric Salo · 2 years ago
- a49ff55 Split out `message/accessors_internal.h` and added `upb_Arena` assertions. by Joshua Haberman · 2 years ago
- 339fdb5 Hide `upb_MiniTableField.descriptortype` with `UPB_PRIVATE()` macro by Joshua Haberman · 2 years ago
- e275be2 Guard deep copy sub table check from other uses of submsg_index. by Protobuf Team Bot · 2 years ago
- df93cf6 Hide upb_MiniTableField.submsg_index with new `UPB_PRIVATE()` macro by Joshua Haberman · 2 years ago
- 9d2b5d1 Add upb_MiniTable_FindUnknown depth_limit parameter. by Protobuf Team Bot · 2 years ago
- a918473 Implemented scalar fields for upb.js and Dart+upb.js. by Joshua Haberman · 2 years ago
- d260ab3 Add windows CI by Mike Kruskal · 2 years ago
- d5c2262 Fix cloning of repeated upb_Array. by Protobuf Team Bot · 2 years ago
- 3286f94 Implements upb_Message_DeepClone. by Protobuf Team Bot · 2 years, 1 month ago
- f9c91e3 lower the recursion limit again on fuzzer tests by Eric Salo · 2 years, 1 month ago
- c1727b7 enforce a recursion limit on fuzzer tests by Eric Salo · 2 years, 1 month ago
- 10e57c0 Fix Upb PromotoUnknownToMessage for OneOf fields. by Protobuf Team Bot · 2 years, 2 months ago
- f8a3e0d Avoid reading uninitialized memory when validating MiniTable. by Joshua Haberman · 2 years, 2 months ago
- 518e19d Fixed fuzz bug by further validating map entries. by Joshua Haberman · 2 years, 2 months ago
- 7c18c2c add another fuzzer test by Eric Salo · 2 years, 2 months ago
- df850c8 Fixed fuzz bug when map entry containing unknown fields spans buffers. by Joshua Haberman · 2 years, 2 months ago
- 68e3662 fix fuzzer test w/nested maps by Eric Salo · 2 years, 2 months ago
- b29761f add return codes to upb_MiniTable_SetSubMessage/Enum() by Eric Salo · 2 years, 2 months ago
- a5e337f Allow dynamic tree shaking for groups, and disallow groups for map entry sub-messages. by Joshua Haberman · 2 years, 2 months ago
- 63dc0ec Fix gcc < 11 breakages due to missing "stringop-overread" diagnostic by Mike Kruskal · 2 years, 3 months ago
- e41a2d7 upb is self-hosting! by Joshua Haberman · 2 years, 3 months ago
- 87f9b86 update some more functions to match the accessor naming convention by Eric Salo · 2 years, 3 months ago
- b8f35b2 Fix missing parameter lists. by Protobuf Team Bot · 2 years, 3 months ago
- c64f26e Add missing “static” by Protobuf Team Bot · 2 years, 3 months ago
- c628e53 upb_MiniTable_GetMutableMap() -> upb_Message_GetOrCreateMutableMap() by Eric Salo · 2 years, 3 months ago
- 7cd8f6c Ported more cases of wire format parsing to upb_WireReader. by Joshua Haberman · 2 years, 3 months ago
- 112f037 Migrated the text format encoder to upb_WireReader. by Joshua Haberman · 2 years, 3 months ago
- 75488a0 Created a new upb_WireReader interface for parsing wire data directly. by Joshua Haberman · 2 years, 3 months ago
- 1e28a99 fix broken Dart unit tests by Eric Salo · 2 years, 3 months ago
- 003ecb3 Rolling forward: expanded GCC diagnostic pragmas to cover all of accessors.h. by Joshua Haberman · 2 years, 3 months ago
- 565b28c Unified accessor API for repeated field getters and setters. by Protobuf Team Bot · 2 years, 3 months ago
- 48ad4bb Unified accessor API for repeated field getters and setters. by Joshua Haberman · 2 years, 3 months ago
- 0f938ec Unified accessor API for map getters and setters. by Joshua Haberman · 2 years, 3 months ago
- e34e3bd Unified accessor API for map getters and setters. by Joshua Haberman · 2 years, 3 months ago
- 45dfd77 Unified accessor API for map getters and setters. by Joshua Haberman · 2 years, 3 months ago
- abed199 implement some simple array accessors for Dart by Eric Salo · 2 years, 3 months ago
- 4f87346 rename the array accessors to match the other accessors by Eric Salo · 2 years, 4 months ago
- 85fcfcb Fix a param naming issue for upb_Message_InsertMapEntry. Should just be mini_table instead of map_entry_mini_table by Protobuf Team Bot · 2 years, 4 months ago
- 9ab09b4 fix unset mini table field presence bug by Eric Salo · 2 years, 4 months ago
- fa2481d Unified accessor for WhichOneof(). by Joshua Haberman · 2 years, 4 months ago
- 9e9d43b Add support for promoting unlinked map fields from unknown to upb_Map. by Protobuf Team Bot · 2 years, 4 months ago
- 11fc163 fix fuzzer failure due to a bad map descriptor by Eric Salo · 2 years, 4 months ago
- 9e89142 Add upb_MiniTableField_IsClosedEnum API. by Protobuf Team Bot · 2 years, 4 months ago
- e231dc9 Fix Upb Unknown to repeated message promotion when initial message has null upb_Array. by Protobuf Team Bot · 2 years, 4 months ago
- 3bac878 normalize most of the message accessors: by Eric Salo · 2 years, 4 months ago
- a07c5d3 snapshot some pending dart work by Eric Salo · 2 years, 4 months ago
- b747edb append "ByDef" to names of message accessors that use reflection by Eric Salo · 2 years, 4 months ago
- f458e05 add some UPB_API / UPB_API_INTERNAL declarations by Eric Salo · 2 years, 4 months ago
- b98c7c7 move non-conformance tests and protos into upb/test/ create upb/test/BUILD by Eric Salo · 2 years, 4 months ago
- 32f28fc remove 'platform' param from upb_MiniTable_Build() by Eric Salo · 2 years, 4 months ago
- 2272970 Unified ClearField by Joshua Haberman · 2 years, 4 months ago
- 4f098fd move the extension registry down into mini_table/ by Eric Salo · 2 years, 4 months ago
- 9c6223c Unified all hazzers to use MiniTable accessors by Joshua Haberman · 2 years, 4 months ago
- e567b7c Fixed a bug in GetOrPromoteExtension by Joshua Haberman · 2 years, 4 months ago
- d22d6d7 Refactored message accessors to share a common set of functions instead of duplicating logic. by Joshua Haberman · 2 years, 4 months ago
- ff6439f move the wire type definitions into upb/wire/ where they belong by Eric Salo · 2 years, 4 months ago
- fb7a674 add build targets for :wire and :message and :message_internal by Eric Salo · 2 years, 4 months ago
- 27d70ed clean up the :mini_table build target by Eric Salo · 2 years, 4 months ago