Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
HEAD
12d5002
php: Fix that recursion limit is not enforced.
by Protobuf Team Bot
· 2 hours ago
upstream/main
5d29dca
Raise minimum php version to 8.2.0. Drop tests for 8.1.
by Rachel Goldfinger
· 4 hours ago
c940f01
Disabmiguate name of MessageSchema.equals
by Mark Hansen
· 6 hours ago
05bcac9
Fix protos with multiple files with same basename
by Protobuf Team Bot
· 9 hours ago
b046c9a
Drop Bazel 7 tests for bazel, python, partially java partially cpp.
by Jie Luo
· 17 hours ago
8d886cf
Auto-generate files after cl/855944266
by Protobuf Team Bot
· 20 hours ago
4029df0
Fixed upb's parser to detect missing required fields in missing map values.
by Joshua Haberman
· 20 hours ago
8cfe0c8
Check that `readRaw` does not accept negative length value.
by Protobuf Team Bot
· 25 hours ago
a17bebd
Auto-generate files after cl/855788057
by Protobuf Team Bot
· 27 hours ago
f7c6adf
Removed all use of the `UPB_DESC()` macro
by Joshua Haberman
· 27 hours ago
2732c60
Adding deprecation comment when isInitialized() accessor is deprecated
by Karen Wu
· 28 hours ago
1f07ec6
rust protobuf: use crate name aliases to disambiguate generated dependencies
by Krasimir Georgiev
· 33 hours ago
7c67a4c
Automated Code Change
by Protobuf Team Bot
· 2 days ago
2d8bc46
Suppress some warnings in JavaProto runtime.
by Protobuf Team Bot
· 2 days ago
de5e79e
Give a more clear error message when Java gencode will break due to an enum being nested inside a message of the same name.
by Protobuf Team Bot
· 2 days ago
2607595
Deprecating isInitialized() if there aren't required fields
by Karen Wu
· 2 days ago
c8fb912
Make BCR PRs non-draft by default.
by Sandy Zhang
· 2 days ago
38927bf
Refine the conditions for the MSVC constinit workaround
by Protobuf Team Bot
· 2 days ago
1bc2c63
Avoid skipping descriptors with option dependencies
by Mike Kruskal
· 3 days ago
f34bc47
Auto-generate files after cl/854349677
by Protobuf Team Bot
· 5 days ago
27e67a7
Update protobuf's dep on bazel-skylib to version 1.9.0
by Protobuf Team Bot
· 5 days ago
bbc9dd9
Drop Python 3.9 support
by Jie Luo
· 5 days ago
0262bd6
Auto-generate files after cl/854252074
by Protobuf Team Bot
· 5 days ago
475c477
This CL uses fixed wire type for the following commonly used numeric types for
by Protobuf Team Bot
· 5 days ago
1060f8c
Move the MessageSCCAnalyzer into the Options struct to avoid passing it
by Samuel Benzaquen
· 5 days ago
e49deac
Auto-generate files after cl/854236148
by Protobuf Team Bot
· 5 days ago
05317f9
Test bytes field rather than int32 for EditionUnstable conformance tests.
by Protobuf Team Bot
· 5 days ago
312817f
Fix test proto visibility oversight (#24895)
by Will Noble
· 5 days ago
282d6b8
Auto-generate files after cl/854155587
by Protobuf Team Bot
· 5 days ago
0f3dd06
Add conformance test cases about handling of google.protobuf.Empty inside any Any in JSON.
by Protobuf Team Bot
· 5 days ago
eba53e8
Avoid collision name problems between a message named `Xyz` and a direct sibling enum named `XyzView`
by Protobuf Team Bot
· 6 days ago
0bc4192
Adds support for 3 modes for proto extension generation:
by Protobuf Team Bot
· 6 days ago
53729c7
Auto-generate files after cl/853822318
by Protobuf Team Bot
· 6 days ago
7f431bb
Remove PROTOBUF_CONSTEXPR to unconditionally use constexpr
by Mike Kruskal
· 6 days ago
ce5ff11
Inline the generated Rust message Drop implementations
by Protobuf Team Bot
· 7 days ago
733f179
Fix -Wdeprecated-declarations suppression on Windows
by Protobuf Team Bot
· 7 days ago
97c979b
Breaking change: remove deprecated flag for enabling MSVC support
by Mike Kruskal
· 7 days ago
64bc872
Auto-generate files after PR #25161
by Protobuf Team Bot
· 7 days ago
b01099d
feat(php): support default values for editions/proto2 (#25161)
by Brent Shaffer
· 7 days ago
71cc97c
Add bounds checking to `DeleteSubrange`, create new helper, `RuntimeAssertInBoundsGE`, and modify `LogIndexOutOfBoundsAndAbort` to customize the message being logged.
by Protobuf Team Bot
· 7 days ago
c301c2c
Breaking Change: Remove deprecated UseDeprecatedLegacyJsonFieldConflicts()
by Jie Luo
· 7 days ago
8c857c3
fix: cc_toolchain should prefer protoc when prebuilt flag is flipped. (#25168)
by Sahin Yort
· 7 days ago
c404f03
Move the location of linkage_monitor jar from Cloud Storage to Github releases.
by Protobuf Team Bot
· 7 days ago
5ea44d8
Add @throws javadoc on setters/adders of open enums.
by Protobuf Team Bot
· 7 days ago
5b19757
Fix MaybeRestartJavaMethod to actually pass / include the method name in the restarted Java gencode method.
by Sandy Zhang
· 7 days ago
6d5780f
Allow writing string to the end of internal buffer instead of enforcing `spaceLeft()`.
by Protobuf Team Bot
· 7 days ago
9865428
Optimize parsing packed repeated bool fields.
by Marcin Kowalczyk
· 8 days ago
1874f41
Protobuf conformance: add test cases for protojson non-numeric int/float parsing
by Protobuf Team Bot
· 8 days ago
1fb9da4
Auto-generate files after cl/852971617
by Protobuf Team Bot
· 8 days ago
4f076d9
Add metadata annotations for generated Python protobuf symbols.
by Mikita Belahlazau
· 8 days ago
9eb9b36
Check if ByteString is empty by using `isEmpty()` instead of `== ByteString.EMPTY`
by Protobuf Team Bot
· 8 days ago
2ec322e
Fix issue where BinaryToJson a Skip()'s failure on unknown fields was ignored instead of resulting in a parse failure.
by Protobuf Team Bot
· 8 days ago
262d725
Auto-generate files after cl/852733884
by Protobuf Team Bot
· 8 days ago
ae67a4c
Internal version update.
by Protobuf Team Bot
· 8 days ago
439f2a5
Automated Code Change
by Protobuf Team Bot
· 9 days ago
bd7fe97
Internal change
by Marcin Kowalczyk
· 9 days ago
28178ae
Optimize parsing packed repeated varint fields:
by Marcin Kowalczyk
· 9 days ago
6a8c2aa
Update options.md for Thermo Fisher Scientific (#24491)
by tomas-molina
· 9 days ago
3657ce3
Allow unused return on various Protobuf methods.
by Protobuf Team Bot
· 9 days ago
9849c1c
Fix unused utf_validity include in parse_context.h
by Protobuf Team Bot
· 9 days ago
d69c2a7
Auto-generate files after cl/852406706
by Protobuf Team Bot
· 9 days ago
1a7e200
Add nodiscard to generated APIs.
by Chris Kennelly
· 9 days ago
b05fef4
Reorder includes.
by Chris Kennelly
· 9 days ago
0f4ee5e
Automated rollback of commit df04e01df5b8bf7ae1c4695aa5f76ad2d002a057.
by Protobuf Team Bot
· 9 days ago
7400557
Try to avoid concat two bytes right away if two LazyFields contain different extension registries.
by Protobuf Team Bot
· 9 days ago
a70115f
Breaking change: Add [[nodiscard]] to many APIs.
by Chris Kennelly
· 9 days ago
3acf23c
Abort on out of bounds accesses.
by Protobuf Team Bot
· 12 days ago
7beda33
Clean up dead dist_files targets.
by Sandy Zhang
· 12 days ago
443fef9
Mention the UTF-8 variants in the deprecation text of `ByteString` APIs.
by Kurt Alfred Kluever
· 12 days ago
0fa45b2
Auto-generate files after cl/850517623
by Protobuf Team Bot
· 2 weeks ago
00d838b
Make it a runtime flag whether we treat closed enums as open.
by Joshua Haberman
· 2 weeks ago
8d8e168
Added a test that verifies existing enum behavior for Ruby.
by Joshua Haberman
· 2 weeks ago
667f9ed
Auto-generate files after cl/850499478
by Protobuf Team Bot
· 2 weeks ago
0b16042
Internal change
by Marcin Kowalczyk
· 2 weeks ago
4c5c4b2
Added more validations of `syntax` and `edition` when parsing descriptors.
by Joshua Haberman
· 2 weeks ago
9eee325
Microoptimize getSerializedSize() for repeated message fields by hoisting the encoded tag size constant to the gencode instead of recomputing it per value in the repeated.
by Protobuf Team Bot
· 2 weeks ago
33b16e8
Correctly apply JSON recursion limit when parsing an Any-of-Any.
by Protobuf Team Bot
· 2 weeks ago
d6d1407
Auto-generate files after cl/850455994
by Protobuf Team Bot
· 2 weeks ago
92db7ff
Fix off-by-one check in required field count check.
by Samuel Benzaquen
· 2 weeks ago
ced5509
Use the standard library's implementation of `Utf8Chunks`.
by Joshua Haberman
· 2 weeks ago
c5a3469
Deprecate `ByteString.copyFrom(String, String)` and `ByteString.toString(String)`; prefer the `Charset`-accepting APIs instead.
by Kurt Alfred Kluever
· 2 weeks ago
fa88f32
Auto-generate files after cl/850183045
by Protobuf Team Bot
· 2 weeks ago
95db973
Fix unused parameter warnings.
by Mark D. Roth
· 2 weeks ago
acffab7
Internal change
by Protobuf Team Bot
· 2 weeks ago
9100b0a
Internal change
by Protobuf Team Bot
· 2 weeks ago
50d0621
Auto-generate files after cl/850054867
by Protobuf Team Bot
· 2 weeks ago
0404e66
Add conformance test for edition unstable
by Rachel Goldfinger
· 2 weeks ago
99187f1
Automated Code Change
by Protobuf Team Bot
· 3 weeks ago
92f39e0
Fix unnecessary required field checking on serialize of message-typed map fields.
by Protobuf Team Bot
· 3 weeks ago
93b5196
Automated Code Change
by Protobuf Team Bot
· 3 weeks ago
dcf18bb
Automated Code Change
by Protobuf Team Bot
· 3 weeks ago
22e4f91
Automated Code Change
by Protobuf Team Bot
· 3 weeks ago
e3699ac
Auto-generate files after cl/848335540
by Protobuf Team Bot
· 3 weeks ago
674e830
Fixed some minor issues with upb's enum default handling:
by Joshua Haberman
· 3 weeks ago
e67182b
Removed designated initializers, which do not work in our GHA tests.
by Joshua Haberman
· 3 weeks ago
053fb19
Fix OSS breakage from using testing::EqualsProto
by Protobuf Team Bot
· 3 weeks ago
9d60ddf
Don't ignore platform requirements
by Mike Kruskal
· 3 weeks ago
014f676
Fix JSON printing of Any of an empty message in C++Proto.
by Protobuf Team Bot
· 3 weeks ago
dd7c6f8
Merge AbstractBufferedEncoder base class into its only subclass OutputStreamEncoder.
by Protobuf Team Bot
· 3 weeks ago
232f409
Avoid PyObject_CallMethod with pending errors, which always asserts.
by Mike Kruskal
· 3 weeks ago
Next »