- Apr 11, 2019
-
-
Petr Špaček authored
This will allow modules like view etc. work in the same way with packets received over HTTP.
-
- Mar 12, 2019
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Mar 08, 2019
-
-
There is no reason to have two distinct functions to do the same task, especially if the Lua version did not print all the information. (Found and amended a bit by vcunat.)
-
- Mar 06, 2019
-
-
Petr Špaček authored
All cache operations are now counted. These are internal cache operations and do not map directly to number of queries or even number of RRs. Closes: !515
-
Petr Špaček authored
Function originally called kr_cache_sync() was in fact responsible for calling mdb_txn_commit() and not mdb_env_sync() which was confusing.
-
- Feb 25, 2019
-
-
Vladimír Čunát authored
and deduplicate the parsing logic.
-
- Jan 09, 2019
-
-
Petr Špaček authored
-
- Dec 11, 2018
-
-
Vladimír Čunát authored
It seems simpler, now that we have kr_rnd_buffered().
-
Vladimír Čunát authored
-
- Nov 26, 2018
- Nov 12, 2018
-
-
Vladimír Čunát authored
-
- Oct 31, 2018
-
-
We use it as relatively high-level function, often on user-input names, so it seems suitable that it does convert the case. This fixes cache.clear('Example.Org.'), and probably also negative trust anchors and policy uses.
-
- Aug 17, 2018
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Aug 14, 2018
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
When at it, switch to generating the libzscanner bindings.
-
Vladimír Čunát authored
The _t isn't uint8_t* anymore but a structure with .len and .data.
-
Vladimír Čunát authored
To work on RRSIG TTLs, libknot >= 2.7.1 is needed.
-
- Jun 26, 2018
- May 31, 2018
-
-
Previously the module was created on configuration time, so it wasn't possible to inject custom endpoints to the default interface.
-
- May 11, 2018
-
-
Vladimír Čunát authored
We don't need the end, but I prefer to get rid of the exception, as we now require libknot > 2.6 anyway and it only implies adding a few more binding lines.
-
- May 09, 2018
-
-
Only get-set operations are added, added some tests.
-
- Apr 23, 2018
-
-
Checking query flags instead of global context option allows setting overrides on individual queries. The effect is the same as query flags start by copying request flags which start by copying context options.
-
This is generally useful for parsing records from packet, as they are broken into individual RRs that need reassembling.
-
This adds metatype wrappers for kr_cache_insert_rr and kr_cache_sync for the cache metatype, and tests.
-
This updates the metatype to wrap knot_rrset_add_rdata and knot_rrset_init_empty in a nicer way, and adds automatic GC destructor and tests.
-
- Apr 12, 2018
-
-
Vladimír Čunát authored
-
- Mar 28, 2018
-
-
Vladimír Čunát authored
-
- Feb 15, 2018
-
-
Fields after kr_nsrep got offset; fortunately only new fields were added in there, unused from lua so far.
-
- Jan 31, 2018
-
-
Vladimír Čunát authored
Decision function is separated out.
-
- Jan 24, 2018
- Jan 23, 2018
-
-
Petr Špaček authored
-