- Sep 01, 2024
-
-
Daniel Salzman authored
-
Daniel Salzman authored
concurrent CTL See merge request !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
-
- Aug 28, 2024
-
-
Jan Doskočil authored
kxdpgun query linked list fix
-
Daniel Salzman authored
kxdpgun json See merge request !1704
-
-
- Aug 27, 2024
-
-
-
-
-
-
Daniel Salzman authored
-
- Aug 24, 2024
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
yparser: new time unit specifiers See merge request !1703
-
w = week M = month y = year
-
Daniel Salzman authored
-
- Aug 22, 2024
-
-
Daniel Salzman authored
libknot/performance: avoid repeated knot_rdataset_at() inside knot_rrset_to_wire_extra See merge request !1705
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Libor Peltan authored
-
- Aug 21, 2024
-
-
Daniel Salzman authored
-
- Aug 19, 2024
-
-
Daniel Salzman authored
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
tests: longer lasting RRSIGs to prevent test breakage by expiration See merge request !1702
-
Jan Doskočil authored
-
- Aug 16, 2024
-
-
Daniel Salzman authored
test_journal: correct potential for truncation in snprintf See merge request !1701
-
Jan Doskočil authored
fmt string is "i%d" - theoretically if the argument was eg INT_MIN this could've been 13 chars long, which is why gcc threw a warning
-
- Aug 12, 2024
-
-
Daniel Salzman authored