Joe Tsai
|
b9f5089fb9
all: update to latest google.golang.org/protobuf
|
5 lat temu |
Damien Neil
|
f3ab391baa
all: change module to google.golang.org/protobuf
|
5 lat temu |
Joe Tsai
|
13cf6e79fd
proto: drop dependence on v2 protoimpl.ExtensionFieldsV2
|
5 lat temu |
Herbie Ong
|
63105e5dc8
proto: wrap v2 textproto marshal/unmarshal
|
5 lat temu |
Joe Tsai
|
d94fb84e04
all: move v1 types over to the v2 repository
|
5 lat temu |
Joe Tsai
|
98c2acd4d1
internal/proto: implement v1 registration with v2 registration
|
5 lat temu |
Joe Tsai
|
612769ef04
proto: move primitive wrappers
|
5 lat temu |
Joe Tsai
|
1566aab987
proto: simplify StructProperties
|
5 lat temu |
Joe Tsai
|
59febcf6dd
proto: add hooks.go to switch-over to the new implementation
|
5 lat temu |
Joe Tsai
|
7128c2e118
proto: simplify the documentation
|
5 lat temu |
Joe Tsai
|
7e65e51333
protoapi: move registration from proto to protoapi
|
6 lat temu |
Joe Tsai
|
87f1426e53
protoapi: new package for v1 types that generated messages depend on
|
6 lat temu |
Joe Tsai
|
f015b0719f
all: use short license header form
|
6 lat temu |
Joe Tsai
|
b929213ad2
protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs (#760)
|
6 lat temu |
Joe Tsai
|
a4da01d008
go.mod: rely on go get support for modules instead of local paths
|
6 lat temu |
Joe Tsai
|
419ede8f8c
go.mod: hardcode a local checkout of the v2 API
|
6 lat temu |
Joe Tsai
|
b27b920f9e
proto: deprecate Stats data structure (#677)
|
6 lat temu |
Joe Tsai
|
f5983d50c8
proto: make invalid UTF-8 errors non-fatal (#660)
|
6 lat temu |
Joe Tsai
|
b409cc5837
proto: remove Proto3UnknownFields flag (#497)
|
6 lat temu |
Joe Tsai
|
35253352f9
proto: reject invalid UTF-8 in strings (#499)
|
6 lat temu |
Joe Tsai
|
8cc9e46429
Upstream internal Google protobuf changes
|
7 lat temu |
Herbie Ong
|
7b8002443f
Fix doc re. getters for proto3, i.e. getters are now generated on all fields (#354)
|
7 lat temu |
light
|
7390af9dcd
Fix comment for Buffer.index field
|
8 lat temu |
matloob@google.com
|
e51d002c61
net/proto2: remove <message>.ExtensionMap() from generated messages
|
8 lat temu |
Zac Mullett
|
6aaa8d4770
Adding repeated field data population example
|
8 lat temu |
David Symonds
|
2402d76f3d
Add compatibility markers to proto generated code.
|
9 lat temu |
David Symonds
|
04eac41517
Update docs to mention the proto3 API differences.
|
9 lat temu |
David Symonds
|
e63abb1d34
Another minor performance improvement to the code generator.
|
9 lat temu |
Dave Day
|
ef197e1a5f
Add a oneof example to the test proto in the package document.
|
9 lat temu |
David Symonds
|
73ca790d13
Remove unreachable error checks.
|
9 lat temu |