Commit Graph

341 Commits (78eb2719abe6ce951945d92f54cb54e35957ac55)
 

Author SHA1 Message Date
Frank Denis 78eb2719ab Revert "Remove daemonization, it's always been broken"
This reverts commit 4f22725931.
3 years ago
Frank Denis 4f22725931 Remove daemonization, it's always been broken
Fixes #68
3 years ago
Frank Denis 1cae55f2d9 Mention that log_file is when the process is running in background 3 years ago
Frank Denis 723a8f631e Require daemonize-simple 0.1.5
This avoids a crash at startup with some tokio versions when standard
descriptors are redirected to files.

Fixes #67
3 years ago
Frank Denis a178d252f5 0.9.0 3 years ago
Frank Denis 6e912c8daa
Merge pull request #64 from jedisct1/dependabot/add-v2-config-file
Create Dependabot config file
3 years ago
dependabot-preview[bot] 480e40a441
Create Dependabot config file 3 years ago
Frank Denis 42ee99460c Merge branch 'master' of github.com:jedisct1/rust-dnscrypt-server
* 'master' of github.com:jedisct1/rust-dnscrypt-server:
  Typo
3 years ago
Frank Denis a6647076bb Add bind and server to undelegated.txt
Fixes #63
3 years ago
Frank Denis 033c5d78cc
Merge pull request #62 from mibere/master
Typo
3 years ago
mibere 7439475d58
Typo 3 years ago
Frank Denis 8c35df5705 Upgrade socket2 - Same thing, just breaking API changes 3 years ago
Frank Denis 2c74702eef Prometheus dep update 3 years ago
Frank Denis f61c2545bd Shorten 3 years ago
Frank Denis 1eeed9ab83 Remove annoying clippy checks 3 years ago
Frank Denis dbed0a0867 Create certificates using a rolling state
A new key pair is now computed using the previous secret key as a seed.

This still provides forward secrecy, and allows multiple instances
to compute the same ephemeral keys without having to share a state.

Fixes #57
Fixes #27
3 years ago
Frank Denis 631ebd4776 Nits 3 years ago
Frank Denis e18d9dd564 Update deps 3 years ago
Evaldas Auryla 3ad33aa32c Nits 3 years ago
Frank Denis 897d854362 Update deps, especially tokio 3 years ago
Frank Denis aba1a23ab7 Update deps 3 years ago
Frank Denis 8f76f96789 2021 3 years ago
Frank Denis 80c00d4080 Bump 3 years ago
Frank Denis 8f37c7180a hyper 14.0.0 is borked, require at least 14.0.1 3 years ago
Frank Denis 869e873ad3 Try to use socket2 less 3 years ago
Frank Denis 156adf46c3 Upgrade to tokio 1.0.0 3 years ago
Frank Denis 76097b7f4a Update rand 3 years ago
Frank Denis e405c04236 Prometheus update 3 years ago
Frank Denis 2490e6740e Make the logo more visible in dark mode 3 years ago
Frank Denis 9aa84f746c Bump 4 years ago
Frank Denis ed72e0e064 Don't bail out if only metrics are enabled 4 years ago
Frank Denis 483a843dd7 Precompiled binaries are now included in GitHub releases 4 years ago
Frank Denis c58b1b3be0 Try to automate the publication of releases 4 years ago
Frank Denis d8def6945e Update deps 4 years ago
Frank Denis 0526aba47b Bail out if metrics and daemonization are enabled simultaneously 4 years ago
Frank Denis e001294520 Update deps 4 years ago
Frank Denis a99e64cc60 Bump 4 years ago
Frank Denis ce34575a04 Update deps, including Prometheus 4 years ago
Frank Denis 24284541b0 Don't hardcode the TCP backlog 4 years ago
Frank Denis 641ba88ab1 Serialization now requires the Copy trait 4 years ago
Frank Denis f2e4fe5eb0 Update parking_lot 4 years ago
Frank Denis 8a4a413f65 Use impl AsRef<...> 4 years ago
Frank Denis 73a176d555 Bump 4 years ago
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
Frank Denis eaba8d3db5 Replace net2 with socket2
The Rust ecosystem being the Rust ecosystem, essential crates always get
abandoned after a couple months, and apps need to be rewritten for the
replacement du jour.
4 years ago
Frank Denis 7bdfaba63c Update Prometheus and friends 4 years ago
Frank Denis 56ca4c5847 Remove nightly feature from clap 4 years ago
Frank Denis 561ebd07f4 client_ttl_jitter -> client_ttl_holdon 4 years ago
Frank Denis 04fdf73046 Use specific lengths for big arrays 4 years ago
Frank Denis fe07f909b1
Merge pull request #34 from jedisct1/dependabot/cargo/serde-big-array-0.3.0
Update serde-big-array requirement from 0.2.0 to 0.3.0
4 years ago