1
0
mirror of https://github.com/NLnetLabs/rtrtr.git synced 2024-05-11 05:55:07 +00:00

29 Commits

Author SHA1 Message Date
dc145b601b Update dependencies.
o  Switch routecore and rpki to published versions.

   o  Remove unused simple-logging.

   o  Run "cargo update".
2022-01-10 14:25:22 +01:00
322368cbef Upgrade to Clap 3. 2022-01-10 12:11:38 +01:00
9008a865ed Add RTR-over-TLS unit and target. 2021-11-19 12:36:39 +01:00
78af72a23a Introduce support for manipulating payload sets. 2021-11-19 11:15:38 +01:00
91da4c6816 Upgrade rpki-rs to 0.12.2. 2021-08-09 10:53:10 +02:00
29015efe6a RPM packaging (#18) 2021-07-29 12:38:18 +02:00
ce830fc805 Update changelog. Mark as breaking version. 2021-05-27 10:57:32 +02:00
9febd9bddb Update dependencies to Tokio 1.0 and rpki-rs 0.11. (#17)
* Update dependencies to Tokio 1.0 and rpki-rs 0.11.
* Increase minimum Rust version to 1.47.
2021-05-27 10:52:52 +02:00
0a5a7e91e3 Bump version. 2021-03-15 15:50:02 +01:00
4fbf9ae9c2 Prepare for release 0.1.2. 2021-03-15 15:28:42 +01:00
eb2969ebb0 Remove unnecessary references to rsync. 2021-03-15 14:36:43 +01:00
c24977a3f7 Initial attempt at DEB packaging for RTRTR. Creates a home dir as Lintian insists when using --system that --home also be used. Includes a default /etc/rtrtr.conf config file that logs to syslog and uses an any unit with no sources, intended to be customized by the user and so the installed systemd service is not enabled by default. 2021-03-10 16:45:19 +01:00
8c4afeac03 Bump version. 2020-12-11 11:31:40 +01:00
6209261783 Switch reqwest to rustls. 2020-12-11 11:18:10 +01:00
c1f6162999 Prepare for release 0.1.1. 2020-12-11 11:12:34 +01:00
9d881f00c2 Add a JSON unit. 2020-11-30 11:54:44 +01:00
8bb9322048 Bump version. 2020-11-09 15:10:16 +01:00
25341ee913 Prepare for release 0.1.0. 2020-11-09 14:55:15 +01:00
ba83e66880 Fix source selection of the any unit. 2020-11-06 13:43:19 +01:00
33c7498f47 Switch Arc<Mutex<Arc<_>>> to ArcSwap<_>. 2020-11-05 11:45:32 +01:00
3bdae19686 Use released rpki-rtr. 2020-11-05 11:14:48 +01:00
972f309e7d Merge branch 'main' of github.com:NLnetLabs/rtrtr into main 2020-11-05 11:09:07 +01:00
f2d1591ef2 Add metrics. 2020-11-05 11:08:57 +01:00
dde25f3a78 Fix handling of diffs. 2020-07-20 17:29:44 +02:00
332452984f Add configurable logging. 2020-07-16 17:19:08 +02:00
a021974ec3 Reworked architecture. 2020-07-02 16:02:58 +02:00
718d978f72 Return correct diff for serial queries. 2020-02-13 17:03:01 +01:00
757265890c Implement minimum set of sources. 2020-02-12 13:24:48 +01:00
65e1e4ff2e Payload handling. 2020-02-10 13:54:54 +01:00