- 22 Dec, 2016 2 commits
-
-
Vladimír Čunát authored
Before C11, repeating a typedef is forbidden, if taken strictly, and some compiler versions even reject it. On the other hand lru.h was missing it, which wasn't noticed due to glibc's <sys/types.h> defining it. Fixes https://gitlab.labs.nic.cz/knot/resolver/issues/114.
-
Vladimír Čunát authored
The problem was missed in !102 d6f79261. Submitted as: https://github.com/CZ-NIC/knot-resolver/pull/38
-
- 21 Dec, 2016 1 commit
-
-
andi authored
lua-http decided to swap arguments some time ago: https://github.com/daurnimator/lua-http/commit/507396bb960b4f9d2b666ae7fd1ea441e9cccd2f
-
- 19 Dec, 2016 21 commits
-
-
Vladimír Čunát authored
See mainly 06b0d3d4; the rest focuses on removing bashisms.
-
Vladimír Čunát authored
-
Ondřej Surý authored
-
Vladimír Čunát authored
-
Ondřej Surý authored
Add tests/test_lru to .gitignore See merge request !104
-
Ondřej Surý authored
-
Vladimír Čunát authored
Just in case.
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Vladimír Čunát authored
Motivation: maintaining these by hand in kres.lua is tricky, as just inserting or reordering the structures can do anything and isn't detected in general. For example, `rr_array_t::at` has always "missed a star". A couple libknot structure fields have apparently changed name since the old definitions were written; in most cases I renamed them in *.lua. The file daemon/lua/kres-gen.lua will be regenerated only if explicitly deleted. That requires building with debug symbols and gdb on $PATH.
-
Ondřej Surý authored
Remove bashism in gen-root-hints.sh script See merge request !101
-
Ondřej Surý authored
Lua http 0.1 Update module/http to use lua-http 0.1 See merge request !102
-
Ondřej Surý authored
-
daurnimator authored
-
daurnimator authored
-
daurnimator authored
-
daurnimator authored
-
daurnimator authored
-
Ondřej Surý authored
-
- 14 Dec, 2016 9 commits
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
... fixing a warning. The addresses are the same, but it wasn't completely correct.
-
Vladimír Čunát authored
... fixing a warning. The addresses are the same, but it wasn't completely correct.
-
Ondřej Surý authored
Move the version to 1.2.0-dev Just marking this as 1.2.0-dev See merge request !98
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Grigorii Demidov authored
layer/rrcache: ds cache rank was fixed See merge request !95
-
Grigorii Demidov authored
-
- 13 Dec, 2016 4 commits
-
-
Ondřej Surý authored
news: mention the most important stuff since 1.1.1 In future I hope we'll be adding these items at once with the features. See merge request !94
-
Vladimír Čunát authored
In future I hope we'll be adding these items at once with the features.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- 12 Dec, 2016 3 commits
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
and fixup with DEBUG -> VERBOSE renames.
-