Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
HEAD
f7c6657
Add assign_bytes Benchmarks.
by Charlie Beattie
· 45 minutes ago
upstream/main
547b9d5
Clean up remaining defunct experimental runtime JavaFull runtime schema classes.
by Protobuf Team Bot
· 2 hours ago
710de9f
Add clear error message if MessageSchema is reached in an environment without sun.misc.Unsafe.
by Protobuf Team Bot
· 3 hours ago
f9351a9
Auto-generate files after cl/919794585
by Protobuf Team Bot
· 3 hours ago
26bb70c
Extract EPS macro and use it in fast decoder
by Protobuf Team Bot
· 3 hours ago
37b2497
Automated rollback of commit 3981478ddaac28d963532e4d41f1609796d14fc4.
by Rachel Goldfinger
· 4 hours ago
aeb0dc2
Fix for performance penalty in deep dependencies (#20392)
by Fernando Garcia Corona
· 6 hours ago
3981478
Fix AddDefaultProtoPaths failing when protoc is accessed via symlink … (#26169)
by Dexter.k
· 6 hours ago
3a48173
fix: Harden SIMD UTF-8 tail-copy bounds checks (#26797)
by OrbisAI Security
· 6 hours ago
b905136
Suppress deprecated warnings for weak field options internally (#25305)
by Mikael Persson
· 23 hours ago
0e28fcf
Harden Cord append size accounting in MessageLite serialization (#26170)
by NiDU-NINJA
· 23 hours ago
0ffdd99
Check for and pass the range of tags when processing an unknown field after a minitable search. Use a tail call rather than duplicating unknown parsing.
by Protobuf Team Bot
· 24 hours ago
64f103b
Auto-generate files after cl/919258499
by Protobuf Team Bot
· 25 hours ago
652af63
Add force inline version of `_upb_WireReader_SkipValue`.
by Protobuf Team Bot
· 25 hours ago
9f5776d
Fasttable: Guard against overlong tags in Extension handler.
by Protobuf Team Bot
· 27 hours ago
933c522
Disallow reserving field number INT_MAX.
by Rachel Goldfinger
· 27 hours ago
7d0297e
Auto-generate files after cl/919171015
by Protobuf Team Bot
· 27 hours ago
221b24c
Use preserve_none for DecodeMessage when fasttable is on
by Protobuf Team Bot
· 28 hours ago
4fcadf1
Auto-generate files after cl/919139292
by Protobuf Team Bot
· 28 hours ago
60bc10f
Scan sequences of unknown fields and add as a batch whenever an unknown field is encountered in the fast decoder.
by Protobuf Team Bot
· 28 hours ago
2c15ca4
Upgrade C# Protobuf projects to .NET 8.0.
by Sandy Zhang
· 29 hours ago
fc1cf1c
Preserve exact token locations in proto aggregate option values by computing coordinate gaps.
by Mikita Belahlazau
· 36 hours ago
382f6a7
Auto-generate files after cl/918559519
by Protobuf Team Bot
· 2 days ago
403d429
[py/upb] Make GetOptions() return immutable options for scalar type. UPB will raise a TypeError when options returned GetOptions() by is mutated.
by Runze Wang
· 2 days ago
a7f362c
Add unit tests to test that it's actually possible to opt-out of limit enforcement.
by Tony Liao
· 2 days ago
4327ee4
Auto-generate files after cl/918507979
by Protobuf Team Bot
· 2 days ago
907dfa7
Fasttable: Fix ODR errors and create dual staleness test.
by Protobuf Team Bot
· 2 days ago
d46c97c
Print missing file name while loading proto descriptors for reflection.
by Protobuf Team Bot
· 3 days ago
f9e028f
bazel 9 tests for csharp, hpb, objc, php, python, rust and upb
by Jie Luo
· 3 days ago
46a1d94
Auto-generate files after cl/918068827
by Protobuf Team Bot
· 3 days ago
0c2c195
Fasttable: support closed enums.
by Protobuf Team Bot
· 3 days ago
6ce1648
Parse long tags before minitable lookup if present
by Protobuf Team Bot
· 3 days ago
08a693e
Auto-generate files after cl/917977023
by Protobuf Team Bot
· 3 days ago
34b4d21
Restrict fasttable aarch64 support to little-endian mode
by Protobuf Team Bot
· 3 days ago
8e2dea2
json: Introduce validation for custom enum strings for values + add some more adversarial testing
by Hong Shin
· 3 days ago
5f9586b
fix: Mark prebuild_protoc_repo as reproducible (#25852)
by Morten Mjelva
· 3 days ago
7c5f667
Automatically enable BUILD_LIBUPB when BUILD_LIBPROTOC is enabled (#25459)
by Brennan Ravenscroft
· 3 days ago
d1e231d
Fasttable: Fix recursion depth check.
by Protobuf Team Bot
· 3 days ago
27d822c
Fasttable: Fix oneof submessage merging corruption.
by Protobuf Team Bot
· 3 days ago
6221a32
Delete defunct ExtensionSchemaFull paths.
by Protobuf Team Bot
· 4 days ago
4147f40
Nit. description change for continuous-prefix based on [github pr](https://github.com/protocolbuffers/protobuf/pull/27006)
by Rachel Goldfinger
· 4 days ago
81880fa
Add bazel targets for standalone plugin binaries (#23919)
by bufdev
· 4 days ago
0ba20ef
Auto-generate files after PR #26237
by Protobuf Team Bot
· 4 days ago
2718dd5
fix(cpp): stop TextFormat iteration if output stream fails (#26237)
by jschroedr
· 4 days ago
92dd27c
feat: `--<lang>_prefix` cli option (#24824)
by Igor Sirotin
· 4 days ago
ea4cdef
internal change
by Hong Shin
· 4 days ago
ec52338
Remove experimental FieldOrder enum.
by Protobuf Team Bot
· 4 days ago
f04511c
Ruby: clamp len in RepeatedField#[beg, len] to fix out-of-bounds read (#27191)
by vhulto
· 4 days ago
2a4aa7b
Remove unused SchemaFactory interface.
by Protobuf Team Bot
· 4 days ago
9e63462
Implement PROTOBUF_IGNORE_DEPRECATION_START/STOP for ms compiler (#25338)
by Pavel P
· 4 days ago
80340d2
Upgrade GitHub Actions to latest versions (#25573)
by Salman Chishti
· 4 days ago
a738075
Fix _proto_gen to use prebuilt protoc (fixes #25759) (#25760)
by Max Kanat-Alexander
· 4 days ago
bb940d7
Stop normalization of aggregate_value
by Mikita Belahlazau
· 7 days ago
a37dbd6
Optimize GeneratedMessage.ExtendableBuilder to avoid temporary allocations when merging empty extendable messages.
by Protobuf Team Bot
· 7 days ago
d3e5c57
Small cleanup/micro-optimization of GeneratedMessage.java
by Protobuf Team Bot
· 7 days ago
bfcdb95
internal cleanup
by Eric Salo
· 7 days ago
c06e6b4
Add conformance tests for JSON/binary depth limits.
by Rachel Goldfinger
· 7 days ago
49b83ab
Auto-generate files after cl/915664238
by Protobuf Team Bot
· 8 days ago
24a1257
Optimize `upb_EpsCopyInputStream` capturing.
by Protobuf Team Bot
· 8 days ago
5613198
Refactor to shrink CodedInputStream.readMessage, to increase where it is inlined.
by Protobuf Team Bot
· 8 days ago
4d47a27
Optimize ArrayDecoder limit handling to reduce the amount of math it has to do.
by Protobuf Team Bot
· 8 days ago
4d0c6a2
Tighten generic bounds of SmallSortedMap
by Protobuf Team Bot
· 8 days ago
20de066
Increase by one the number of bins used in the pbarenaz histogram for allocated arena memory
by Protobuf Team Bot
· 8 days ago
d8520d9
Enforce proto limits in the descriptor by default for EDITION_2026.
by Tony Liao
· 8 days ago
dbab053
Auto-generate files after cl/915427796
by Protobuf Team Bot
· 8 days ago
b0a96e3
json: introduce plumbing & usage of (pb.enumvalue.json).string
by Hong Shin
· 8 days ago
c228594
Auto-generate files after cl/915391025
by Protobuf Team Bot
· 8 days ago
d922e47
Validate that built extensions do not overlap with known fields in their extendee
by Protobuf Team Bot
· 8 days ago
17f2f1f
Auto-generate files after cl/915179906
by Protobuf Team Bot
· 9 days ago
ea80725
Check minitable and/or extensionregistry on collisions in the fasttable.
by Protobuf Team Bot
· 9 days ago
a7e70a3
Auto-generate files after cl/915173388
by Protobuf Team Bot
· 9 days ago
856a9ce
Pass original tag in data2
by Protobuf Team Bot
· 9 days ago
dd7d759
Auto-generate files after cl/915160928
by Protobuf Team Bot
· 9 days ago
b8adac0
Store table mask in data2, rather than (ab)using the high bits of a pointer.
by Protobuf Team Bot
· 9 days ago
6aa1de1
Auto-generate files after cl/915138600
by Protobuf Team Bot
· 9 days ago
cd7a143
Add data2 parameter
by Protobuf Team Bot
· 9 days ago
b98d54a
Auto-generate files after cl/915124636
by Protobuf Team Bot
· 9 days ago
44c7101
Add `upb_Decoder_Reset` for resetting the decoder status before decoding a new message and `_upb_encstate_destroy` for deconstructing the encoder respectively.
by Ada Zhang
· 9 days ago
fae4b1f
Auto-generate files after PR #27215
by Protobuf Team Bot
· 9 days ago
58edfa5
upb/json: fix sign-extended index in jsondec_base64_tablelookup (#27215)
by Koon
· 9 days ago
51f4c18
internal change
by Runze Wang
· 9 days ago
fe9848e
C#: fix IndexOutOfRangeException in ReadRawByte on truncated messages (#26914)
by Paweł Łukasik
· 9 days ago
6da2cd9
Auto-generate files after cl/914653834
by Protobuf Team Bot
· 10 days ago
4673941
Automated rollback of commit 21e9075a06736b35e94c26f3831ccd10eb766b32.
by Protobuf Team Bot
· 10 days ago
fb60489
Internal change
by Runze Wang
· 10 days ago
8f63c47
Auto-generate files after cl/914485774
by Protobuf Team Bot
· 10 days ago
1a9911e
Fix risk of wrong result in upb_Log2Ceiling fallback loop if provided values greater than INT_MAX
by Protobuf Team Bot
· 10 days ago
3ca8fc4
Use an offset-pointer for some hash tables in FileDescriptorTables.
by Samuel Benzaquen
· 10 days ago
345df76
Auto-generate files after cl/914421139
by Protobuf Team Bot
· 10 days ago
4a43763
Make it so Utf8 UnsafeProcessor is not guarded by the runtime availability of sun.misc.Unsafe
by Protobuf Team Bot
· 10 days ago
1b3e087
Remove UnsafeUtil usage from IterableByteBufferInputStream.
by Protobuf Team Bot
· 10 days ago
bbe2f9a
Move internal encoding functions to the internal encoder files.
by Ada Zhang
· 10 days ago
fddc1b2
Remove Unsafe usage from CodedOutputStream.
by Protobuf Team Bot
· 10 days ago
f6ce189
Auto-generate files after cl/914346686
by Protobuf Team Bot
· 10 days ago
fa15e3c
Force inline upb_DecodeFast_Message
by Protobuf Team Bot
· 10 days ago
5fdcfac
Pass the starting buffer pointer for the backalloc to `_upb_Encode_Field` and `_upb_Encode_Extension`.
by Ada Zhang
· 10 days ago
5f77738
Create an `enum_type_wrapper.pyi` stub with `DESCRIPTOR: EnumDescriptor`
by Amer Elsheikh
· 10 days ago
c616b4b
Pass `allowed_unstable_rust_features` to `rustc_compile_action`.
by Fabian Wolff
· 10 days ago
7174939
Unroll the varint loops in CodedOutputStream
by Protobuf Team Bot
· 11 days ago
248fa6e
Prepare for pre-computed BZL integrity files included in the tagged release
by Jason Aragorn Tobias Lunn
· 11 days ago
Next »