- Jul 30, 2024
-
-
Lukáš Ondráček authored
-
Lukáš Ondráček authored
-
- Jul 29, 2024
-
-
Aleš Mrázek authored
manager: secret for TLS session resumption via ticket See merge request !1567
-
Aleš Mrázek authored
Create and set a secret for TLS session resumption via ticket that is the same for all running 'kresd' workers. This secret is only created if the user has not configured the secret themselves.
-
- Jul 25, 2024
-
-
Jakub Ružička authored
distro/pkg/deb: use $(shell pwd) to fix LaunchPad fails See merge request !1575
-
Jakub Ružička authored
- Jul 23, 2024
-
-
Aleš Mrázek authored
Release 6.0.8 See merge request !1572
-
Lukáš Ondráček authored
-
Lukáš Ondráček authored
-
NEWS changes: - collect missing items - reduce newlines; we'd need to change the layout around - improve a link - add packaging information - move some things around a bit
-
- Jul 22, 2024
-
-
Vladimír Čunát authored
-
Lukáš Ondráček authored
-
-
-
For the future, when we need to account for this for e.g. QUIC, which will need to handle this in the UDP case.
-
-
Vladimír Čunát authored
Because why not. It's easy and it might become useful one day. > (require 'ffi').C.the_network.tcp.user_timeout 1000
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The problem mainly affected subnets not aligned on whole bytes, but maybe also others. Reported: https://lists.nic.cz/hyperkitty/list/knot-resolver-users@lists.nic.cz/message/6P2JPK72WMVLP45TDV42DTACEA2N5NW2/ I'm really sorry about this; no idea why I thought that the simple multiplication would suffice.
-
- Jul 19, 2024
-
-
Aleš Mrázek authored
manager: utils: timeout fix for unix-socket http request See merge request !1568
-
Aleš Mrázek authored
- Jul 16, 2024
-
-
Vladimír Čunát authored
-
- Jul 11, 2024
-
-
(u)intptr_t casts seem the best in terms of compliance: https://stackoverflow.com/q/45220134/587396 Otherwise with clang 18 we can get warnings like ../$path:$line:$col: runtime error: applying non-zero offset $num to null pointer SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../$path:$line:$col
-