Alex Rudd
|
9bfdceed46
proto: remove test dependency on experimental packages (#805)
|
5 年之前 |
Chris Manghane
|
97a81c9574
proto: fix govet failures in Go 1.10 (#505)
|
6 年之前 |
Joe Tsai
|
57af8637f0
proto: robustify tests that compare error messages (#500)
|
6 年之前 |
Joshua Humphries
|
5f34c20e59
proto: expose accessors for raw value of extensions (#483)
|
6 年之前 |
Tamir Duberstein
|
013f295b1c
Correct some mistakes (#316)
|
7 年之前 |
Joe Tsai
|
8cc9e46429
Upstream internal Google protobuf changes
|
7 年之前 |
bcmills
|
62e782f47e
proto: Fix a Marshal race on messages with extensions.
|
8 年之前 |
Damien Neil
|
51fb628d55
proto: don't panic when calling ExtensionDescs on an uninitialized message.
|
8 年之前 |
matloob@google.com
|
78b168c14f
net/proto2/go: add GetAllExtensionDescs returns a []*ExtensionDesc
|
8 年之前 |
matloob@google.com
|
a4ab9ec5de
proto: clean up proto API for extensions
|
8 年之前 |
Erik McClenney
|
7c1e7ed8fe
Fix unmarshaling code to properly handle multiple instances of the same
|
9 年之前 |
David Symonds
|
c8ba1155c8
Add support for default values in proto extensions.
|
9 年之前 |
David Symonds
|
a8de284881
Use full import paths for test protos.
|
9 年之前 |
David Symonds
|
82b6f0b18a
If a user passes a nil extension value to SetExtension(), return a useful error message.
|
9 年之前 |
David Symonds
|
904b440324
More extensive testing in extensions_test.go.
|
10 年之前 |
David Symonds
|
558f13f1d7
Update URLs and import paths to new GitHub home.
|
10 年之前 |
David Symonds
|
ce441e6d54
goprotobuf: Ensure GetExtension returns the same result when called on a freshly unmarshaled message.
|
10 年之前 |
David Symonds
|
8b1c6b7587
goprotobuf: Fix bug in GetExtensions.
|
10 年之前 |