- Sep 11, 2024
-
-
Daniel Salzman authored
-
- Sep 10, 2024
-
-
Daniel Salzman authored
DoT: implemented TLS session resumption See merge request knot/knot-dns!1710
-
-
- Sep 09, 2024
-
-
Daniel Salzman authored
kjournalprint: implemented merge option See merge request knot/knot-dns!1709
-
-
Daniel Salzman authored
This was an incorrect entry in knot-exporter.install
-
- Sep 08, 2024
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Sep 06, 2024
-
-
Daniel Salzman authored
tests: all DDNS: randomize, unify and fix protocols and knsupdate usage... See merge request !1708
-
- Sep 05, 2024
-
-
Daniel Salzman authored
This issue was fixed in 30442aa4. This reverts commit 8408c2cb.
-
- Sep 04, 2024
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
ctl/zone-status: print since when event is running/pending/frozen See merge request knot/knot-dns!1707
-
-
Libor Peltan authored
...also in interference with XDP
-
Daniel Salzman authored
-
- Sep 03, 2024
-
-
-
Daniel Salzman authored
-
- Sep 02, 2024
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Sep 01, 2024
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
concurrent CTL See merge request knot/knot-dns!1679
-
-
Daniel Salzman authored
The functions pthread_rwlock_timedwrlock() and pthread_rwlock_timedrdlock() are not available on macOS. Use not non-timed variants pthread_rwlock_wrlock() and pthread_rwlock_rdlock() instead.
-
-
Daniel Salzman authored
-
...to avoid LMDB issues when RW txn migrates threads
-
-
If a command called with -b would be started and knotc zone-begin arrived in the meantime before the first command reaches zone_update_begin(), it might be blocked until zone-abort, which might however not be possible to send because ctl is blocked due to -b.
-
knotc zone-ksk-submitted actually triggers two operations: 1) modification of KSK's metadata 2) re-signing of the zone when called in multithreaded CTL, it might happen that knotc zone-begin arrives between those and if a third comand needs to lock it all, it could cause deadlock
-
- Aug 29, 2024
-
-
Jan Hák authored
fixup! kxdpgun: add cli option for reading binary file See merge request knot/knot-dns!1706
-
- Aug 28, 2024
-
-
Jan Doskočil authored
kxdpgun query linked list fix
-
Daniel Salzman authored
kxdpgun json See merge request knot/knot-dns!1704
-
-
- Aug 27, 2024
-
-
-
-
-
-
Daniel Salzman authored
-