Damien Neil
|
ae1d65bc54
proto: remove conversions between Extension{Desc,Type}
|
5 年 前 |
Joe Tsai
|
b9f5089fb9
all: update to latest google.golang.org/protobuf
|
5 年 前 |
Joe Tsai
|
76c9e09470
all: avoid accessing ExtensionField.Desc directly
|
5 年 前 |
Joe Tsai
|
a2cd3ac1b3
proto: use opaque GetValue and SetEagerValue extension methods
|
5 年 前 |
Joe Tsai
|
911a20d792
proto: use XXX_unrecognized exclusively for unknown fields
|
5 年 前 |
Joe Tsai
|
13cf6e79fd
proto: drop dependence on v2 protoimpl.ExtensionFieldsV2
|
5 年 前 |
Joe Tsai
|
292a74a82a
proto: unmarshal extensions eagerly
|
5 年 前 |
Herbie Ong
|
63105e5dc8
proto: wrap v2 textproto marshal/unmarshal
|
5 年 前 |
Joe Tsai
|
d94fb84e04
all: move v1 types over to the v2 repository
|
5 年 前 |
Joe Tsai
|
98c2acd4d1
internal/proto: implement v1 registration with v2 registration
|
5 年 前 |
Joe Tsai
|
7e65e51333
protoapi: move registration from proto to protoapi
|
6 年 前 |
Joe Tsai
|
87f1426e53
protoapi: new package for v1 types that generated messages depend on
|
6 年 前 |
Joe Tsai
|
f015b0719f
all: use short license header form
|
6 年 前 |
Joe Tsai
|
b929213ad2
protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs (#760)
|
6 年 前 |
Joe Tsai
|
1864a4d78e
proto: deprecate {Unm,M}arshalMessageSet{JSON} (#741)
|
6 年 前 |
Iskander (Alex) Sharipov
|
2f5a26c505
proto: replace len(b)<=0 with len(b)==0 (#706)
|
6 年 前 |
Joe Tsai
|
aa810b61a9
proto: fix handling of required fields after multiple violations (#679)
|
6 年 前 |
Joe Tsai
|
f5983d50c8
proto: make invalid UTF-8 errors non-fatal (#660)
|
6 年 前 |
Joe Tsai
|
05f48f4eaf
proto: revert UTF-8 validation for proto2 (#628)
|
6 年 前 |
Joe Tsai
|
3a3da3a4e2
proto: mention field name in error message (#616)
|
6 年 前 |
Joe Tsai
|
91cccdb44a
proto: do not allow unknown fields to satisfy required field bit (#565)
|
6 年 前 |
Joe Tsai
|
b028a76c61
proto: ignore unknown fields in map entries (#561)
|
6 年 前 |
Joe Tsai
|
649500c21e
proto: avoid pointer arithmetic with invalidField (#529)
|
6 年 前 |
Joe Tsai
|
e6af52bec8
proto: treat bad wire types as unknown fields (#511)
|
6 年 前 |
Joe Tsai
|
b409cc5837
proto: remove Proto3UnknownFields flag (#497)
|
6 年 前 |
Joe Tsai
|
35253352f9
proto: reject invalid UTF-8 in strings (#499)
|
6 年 前 |
Damien Neil
|
1ec9e17d4d
Fix uint64->int overflow in table unmarshal (#461)
|
7 年 前 |
Joe Tsai
|
8cc9e46429
Upstream internal Google protobuf changes
|
7 年 前 |