- Aug 11, 2016
-
-
-
-
-
Use ENABLE_cookies=yes variable to compile functionality.
-
-
-
-
- Jul 20, 2016
-
-
Marek Vavrusa authored
this module is superseded by http module, removing
-
- Jul 06, 2016
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- May 20, 2016
-
-
Marek Vavrusa authored
this change introduces new API for cache backends, that is a subset of knot_db_api_t from libknot with several cache-specific operations major changes are: * merged 'cachectl' module into 'cache' as it is 99% default-on and it simplifies things * not transaction oriented, transactions may be reused and cached for higher performance * scatter/gather API, this is important for latency and performance of non-local backends like Redis * faster and reliable cache clearing * cache-specific operations (prefix scan, ...) in the API not hacked in * simpler code for both backends and caller
-
- Dec 06, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this allows to override any dstdir variable without patching config.mk
-
- Nov 26, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Nov 21, 2015
-
-
Marek Vavruša authored
-
- Nov 16, 2015
-
-
Marek Vavruša authored
this module allows to rewrite address ranges in answers to different address ranges specified in configuration
-
- Nov 13, 2015
-
-
Marek Vavruša authored
-
- Oct 27, 2015
-
-
Marek Vavruša authored
-
- Oct 22, 2015
-
-
Marek Vavruša authored
-
- Oct 19, 2015
-
-
Marek Vavruša authored
-
- Oct 02, 2015
-
-
Marek Vavruša authored
same for LDFLAGS. this fixes common problem where CFLAGS after make was evaluated as a make variable and replaced the default, while before as env variable and was prepended to the default string. now they both behave as an env. variable
-
- Aug 10, 2015
-
-
Marek Vavruša authored
module can identify clients based on their source address or used TSIG key
-
Marek Vavruša authored
-
- Jul 19, 2015
-
-
Marek Vavruša authored
-
- Jul 04, 2015
-
-
Marek Vavruša authored
-
- Jun 15, 2015
-
-
Marek Vavruša authored
by default it blocks queries to private zones, can be extended to match anything in the query content (i.e. water torture style attacks)
-
- Jun 10, 2015
-
-
Marek Vavruša authored
the Redis backend supports UNIX, TCP and custom ports no real transactions nor iteration, but it’s not needed at the moment transactions keep replies in a freelist, which is purged on transaction commit / abort
-
- May 27, 2015
-
-
Marek Vavruša authored
memcached is a distributed caching system, it is a good fit for building resolvers with shared and replicated cache
-
- May 25, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this hooks into query resolution and collects counters on answers, queries and iterator
-
- May 07, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- May 06, 2015
-
-
Marek Vavruša authored
-
- Mar 27, 2015
-
-
Marek Vavruša authored
the build system now doesn't always relink targets
-
- Mar 20, 2015
-
-
Marek Vavruša authored
refs #7
-
- Mar 04, 2015
-
-
Marek Vavruša authored
-
- Feb 23, 2015
-
-
Marek Vavruša authored
-