Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
HEAD
1292235
Fix broken `field_mask_upb_proto` and `field_mask_upb_reflection_proto` aliases
by Protobuf Team Bot
· 3 hours ago
upstream/main
52efc0b
Update Ruby 4.0 test Docker image and enable continuous tests.
by Protobuf Team Bot
· 4 hours ago
8016700
Actually fix breaking change related to `upb_proto_reflection_library`
by Protobuf Team Bot
· 5 hours ago
db8f5eb
This change moves several tests from PythonProtoLibrary.java to Starlark-based analysis tests in py_proto_library_tests.bzl
by Rachel Goldfinger
· 6 hours ago
96c2dba
Fix breaking change related to `upb_c_proto_library` and `upb_proto_reflection_library`
by Protobuf Team Bot
· 6 hours ago
f8efd89
Automated Code Change
by Protobuf Team Bot
· 11 hours ago
7d100b8
Migrate more JavaProtoLibrary tests to Starlark.
by Ivo Ristovski List
· 12 hours ago
6d9a6aa
add textproto roundtrip to java smoke tests (#25599)
by ericsalo
· 12 hours ago
8452f14
Add missing `timestamp_upb_reflection_proto` alias
by Protobuf Team Bot
· 27 hours ago
17983b2
Add an alias to undo accidental unannounced breaking change
by Mike Kruskal
· 28 hours ago
6556a4e
Update php and php_ext tests to include 8.5.0
by Rachel Goldfinger
· 31 hours ago
56533af
This test was designed to verify compatibility with older PHP versions where "readonly" was not a reserved keyword. Since "readonly" is now reserved in PHP 8.2+, this test is no longer necessary.
by Rachel Goldfinger
· 31 hours ago
390820b
Automated rollback of commit a73b06d153cbbac0f454c2f09b0702f8b324350e.
by Protobuf Team Bot
· 31 hours ago
a73b06d
Further optimization to TextFormatEscaper
by Protobuf Team Bot
· 32 hours ago
90e5d43
Internal changes
by Mike Kruskal
· 32 hours ago
d2b0016
Fix Any recursion depth bypass in Python json_format.ParseDict (#25239)
by Aviral Garg
· 32 hours ago
2f1cdc5
Internal version update.
by Protobuf Team Bot
· 32 hours ago
41b3d24
Auto-generate files after PR #25437
by Protobuf Team Bot
· 2 days ago
9492921
add roundtrip checks to the java smoke tests (#25557)
by ericsalo
· 2 days ago
1d44936
Update rules_apple dependency to support rules_swift 3.x (#25437)
by Luis Padron
· 2 days ago
e3dc329
Auto-generate files after cl/862455379
by Protobuf Team Bot
· 2 days ago
60f7b8e
Remove `PROTOBUF_INTERNAL_REMOVE_ARENA_PTRS_*` feature flags.
by Clayton Knittel
· 2 days ago
1082da2
Fix Java version skew poison pill accidentally throwing after it logs the "major version is off by 1" warning more than 20 times (instead of continuing silently after that threshold).
by Protobuf Team Bot
· 2 days ago
894c97c
Bump gem dependencies
by Protobuf Team Bot
· 2 days ago
a3bf3ec
Add fn push_default(&mut self) -> SomeMsgMut<> fn for Repeated message type fields.
by Protobuf Team Bot
· 2 days ago
9f7e904
Trait clarity improvements: remove the generic <K> from MapKey trait by pushing down that same generic to each of the fns on the trait.
by Protobuf Team Bot
· 2 days ago
2390c69
Move bazel tests from upb to bazel
by Rachel Goldfinger
· 2 days ago
0a3f90b
Use the toolchain protoc by default in internal rules.
by Mike Kruskal
· 2 days ago
c24d4c4
Moved prebuilt-related Bazel files to standard locations.
by Joshua Haberman
· 2 days ago
4c85548
Remove a bunch of superfluous lifetime bounds.
by Protobuf Team Bot
· 2 days ago
fe27c0f
Proto Rust: don't re-export from same input twice
by Protobuf Team Bot
· 3 days ago
407f457
Implement WriteDelimitedTo(BufferWriter<byte>) (#21325)
by Grégoire
· 3 days ago
3838980
internal change
by Andreas C. Osowski
· 3 days ago
23e38de
Auto-generate files after cl/862026607
by Protobuf Team Bot
· 3 days ago
0936f33
Fix UTF-8 Validation of string extensions in C++
by Protobuf Team Bot
· 3 days ago
35a4dd8
Refactored and rearranged Bazel rules.
by Joshua Haberman
· 3 days ago
c788c9d
java: clarify aliasing contract for bytes accessors (#25247)
by Samuel Rodriguez
· 3 days ago
b9ab581
Bump version dependencies on phpunit/phpunit to ">=11.5.0 <12.0.0"
by Protobuf Team Bot
· 3 days ago
ffa7ac3
Don't attempt to read the default instance from repeated fields in `GetDefaultMessageInstance`.
by Clayton Knittel
· 3 days ago
ab3793e
Fix that f32 and f64 were incorrectly tagged as legal for MapKeys in RustProto.
by Protobuf Team Bot
· 3 days ago
16d6485
Set days-before-close to -1 for "wait for user action"
by Sandy Zhang
· 3 days ago
cdb7c1d
Improve Rustdoc behavior, by making message_eq show up as top-level and hide __internal
by Protobuf Team Bot
· 3 days ago
146410e
Automated rollback of commit 3bc4ac42164aca37963e89ca715fcf014eff8c14.
by Andreas C. Osowski
· 3 days ago
b2e2912
Improve Abseil flag support for enums to allow for lowercase version of the
by Samuel Benzaquen
· 3 days ago
2837647
add 34.x to test_release_branches
by Rachel Goldfinger
· 3 days ago
cdbfaf1
Trait clarity effort: introduce `Singular` trait, for types which are allowed as simple fields
by Protobuf Team Bot
· 3 days ago
09a505f
Large enums: For common conflicts, use `_<n>` suffix instead of just `<n>`.
by Tim Neumann
· 3 days ago
3bc4ac4
internal change
by Andreas C. Osowski
· 4 days ago
a4dd212
hpb: escape NULL enum values and types to NULL_
by Protobuf Team Bot
· 4 days ago
16e8151
Automated Code Change
by Protobuf Team Bot
· 4 days ago
bc134f0
Fix upb C generator to handle reserved name collisions.
by Protobuf Team Bot
· 4 days ago
9159a6c
Auto-generate files after cl/861408394
by Protobuf Team Bot
· 4 days ago
507f86b
Remove first implementation of protobuf out of bounds enforcement.
by Protobuf Team Bot
· 4 days ago
1486093
add java smoke test for v3.0.0 (#25505)
by ericsalo
· 4 days ago
74a5ee1
Fix release_bazel_module.yaml to disable release notes generation.
by Sandy Zhang
· 4 days ago
aaccef7
Auto-generate files after cl/861275939
by Protobuf Team Bot
· 4 days ago
a203388
Add native Abseil flag support to protobuf enums.
by Samuel Benzaquen
· 4 days ago
0ecfc9b
Split up naming style codegen test and fix doc comment issues.
by Mike Kruskal
· 4 days ago
382dc83
Improve wire compatibility of `TestAllTypes` with `TestAllExtensions`.
by Protobuf Team Bot
· 4 days ago
a904af9
Improve EINTR handling for close in `zero_copy_stream_impl.h`
by Protobuf Team Bot
· 5 days ago
a0b7794
Automated Code Change
by Protobuf Team Bot
· 5 days ago
3a3560b
Removed the `third_party/upb/upb/bazel` directory.
by Joshua Haberman
· 7 days ago
6d23e8e
Add cc_proto_library for MessageSet in //src/google/protobuf/bridge
by Protobuf Team Bot
· 7 days ago
8cc04ab
Bug fix: Fully qualify `absl` and `std` namespace lookups in generated Protobuf code.
by Protobuf Team Bot
· 7 days ago
5a30478
Remove unused includes and dependencies from `unknown_field_set_unittest`.
by Protobuf Team Bot
· 7 days ago
a8daa95
Trait clarity improvement on Map traits
by Protobuf Team Bot
· 7 days ago
6029d17
Add an "include" directory containing WKTs for Google.Protobuf.Tools nuget package.
by Protobuf Team Bot
· 7 days ago
8500d38
Introduce Starlark versions of Protobuf flags.
by Protobuf Team Bot
· 8 days ago
c157747
Fix release_bazel_module.yaml to set prerelease correctly.
by Sandy Zhang
· 8 days ago
upstream/34.x_generate_release_notes
upstream/34x_remove_generate
211f524
Workaround an issue with some compilers and static analysis tools where they
by Samuel Benzaquen
· 8 days ago
e67b9ce
Merge pull request #25438 from protocolbuffers/main-202601221720
by Mike Kruskal
· 8 days ago
ea78297
Supports exporting `int` as `int`
by Etienne Pot
· 8 days ago
8227cf1
Updating version.json and repo version numbers to: 35-dev
by Protobuf Team Bot
· 8 days ago
ed4f0ce
Fix up `ByteString.isValidUtf8()` javadocs.
by Kurt Alfred Kluever
· 9 days ago
b0366de
Mark all of the ProxiedInRepeated and ProxiedInMapValue traits as hidden and with `Private` token as first type.
by Protobuf Team Bot
· 9 days ago
f8998f8
Internal change
by Samuel Benzaquen
· 9 days ago
1768d2d
Add "new" to our list of things to mangle.
by Protobuf Team Bot
· 9 days ago
a4f8ecc
Auto-generate files after PR #15633
by Protobuf Team Bot
· 9 days ago
f3dc7b4
Auto-generate files after cl/859195047
by Protobuf Team Bot
· 9 days ago
6ebdf85
ruby codegen: support generation of rbs files (#15633)
by Tiago
· 9 days ago
a090210
Update `FieldMask` Documentation to Acknowledge AIP Conflicts
by Protobuf Team Bot
· 9 days ago
335a1e5
Internal change
by Joshua Haberman
· 9 days ago
397d5d9
Add EnumerateEnumValues function.
by Samuel Benzaquen
· 9 days ago
7d6f8ef
Handle proto names that are paths
by Protobuf Team Bot
· 9 days ago
0860939
Automated Code Change
by Protobuf Team Bot
· 10 days ago
f857a5e
Formatted all of our Markdown docs to standard formatting.
by Joshua Haberman
· 10 days ago
4b08f03
Auto-generate files after cl/858895922
by Protobuf Team Bot
· 10 days ago
5fc3cdd
Automated Code Change
by Protobuf Team Bot
· 10 days ago
e8923a8
Add conformance tests for utf8 validation.
by Protobuf Team Bot
· 10 days ago
e0d114c
Appease the linter by using `absl::StrAppend` instead of `absl::StrCat`
by Protobuf Team Bot
· 10 days ago
563f613
Internal change.
by Joshua Haberman
· 10 days ago
783da0a
Disable constinit on MSVC for static library builds
by Protobuf Team Bot
· 10 days ago
6ba0e6f
Don't error on failed aggregate message parsing when AllowUnknownDependencies is set
by Mike Kruskal
· 10 days ago
c738f01
Fix fast field parsers for very large dynamic messages.
by Samuel Benzaquen
· 10 days ago
93f4eba
Support Ruby 4.0 (#25051)
by Frederik Spang
· 10 days ago
7fd90b5
Remove ref cycles introduced by self-calling nested functions.
by Ionel Gog
· 10 days ago
22e1e6b
Automated rollback of commit 1477683618b83e07bb8ec1d19b718e0d4d5c8357.
by Protobuf Team Bot
· 10 days ago
1477683
Updates FieldMaskUtil::IsValidFieldMask to handle masks on repeated messages.
by Protobuf Team Bot
· 11 days ago
d4da5e4
Remove hint around rules_proto
by Protobuf Team Bot
· 11 days ago
789c7c5
Breaking change: Update major version numbers for C++ Python and PHP.
by Jie Luo
· 12 days ago
Next »