.github
Add lock.yml for locking closed, stale PRs/issues ( #2331 )
2018-09-25 14:15:54 -07:00
Documentation
documentation: add proxy doc ( #2357 )
2018-10-18 13:09:24 -07:00
balancer
health: Client LB channel health checking ( #2387 )
2018-11-01 10:49:35 -07:00
benchmark
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
binarylog /grpc_binarylog_v1
binarylog: implement methodlogger ( #2334 )
2018-10-18 17:27:11 -07:00
channelz
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
codes
codes: fix: marshal/unmarshal a Code to JSON fails ( #2116 )
2018-06-01 10:56:55 -07:00
connectivity
Add and use connectivity package for states ( #1430 )
2017-08-09 10:31:12 -07:00
credentials
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
encoding
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
examples
internal: Update proto generated code ( #2133 )
2018-06-08 17:54:26 -07:00
grpclog
Fix "deprecated" function godoc comments to match standard formatting ( #2027 )
2018-05-02 08:52:49 -07:00
health
health: Checks if the service's serving status has changed before sending an update ( #2424 )
2018-10-31 15:45:18 -07:00
internal
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
interop
Provide a fake grpclb balancer server that can be used for testing ( #2338 )
2018-10-02 18:26:40 -07:00
keepalive
keepalive: godoc improvement and behavior explanation ( #2342 )
2018-10-02 13:03:51 -07:00
metadata
Remove shadowing of built-ins ( #2290 )
2018-09-05 09:05:40 -07:00
naming
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
peer
autofix license notice
2017-06-08 14:42:19 +02:00
reflection
go generate: update proto files ( #2236 )
2018-07-25 11:40:12 -07:00
resolver
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
stats
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
status
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
stress
go generate: update proto files ( #2236 )
2018-07-25 11:40:12 -07:00
tap
Update ServerInHandle comments ( #1437 )
2017-08-14 10:05:02 -07:00
test
health: Client LB channel health checking ( #2387 )
2018-11-01 10:49:35 -07:00
testdata
testdata: get test assets related to package root instead of GOPATH ( #2272 )
2018-08-22 09:00:39 -07:00
.travis.yml
travis: remove Go 1.6 and 1.8 tests ( #2415 )
2018-11-01 08:50:05 -07:00
AUTHORS
add AUTHORS and LICENSE
2017-06-08 14:37:28 +02:00
CONTRIBUTING.md
documentation: add instructions for running tests locally ( #2006 )
2018-04-19 17:17:21 -07:00
LICENSE
Make Apache 2.0 LICENSE file a verbatim copy ( #1329 )
2017-06-21 10:20:47 -07:00
Makefile
Transport refactor ( #2305 )
2018-09-20 15:45:40 -07:00
README.md
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
backoff.go
internal: move backoff to internal ( #2141 )
2018-06-13 16:07:37 -07:00
balancer.go
Remove unused symbols ( #2287 )
2018-09-05 12:29:02 -07:00
balancer_conn_wrappers.go
credentials: support google default creds ( #2315 )
2018-09-25 13:17:25 -07:00
balancer_switching_test.go
internal: move leakcheck to internal/ ( #2129 )
2018-06-07 16:57:56 -07:00
balancer_test.go
Remove unused symbols ( #2287 )
2018-09-05 12:29:02 -07:00
balancer_v1_wrapper.go
Split grpclb out of top level grpc package ( #2107 )
2018-06-05 09:54:12 -07:00
call.go
client: Implement gRFC A6: configurable client-side retry support ( #2111 )
2018-06-27 16:18:41 -07:00
call_test.go
transport: move to internal to make room for new, public transport API ( #2212 )
2018-07-11 11:22:45 -07:00
clientconn.go
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
clientconn_state_transition_test.go
internal: fix client send preface problems ( #2380 )
2018-10-18 14:31:34 -07:00
clientconn_test.go
internal: fix client send preface problems ( #2380 )
2018-10-18 14:31:34 -07:00
codec.go
encoding: Introduce new method for registering and choosing codecs ( #1813 )
2018-01-23 11:39:40 -08:00
codec_test.go
encoding: Introduce new method for registering and choosing codecs ( #1813 )
2018-01-23 11:39:40 -08:00
codegen.sh
FIX: use /usr/bin/env bash in shebang
2016-12-17 20:45:30 +01:00
dialoptions.go
health: Client LB channel health checking ( #2387 )
2018-11-01 10:49:35 -07:00
doc.go
Fix missing and wrong license ( #1422 )
2017-08-04 13:46:18 -07:00
go.mod
internal: update golint to use new url ( #2393 )
2018-10-31 14:39:18 -06:00
go.sum
internal: update golint to use new url ( #2393 )
2018-10-31 14:39:18 -06:00
install_gae.sh
testing: upgrade appengine sdk to version 1.9.68 ( #2311 )
2018-09-18 10:42:17 -07:00
interceptor.go
server: Convert all non-status errors to codes.Unknown ( #1881 )
2018-03-08 13:46:26 -08:00
picker_wrapper.go
transport: move to internal to make room for new, public transport API ( #2212 )
2018-07-11 11:22:45 -07:00
picker_wrapper_test.go
transport: move to internal to make room for new, public transport API ( #2212 )
2018-07-11 11:22:45 -07:00
pickfirst.go
channelz: channel tracing ( #2262 )
2018-09-12 11:15:32 -07:00
pickfirst_test.go
internal: move leakcheck to internal/ ( #2129 )
2018-06-07 16:57:56 -07:00
proxy.go
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
proxy_test.go
internal: move leakcheck to internal/ ( #2129 )
2018-06-07 16:57:56 -07:00
resolver_conn_wrapper.go
channelz: channel tracing ( #2262 )
2018-09-12 11:15:32 -07:00
resolver_conn_wrapper_test.go
tests: fix leak in TestDialParseTargetUnknownScheme ( #2320 )
2018-09-27 13:50:06 -07:00
rpc_util.go
Remove support for Go1.6-1.8 ( #2428 )
2018-11-01 15:43:42 -07:00
rpc_util_test.go
transport: eliminate StreamError; use status errors instead ( #2239 )
2018-07-26 10:30:58 -07:00
server.go
binarylog: call binary log in Client and Server ( #2388 )
2018-10-31 10:21:20 -07:00
server_test.go
transport: move to internal to make room for new, public transport API ( #2212 )
2018-07-11 11:22:45 -07:00
service_config.go
health: Client LB channel health checking ( #2387 )
2018-11-01 10:49:35 -07:00
service_config_test.go
Change parseTimeout to not handle non-second durations ( #1706 )
2017-12-05 10:04:04 -08:00
stream.go
docs: clarify SendMsg/CloseSend usage ( #2418 )
2018-11-01 12:29:53 -06:00
trace.go
Truncate payload trace string, and turn trace off by default ( #1509 )
2017-09-08 11:13:41 -07:00
version.go
Change version to 1.17.0-dev ( #2399 )
2018-10-23 11:07:38 -07:00
vet.sh
internal: update golint to use new url ( #2393 )
2018-10-31 14:39:18 -06:00