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 3a855d362f
Preallocates result struct, which was a profiling hot spot.
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 Preallocates result struct, which was a profiling hot spot. 8 years ago
structs Merge pull request #2226 from abhinavdahiya/rm-health-unknown 8 years ago
acl.go Switches all ACL caches to 2Q. 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 Merge pull request #2222 from hashicorp/f-raft-v2 8 years ago
catalog_endpoint.go Revert "Move `structs.CheckID` to a new top-level package, `types`." 9 years ago
catalog_endpoint_test.go consul: change tests to not expect ErrNoLeader 8 years ago
client.go Rename server_details package to agent 9 years ago
client_test.go Add description to rpc test client pool member failure message 9 years ago
config.go Adds a max raft multiplier and tweaks documentation. 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 a read-only optimized path for transactions. 9 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
pool.go Closes the conn on bad protocol version. 8 years ago
prepared_query_endpoint.go consul: sort source node first if at position <= 10 in PQ's 9 years ago
prepared_query_endpoint_test.go consul: sort source node first if at position <= 10 in PQ's 9 years ago
raft_rpc.go Integrates Consul with new version of Raft library. 8 years ago
rpc.go Removes upper end of muxado handler. 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 Adds peers back into bootstrap log, makes initial case consistent. 8 years ago
serf_test.go
server.go Removes leader_lease_timeout from stats. 8 years ago
server_test.go Integrates Consul with new version of Raft library. 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 Gets rid of the transitional "New" suffix on state store and RPC. 9 years ago
session_ttl_test.go Integrates Consul with new version of Raft library. 8 years ago
status_endpoint.go Integrates Consul with new version of Raft library. 8 years ago
status_endpoint_test.go
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