- Feb 21, 2019
-
-
Vladimír Čunát authored
-
- Feb 18, 2019
-
-
Tomas Krizek authored
doc/flowcharts: use underscores instead of spaces in filename See merge request !772
-
Tomas Krizek authored
-
- Feb 14, 2019
-
-
Petr Špaček authored
doc: attempt on documenting of some kresd algorithms See merge request !731
-
-
-
-
-
- Feb 11, 2019
-
-
Petr Špaček authored
smaller changes, mainly around lua error handling See merge request !768
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
We use a function that's not in lua 5.1, but it's been present in luajit since 2.0.0: https://github.com/LuaJIT/LuaJIT/commit/fcddd5a3a
-
Vladimír Čunát authored
It's often a bit shorter, and it provides us with location.
-
Vladimír Čunát authored
Now we don't rewrite the port-splitters in command line by zero bytes. That was confusing the output of some SW showing the command-line of running kresd.
-
- Feb 07, 2019
-
-
Petr Špaček authored
split code and docs for lua bindings into smaller files See merge request !765
-
It's now a directory, one C file for each lua table of functions. We get more total lines due to per-file copyright headers, but the original file was just too long (nearing 2k lines). The layout was inspired by the lib/cache/ split. Disadvantage: git operations (e.g. blame) will stumble on this commit. During the move, rename the "str" and "xstr" macros, too. Otherwise there are no real changes, as they would be hard to spot.
-
Vladimír Čunát authored
-
This should be the default, but since we're relying on it in our documentation, it's better to set it explicitly. It can be overriden in the drop-in file if necessary.
-
- Feb 06, 2019
-
-
Vladimír Čunát authored
Original thread: https://gitlab.labs.nic.cz/knot/knot-resolver/merge_requests/752
-
Vladimír Čunát authored
- logging - watch by default - in Fedora we need to depend on the version for lua 5.1
-
vcunat squashed this, rebased, etc.
-
Vladimír Čunát authored
-
Petr Špaček authored
-
- Jan 30, 2019
-
-
Vladimír Čunát authored
-
- Jan 29, 2019
-
-
Vladimír Čunát authored
Closes #442.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
0 was unreasonable. Even if hints are meant for "close" devices, they will commonly be e.g. behind WiFi, and it seems unreasonable to expect changes faster than after a couple seconds anyway.
-
Vladimír Čunát authored
Fixes #442.
-
- Jan 28, 2019
-
-
Tomas Krizek authored
daemon/trust_anchors.test: increase max timeout See merge request !763
-
Tomas Krizek authored
Our CI environment requires a longer timeout during high-load.
-
Vladimír Čunát authored
-
- Jan 23, 2019
-
-
We don't need the trustanchor() lua function for root bootstrap anymore, so let's get rid of it. It was undocumented (internal).
-