- Jun 03, 2022
-
-
Vladimír Čunát authored
It provides more information and the condition is typically easier to read, too.
-
- Jun 01, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300 In almost all cases we already check the return code explicitly and throw a more descriptive message than what would be the default.
-
Vladimír Čunát authored
-
Oto Šťáva authored
-
Oto Šťáva authored
-
- May 30, 2022
-
-
Vladimír Čunát authored
-
https://github.com/CZ-NIC/knot-resolver/pull/77 originally but changed by vcunat quite a bit.
-
Vladimír Čunát authored
-
- May 28, 2022
-
-
Vladimír Čunát authored
-
Jakub Jirutka authored
https://man7.org/linux/man-pages/man3/posix_fallocate.3.html#ERRORS: > EOPNOTSUPP > The filesystem containing the file referred to by fd does not support > this operation. This error code can be returned by C libraries that > don't perform the emulation shown in NOTES, such as **musl libc**. I've encountered this problem on Alpine Linux running inside an LXC container on Ubuntu with data on ZFS.
-
- May 20, 2022
-
-
Vladimír Čunát authored
Fixes #728
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Debian 10 could probably get dropped soon, but not yet.
-
The nghttp2 documentation states that we must not send data from inside of its callbacks. It may result in crashes.
-
Vladimír Čunát authored
Closes #742
-
Oto Šťáva authored
-
- May 18, 2022
-
-
Vladimír Čunát authored
Closes #443 and #738
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- I see no motivation to search for NS records here; and I didn't like that loop nesting - philosophy shift akin to the recent replacement of kr_nsec_existence_denial()
-
Vladimír Čunát authored
Just as with NODATA; basically the same comments apply here (i.e. for NXDOMAIN) as well.
-
Vladimír Čunát authored
The NSEC validation code has been written very mechanically according to RFC 4033..4035, but those explain wildcard-related topics in a way that's hard to understand right. So here I rewrite it with a different philosophy, so it should be easier to understand, a bit faster, and less buggy and bug-prone.
-
Vladimír Čunát authored
I was diffing logs from different runs and got annoyed by the shuffles.
-
Vladimír Čunát authored
-
-
- May 13, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
... in case of IPv6 link-local addresses. The casting isn't very nice, but we certainly rely on `family` being always on the same offset anyway (and it's ensured by standards).
-
- May 11, 2022
-
-
Oto Šťáva authored
-
Oto Šťáva authored
-
Vladimír Čunát authored
-
Oto Šťáva authored
-
-