- Apr 04, 2019
-
-
-
-
-
Petr Špaček authored
-
Petr Špaček authored
It was unused since cleanup in trust_anchors and just cluttering the code.
-
+ tests Exracting RFC 5011 to separate module was a good opportunity for cleanup.
-
Petr Špaček authored
-
Petr Špaček authored
Previously a typo in keyfile path triggered re-bootstrap even if root TA was already installed.
-
Petr Špaček authored
This simple change makes it easier to follow what the code does.
-
-
-
-
-
-
-
-
-
-
-
- Mar 22, 2019
-
-
Petr Špaček authored
pytests: omit verbose log for query flood test See merge request !793
-
- Mar 21, 2019
-
-
Tomas Krizek authored
-
- Mar 20, 2019
-
-
Tomas Krizek authored
daemon: listen on TLS port 853 by default See merge request !792
-
Tomas Krizek authored
-
Tomas Krizek authored
ci: minor updates See merge request !791
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Mar 19, 2019
-
-
Tomas Krizek authored
meson: use correct luajit includes from pkgconfig See merge request !789
-
- Mar 13, 2019
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Mar 12, 2019
-
-
Petr Špaček authored
nsrep: allow inclusion of good nameservers if there's space in selection See merge request !787
-
The current algorithm doesn't work if there's 3 unknown nameservers in the address selection set, and the 4th is known working with higher score than unknown.
-
Petr Špaček authored
change net.list() output format Closes #448 See merge request !786
-
Vladimír Čunát authored
The extra pointer layer was useless. Note: we couldn't put an UV handle directly inside an array because their addresses can't be moved IIRC, but we had it behind a pointer already.
-
Vladimír Čunát authored
The dual UDP+TCP is completely eliminated except for the externally exposed "APIs" - lua net.listen() and command-line parameters.
-
Vladimír Čunát authored
We could get multiple addr#port tuples even before the UDP+TCP split, but now it would becom quite common, so the API needs to count on that.
-
Vladimír Čunát authored
It was confusing, e.g. the new net.list() or net.bpf_set() were wrong. Implementation cleanup: merge _fd variant into open_endpoint(), as the code was repetitive and differed in unnecessary places.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
-
Vladimír Čunát authored
Closes #153.
-