summaryrefslogtreecommitdiffstats
path: root/daemon/engine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* --verbose: make it more efficient when not --verboseVladimír Čunát2016-12-071-1/+1
* Revert "lua: embed bytecode instead of stripped source"Vladimír Čunát2016-11-301-6/+8
* Merge !76: add EDNS(0) padding support Vladimír Čunát2016-11-291-0/+2
|\
| * Add EDNS(0) padding supportOndřej Surý2016-11-141-0/+2
* | lua: embed bytecode instead of stripped sourceVladimír Čunát2016-11-141-8/+6
|/
* Allow to override hostname() with a lua call hostname("example.com")Ondřej Surý2016-11-121-3/+47
* lru: new implementation and also interfaceVladimír Čunát2016-11-021-26/+16
* add option to reorder cached RRs in answersVladimír Čunát2016-10-241-0/+1
* Merge branch 'coverity-fix' into 'master' Vladimír Čunát2016-10-211-0/+1
|\
| * daemon: nitpicks about the parent commitVladimír Čunát2016-10-211-1/+1
| * daemon: some minor coverity scan issues were fixedGrigorii Demidov2016-10-111-0/+1
* | Dynamically resolve SONAME for libknot and libzscanner from MakefileOndřej Surý2016-10-201-22/+4
|/
* Removed cookie-related preprocessor conditionals from resolver structures.Karel Slany2016-08-111-4/+0
* Merged the cookiectl module and cookiemonster layer into the cookies module.Karel Slany2016-08-111-3/+0
* Using LRU cache to store DNS cookies.Karel Slany2016-08-111-0/+9
* Conditional compilation of DNS cookie code.Karel Slany2016-08-111-0/+2
* Renamed cookie related modules. Some code refactoring.Karel Slany2016-08-111-1/+1
* Moved cookies before iterate layer.Karel Slany2016-08-111-0/+1
* Fix segmentation fault in early shutdown from `quit()` in configOndřej Surý2016-08-091-2/+7
* www.gnu.org prefers httpsDaniel Kahn Gillmor2016-07-161-1/+1
* daemon: workers are interconnected with IPC pipesMarek Vavrusa2016-07-061-5/+81
* daemon/engine: fixed unpacking of POD JSON varsMarek Vavrusa2016-07-061-2/+9
* daemon/engine: fixed json pack for str-encoded intMarek Vavrusa2016-07-061-1/+1
* daemon/engine: safer json packing with mixed tableMarek Vavrusa2016-07-061-3/+8
* daemon/engine: prefer local import path firstMarek Vavrusa2016-07-061-2/+2
* daemon: fix serialization of empty nested tablesMarek Vavrusa2016-06-161-6/+7
* daemon: support event.socket(fd, cb) for I/O eventsMarek Vavrusa2016-05-231-0/+13
* lib: cache api v2, removed dep on libknot db.hMarek Vavrusa2016-05-201-22/+3
* daemon: mode(strict|normal|permissive)Marek Vavrusa2016-04-181-0/+1
* engine: clear bad scorers from RTT every 5 minutesMarek Vavrusa2016-04-181-0/+31
* daemon: "-c -" doesn't ready any configurationMarek Vavrusa2016-01-221-0/+4
* daemon: ignore empty TA instead of failingMarek Vavrusa2016-01-111-1/+1
* wip: trustanchor(), compat with libknot2/libzscanner1Marek Vavruša2015-12-231-0/+49
* all: ported to upcoming libknot APIsMarek Vavruša2015-12-171-8/+7
* build: library able to compile to both static/dynamic versioned libsMarek Vavruša2015-12-101-3/+3
* contrib: compile to convenience static libraryMarek Vavruša2015-12-091-0/+1
* build: *DIR variables are assembled in MakefileMarek Vavruša2015-12-061-3/+3
* daemon: root trust anchors automatically bootstrapped from IANAMarek Vavruša2015-12-051-0/+4
* lib+daemon: annotated lua_error() for static checkersMarek Vavruša2015-11-281-0/+3
* daemon/engine: relax cache syncing strategyMarek Vavruša2015-11-271-1/+1
* daemon/lua: doc cleanup, todname() callMarek Vavruša2015-11-241-0/+6
* daemon: use writemap to work around latency when busyMarek Vavruša2015-11-121-0/+1
* daemon: register props even with just configMarek Vavruša2015-10-201-2/+2
* daemon: -c to set config file outside of rundirMarek Vavruša2015-10-181-5/+5
* daemon: precedence operators {‘<‘, ‘>’} for modulesMarek Vavruša2015-10-181-25/+45
* daemon/engine: fixed serialization of nested tablesMarek Vavruša2015-10-181-23/+30
* daemon: change user privilegesMarek Vavruša2015-10-071-0/+52
* daemon/lua: use default config after the config is processedMarek Vavruša2015-10-071-1/+4
* daemon: attempt at using versioned librariesMarek Vavruša2015-10-061-0/+23
* lib: cleanupMarek Vavruša2015-10-051-1/+1