1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

661 Commits

Author SHA1 Message Date
5778faf9e3 Rename default-tls to native-tls. 2020-01-28 14:10:48 +01:00
78c1395afa Merge branch 'master' into configurable-tls-support 2020-01-27 14:45:06 +01:00
f0051b0c6a Bump to Alpine 3.11.3 to match master. 2020-01-27 14:43:23 +01:00
d1ac22b711 Re-work the PR to offer a default Dockerfile using rustls and a separate Dockerfile using default-tls. 2020-01-27 14:37:10 +01:00
f085337f6f Merge pull request #270 from NLnetLabs/readme-update
Add rsync and C toolchain to Quick Start
2020-01-22 08:11:45 +01:00
5afbdb31c7 Merge pull request #266 from NLnetLabs/systemd-restart
routinator.service: restart the daemon on failure
2020-01-21 17:36:14 +01:00
b3dcf42a23 Merge pull request #268 from wk/get-higher
bump alpine to 3.11.3 (rust 1.39) in Dockerfile
2020-01-21 17:34:54 +01:00
e4a5996e35 Minor language change and add HTTP to quick start. 2020-01-21 17:33:47 +01:00
c1a719993b Add 'rustup update' when updating 2020-01-20 21:18:28 +01:00
afb688f36c Add rsync and C toolchain to Quick Start 2020-01-20 21:08:18 +01:00
d448c966d5 bump alpine to 3.11.3 (rust 1.39) 2020-01-19 10:47:02 +01:00
5dfcb5e122 Missing whitespace. 2020-01-18 02:00:47 +01:00
52e49533af FIX: actually pass the matrix TLS value to the Docker build. 2020-01-17 15:37:05 +01:00
21d4505978 FIX: Missing closing parenthesis. 2020-01-17 15:33:08 +01:00
b2ac7701a8 Proposal: Rust TLS feature -> Docker hub tag variant. 2020-01-17 15:30:25 +01:00
2c51a701d8 Merge pull request #263 from ties/nit/prometheus_rrdp_duration_label
Fix description in prometheus endpoint
2020-01-02 11:52:16 +01:00
279b3ba8f6 routinator.service: restart the daemon on failure
RestartSec was a forgotten statement used while debugging: we actually
want the daemon to be restarted on failure.
2020-01-02 11:51:03 +01:00
7f18539d99 Fix description in prometheus endpoint 2019-12-24 11:27:16 +01:00
caae74c18a Merge pull request #262 from NLnetLabs/docker-no-apk-cache
Disable apk caching to reduce image size
2019-12-20 17:06:05 +01:00
1d4a87b521 Disable apk caching to reduce image size
Avoid storing ~1.4M of /var/cache/apk/ files in the image which are not needed. Pkg installation still works without them.
2019-12-20 13:50:30 +01:00
2d8e2d93af Branch tls-via-features synced with master, regenerated Cargo.lock and OpenSSL dev support in the Dockerfile. 2019-12-20 10:04:05 +01:00
708d85e53a Make all the badges the same color 2019-12-18 12:11:16 +01:00
c9d3a968a7 Make the crates.io badge better match the other badges. 2019-12-18 11:31:12 +01:00
5d140aa59c Update mailing list link 2019-12-17 13:14:56 +01:00
92a986ee45 Merge pull request #258 from NLnetLabs/init-via-docker-volume
Use a Docker volume instead of a host filesystem directory to store TALs.
2019-12-03 14:28:41 +01:00
db4bc3cda0 Bump version. 2019-11-29 15:36:33 +01:00
76477b1cc0 Merge pull request #256 from NLnetLabs/release-0.6.4
Prepare for release 0.6.4.
v0.6.4
2019-11-29 15:06:11 +01:00
90e9f1ba8a Use a Docker volume instead of a host filesystem directory to store TALs. 2019-11-29 14:50:33 +01:00
e5464b39b9 Prepare for release 0.6.4. 2019-11-29 12:07:51 +01:00
89e4d594bb Merge pull request #255 from NLnetLabs/signal-futures
Use signal_hook’s tokio-support feature directly.
2019-11-29 01:37:19 +01:00
d0e537a9c9 Yes, indeed. More warnings. 2019-11-29 01:25:08 +01:00
46f58b816f More Windows complaints. 2019-11-29 01:19:51 +01:00
3dd324a4bd Windows Clippy also wants its turn. 2019-11-29 01:12:43 +01:00
3adfa5d07b Appease Clippy. 2019-11-29 01:00:41 +01:00
7328ecffbf Changelog.md 2019-11-29 00:58:23 +01:00
7797e9846a Use signal_hook’s tokio-support feature directly. 2019-11-29 00:55:31 +01:00
7a04abd699 Bump version. 2019-11-28 12:37:59 +01:00
5673903f3b Fix links in Changelog. v0.6.3 2019-11-28 12:29:02 +01:00
da331f1cf1 Merge pull request #253 from NLnetLabs/release-0.6.3
Release 0.6.3
2019-11-28 12:19:58 +01:00
0a638f7133 Hold dependency to still build on Rust 1.34. 2019-11-28 11:50:05 +01:00
4c3b5473a4 Prepare for release 0.6.3. 2019-11-28 11:34:51 +01:00
0afd901139 Add SIGUSR1 to man page. 2019-11-28 11:33:26 +01:00
52d3fb6f27 Merge pull request #251 from NLnetLabs/oh-dear-god-please-make-it-stop
Forcefully terminate the server on fatal error.
2019-11-27 16:28:42 +01:00
be90412876 Ohai, Clippy! 2019-11-27 16:17:19 +01:00
4041c23b02 Forcefully terminate the server on fatal error. 2019-11-27 16:12:00 +01:00
42587ba2a2 Update Changelog. 2019-11-26 12:59:21 +01:00
a5c3083985 Merge pull request #241 from hellerve/handle-signals
Reload TALs on SIGHUP
2019-11-26 11:12:47 +01:00
25cd875d3a server: allow dead code on signal handler 2019-11-25 22:07:14 +01:00
0e39c9c1ea repository: document reload_tals 2019-11-25 17:03:20 +01:00
4470f98e61 server: move signal handler to sigusr1 2019-11-25 16:20:27 +01:00