etcd/proxy/grpcproxy
Hitoshi Mitake b1dd19a7aa *: don't use string literals directly in grpc metadata
Current etcd code uses the string literals ("token", "authorization")
as field names of grpc and swappger metadata for passing token. It is
difficult to maintain so this commit introduces new constants for the
purpose.
2018-03-15 14:17:34 +09:00
..
adapter *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
cache *: grammar fixes, it's -> its 2017-06-15 18:23:16 +02:00
auth.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
cluster.go *: deprecate grpc.Code, grpc.ErrorDesc 2017-09-11 09:28:56 -07:00
cluster_test.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
election.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
health.go proxy/grpcproxy: remove "Errors" field 2018-01-17 15:58:56 -08:00
kv.go grpcproxy: respect KeysOnly flag 2017-09-13 09:57:08 -07:00
kv_test.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
leader.go *: deprecate grpc.Code, grpc.ErrorDesc 2017-09-11 09:28:56 -07:00
lease.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
lock.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
logger.go grpcproxy: add 'register' address 2017-02-22 16:47:48 -08:00
maintenance.go proxy: handle authed snapshot request in grpcproxy 2017-09-20 15:27:27 +09:00
metrics.go Revert "Merge pull request #7139 from heyitsanthony/proxy-rlock" 2017-02-10 14:37:48 -08:00
register.go grpcproxy: configure register to Cluster API 2017-03-09 02:40:13 -08:00
register_test.go grpcproxy: configure register to Cluster API 2017-03-09 02:40:13 -08:00
util.go *: don't use string literals directly in grpc metadata 2018-03-15 14:17:34 +09:00
watch.go etcdmain, proxy: handle authed watch in grpcproxy 2017-09-20 15:27:26 +09:00
watch_broadcast.go proxy: handle authed snapshot request in grpcproxy 2017-09-20 15:27:27 +09:00
watch_broadcasts.go grpcproxy: fix race between coalesce and bcast on nextrev 2016-11-30 16:50:29 -08:00
watch_ranges.go grpcproxy: fix race between watch ranges delete() and broadcasts empty() 2016-11-28 15:53:41 -08:00
watcher.go *: revert "internal/mvcc" change 2018-02-26 17:11:40 -08:00