summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/nsrep: when timeout occurs and NS has no cached RTT yet, don't mark it as...Grigorii Demidov2018-03-281-1/+1
* lib/nsrep: some changes in NS selection algorythmGrigorii Demidov2018-03-281-2/+2
* map_t, set_t: unify memory allocation to mm_*Vladimír Čunát2018-03-011-1/+1
* Fix minor spelling and grammar nits.Daniel Kahn Gillmor2018-02-182-3/+3
* stats: remove tracking of expiring recordsVladimír Čunát2018-02-152-37/+11
* lua: fix a mistake in kr_query, and simplify serve_staleVladimír Čunát2018-02-151-1/+1
* ta_sentinel: fix is/not logicPetr Špaček2018-02-151-2/+2
* ta_sentinel: use names from draft-ietf-dnsop-kskroll-sentinel-01Petr Špaček2018-02-151-5/+4
* policy.TLS_FORWARD tests: add cases from TomasVladimír Čunát2018-02-151-0/+7
* policy.TLS_FORWARD: refusal when configuring with multiple IPsVladimír Čunát2018-02-151-1/+1
* stats module: fix stats.list() returning nothingVladimír Čunát2018-02-131-1/+1
* detect_time_jump: don't clear cache on suspend-resumeVladimír Čunát2018-02-132-8/+17
* version module: more understandable loggingVladimír Čunát2018-02-051-7/+3
* new serve_stale moduleVladimír Čunát2018-01-314-0/+66
* move files: all cache stuff is in lib/cache/ nowVladimír Čunát2018-01-303-5/+5
* Merge branch 'master' into cache-aggr-wipVladimír Čunát2018-01-307-74/+103
|\
| * fix two nitpicks from clang-scanVladimír Čunát2018-01-291-1/+1
| * doc: fix Sphinx warningsPetr Špaček2018-01-251-1/+1
| * policy: polish policy module documentationPetr Špaček2018-01-251-8/+15
| * policy: fix generated SOA RR so it can be cachedPetr Špaček2018-01-251-4/+4
| * policy: add explanatory TXT record to zones blocked by defaultPetr Špaček2018-01-252-14/+36
| * policy: refactor policy and view modulesPetr Špaček2018-01-252-51/+51
| * use common convention for configuration path and user nameTomas Krizek2018-01-242-5/+5
* | Merge master into cache-aggr-wipVladimír Čunát2018-01-2524-67/+328
|\|
| * http module: rename after 2702e0416994Vladimír Čunát2018-01-231-0/+0
| * Merge branch 'master'Vladimír Čunát2018-01-2316-77/+284
| |\
| | * Merge tag 'v1.5.3'Vladimír Čunát2018-01-236-6/+6
| | |\
| | | * make: use -fvisibility=hidden by defaultVladimír Čunát2018-01-236-6/+6
| | * | config-test: refactor config test framework, add keyfile testsVítězslav Kříž2018-01-234-4/+4
| | * | Implement draft-ietf-dnsop-kskroll-sentinel-00Petr Špaček2018-01-234-0/+85
| | * | policy: load policy module by defaultPetr Špaček2018-01-232-1/+4
| * | | Merge remote-tracking branch 'origin/master' into query-traceMarek Vavruša2018-01-083-13/+112
| |\ \ \
| * | | | lib: added kr_rplan_last() function to get last processed queryMarek Vavruša2018-01-081-1/+1
| * | | | tests/config: all tests can now be asynchronous with worker.coroutineMarek Vavruša2018-01-081-8/+1
| * | | | daemon: unified query completion callback with trace callback in resolveMarek Vavruša2018-01-081-15/+19
| * | | | Implement worker coroutines for asynchronous background processingMarek Vavruša2018-01-084-69/+9
| * | | | modules/http: added selected records to /trace endpointMarek Vavruša2017-12-211-2/+35
| * | | | ci: added lua-http dependency to build, fixed test for httpMarek Vavruša2017-12-211-75/+80
| * | | | clean up on module test success, fix priming query failing predict testMarek Vavruša2017-12-211-0/+1
| * | | | modules/http: updated format of the /trace logMarek Vavruša2017-12-212-11/+12
| * | | | modules/http: added /trace endpoint for request log tracing, added testsMarek Vavruša2017-12-215-6/+202
| * | | | daemon: added callback for resolve() query initialisationMarek Vavruša2017-12-212-3/+3
| | |_|/ | |/| |
* | | | fixup! treewide: safer structure literals and initializationVladimír Čunát2018-01-181-1/+2
* | | | TMP Merge branch 'valid-nxdomain' into cache-aggr-wipVladimír Čunát2018-01-183-67/+186
|\ \ \ \ | | |_|/ | |/| |
| * | | policy TLS_FORWARDING: rename pin to pin_sha256Petr Špaček2018-01-183-21/+21
| * | | policy TLS_FORWARD: documentation improvementsTomas Krizek2018-01-181-2/+6
| * | | policy TLS_FORWARD: add documentationPetr Špaček2018-01-181-3/+37
| * | | policy TLS_FORWARD: check parameters from userPetr Špaček2018-01-182-78/+119
| * | | policy TLS_FORWARD: improve error reporting for invalid parametersPetr Špaček2018-01-182-10/+16
| * | | tests: add config tests for TLS_FORWARDPetr Špaček2018-01-181-0/+34
| | |/ | |/|