Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-23 | net/go-grpc: allow bashisms in unused file | rillig | 1 | -1/+2 | |
2020-04-12 | Revbump all Go packages after default version switch to 1.14. | bsiegert | 1 | -2/+2 | |
2020-03-21 | Revbump all Go packages after go113 update. | bsiegert | 1 | -2/+2 | |
2020-02-02 | Revbump all Go packages after go113 update. | bsiegert | 1 | -2/+2 | |
2020-01-10 | Revbump Go packages after Go default version bump. | bsiegert | 1 | -2/+2 | |
2019-12-13 | Revbump all Go packages after Go 1.12.14 update. | bsiegert | 1 | -2/+2 | |
2019-10-18 | Revbump all Go packages after lang/go112 update | bsiegert | 1 | -2/+2 | |
2019-09-26 | Revbump all Go packages after 1.12.10 update. | bsiegert | 1 | -2/+2 | |
ok wiz@ for PMC | |||||
2019-08-14 | Recursive bump of all packages using Go after Go 1.12.8 update. | bsiegert | 1 | -2/+2 | |
2019-05-27 | Revbump all Go packages after go112 update. | bsiegert | 1 | -2/+2 | |
2019-04-16 | Revbump all Go packages after go112 update | bsiegert | 1 | -2/+2 | |
2019-03-16 | Revbump all Go packages after Go 1.12.1 update. | bsiegert | 1 | -2/+2 | |
2019-03-09 | all: revbump Go packages, now that they use go112 to build | bsiegert | 1 | -2/+2 | |
2019-01-24 | Revbump Go packages after lang/go111 update. | bsiegert | 1 | -2/+2 | |
2018-12-19 | Revbump all Go packages after go111 update. | bsiegert | 1 | -2/+2 | |
2018-11-04 | Revbump all Go packages after go111 update. | bsiegert | 1 | -2/+2 | |
2018-09-28 | go-grpc: more REPLACE_SH. Bump rev. | tnn | 1 | -3/+7 | |
2018-09-11 | net/go-grpc: Update to 1.15.0 | minskim | 5 | -86/+260 | |
Recent new features: - client: Add ClientConn.ResetConnectBackoff to force reconnections on demand - channelz: stage 4 - add security and socket option info with appengine build tags - ClientConn: add Target() returning target string - balancer: add rpc method to PickOptions - transport: set and respect HTTP/2 SETTINGS_MAX_HEADER_LIST_SIZE - client: Implement gRFC A6: configurable client-side retry support - grpc: update dial/server buffer options to support a "disable" setting - credentials/alts: Add AuthInfoFromContext utility API - status: Introduce FromContextError convenience function - server: export ServerTransportStreamFromContext for unary interceptors to control headers/trailers - metadata: Add Get, Set, and Append methods to metadata.MD - server: add grpc.Method function for extracting method from context - grpclb: cache SubConns for 10 seconds after it is removed from the backendlist - clientconn: add support for unix network in DialContext - client: introduce WithDisableServiceConfig DialOption - stickiness: add stickiness support - channelz: provide channel level info for live program network issue diagnosis/debugging | |||||
2018-06-12 | Revbump all Go packages after lang/go update. | bsiegert | 1 | -2/+2 | |
2018-03-30 | Revbump all Go packages after 1.10.1 update. | bsiegert | 1 | -2/+2 | |
ok wiz@ for committing during freeze | |||||
2018-03-11 | Fix build with Go 1.10, bump revision. | bsiegert | 2 | -4/+4 | |
2018-03-04 | Revbump all Go packages after Go 1.10 update. | bsiegert | 1 | -2/+2 | |
2017-04-13 | Revbump all Go packages after the Go 1.8.1 update. | bsiegert | 1 | -2/+2 | |
2016-12-04 | Revbump Go packages after 1.7.4 update. | bsiegert | 1 | -2/+2 | |
2016-10-29 | Revbump packages depending on Go after the Go 1.7.3 update. | bsiegert | 1 | -2/+2 | |
2016-09-14 | Replace /bin/bash in installed files. Bump PKGREVISION. | wiz | 3 | -3/+24 | |
2016-09-11 | New package, go-grpc. | bsiegert | 5 | -0/+216 | |
The Go implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the gRPC Quick Start guide at http://grpc.io/docs/. |