1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-03 12:35:24 +00:00
v2fly/common/net
Loyalsoldier ef460f68f8
Adjust Protocol Buffers (#109)
* Update protoc binary executable files to v3.13.0

* Write proto files in more standard way

* Make go generate & vprotogen compatible with protoc-gen-gofast

* Regenerate pb.go files according to new proto files

* Clean go.sum by running go mod tidy

* Implement mustEmbedUnimplementedServiceServer for gPRC services
2020-08-24 12:10:26 +00:00
..
address_test.go test case for IPv6 any ip 2019-01-19 10:59:37 +01:00
address.go test case for IPv6 any ip 2019-01-19 10:59:37 +01:00
address.pb.go Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
address.proto Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
connection.go release buffer in error case 2019-02-20 22:55:57 +01:00
destination_test.go remove dependency on assert lib 2019-01-07 23:27:59 +01:00
destination.go remove unused functions 2018-11-20 16:11:55 +01:00
destination.pb.go Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
destination.proto Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
net.go use new errorgen 2018-09-30 23:08:41 +02:00
network.go remove unused functions 2018-11-20 17:05:32 +01:00
network.pb.go Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
network.proto Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
port_test.go remove dependency on assert lib 2019-01-08 23:27:02 +01:00
port.go Correct a typo in port.go 2019-10-09 06:06:47 +08:00
port.pb.go Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
port.proto Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
system.go prototype of quic transport 2018-11-21 16:47:06 +01:00