- Nov 11, 2019
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Nov 08, 2019
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
The advanced version comparison was isn't implemeted in meson 0.46, which is used for CentOS 7 and it caused build issue with development version of Knot.
-
- Oct 23, 2019
-
-
Petr Špaček authored
watchdog details See merge request !881
-
Motivation: core-dump might be very useful, and in this case there are even very useful pointers on the C stack.
-
Petr Špaček authored
systemd/kresd: fix dependency on network-online.target See merge request !884
-
Tomas Krizek authored
The missing Wants= and After= directives for network-online.target made it possible for kresd to start before network interfaces were properly initialized and configured with IP addresses, leading to a failure to bind to addresses.
-
Tomas Krizek authored
ci: add support for knot-resolver-odvr OBS repo See merge request !887
-
- Oct 22, 2019
-
-
Tomas Krizek authored
-
Tomas Krizek authored
tweak conditionals to work with knot 3.0.dev See merge request !885
-
- Oct 21, 2019
-
-
Vladimír Čunát authored
I didn't plan this well ahead :-/
-
- Oct 16, 2019
-
-
Tomas Krizek authored
ci: switch to Knot DNS 2.9.x See merge request !883
-
Tomas Krizek authored
-
- Oct 15, 2019
-
-
Tomas Krizek authored
meson: allow libknot 3.0.dev See merge request !882
-
- Oct 14, 2019
-
-
Tomas Krizek authored
-
- Oct 10, 2019
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- we have ./systemd/*.d dirs - with meson we don't do in-tree builds, so *.d files shouldn't appear
-
Petr Špaček authored
meson: set sendmmsg to autodetection See merge request !877
-
-
Petr Špaček authored
daemon: avoid excessive getsockname() syscalls See merge request !854
-
This shouldn't change the operation in any way, it's just nicer.
-
Calling this on every incoming UDP request could cost us up to 5% time.
-
- Oct 09, 2019
-
-
Petr Špaček authored
http: fix SO_REUSEPORT for HTTP sockets See merge request !879
-
Petr Špaček authored
We have to use disjoint port ranges for individual test, otherwise parallel test execution leads to unpredictable results.
-
Vladimír Čunát authored
-
- Oct 08, 2019
-
-
Petr Špaček authored
lua-cqueues.socket.fdopen() resets the reuseport flag, so binding Nth instance without systemd socket activation failed
-
Tomas Krizek authored
watchdog rewrite See merge request !878
-
Tomas Krizek authored
-
Petr Špaček authored
The watchdog module now can be loaded without systemd, has customisable callbacks, and can do real DNS queries and check their results.
-
Petr Špaček authored
file-descriptor count limit See merge request !876
-
-
-
- Oct 07, 2019
-
-
Tomas Krizek authored
release 4.2.2 See merge request !875
-
Tomas Krizek authored
These jobs started to suddenly fail inexplicably. They also require privileged mode and are a mess in general Build and packaging for these distros is handled by nightly OBS builds nowadays, so let's remove these. Perhaps in the future, it might make sense ot bring back some sensible CentOS 7 build (without the packaging part) to make sure we keep compatibility with older GnuTLS on every commit / MR, instead of nightly.
-
-
- Oct 04, 2019
-
-
Petr Špaček authored
lua bindings: fix a regression from b42195a2 Closes #514 See merge request !873
-