summaryrefslogtreecommitdiffstats
path: root/lib/layer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: remove years and replace e-mailOto Šťáva2022-12-141-1/+1
* logging: remove QVERBOSE in favor of kr_log_qTomas Krizek2021-12-211-2/+0
* ci: fix lint:pendanticTomas Krizek2021-08-301-0/+1
* QRVERBOSE: fix ignoring the log groupsVladimír Čunát2021-07-291-11/+1
* log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>Lukáš Ježek2021-07-291-1/+1
* log: add level prefix to each messageLukáš Ježek2021-07-291-2/+2
* log: remove NOVERBOSELOG optionLukáš Ježek2021-07-291-15/+11
* lib/resolve kr_request_ensure_answer(): allow it to failVladimír Čunát2020-10-211-1/+2
* clang: silence useless warning in lib/layer.hTomas Krizek2020-10-021-0/+7
* policy.DEBUG: log also final answerPetr Špaček2020-03-251-2/+2
* unify verbose logging and request tracingPetr Špaček2020-03-251-4/+2
* treewide: machine readable license for GNU GPLv3+ source codePetr Špaček2020-02-251-13/+1
* lua: be stricter around nonsense returned from modulesVladimír Čunát2020-01-231-1/+10
* lib/*: improve some commentsVladimír Čunát2019-10-101-1/+1
* nitpicks related to the CVE fix in parent commitVladimír Čunát2019-07-101-1/+6
* lua module framework: reduce usage of void *dataVladimír Čunát2019-06-131-2/+1
* lua module layers: passing from C to luaVladimír Čunát2019-06-131-4/+11
* meson: add verbose_log optionTomas Krizek2019-03-121-0/+1
* QRVERBOSE: move more code into a function, add docsVladimír Čunát2018-11-261-18/+15
* QRVERBOSE: avoid a -Wpedantic warningVladimír Čunát2018-11-261-12/+15
* daemon/ffimodule: avoid ugly casting for slotsVladimír Čunát2018-11-211-0/+3
* prepare for adding EDNS modulesGrigorii Demidov2018-11-121-0/+4
* logging ID nitpicksVladimír Čunát2018-10-121-1/+1
* daemon, lib: use query uid in log instead of msg idGrigorii Demidov2018-10-121-2/+3
* add bindings for the checkout layerMarek Vavruša2018-04-231-0/+5
* lib: added support for trace_log for verbose messagesMarek Vavruša2017-12-211-6/+10
* QRVERBOSE: const parameterVladimír Čunát2017-05-171-1/+1
* Update copyright information with 2017Ondřej Surý2017-01-251-1/+1
* layer/iterate: avoid explicit castGrigorii Demidov2017-01-131-1/+1
* layer/iterate: coverity fix + log improvementGrigorii Demidov2017-01-131-2/+4
* Split NDEBUG to NDEBUG (asserts) and NOVERBOSELOG (verbose logging); rename a...Ondřej Surý2016-12-121-4/+4
* --verbose: make it more efficient when not --verboseVladimír Čunát2016-12-071-2/+2
* Rename NDEBUG to NLOGDEBUG to allow disabling assert()s while keeping logging...Ondřej Surý2016-12-071-1/+1
* layer: refactor and better describe the APIVladimír Čunát2016-11-081-13/+23
* layer: rename knot_ identifiers that are private nowVladimír Čunát2016-11-081-21/+21
* www.gnu.org prefers httpsDaniel Kahn Gillmor2016-07-161-1/+1
* lib/layer: avoiding usage of libknot's layer.hGrigorii Demidov2016-07-121-2/+37
* build: library able to compile to both static/dynamic versioned libsMarek Vavruša2015-12-101-1/+1
* lib/resolve: yielded layers can resume with the same parametersMarek Vavruša2015-10-141-0/+8
* lib: new state 'YIELD', layers can interrupt processing with itMarek Vavruša2015-10-131-1/+4
* daemon: '-v' turns verbose log, debug messages built in by defaultMarek Vavruša2015-09-151-4/+4
* build: disabled default debug messages, optional with -DWITH_DEBUGMarek Vavruša2015-08-031-1/+1
* lib: write debug to stdout (buffered)Marek Vavruša2015-05-051-1/+2
* doc: updated API doc and examplesMarek Vavruša2015-04-221-7/+1
* lib: cleanupMarek Vavruša2015-04-221-17/+1
* lib: implemented new zonecut interfaceMarek Vavruša2015-04-181-2/+4
* style: Fixed indentation and removed trailing white spaces in C code.Karel Slany2015-04-101-1/+1
* lib: demoted context to simple interface, not responsible for dataMarek Vavruša2015-03-271-1/+1
* doc: converted modules doc, added cachectlMarek Vavruša2015-03-211-2/+2
* lib: doxygen groupsMarek Vavruša2015-03-191-0/+5