open-consul/command/agent
Frank Schroeder 45a9c2be8b
agent: refactor DNS and HTTP server
* refactor DNS server to be ready for multiple bind addresses
* drop tcpKeepAliveListener since it is default for the HTTP servers
* add startup timeout watcher for HTTP servers identical to DNS server
2017-05-31 00:29:29 +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 test: remove ACL options from default test config 2017-05-31 00:29:25 +02:00
acl_test.go test: remove ACL options from default test config 2017-05-31 00:29:25 +02:00
agent.go agent: refactor DNS and HTTP server 2017-05-31 00:29:29 +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: add test for starting/stopping lots of agents 2017-05-31 00:29:28 +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 agent: refactor DNS and HTTP server 2017-05-31 00:29:29 +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 agent: refactor DNS and HTTP server 2017-05-31 00:29:29 +02:00
event_endpoint.go
event_endpoint_test.go test: remove ACL options from default test config 2017-05-31 00:29:25 +02:00
flag_slice_value.go
flag_slice_value_test.go
health_endpoint.go
health_endpoint_test.go
http.go agent: refactor DNS and HTTP server 2017-05-31 00:29:29 +02:00
http_test.go
keyring.go
keyring_test.go
kvs_endpoint.go
kvs_endpoint_test.go
local.go
local_test.go test: allow tests to control anti-entropy syncs 2017-05-31 00:29:28 +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 test: remove ACL options from default test config 2017-05-31 00:29:25 +02:00
status_endpoint.go
status_endpoint_test.go
structs.go
structs_test.go
testagent.go test: allow tests to control anti-entropy syncs 2017-05-31 00:29:28 +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 test: remove ACL options from default test config 2017-05-31 00:29:25 +02:00
util.go
util_test.go
watch_handler.go
watch_handler_test.go