open-consul/command/agent
Frank Schroeder 7f18fe1a5b agent: LastContact cannot be negative (#3067)
The X-Consul-LastContact header cannot be negative.

Fixes #3067
2017-06-01 18:20:12 +02:00
..
mock test: fix data race in MockNotify 2017-05-31 00:29:25 +02:00
acl.go
acl_endpoint.go
acl_endpoint_test.go
acl_test.go test: start secondary agents also via TestAgent 2017-05-31 10:56:19 +02:00
agent.go agent: use agent logger for consul client and deps 2017-05-31 11:05:02 +02:00
agent_endpoint.go
agent_endpoint_test.go test: skip tests that use cmd.Run until signal handling is fixed 2017-05-31 00:29:28 +02:00
agent_test.go test: start secondary agents also via TestAgent 2017-05-31 10:56:19 +02:00
bindata_assetfs.go
catalog_endpoint.go
catalog_endpoint_test.go test: call t.Fatal() from main go routine 2017-05-31 00:29:27 +02:00
check.go
check_test.go test: increase sleep time for test 2017-05-31 00:29:28 +02:00
command.go agent: refactor DNS and HTTP server 2017-05-31 00:29:29 +02:00
command_test.go test: skip tests that use cmd.Run until signal handling is fixed 2017-05-31 00:29:28 +02:00
config.go Address review comments 2017-05-31 01:05:21 +02:00
config_aws.go
config_azure.go
config_gce.go
config_test.go
coordinate_endpoint.go
coordinate_endpoint_test.go
dns.go agent: refactor DNS and HTTP server 2017-05-31 00:29:29 +02:00
dns_test.go test: Use Bool() instead of &BoolTrue/False since 2017-05-31 09:21:01 +02:00
event_endpoint.go
event_endpoint_test.go
flag_slice_value.go
flag_slice_value_test.go
health_endpoint.go
health_endpoint_test.go
http.go agent: LastContact cannot be negative (#3067) 2017-06-01 18:20:12 +02:00
http_test.go agent: LastContact cannot be negative (#3067) 2017-06-01 18:20:12 +02:00
keyring.go
keyring_test.go
kvs_endpoint.go
kvs_endpoint_test.go
local.go
local_test.go test: Use Bool() instead of &BoolTrue/False since 2017-05-31 09:21:01 +02:00
operator_endpoint.go
operator_endpoint_test.go
prepared_query_endpoint.go
prepared_query_endpoint_test.go
remote_exec.go
remote_exec_test.go
session_endpoint.go
session_endpoint_test.go
snapshot_endpoint.go
snapshot_endpoint_test.go
status_endpoint.go
status_endpoint_test.go
structs.go
structs_test.go
testagent.go test: we will not use dev mode for testing for now 2017-05-31 11:34:00 +02:00
translate_addr.go
txn_endpoint.go
txn_endpoint_test.go
ui_endpoint.go
ui_endpoint_test.go
user_event.go
user_event_test.go
util.go
util_test.go
watch_handler.go
watch_handler_test.go