storj/pkg
Jeff Wendling f62107d3e9
pkg/rpc: fix grpc dial timeouts (#3517)
grpc doesn't exit dials right away if the context dialer
returns an error. since that's the only spot where we were
enforcing dial timeouts, dials could just leak for an
unknown amount of time.

add a timeout above the grpc dial because that's the documented
way that grpc expected to be canceled.

Change-Id: Ic47ac61ce8a5f721510cc2c4584f63d43fe4f2d5
2019-11-06 16:42:20 -07:00
..
auth all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
bloomfilter Implement garbage collection on satellite (#2577) 2019-07-24 13:26:43 -04:00
cfgstruct Uplink "import" command (#2981) 2019-09-13 12:33:30 -06:00
encryption all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00
identity all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
listenmux pkg/listenmux: resolve deadlock in test 2019-09-20 21:16:59 +00:00
macaroon metainfo: move api keys to part of the request (#3069) 2019-09-19 10:19:29 -06:00
miniogw uplink/storage: use Batch to optimize upload requests (#3408) 2019-10-29 08:49:16 -07:00
paths Create and use an encryption.Store (#2293) 2019-06-24 19:23:07 +00:00
pb satellite/payments: invoice creation (#3468) 2019-11-05 15:16:02 +02:00
peertls pkg/rpc: defeat MITM attacks in most cases (#3215) 2019-10-12 14:34:41 -06:00
pkcrypto Enable Scopelint Linter (#2049) 2019-05-29 09:30:16 -04:00
process cli: should return non-zero code for error (#3469) 2019-11-05 06:01:26 -08:00
ranger all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00
revocation cmd/identity: allow using redis for RevocationDB (#3259) 2019-11-01 13:27:47 -04:00
rpc pkg/rpc: fix grpc dial timeouts (#3517) 2019-11-06 16:42:20 -07:00
server satellite/discovery: remove discovery related code (#3175) 2019-10-14 10:57:01 -04:00
signing satellite/gracefulexit: Add signatures for success/failed exit finished messages. (#3368) 2019-10-25 16:36:26 -04:00
storj satellite/satellitedb: ensure that we process orders in order (#2950) 2019-09-06 17:49:30 +03:00
telemetry pkg/process: reduce noise in storj-sim (#2988) 2019-09-10 10:32:53 +03:00