955 Commits (34af5a23ac4894a233d2b398124472632a12493e)

Author SHA1 Message Date
Protobuf Team Bot 34af5a23ac Updating version.json and repo version numbers to: 25.6-dev 2 months ago
Sandy Zhang b5a7cf7cf4 Remove RecursiveGroup test case which doesn't exist in 25.x pre-Editions 2 months ago
Protobuf Team Bot 4728531c16 Add recursion check when parsing unknown fields in Java. 2 months ago
Protobuf Team Bot 850fcce917 Internal change 2 months ago
Protobuf Team Bot b7044987de Internal change 2 months ago
zhangskz e67347986e
Fix cord handling in DynamicMessage and oneofs. (#18375) 2 months ago
Protobuf Team Bot 70e85ae1f9 Updating version.json and repo version numbers to: 25.5-dev 4 months ago
Protobuf Team Bot 165cf123c1 Check that size is non-negative when reading string or bytes in StreamDecoder. 4 months ago
Clayton Walker 552ad3124b Add Automatic-Module-Name (#14562) 8 months ago
Protobuf Team Bot bbbd2dea0e Updating version.json and repo version numbers to: 25.4-dev 10 months ago
Protobuf Team Bot fc222b9420 Updating version.json and repo version numbers to: 25.3-dev 11 months ago
Protobuf Team Bot 6ac0447559 Updating version.json and repo version numbers to: 25.2-dev 1 year ago
Protobuf Team Bot 7f94235e55 Updating version.json and repo version numbers to: 25.1 1 year ago
Protobuf Team Bot 6b5d8db01f Updating version.json and repo version numbers to: 25.0 1 year ago
Protobuf Team Bot ba1aab2baf Updating version.json and repo version numbers to: 25.0-rc2 1 year ago
Protobuf Team Bot 896f3d8ced Updating version.json and repo version numbers to: 25.0-rc1 1 year ago
Sandy Zhang 6889aed460 Check-in bootstrapped Java features for Bazel and CMake 1 year ago
Mike Kruskal 58722b10c9 Internal change 1 year ago
Kurt Alfred Kluever 833ded7298 Clean up assertions in `DurationsTest` and `TimestampsTest` a bit. 1 year ago
Protobuf Team Bot 8f8513835c Timestamps.parse: Add error handling for invalid hours/minutes in the timezone offset. 1 year ago
Protobuf Team Bot e5e7863189 Create the destination map bigger than the source map for MapFieldList.copy(). 1 year ago
Mike Kruskal 5b340ded2b Specify proto2/proto3 defaults on feature specs. 1 year ago
Sandy Zhang 1f720d9d8a Move Java runtime protos to correct OSS directory 1 year ago
Protobuf Team Bot e33e0d2ba5 Add `ABSL_ATTRIBUTE_LIFETIME_BOUND` attribute on generated oneof accessors. 1 year ago
Sandy Zhang 30b6251dea Automated rollback of commit 2a55706f9d. 1 year ago
Adam Cozzette 501ececd39 Reorganize upb file structure 1 year ago
Mike Kruskal 65419eef0d Flip the names of edition_enum and edition. 1 year ago
Protobuf Team Bot b86b9ff337 Internal change. 1 year ago
Sandy Zhang 81068e8e8c Internal change 1 year ago
Protobuf Team Bot 785c82dbde Fix a bad cast in put<X>BuilderIfAbsent when already present due to using the result of put() directly (which is null if it currently has no value) 1 year ago
Protobuf Team Bot 47cec39ab3 Fix a NPE in put<X>BuilderIfAbsent due to using the result of put() directly (which is null if it currently has no value) 1 year ago
Joshua Haberman 2bea492185 Fixed pre-existing formatting problems. 1 year ago
Joshua Haberman db20f5ffc9 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Joshua Haberman 7853a5e301 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Joshua Haberman 40d69fd51f Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Joshua Haberman 7e4fdf134d Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Joshua Haberman 638a860285 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Joshua Haberman f78eaa9aa2 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Protobuf Team Bot 955d4ab0d6 Add MapFieldBuilder and change codegen to generate it and the put{field}BuilderIfAbsent method. 1 year ago
Mike Kruskal c23ae49776 Editions: Migrate edition strings to enum in Java code. 1 year ago
Sandy Zhang 924a15200c Add support for EDITIONS in Java and Java Lite syntax enum / bits. 1 year ago
ericsalo 843b74e601 Main 202308091812 (#13489) 1 year ago
Protobuf Team Bot aba9a7f1a3 Internal change 1 year ago
Protobuf Team Bot 093e258a71 Updating version.json and repo version numbers to: 24.0 1 year ago
Kurt Alfred Kluever 279d627b1e Improve javadocs of `Timestamps.now()`. 1 year ago
Protobuf Team Bot 3487ae0c01 Updating version.json and repo version numbers to: 24.0-rc3 1 year ago
Protobuf Team Bot 961779e164 Add ByteString.isNotEmpty Kotlin extension function. 1 year ago
Adam Cozzette 43e1657cdf Lower default Java text format recursion limit down to 100 1 year ago
Adam Cozzette bca3bed137 Introduce recursion limit in Java text format parsing 1 year ago
Adam Cozzette 7fb9287c45 Simplify Java text format parser 1 year ago