You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
encrypted-dns-server/src
Frank Denis 6a19db5edf Merge branch 'master' of github.com:jedisct1/rust-dnscrypt-server
* 'master' of github.com:jedisct1/rust-dnscrypt-server: (30 commits)
  Update Prometheus and friends
  Remove nightly feature from clap
  client_ttl_jitter -> client_ttl_holdon
  Use specific lengths for big arrays
  Update serde-big-array requirement from 0.2.0 to 0.3.0
  Update deps
  Add decreasing TTLs with jitter when a TTL becomes low
  Update precompiled binaries
  Bump
  Add my_ip feature
  dafuq
  Update deps
  Require tokio 0.2.17
  Update tokio dep due to a regression in the previous version
  Update precompiled binaries
  Bump
  Update deps to force a tokio update
  Revert "Disable parking_lot for tokio"
  Bump
  Disable parking_lot for tokio
  ...
4 years ago
..
anonymized_dns.rs Make the project compatible with rust-stable 5 years ago
blacklist.rs Add my_ip feature 4 years ago
cache.rs client_ttl_jitter -> client_ttl_holdon 4 years ago
config.rs client_ttl_jitter -> client_ttl_holdon 4 years ago
crypto.rs Use specific lengths for big arrays 4 years ago
dns.rs Add decreasing TTLs with jitter when a TTL becomes low 4 years ago
dnscrypt.rs Move from failure to anyhow 5 years ago
dnscrypt_certs.rs Use specific lengths for big arrays 4 years ago
errors.rs Move from failure to anyhow 5 years ago
globals.rs client_ttl_jitter -> client_ttl_holdon 4 years ago
main.rs Merge branch 'master' of github.com:jedisct1/rust-dnscrypt-server 4 years ago
metrics.rs Replace net2 with socket2 4 years ago
resolver.rs Merge branch 'master' of github.com:jedisct1/rust-dnscrypt-server 4 years ago
varz.rs More statistics; keep track of NXDOMAIN responses 5 years ago