1871 Commits (cb9eff5e85762af98c9bd46bee51cc78ae72416f)

Author SHA1 Message Date
Protobuf Team Bot db71344633 Move iteration APIs to headers, so they're inlined in loop calls 5 days ago
Protobuf Team Bot 35dbd5cfd6 Use an explicit union with commented explanation rather than casting 5 days ago
Jie Luo 3781f45f39 Fix a python bug that UPB and Python C++ extension assume MessageSet extensions are ordered first 5 days ago
Protobuf Team Bot b428e53016 Propagate aliasing option to parse of unknown fields 6 days ago
Hong Shin cd837fd6bf upb: Add upb_Message_GetExtensionMutableArray 6 days ago
Protobuf Team Bot f1d81a0d38 Tighten up size calculation for flexible array members 1 week ago
Protobuf Team Bot 5e1cc249bf Use noncontiguous unknown fields API in upb message compare 1 week ago
Protobuf Team Bot d1b851c9bc Add unknown fields during group decode in a single call, to permit aliasing 1 week ago
Protobuf Team Bot 1380653e42 Reduce oversized stack buffers - 32 bit unsigned varints are not encoded with 64 bit sign extension, and thus can only take up 5 bytes. 1 week ago
Protobuf Team Bot 32afcb9cf8 Update callers to use noncontiguous APIs 1 week ago
Protobuf Team Bot 1863e58488 Always add unknown fields in a single call 1 week ago
Hong Shin 919775de74 upb: Add upb_Message_GetExtensionArray 2 weeks ago
Protobuf Team Bot 72111c3b5a Update compat extension APIs to something that does not assume contiguous storage 2 weeks ago
Protobuf Team Bot ae488a016a Use noncontiguous unknown fields API in upb python 2 weeks ago
Protobuf Team Bot c1a4f28752 Update tests to use noncontiguous API 2 weeks ago
Joshua Haberman 24a19ead9c Fixed non-conformance in JSON parsing for empty strings in numeric fields. 2 weeks ago
Protobuf Team Bot 82e37cda2c Support deleting regions of unknown fields via noncontiguous storage API 2 weeks ago
Protobuf Team Bot 44b2f87fc2 Enable pointer type checks 2 weeks ago
Protobuf Team Bot e43ee0732d Use noncontiguous unknown fields API in upb text debug_string.c and encode.c 2 weeks ago
Protobuf Team Bot 0640cdb674 Don't iterate at all if unknowns are not populated 2 weeks ago
Protobuf Team Bot 7ccd5dcfc5 Internal change 2 weeks ago
Protobuf Team Bot d43a70b158 Port FindUnknown to noncontiguous API 2 weeks ago
Sandy Zhang cb304bde36 Add JSON parse conformance tests for non-numeric string in numeric fields. 3 weeks ago
Protobuf Team Bot aaf44c425c Add new unknown fields API to support noncontiguous storage. Currently shares the same implementation as the existing unknown fields API. 3 weeks ago
Hong Shin 76382571d9 upb: Add upb_Message_GetExtensionString 3 weeks ago
Protobuf Team Bot 294d353a66 Use portable posix sigsetjmp to avoid saving signals on linux, in addition to apple platforms. 3 weeks ago
Hong Shin a862499b19 upb: Add upb_Message_GetExtensionMessage 3 weeks ago
Joshua Haberman 8e79bfa0b7 Updated upb bootstrap files for the latest changes to descriptor.proto. 3 weeks ago
Protobuf Team Bot 2fe8aaa158 Auto-generate files after cl/692315472 3 weeks ago
Protobuf Team Bot 752173215a Automated Code Change 4 weeks ago
Hong Shin eb8f810de9 upb_DebugString typo fix 4 weeks ago
Protobuf Team Bot 25f6eabb76 Expose function to determine whether arenas are fused 4 weeks ago
Hong Shin 367ef9c2ff Update index vs layout_index upb docs 4 weeks ago
Joshua Haberman 67ab5bd666 Make arena fuse and inc/dec-ref const, so that they can be invoked concurrently. 4 weeks ago
Hong Shin c5236bc28e Migrate upb extension getters for scalars 1 month ago
Mike Kruskal d3735bc2a0 Support fetching CMake dependencies via `-Dprotobuf_FETCH_DEPENDENCIES=ON` 1 month ago
Protobuf Team Bot b00dca3665 Load Python rules everywhere in protobuf 1 month ago
Protobuf Team Bot 8cc5f6bd16 Fix compilation in Clang C23 mode. 2 months ago
Mike Kruskal c83b2f93a6 Clean up PHP CI (#18610) 2 months ago
Joshua Haberman b8237dddb3 Fixed the ASAN build for linker arrays. 2 months ago
Protobuf Team Bot d88a3d0c95 Updates upb conformance failures file. 2 months ago
Protobuf Team Bot ecf5f2e047 Auto-generate files after PR #17682 2 months ago
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682) 2 months ago
Mike Kruskal ce6dbe478a Setup fix for python/upb for the enforcement of closed enums in editions. 2 months ago
Protobuf Team Bot 4d75c8224a Fix a potential Ruby-upb use of uninitialized memory. 3 months ago
Protobuf Team Bot c8e016c546 Auto-generate files after cl/672397247 3 months ago
Joshua Haberman fd6d8727c8 Created proper `names.h` headers for all upb generators. 3 months ago
Derek Benson 50c3191741 add a dependency to the upb amalgamation on text:debug and text:internal 3 months ago
Eric Salo 1321c26fc6 upb: fix uninitialized upb_MessageValue buffer bugs 3 months ago
Hong Shin 6da642ac5c upb: Arena_DoFuse typo fix 3 months ago