You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/command/agent
James Phillips d64d53a0de
Merge pull request #2303 from hashicorp/f-tunes
8 years ago
..
acl_endpoint.go Adds an ACL replication status endpoint. 8 years ago
acl_endpoint_test.go Adds an ACL replication status endpoint. 8 years ago
agent.go Adds performance tuning capability for Raft, detuned defaults, and supplemental docs. 8 years ago
agent_endpoint.go Removed bad error message for health check status. 8 years ago
agent_endpoint_test.go Chase casting types.CheckID to a string into the state_store. 9 years ago
agent_test.go Stops scaling the commit timeout. 8 years ago
bindata_assetfs.go Updates built-in UI static assets to latest. 8 years ago
catalog_endpoint.go Factors translate out into a separate file and makes safe for in-memory RPCs. 8 years ago
catalog_endpoint_test.go Tweaks the WAN address translation unit tests. 8 years ago
check.go Adds ability to deregister a service based on critical check state longer than a timeout. 8 years ago
check_test.go Revert "Move `structs.CheckID` to a new top-level package, `types`." 9 years ago
command.go Fixes startup version print to show the human version. 8 years ago
command_test.go Removes stale scada client and test sections that use (now) unexported fields. 9 years ago
config.go Merge pull request #2303 from hashicorp/f-tunes 8 years ago
config_test.go Adds a max raft multiplier and tweaks documentation. 8 years ago
coordinate_endpoint.go
coordinate_endpoint_test.go
dns.go Factors translate out into a separate file and makes safe for in-memory RPCs. 8 years ago
dns_test.go Merge pull request #2226 from abhinavdahiya/rm-health-unknown 8 years ago
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 Factors translate out into a separate file and makes safe for in-memory RPCs. 8 years ago
health_endpoint_test.go Tweaks the WAN address translation unit tests. 8 years ago
http.go Adds an `X-Consul-Translate-Addresses` to signal translation is enabled. 8 years ago
http_api.md
http_test.go Adds an `X-Consul-Translate-Addresses` to signal translation is enabled. 8 years ago
keyring.go Validate gossip encryption key before made persistent in local.keyring 8 years ago
keyring_test.go
kvs_endpoint.go
kvs_endpoint_test.go
local.go Adds ability to deregister a service based on critical check state longer than a timeout. 8 years ago
local_test.go Adds ability to deregister a service based on critical check state longer than a timeout. 8 years ago
log_levels.go
log_writer.go
log_writer_test.go
prepared_query_endpoint.go Factors translate out into a separate file and makes safe for in-memory RPCs. 8 years ago
prepared_query_endpoint_test.go Tweaks the WAN address translation unit tests. 8 years ago
remote_exec.go
remote_exec_test.go
rpc.go Pack Port to be slightly more optimal in terms of struct memory usage. 9 years ago
rpc_client.go
rpc_client_test.go
rpc_log_stream.go
rpc_log_stream_test.go
session_endpoint.go Chase casting types.CheckID to a string into the state_store. 9 years ago
session_endpoint_test.go Chase casting types.CheckID to a string into the state_store. 9 years ago
status_endpoint.go
status_endpoint_test.go
structs.go Chase casting types.CheckID to a string into the state_store. 9 years ago
structs_test.go
syslog.go
syslog_test.go
translate_addr.go Factors translate out into a separate file and makes safe for in-memory RPCs. 8 years ago
txn_endpoint.go Reduces the number of operations in a transaction to 64. 9 years ago
txn_endpoint_test.go
ui_endpoint.go
ui_endpoint_test.go
user_event.go
user_event_test.go
util.go Revert "Move `structs.CheckID` to a new top-level package, `types`." 9 years ago
util_test.go
watch_handler.go
watch_handler_test.go