Joe Tsai
|
575152efd8
Cleanup comments and whitespace (#471)
|
8 лет назад |
Tamir Duberstein
|
5c7dd3329b
Simplify code (#314)
|
8 лет назад |
Joe Tsai
|
8cc9e46429
Upstream internal Google protobuf changes
|
8 лет назад |
Tamir Duberstein
|
0a4f71a498
Remove unnecessary conversions (#315)
|
8 лет назад |
Googler
|
2bc9827a78
improve error message for duplicate oneof in text parsing
|
9 лет назад |
Googler
|
a66a4fa9a8
Produce an error when unmarshaling text protos if a oneof field is set more than once.
|
9 лет назад |
light
|
1f49d83d9a
Allow t/f and True/False while parsing text protos
|
9 лет назад |
Luke Granger-Brown
|
1687f003bf
proto: Prevent Any protos from being deserialized multiple times.
|
9 лет назад |
Ross Light
|
1111461c35
proto: allow text proto map keys to be omitted or order swapped
|
9 лет назад |
matloob@google.com
|
e51d002c61
net/proto2: remove <message>.ExtensionMap() from generated messages
|
9 лет назад |
Bryan Mills
|
78550bb1d0
Improve error message when text unmarshaling a nested message with a required field.
|
9 лет назад |
Lev Shamardin
|
1cc4d6fa4a
Support for google.protobuf.Any expansion in text marshaling and unmarshaling.
|
10 лет назад |
Daniel Kraft
|
b982704f8b
Extend the text format parser to allow concatenation of string literals in single quotes.
|
10 лет назад |
Lorenzo Simionato
|
deb4a5e3b1
Add support for repeated fields expressed using list notation, like ["a", "b", "c"].
|
10 лет назад |
David Symonds
|
1baed096cd
Expose the thorny part of the oneof metadata interpretation.
|
10 лет назад |
David Symonds
|
59b73b37c1
Implement oneof support.
|
10 лет назад |
David Symonds
|
bafa7bc8ed
More accurately report text parsing failures for invalid strings.
|
10 лет назад |
David Symonds
|
056d5ce64f
Accept comma and semicolon characters in text format maps.
|
10 лет назад |
David Symonds
|
a11b6342f0
Permit omission of a colon before a message-typed map value.
|
11 лет назад |
David Symonds
|
3ea3e05dbf
Support map<k,v> protocol buffer fields.
|
11 лет назад |
David Symonds
|
abd3b412d3
Support proto3.
|
11 лет назад |
David Symonds
|
558f13f1d7
Update URLs and import paths to new GitHub home.
|
11 лет назад |
David Symonds
|
8117753c47
goprotobuf: Use encoding.TextMarshaler and encoding.TextUnmarshaler in place of
|
11 лет назад |
David Symonds
|
8a099d0ded
goprotobuf: Fix Clone to deep copy []byte fields.
|
11 лет назад |
David Symonds
|
2a1c6b9cba
goprotobuf: Make text parsing functions return RequiredNotSetError as appropriate.
|
11 лет назад |
David Symonds
|
8bb628dd72
goprotobuf: Fix test for text format number too large for int64.
|
11 лет назад |
David Symonds
|
267e805719
goprotobuf: Support encoding.TextMarshaler and encoding.TextUnmarshaler.
|
12 лет назад |
David Symonds
|
a7f3a0f148
goprotobuf: Consistently prefix error strings with "proto: ".
|
12 лет назад |
David Symonds
|
501f7db324
goprotobuf: Make UnmarshalText reset the message before unmarshaling.
|
12 лет назад |
David Symonds
|
2037090d1d
goprotobuf: Match C++ for text format of unknown fields.
|
13 лет назад |