Sign in
flutter
/
third_party
/
protobuf
/
HEAD
6da2cd9
Auto-generate files after cl/914653834
by Protobuf Team Bot
· 3 hours ago
main
4673941
Automated rollback of commit 21e9075a06736b35e94c26f3831ccd10eb766b32.
by Protobuf Team Bot
· 3 hours ago
fb60489
Internal change
by Runze Wang
· 11 hours ago
8f63c47
Auto-generate files after cl/914485774
by Protobuf Team Bot
· 11 hours ago
1a9911e
Fix risk of wrong result in upb_Log2Ceiling fallback loop if provided values greater than INT_MAX
by Protobuf Team Bot
· 11 hours ago
3ca8fc4
Use an offset-pointer for some hash tables in FileDescriptorTables.
by Samuel Benzaquen
· 12 hours ago
345df76
Auto-generate files after cl/914421139
by Protobuf Team Bot
· 13 hours ago
4a43763
Make it so Utf8 UnsafeProcessor is not guarded by the runtime availability of sun.misc.Unsafe
by Protobuf Team Bot
· 13 hours ago
1b3e087
Remove UnsafeUtil usage from IterableByteBufferInputStream.
by Protobuf Team Bot
· 13 hours ago
bbe2f9a
Move internal encoding functions to the internal encoder files.
by Ada Zhang
· 13 hours ago
fddc1b2
Remove Unsafe usage from CodedOutputStream.
by Protobuf Team Bot
· 14 hours ago
f6ce189
Auto-generate files after cl/914346686
by Protobuf Team Bot
· 15 hours ago
fa15e3c
Force inline upb_DecodeFast_Message
by Protobuf Team Bot
· 16 hours ago
5fdcfac
Pass the starting buffer pointer for the backalloc to `_upb_Encode_Field` and `_upb_Encode_Extension`.
by Ada Zhang
· 16 hours ago
5f77738
Create an `enum_type_wrapper.pyi` stub with `DESCRIPTOR: EnumDescriptor`
by Amer Elsheikh
· 20 hours ago
c616b4b
Pass `allowed_unstable_rust_features` to `rustc_compile_action`.
by Fabian Wolff
· 21 hours ago
7174939
Unroll the varint loops in CodedOutputStream
by Protobuf Team Bot
· 35 hours ago
248fa6e
Prepare for pre-computed BZL integrity files included in the tagged release
by Jason Aragorn Tobias Lunn
· 2 days ago
5b3b31d
Optimize serializing of negative int32s.
by Protobuf Team Bot
· 2 days ago
be2c9d0
JavaProto: Unroll the Uint32 varint serialization.
by Protobuf Team Bot
· 2 days ago
ac90873
Add test for RepeatedCompositeContainer comparison with list.
by Joshua Haberman
· 4 days ago
890ffb9
Remove dead code for IsValidUtf8 in Utf8.java
by Protobuf Team Bot
· 5 days ago
6cbc759
Fixed race in GetMessageClass/RegisterMessageClass under free threading.
by Joshua Haberman
· 5 days ago
21966dc
Auto-generate files after cl/912565711
by Protobuf Team Bot
· 5 days ago
09812fc
Planning to remove C++ options from descriptor.proto in edition 2026
by Protobuf Team Bot
· 5 days ago
7bb6178
Auto-generate files after cl/912234452
by Protobuf Team Bot
· 5 days ago
a7864c7
Backwards allocation for encode.
by Protobuf Team Bot
· 5 days ago
a4bf919
Auto-generate files after cl/912205927
by Protobuf Team Bot
· 5 days ago
130123a
Remove dynamic mutation of field types in upb fuzzer when sub-enums are missing.
by Protobuf Team Bot
· 5 days ago
524aa7f
Internal
by Ada Zhang
· 5 days ago
79129d9
Remove unused ByteBufferWriter and its tests
by Protobuf Team Bot
· 5 days ago
00b6ad4
Remove decodeUtf8Direct()
by Protobuf Team Bot
· 5 days ago
4b10db8
CppJson optimization: special case printing a Struct by using the gencode accessors instead of reflectively.
by Protobuf Team Bot
· 6 days ago
e816473
Auto-generate files after cl/912111712
by Protobuf Team Bot
· 6 days ago
cedb414
Fix iteration bug where removing the head of a chain resulted in missing elements
by Protobuf Team Bot
· 6 days ago
4d2fa59
Fasttable: Guard against overlong tags when handling "unknowns".
by Protobuf Team Bot
· 6 days ago
4064fea
Replace UNSTABLE edition with 2026 in tests.
by Rachel Goldfinger
· 6 days ago
421d745
Stop using sun.misc.Unsafe in isValidUtf8 paths.
by Protobuf Team Bot
· 6 days ago
85bac82
Auto-generate files after cl/912048631
by Protobuf Team Bot
· 6 days ago
a45c3f9
CppJson optimization: special case printing a Struct by using the gencode accessors instead of reflectively.
by Protobuf Team Bot
· 6 days ago
709c0d7
Combine iteration implementation for tables now that inttable arrays are gone
by Protobuf Team Bot
· 6 days ago
94df512
fix: check AssureWritable() return value at all call sites (#26390)
by Oblivionsage
· 6 days ago
b019e00
Noop refactors for LazyField.
by Samuel Benzaquen
· 6 days ago
53b71bd
fix(php): Remove public and weak dependencies from generated PHP. (#26598)
by Ashley Lowde
· 6 days ago
2e8b219
upb: update fuzz util build ext to elide faulty extensions early on
by Hong Shin
· 6 days ago
6aaf82d
Auto-generate files after cl/911751127
by Protobuf Team Bot
· 6 days ago
21e9075
Automated rollback of commit d9efde4ed10310ef7373491afa43cea144344f09.
by Ada Zhang
· 6 days ago
71ecafd
Auto-generate files after cl/911649882
by Protobuf Team Bot
· 6 days ago
d9efde4
Decode empty messages as unknown fields.
by Protobuf Team Bot
· 6 days ago
76e74b0
Auto-generate files after cl/911624420
by Protobuf Team Bot
· 6 days ago
7b65094
Delete array part of inttable, reducing complexity
by Protobuf Team Bot
· 6 days ago
3b402b4
Fix sign compare warnings (#26131)
by Pavel P
· 6 days ago
8a8f316
Protobuf C++: Optimize printing ranges of strings which do not need escaping.
by Protobuf Team Bot
· 6 days ago
cae6223
Optimize C++ ProtoJSON by scanning ahead on already-available input chunks where we would otherwise scan by always peeking one char at a time.
by Protobuf Team Bot
· 7 days ago
fa54443
Fix deprecated `this` capture warning (#26174)
by Pavel P
· 7 days ago
2ea1eb5
Avoid implicit int to bool conversion (#25846)
by Pavel P
· 7 days ago
5a86da5
Internal change
by Protobuf Team Bot
· 7 days ago
32d75b6
[PHP] Fix locale-dependent JSON float encoding (#18808) (#25329)
by Dong Kim
· 7 days ago
28bef98
Fix: Apply path traversal guard to WriteAllToZip() matching WriteAllToDisk() (#27171)
by MRKNIGHTNIDU
· 7 days ago
66ee711
Automated rollback of commit 62074624a9ec6580a4bc845ca06e5c8cc4e6c7a1.
by Protobuf Team Bot
· 7 days ago
303c731
Auto-generate files after cl/911111118
by Protobuf Team Bot
· 7 days ago
81edcf5
Add an array BaseField setter.
by Ada Zhang
· 7 days ago
0ec320b
Fix is_map_ type check in CrossLinkField for TYPE_GROUP fields (#27218)
by Anthony Hurtado
· 7 days ago
83617f5
Auto-generate files after cl/910940934
by Protobuf Team Bot
· 7 days ago
7df7cef
Instead of using a reserved key value for empty entries in the map, rely on the chaining pointer. A reserved value means that this is the end of the chain; null means an empty entry.
by Protobuf Team Bot
· 7 days ago
1eb2c72
Automated Code Change
by Protobuf Team Bot
· 7 days ago
6207462
[Py/C++ Optimization]: cache prototype in the `CMessageClass`
by Joshua Haberman
· 7 days ago
1da22aa
Update JsonParser settings creation in Conformance tests to use default recursion limit.
by Rachel Goldfinger
· 8 days ago
af47fbb
Improve serialization performance in the case of recursive maps in pure Python Protobuf.
by Protobuf Team Bot
· 8 days ago
1be37ee
Auto-generate files after cl/910744083
by Protobuf Team Bot
· 8 days ago
6c33bda
Migrate remaining old-style `$deprecated_attr$` substitutions to `$DEPRECATED$` in field generators.
by Clayton Knittel
· 8 days ago
b3875cc
Update Bazel CI presubmit matrix
by Yun Peng
· 8 days ago
5dd4345
Auto-generate files after PR #25201
by Protobuf Team Bot
· 8 days ago
19b6229
Add static typing to generated GPDMetadata class. (#25201)
by Spencer Malone
· 8 days ago
f472fe1
Add parity methods to Protobuf Repeated and Map
by Protobuf Team Bot
· 8 days ago
2b15f7c
Auto-generate files after PR #27133
by Protobuf Team Bot
· 8 days ago
78d8c10
Check for uint16_t field_count overflow in upb_MtDecoder_Parse() (#27133)
by Will Rosenberg
· 8 days ago
efca121
Use `String#encodedLength` on JDK versions that support it
by Liam Miller-Cushon
· 8 days ago
c4e2cdf
Auto-generate files after cl/910315905
by Protobuf Team Bot
· 8 days ago
28bfb07
Use a struct for the fast decoder return type.
by Protobuf Team Bot
· 8 days ago
48dc6b7
Use absl::cleanup on textproto and json depth tracking on text_format
by Protobuf Team Bot
· 8 days ago
7fcbd0c
Fasttable: Defer ptr increment when dealing with unknowns until after all preconditions are checked.
by Protobuf Team Bot
· 9 days ago
06a1003
Auto-generate files after PR #25683
by Protobuf Team Bot
· 9 days ago
68e1906
Fix an endian problem when memcpying in _upb_Decoder_DecodeEnumPacked (#25683)
by Jonathan Albrecht
· 9 days ago
19d9cbf
Fix use of output_path where input_path is the relevant reference. (#27025)
by David Symonds
· 9 days ago
ce481a6
Reserve extension number 1306 for protosearch (#26149)
by Ben Webber
· 9 days ago
bf6007e
Automated Code Change
by Protobuf Team Bot
· 10 days ago
b6393d6
Auto-generate files after cl/908903898
by Protobuf Team Bot
· 11 days ago
dc1192e
Fasttable: Allow fast unknown handling for extendable messages.
by Protobuf Team Bot
· 11 days ago
5a1f2ac
Improve behavior under the risk of an int overflow and negative lengths in JavaLite
by Protobuf Team Bot
· 12 days ago
799e73b
[ObjC] Small shuffling for code quality/style.
by Thomas Van Lenten
· 12 days ago
f331eba
Auto-generate files after cl/908760363
by Protobuf Team Bot
· 12 days ago
36e53a1
Fasttable: Split out "AddUnknownSlowPath" behind private tail call.
by Protobuf Team Bot
· 12 days ago
be0335d
Auto-generate files after cl/908697453
by Protobuf Team Bot
· 12 days ago
0488596
Clarify FieldMask JSON warnings/errors in the situation of fields which aren't round-trip representable in JSON format.
by Protobuf Team Bot
· 12 days ago
6697fa5
Auto-generate files after cl/908608483
by Protobuf Team Bot
· 12 days ago
e7aeaf3
Migrate remaining old-style `$tag_size$` substitutions to `$kTagBytes$` in field generators.
by Clayton Knittel
· 12 days ago
a8896e8
Auto-generate files after cl/908404027
by Protobuf Team Bot
· 12 days ago
0453453
Internal change
by Jie Luo
· 12 days ago
5ddd524
Add an `enforce_proto_limits` feature which will be implemented in Edition 2026.
by Tony Liao
· 12 days ago
Next »