Joe Tsai
|
e581f92ac6
proto: deprecate ErrInternalBadWireType
|
5 년 전 |
Joe Tsai
|
f015b0719f
all: use short license header form
|
6 년 전 |
Iskander (Alex) Sharipov
|
174d648573
proto: remove commented-out code (#704)
|
6 년 전 |
Joe Tsai
|
60f8421f40
Rename generated Marshal and Unmarshal protobuf method (#536)
|
6 년 전 |
Joe Tsai
|
8cc9e46429
Upstream internal Google protobuf changes
|
7 년 전 |
notcarl
|
5d356b9d1c
Unroll DecodeVarint to speed up int32/int64/uint64 slice decoding.
|
8 년 전 |
notcarl
|
1976b9edad
Note that Buffer.Unmarshal does NOT reset the destination protobuf.
|
8 년 전 |
Damien Neil
|
874264fbbb
proto: check for required fields when unmarshalling groups
|
8 년 전 |
matloob@google.com
|
e51d002c61
net/proto2: remove <message>.ExtensionMap() from generated messages
|
8 년 전 |
Michael Matloob
|
cde632b2df
Use the zero value when decoding a map element that is missing its key or value.
|
8 년 전 |
David Symonds
|
0c959e80d8
Fix dec_slice_packed_bool when bools are inefficiently encoded.
|
9 년 전 |
David Symonds
|
59b73b37c1
Implement oneof support.
|
9 년 전 |
David Symonds
|
0f7a9caded
Rename structPointer_Map to structPointer_NewAt.
|
9 년 전 |
David Symonds
|
efd7476481
Check we get both key and value from a decoded map entry.
|
9 년 전 |
David Symonds
|
a11b6342f0
Permit omission of a colon before a message-typed map value.
|
9 년 전 |
David Symonds
|
3ea3e05dbf
Support map<k,v> protocol buffer fields.
|
10 년 전 |
David Symonds
|
abd3b412d3
Support proto3.
|
10 년 전 |
David Symonds
|
558f13f1d7
Update URLs and import paths to new GitHub home.
|
10 년 전 |
David Symonds
|
50386d2477
goprotobuf: Miscellaneous cleanups.
|
10 년 전 |
David Symonds
|
baeae8bcd1
goprotobuf: Remove ErrWrongType and improve error messages.
|
10 년 전 |
David Symonds
|
8b25330334
goprotobuf: Remove the proto.Buffer freelist.
|
11 년 전 |
David Symonds
|
e583a5f02b
goprotobuf: Rename ErrRequiredNotSet to RequiredNotSetError.
|
11 년 전 |
David Symonds
|
a7f3a0f148
goprotobuf: Consistently prefix error strings with "proto: ".
|
11 년 전 |
David Symonds
|
4646c37073
goprotobuf: Make several changes to ErrRequiredNotSet:
|
11 년 전 |
Adam Langley
|
28c83cb2fe
goprotobuf: fix integer overflows.
|
11 년 전 |
David Symonds
|
4f8da8648e
goprotobuf: Use p.isUnmarshaler consistently in decode.go.
|
11 년 전 |
David Symonds
|
2ce8ed485f
goprotobuf: Use already-allocated nested messages if they exist.
|
11 년 전 |
David Symonds
|
d4b52d086a
goprotobuf: Rename UnmarshalAppend to UnmarshalMerge.
|
12 년 전 |
David Symonds
|
ee6e9c5fb8
goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file.
|
12 년 전 |
David Symonds
|
7d3c680f41
goprotobuf: Clarify Unmarshaler semantics.
|
12 년 전 |