Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
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.
 
 
 
 
 
 
Ryan Slade 85e4aea9d1 Replace time.Now().Sub(x) with time.Since(x) 7 years ago
..
config config: remove redundant code 7 years ago
consul Replace time.Now().Sub(x) with time.Since(x) 7 years ago
metadata Skips unique node ID check for old versions of Consul. 7 years ago
mock agent: replace docker check 7 years ago
pool Makes RPC handling more robust when rolling servers. (#3561) 7 years ago
router Add segment addr field to tags for LAN flood joiner 7 years ago
structs Fixes agent error handling when check definition is invalid. Distingu… (#3560) 7 years ago
systemd
token Adds secure introduction for the ACL replication token. (#3357) 7 years ago
acl.go Update metric names and add a legacy config flag 7 years ago
acl_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
acl_endpoint_test.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
acl_test.go Introduce Code Policy validation via sentinel, with a noop implementation 7 years ago
agent.go agent: add option to discard health output (#3562) 7 years ago
agent_endpoint.go Fixes agent error handling when check definition is invalid. Distingu… (#3560) 7 years ago
agent_endpoint_test.go config: add generic method to translate between CamelCase and snake_case (#3557) 7 years ago
agent_test.go Clean up subprocess handling and make shell use optional (#3509) 7 years ago
bindata_assetfs.go Fixes an XSS issue with unescaped node names. (#3578) 7 years ago
blacklist.go Adds the ability to blacklist specific HTTP endpoints. (#3252) 7 years ago
blacklist_test.go Adds the ability to blacklist specific HTTP endpoints. (#3252) 7 years ago
catalog_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
catalog_endpoint_test.go Replace time.Now().Sub(x) with time.Since(x) 7 years ago
check.go Adds a brief wait and poll period to update check status after a timeout. (#3573) 7 years ago
check_test.go Clean up subprocess handling and make shell use optional (#3509) 7 years ago
config.go config: add generic method to translate between CamelCase and snake_case (#3557) 7 years ago
coordinate_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
coordinate_endpoint_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
dns.go Replace time.Now().Sub(x) with time.Since(x) 7 years ago
dns_test.go Replace time.Now().Sub(x) with time.Since(x) 7 years ago
docker.go agent: make docker client work on windows 7 years ago
docker_unix.go agent: make docker client work on windows 7 years ago
docker_windows.go agent: replace docker check 7 years ago
event_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
event_endpoint_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
health_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
health_endpoint_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
http.go Replace time.Now().Sub(x) with time.Since(x) 7 years ago
http_test.go Renames `enable_ui` to `ui` to keep compatibility with existing configs. 7 years ago
keyring.go agent: move agent/consul/structs to agent/structs 7 years ago
keyring_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
kvs_endpoint.go agent: drop status code comments 7 years ago
kvs_endpoint_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
local.go agent: add option to discard health output (#3562) 7 years ago
local_test.go agent: add option to discard health output (#3562) 7 years ago
notify.go
notify_test.go
operator_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
operator_endpoint_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
prepared_query_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
prepared_query_endpoint_test.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
remote_exec.go Clean up subprocess handling and make shell use optional (#3509) 7 years ago
remote_exec_test.go Replace time.Now().Sub(x) with time.Since(x) 7 years ago
retry_join.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
retry_join_test.go agent: fix code for updated go-discover signature 7 years ago
session_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
session_endpoint_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
snapshot_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
snapshot_endpoint_test.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
status_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
status_endpoint_test.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
testagent.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
testagent_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
translate_addr.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
txn_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
txn_endpoint_test.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
ui_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
ui_endpoint_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
user_event.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
user_event_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
util.go Clean up subprocess handling and make shell use optional (#3509) 7 years ago
util_other.go Kill check processes after the timeout is reached (#3567) 7 years ago
util_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
util_windows.go Kill check processes after the timeout is reached (#3567) 7 years ago
watch_handler.go Clean up subprocess handling and make shell use optional (#3509) 7 years ago
watch_handler_test.go