- Jul 29, 2021
- Jul 28, 2021
-
-
Tomas Krizek authored
daemon/session: fix an issue with timers See merge request !1195
-
Vladimír Čunát authored
The practical problem was also mitigated by libuv >= 1.32.0 (2ee2d46)
-
- Jul 27, 2021
-
-
Tomas Krizek authored
utils/cache_gc nit: use dynarray from libknot 3.1 See merge request !1194
-
- Jul 26, 2021
-
-
Vladimír Čunát authored
It's compatible, so the only real effect is avoiding compiler: warning: "DYNARRAY_VISIBILITY_PUBLIC" redefined
-
- Jul 16, 2021
-
-
Tomas Krizek authored
support Knot DNS master (3.1) See merge request !1192
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The go stuff probably never worked on buster and we just forgot to test.
-
Vladimír Čunát authored
This part is fully compatible with 3.0, fortunately. It was insufficient inclusion on our side anyway, working by accident.
-
Tomas Krizek authored
meson.build: add a simple sanity check of kres-gen result See merge request !1190
-
- Jul 15, 2021
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Now those type definitions can be simply loaded without any error, e.g. luajit daemon/lua/kres-gen.lua That will be useful for checking them without regenerating them.
-
Tomas Krizek authored
ci: packaging test for RockyLinux 8 See merge request !1187
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Jul 07, 2021
-
-
Tomas Krizek authored
add nix: apkg + CI See merge request !1189
-
For now just a simple docker-based build, atop nixos-unstable (for now my nixpkgs branch that also adds apkg itself).
-
- Support is in apkg master now. - The generated default.nix is exactly as in the distro: https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/dns/knot-resolver/default.nix (except for new version+hash, and one test needed a tweak since 5.3.2)
-
Tomas Krizek authored
ci: test on armhf and arm64 See merge request !1186
-
Tomas Krizek authored
Some tests (typically those using network) ocassionally fail due to timeouts, which is probably due to increased CI load - perhaps reducing it could make the tests more stable.
-
Tomas Krizek authored
The test attempts to use the timestamp 2050-12-31T23:59:59, which can't be represented with 32bit time_t due to Year 2038 problem.
-
Tomas Krizek authored
Make sure we use the correct lemgth modifiers to support both 32b and 64b architectures.
-
Tomas Krizek authored
-
- Jul 02, 2021
-
-
Tomas Krizek authored
ci: make the pkgbuild jobs re-use the archive (job) See merge request !1188
-
- Jul 01, 2021
-
-
Vladimír Čunát authored
The child pipelines behave a bit differently than expected, in this respect.
-
- Jun 23, 2021
-
-
Tomas Krizek authored
policy.FLAGS: fix not applying properly in edge cases See merge request !1179
-
The requests get traced even without verbose logging. I expect it was a copy&paste mistake from QTRACE docs.
-