summaryrefslogtreecommitdiffstats
path: root/daemon/engine.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* daemon: refactor stage 1Oto Šťáva2023-01-261-14/+21
* Copyright notices: remove years and replace e-mailOto Šťáva2022-12-141-1/+1
* map: use control sockets instead of pipe from parent processLukáš Ježek2020-10-261-7/+0
* daemon/bindings: get rid of engine_luaget()Vladimír Čunát2020-08-061-3/+0
* daemon/lua: get rid of __engine symbol in luaVladimír Čunát2020-08-051-1/+1
* treewide: machine readable license for GNU GPLv3+ source codePetr Špaček2020-02-251-13/+1
* daemon/engine: prevent re-definition of the_argsTomas Krizek2020-01-241-1/+1
* daemon: move tty functions to io.cTomas Krizek2020-01-171-0/+25
* daemon/main: use engine_loadconf() for default configTomas Krizek2019-12-191-1/+0
* meson: remove moduledirTomas Krizek2019-03-121-5/+0
* cleanups after splitting bindings.cVladimír Čunát2019-02-071-2/+0
* daemon/engine: move defines from header to respective *.cVladimír Čunát2018-10-121-27/+0
* daemon: drop RECVMMSG_BATCHVladimír Čunát2018-10-121-1/+1
* daemon/engine: remove cache cleaning timer since this functionality was reloc...Grigorii Demidov2018-03-281-1/+0
* Merge tag 'v1.5.3'Vladimír Čunát2018-01-231-0/+2
|\
| * make: use -fvisibility=hidden by defaultVladimír Čunát2018-01-231-0/+2
* | keyfile argument distiguish managed and unmanaged modeVitezslav Kriz2018-01-231-6/+7
* | daemon/engine: fixed missing retMarek Vavruša2018-01-181-1/+5
* | lint: enabled several readability linters and fixed issuesMarek Vavruša2018-01-121-2/+2
|/
* engine: nitpicks around loading root hintsVladimír Čunát2017-09-211-1/+1
* roothints: various changesVladimír Čunát2017-09-111-0/+7
* daemon: check existence of config fileVladimír Čunát2017-06-261-0/+7
* Make the moduledir configurable at the runtimeOndřej Surý2017-05-261-0/+5
* trust anchors: improve logging of failuresVladimír Čunát2017-02-131-4/+10
* Update copyright information with 2017Ondřej Surý2017-01-251-1/+1
* Allow to override hostname() with a lua call hostname("example.com")Ondřej Surý2016-11-121-0/+5
* Tied LRU_COOKIES_SIZE to LRU_RTT_SIZE.Karel Slany2016-08-111-1/+1
* Removed cookie-related preprocessor conditionals from resolver structures.Karel Slany2016-08-111-2/+0
* Using LRU cache to store DNS cookies.Karel Slany2016-08-111-0/+5
* www.gnu.org prefers httpsDaniel Kahn Gillmor2016-07-161-1/+1
* daemon: workers are interconnected with IPC pipesMarek Vavrusa2016-07-061-1/+6
* lib: cache api v2, removed dep on libknot db.hMarek Vavrusa2016-05-201-12/+1
* daemon: out-of-order processing for TCPMarek Vavrusa2016-05-031-0/+3
* engine: clear bad scorers from RTT every 5 minutesMarek Vavrusa2016-04-181-0/+1
* engine: throttle outbound queries only when busyMarek Vavrusa2016-04-181-0/+3
* doc: fixed broken breathe mistaking define for funcv1.0.0-beta3Marek Vavrusa2016-01-301-1/+2
* all: ported to upcoming libknot APIsMarek Vavruša2015-12-171-3/+4
* daemon/engine: upped limitsMarek Vavruša2015-12-031-3/+3
* daemon/engine: relax cache syncing strategyMarek Vavruša2015-11-271-1/+1
* daemon: -c to set config file outside of rundirMarek Vavruša2015-10-181-1/+1
* daemon: precedence operators {‘<‘, ‘>’} for modulesMarek Vavruša2015-10-181-1/+1
* daemon/worker: smaller starting mempool per request (16k)Marek Vavruša2015-07-141-1/+1
* daemon/worker: compile-time support for recvmmsg in worker buffersMarek Vavruša2015-07-081-0/+3
* daemon/main: cleanup, forking and remote ttyMarek Vavruša2015-06-301-0/+1
* daemon/worker: keep freelist of mempools for recyclingMarek Vavruša2015-06-071-0/+3
* lib/nsrep: NS reputation cache in addition to RTT cacheMarek Vavruša2015-06-061-2/+5
* Revert "daemon/worker: ring buffer to recycle mempools"Marek Vavruša2015-06-051-3/+0
* daemon/worker: ring buffer to recycle mempoolsMarek Vavruša2015-06-041-0/+3
* daemon/engine: enable NS reputation cache by defaultMarek Vavruša2015-06-021-0/+5
* daemon/engine: extensible registry of cache backendsMarek Vavruša2015-05-021-0/+11