consul/command/agent
James Phillips a61d89d0e6 Removes the GOMAXPROCS warnings which are obsolete for Go 1.5+. 2015-11-25 17:59:16 -08:00
..
acl_endpoint.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
acl_endpoint_test.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
agent.go Adds Docker checks support to client API. 2015-11-18 07:40:02 -08:00
agent_endpoint.go Makes the default protocol 2 and lets 3 interoperate with 2. 2015-10-23 15:23:01 -07:00
agent_endpoint_test.go Adds coordinate of agent to self endpoint. 2015-10-23 15:23:01 -07:00
agent_test.go Makes the version upshift code look at the correct version field. 2015-10-27 14:44:34 -07:00
catalog_endpoint.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
catalog_endpoint_test.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
check.go Adds Docker checks support to client API. 2015-11-18 07:40:02 -08:00
check_test.go Adds Docker checks support to client API. 2015-11-18 07:40:02 -08:00
command.go Removes the GOMAXPROCS warnings which are obsolete for Go 1.5+. 2015-11-25 17:59:16 -08:00
command_test.go agent: test mdb dir protection 2015-10-15 14:15:41 -07:00
config.go Adds Docker checks support to client API. 2015-11-18 07:40:02 -08:00
config_test.go Adds Docker checks support to client API. 2015-11-18 07:40:02 -08:00
coordinate_endpoint.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
coordinate_endpoint_test.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
dns.go Avoids taking the length again when parsing DNS queries. 2015-11-17 08:40:47 -08:00
dns_test.go Avoids taking the length again when parsing DNS queries. 2015-11-17 08:40:47 -08:00
event_endpoint.go
event_endpoint_test.go
flag_slice_value.go
flag_slice_value_test.go
gated_writer.go
gated_writer_test.go
health_endpoint.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
health_endpoint_test.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
http.go Adds a note about obfuscating query name/ID from the logs. 2015-11-15 17:06:00 -08:00
http_api.md
http_test.go Runs go fmt (sorts new go-cleanhttp imports). 2015-10-23 17:14:35 -07:00
keyring.go
keyring_test.go
kvs_endpoint.go remove various typos 2015-09-11 12:29:54 -07:00
kvs_endpoint_test.go
local.go Prevents agents from considering Raft information when doing sync checks. 2015-10-28 14:32:00 -07:00
local_test.go Completes rebase of network coordinates to new memdb. 2015-10-23 15:23:01 -07:00
log_levels.go
log_writer.go
log_writer_test.go
prepared_query_endpoint.go Breaks up huge HTTP endpoint functions. 2015-11-17 09:16:04 -08:00
prepared_query_endpoint_test.go Moves conversion of nil slices up to HTTP layer for prepared queries. 2015-11-15 17:06:00 -08:00
remote_exec.go Fix a bunch of typos. 2015-09-15 13:22:08 +01:00
remote_exec_test.go
rpc.go
rpc_client.go
rpc_client_test.go
rpc_log_stream.go Fix a bunch of typos. 2015-09-15 13:22:08 +01:00
rpc_log_stream_test.go
scada.go Fix a bunch of typos. 2015-09-15 13:22:08 +01:00
scada_test.go
session_endpoint.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
session_endpoint_test.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
status_endpoint.go
status_endpoint_test.go
structs.go Rename EnableTagOverride and update formatting 2015-09-11 08:35:29 -07:00
structs_test.go
syslog.go Fix a bunch of typos. 2015-09-15 13:22:08 +01:00
syslog_test.go
ui_endpoint.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
ui_endpoint_test.go Fixes nil slices from HTTP endpoints. 2015-11-14 21:05:37 -08:00
user_event.go
user_event_test.go
util.go Adds coordinate sorting support to catalog queries for nodes and service nodes. 2015-10-23 15:23:01 -07:00
util_test.go Adds coordinate sorting support to catalog queries for nodes and service nodes. 2015-10-23 15:23:01 -07:00
watch_handler.go
watch_handler_test.go