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/consul
James Phillips 0ed6b1bb18
Bans anonymous queries that aren't tied to a session.
8 years ago
..
agent Rename server_details package to agent 9 years ago
prepared_query Updates hashicorp/hcl and hashicorp/hil. 8 years ago
servers Misc comment improvements 9 years ago
state Adds complete ACL coverage for /v1/catalog/deregister. 8 years ago
structs Adds complete ACL coverage for /v1/catalog/register. 8 years ago
acl.go Adds complete ACL coverage for /v1/catalog/service/<service>. 8 years ago
acl_endpoint.go Moves ACL ID generation down into the endpoint. 8 years ago
acl_endpoint_test.go Adds an ACL replication status endpoint. 8 years ago
acl_replication.go Tweaks select style. 8 years ago
acl_replication_test.go Switches to a smooth rate limit vs. a bursty one. 8 years ago
acl_test.go Adds complete ACL coverage for /v1/catalog/service/<service>. 8 years ago
catalog_endpoint.go Adds complete ACL coverage for /v1/catalog/nodes. 8 years ago
catalog_endpoint_test.go Adds complete ACL coverage for /v1/catalog/service/<service>. 8 years ago
client.go Adds support for snapshots and restores. (#2396) 8 years ago
client_test.go Adds support for snapshots and restores. (#2396) 8 years ago
config.go Removes the exception for the "consul" service in the catalog. 8 years ago
coordinate_endpoint.go Cleans up some small `go vet` findings. 9 years ago
coordinate_endpoint_test.go Increases timeouts for coordinate tests. 9 years ago
endpoints.md
filter.go Switches GETs to a filtering model for ACLs. 9 years ago
filter_test.go Switches GETs to a filtering model for ACLs. 9 years ago
fsm.go Adds complete ACL coverage for /v1/catalog/deregister. 8 years ago
fsm_test.go Chase casting types.CheckID to a string into the state_store. 9 years ago
health_endpoint.go Adds distance sorting to health endpoint. Cleans up unit tests. 9 years ago
health_endpoint_test.go Factor out duplicate functions into a lib package 9 years ago
internal_endpoint.go Gets rid of the transitional "New" suffix on state store and RPC. 9 years ago
internal_endpoint_test.go Factor out duplicate functions into a lib package 9 years ago
issue_test.go Gets rid of the transitional "New" suffix on state store and RPC. 9 years ago
kvs_endpoint.go Adds a get-tree verb to KV transaction operations. 9 years ago
kvs_endpoint_test.go Moves txn code into a new endpoint, not specific to KV. 9 years ago
leader.go Clarifies a comment about no-op peer operations. 8 years ago
leader_test.go Integrates Consul with new version of Raft library. 8 years ago
merge.go Rename server_details package to agent 9 years ago
operator_endpoint.go Copies the member data instead of referencing by pointer. 8 years ago
operator_endpoint_test.go Makes the Raft configuration API easier to consume. 8 years ago
pool.go Adds support for snapshots and restores. (#2396) 8 years ago
prepared_query_endpoint.go Bans anonymous queries that aren't tied to a session. 8 years ago
prepared_query_endpoint_test.go Bans anonymous queries that aren't tied to a session. 8 years ago
raft_rpc.go Integrates Consul with new version of Raft library. 8 years ago
rpc.go Adds support for snapshots and restores. (#2396) 8 years ago
rpc_test.go Adds some supplemental tests for RPC "no leader" retries. 8 years ago
rtt.go Fix deadlock in Consul RTT. 9 years ago
rtt_test.go Adds a unit test for the new RTT getDatacentersByDistance fn. 9 years ago
serf.go Add retry with backoff to initial bootstrap checks (#2561) 8 years ago
serf_test.go
server.go Enable snapshots in dev mode (#2453) 8 years ago
server_test.go Merge pull request #2319 from hashicorp/f-bootstrap-abort 8 years ago
session_endpoint.go Factor out duplicate functions into a lib package 9 years ago
session_endpoint_test.go Factor out duplicate functions into a lib package 9 years ago
session_ttl.go Retry with backoff on session invalidation failure (#2475) 8 years ago
session_ttl_test.go Retry with backoff on session invalidation failure (#2475) 8 years ago
snapshot_endpoint.go Moves the snapshot package up one level. (#2472) 8 years ago
snapshot_endpoint_test.go Enable snapshots in dev mode (#2453) 8 years ago
status_endpoint.go Integrates Consul with new version of Raft library. 8 years ago
status_endpoint_test.go consul: initial pass at refactoring RPC using net-rpc-msgpackrpc 9 years ago
txn_endpoint.go Switches GETs to a filtering model for ACLs. 9 years ago
txn_endpoint_test.go Adds a get-tree verb to KV transaction operations. 9 years ago
util.go Refactor consul.serverParts into server_details.ServerDetails 9 years ago
util_test.go Refactor consul.serverParts into server_details.ServerDetails 9 years ago