1874 Commits (15e7d71eacd7df66531aae2bb7c9b8b8a1a81483)

Author SHA1 Message Date
Vadmeme deec498803 Improve support for Clang inside of UPB (#17433) 3 weeks ago
Joshua Haberman 3d065d1ced Fixed depth limit check by comparing effective depth limits. 3 weeks ago
Joshua Haberman 245acbfc16 Make fuzz test check round-trip correctness of upb encoder/decoder. 3 weeks ago
Protobuf Team Bot db71344633 Move iteration APIs to headers, so they're inlined in loop calls 3 weeks ago
Protobuf Team Bot 35dbd5cfd6 Use an explicit union with commented explanation rather than casting 3 weeks ago
Jie Luo 3781f45f39 Fix a python bug that UPB and Python C++ extension assume MessageSet extensions are ordered first 3 weeks ago
Protobuf Team Bot b428e53016 Propagate aliasing option to parse of unknown fields 3 weeks ago
Hong Shin cd837fd6bf upb: Add upb_Message_GetExtensionMutableArray 3 weeks ago
Protobuf Team Bot f1d81a0d38 Tighten up size calculation for flexible array members 4 weeks ago
Protobuf Team Bot 5e1cc249bf Use noncontiguous unknown fields API in upb message compare 4 weeks ago
Protobuf Team Bot d1b851c9bc Add unknown fields during group decode in a single call, to permit aliasing 4 weeks 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. 4 weeks ago
Protobuf Team Bot 32afcb9cf8 Update callers to use noncontiguous APIs 4 weeks ago
Protobuf Team Bot 1863e58488 Always add unknown fields in a single call 4 weeks ago
Hong Shin 919775de74 upb: Add upb_Message_GetExtensionArray 4 weeks ago
Protobuf Team Bot 72111c3b5a Update compat extension APIs to something that does not assume contiguous storage 4 weeks ago
Protobuf Team Bot ae488a016a Use noncontiguous unknown fields API in upb python 4 weeks ago
Protobuf Team Bot c1a4f28752 Update tests to use noncontiguous API 4 weeks ago
Joshua Haberman 24a19ead9c Fixed non-conformance in JSON parsing for empty strings in numeric fields. 4 weeks ago
Protobuf Team Bot 82e37cda2c Support deleting regions of unknown fields via noncontiguous storage API 4 weeks ago
Protobuf Team Bot 44b2f87fc2 Enable pointer type checks 4 weeks ago
Protobuf Team Bot e43ee0732d Use noncontiguous unknown fields API in upb text debug_string.c and encode.c 4 weeks ago
Protobuf Team Bot 0640cdb674 Don't iterate at all if unknowns are not populated 4 weeks ago
Protobuf Team Bot 7ccd5dcfc5 Internal change 4 weeks ago
Protobuf Team Bot d43a70b158 Port FindUnknown to noncontiguous API 1 month ago
Sandy Zhang cb304bde36 Add JSON parse conformance tests for non-numeric string in numeric fields. 1 month 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. 1 month ago
Hong Shin 76382571d9 upb: Add upb_Message_GetExtensionString 1 month ago
Protobuf Team Bot 294d353a66 Use portable posix sigsetjmp to avoid saving signals on linux, in addition to apple platforms. 1 month ago
Hong Shin a862499b19 upb: Add upb_Message_GetExtensionMessage 1 month ago
Joshua Haberman 8e79bfa0b7 Updated upb bootstrap files for the latest changes to descriptor.proto. 1 month ago
Protobuf Team Bot 2fe8aaa158 Auto-generate files after cl/692315472 1 month ago
Protobuf Team Bot 752173215a Automated Code Change 1 month ago
Hong Shin eb8f810de9 upb_DebugString typo fix 1 month ago
Protobuf Team Bot 25f6eabb76 Expose function to determine whether arenas are fused 1 month ago
Hong Shin 367ef9c2ff Update index vs layout_index upb docs 1 month ago
Joshua Haberman 67ab5bd666 Make arena fuse and inc/dec-ref const, so that they can be invoked concurrently. 1 month ago
Hong Shin c5236bc28e Migrate upb extension getters for scalars 2 months ago
Mike Kruskal d3735bc2a0 Support fetching CMake dependencies via `-Dprotobuf_FETCH_DEPENDENCIES=ON` 2 months ago
Protobuf Team Bot b00dca3665 Load Python rules everywhere in protobuf 2 months 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 3 months ago
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682) 3 months ago
Mike Kruskal ce6dbe478a Setup fix for python/upb for the enforcement of closed enums in editions. 3 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