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/agent
R.B. Boyer 491826ddbc
cli: forward SIGTERM to child process of 'lock' and 'watch' subcommands (#4737)
6 years ago
..
ae Spelling (#3958) 7 years ago
cache Fixes #4421: General solution to stop blocking queries with index 0 (#4437) 6 years ago
cache-types Fixes #4421: General solution to stop blocking queries with index 0 (#4437) 6 years ago
checks agent/checks: prevent overflow of backoff 6 years ago
config Implementation of Weights Data structures (#4468) 6 years ago
connect connect/ca: tighten up the intermediate signing verification 6 years ago
consul do not bootstrap with non voters 6 years ago
exec fix go vet issue 7 years ago
local Implementation of Weights Data structures (#4468) 6 years ago
metadata do not bootstrap with non voters 6 years ago
mock agent: replace docker check 7 years ago
pool Makes RPC handling more robust when rolling servers. (#3561) 7 years ago
proxy Fix unit test TestOperatorAutopilotGetConfigCommand (#4594) 6 years ago
router Remove unnecessary nil checks 7 years ago
structs Merge pull request #4644 from hashicorp/ca-refactor 6 years ago
systemd agent: notify systemd after JoinLAN (#2121) 8 years ago
token Adds secure introduction for the ACL replication token. (#3357) 7 years ago
acl.go Updated swith case to use same branch for async-cache and extend-cache 7 years ago
acl_endpoint.go Support OPTIONS requests 7 years ago
acl_endpoint_test.go BUGFIX: Unit test relying on WaitForLeader() did not work due to wrong test (#4472) 6 years ago
acl_test.go BUGFIX: Unit test relying on WaitForLeader() did not work due to wrong test (#4472) 6 years ago
agent.go Allow disabling the HTTP API again. (#4655) 6 years ago
agent_endpoint.go Ensure that Proxies ARE always cleaned up, event with DeregisterCriticalServiceAfter (#4649) 6 years ago
agent_endpoint_test.go Fix more unstable tests in agent and command 6 years ago
agent_test.go Allow disabling the HTTP API again. (#4655) 6 years ago
bindata_assetfs.go Release v1.2.3 6 years ago
blacklist.go Adds the ability to blacklist specific HTTP endpoints. (#3252) 8 years ago
blacklist_test.go Adds the ability to blacklist specific HTTP endpoints. (#3252) 8 years ago
catalog_endpoint.go agent: clean up connect/non-connect duplication by using shared methods 7 years ago
catalog_endpoint_test.go Fix unstable tests in agent, api, and command/watch 6 years ago
check.go Decouple the code that executes checks from the agent 7 years ago
config.go Fixes API client for ScriptArgs and updates documentation. (#3589) 7 years ago
connect_ca_endpoint.go Fix CA pruning when CA config uses string durations. (#4669) 6 years ago
connect_ca_endpoint_test.go Fix more unstable tests in agent and command 6 years ago
coordinate_endpoint.go Merge pull request #3885 from eddsteel/support-options-requests 7 years ago
coordinate_endpoint_test.go Fix more unstable tests in agent and command 6 years ago
dns.go Add ECS option to EDNS responses where appropriate (#4647) 6 years ago
dns_test.go Add ECS option to EDNS responses where appropriate (#4647) 6 years ago
enterprise_delegate_oss.go Allow for easy enterprise/oss coexistence 7 years ago
event_endpoint.go Fixes memory leak when blocking on /event/list (#4482) 6 years ago
event_endpoint_test.go Fix more unstable tests in agent and command 6 years ago
health_endpoint.go agent: get rid of method checks since they're done in the http layer 7 years ago
health_endpoint_test.go Fix more unstable tests in agent and command 6 years ago
http.go Fixes #4483: Add support for Authorization: Bearer token Header (#4502) 6 years ago
http_oss.go agent: rename test to check 7 years ago
http_oss_test.go Close HTTP response in Agent test (HTTPAPI_MethodNotAllowed_OSS) 7 years ago
http_test.go Fixes #4483: Add support for Authorization: Bearer token Header (#4502) 6 years ago
intentions_endpoint.go agent: 400 error on invalid UUID format, api handles errors properly 7 years ago
intentions_endpoint_test.go agent: 400 error on invalid UUID format, api handles errors properly 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 Support OPTIONS requests 7 years ago
kvs_endpoint_test.go Improve reliability of tests with TestAgent (#4525) 6 years ago
notify.go Fixes memory leak when blocking on /event/list (#4482) 6 years ago
notify_test.go Fixes memory leak when blocking on /event/list (#4482) 6 years ago
operator_endpoint.go Support OPTIONS requests 7 years ago
operator_endpoint_test.go Fix unstable tests in agent, api, and command/watch 6 years ago
prepared_query_endpoint.go agent: accept connect param for execute 7 years ago
prepared_query_endpoint_test.go Fix unstable tests in agent, api, and command/watch 6 years ago
remote_exec.go Decouple the code that executes checks from the agent 7 years ago
remote_exec_test.go Fix unstable tests in agent, api, and command/watch 6 years ago
retry_join.go agent: configure k8s go-discover 6 years ago
retry_join_test.go Vendoring update for go-discover. (#4412) 6 years ago
session_endpoint.go Support OPTIONS requests 7 years ago
session_endpoint_test.go Implementation of Weights Data structures (#4468) 6 years ago
signal_unix.go cli: forward SIGTERM to child process of 'lock' and 'watch' subcommands (#4737) 6 years ago
signal_windows.go cli: forward SIGTERM to child process of 'lock' and 'watch' subcommands (#4737) 6 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 Support OPTIONS requests 7 years ago
status_endpoint_test.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
testagent.go Fix #4515: Segfault when serf_wan port was -1 but reconnect_time_wan was set (#4531) 6 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 Support OPTIONS requests 7 years ago
txn_endpoint_test.go Improve reliability of tests with TestAgent (#4525) 6 years ago
ui_endpoint.go agent: ExternalSources instead of Meta 6 years ago
ui_endpoint_test.go agent: ExternalSources instead of Meta 6 years ago
user_event.go Spelling (#3958) 7 years ago
user_event_test.go local state: tests compile 7 years ago
util.go cli: forward SIGTERM to child process of 'lock' and 'watch' subcommands (#4737) 6 years ago
util_test.go cli: forward SIGTERM to child process of 'lock' and 'watch' subcommands (#4737) 6 years ago
watch_handler.go Support legacy watch.HandlerFunc type for backward compat reduces impact of change 7 years ago
watch_handler_test.go Support legacy watch.HandlerFunc type for backward compat reduces impact of change 7 years ago