summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: avoid using the deprecated verbose()Vladimír Čunát2021-07-295-5/+5
* lib/log: redesign startup and target selectionVladimír Čunát2021-07-292-10/+17
* lib/log detail: avoid a bit of duplicationVladimír Čunát2021-07-291-6/+5
* lib/log.h: avoid defining types without kr_ prefixVladimír Čunát2021-07-292-23/+24
* log: use kr_log_crit instead of kr_log_fatalLukáš Ježek2021-07-293-3/+3
* lib/log: slightly improve log group description and their orderingTomas Krizek2021-07-291-17/+17
* doc: loggingLukáš Ježek2021-07-291-51/+59
* log: add log functions and LOG_GRP_MODULE group for users's modulesLukáš Ježek2021-07-292-0/+7
* lib/utils: drop a pair of unused macrosVladimír Čunát2021-07-292-13/+7
* treewide: replace VERBOSE_STATUS, WITH_VERBOSE, etc.Vladimír Čunát2021-07-2913-77/+65
* validate: add kr_rrset_validation_ctx_t::log_qryVladimír Čunát2021-07-293-10/+13
* lib/log: add kr_log_is_debug*()Vladimír Čunát2021-07-292-2/+25
* lib/log: make trace-logging not prevent normal loggingVladimír Čunát2021-07-291-6/+2
* rework logging from control sockets (+simplify)Vladimír Čunát2021-07-292-0/+3
* QRVERBOSE: fix ignoring the log groupsVladimír Čunát2021-07-292-11/+2
* lib/log: typing improvementsVladimír Čunát2021-07-292-27/+27
* logging: fix GNUTLS loggingTomas Krizek2021-07-292-9/+20
* logging: use LOG_GRP_HTTP for http lua moduleTomas Krizek2021-07-292-0/+3
* logging: use dedicated DOTAUTH log for experimental auth DoTTomas Krizek2021-07-292-0/+3
* logging: add test for log groupsTomas Krizek2021-07-291-1/+1
* logging: add missing LOG_GRP_PLANTomas Krizek2021-07-291-0/+1
* logging: fix get_log_group()Tomas Krizek2021-07-292-4/+7
* logging: add LOG_GRP_DEVELTomas Krizek2021-07-292-0/+4
* logging: print group name padded to 6 charactersTomas Krizek2021-07-292-21/+21
* logging: add get_log_group() with better APITomas Krizek2021-07-292-6/+6
* logging: ensure get/set_log_level behaves consistentlyTomas Krizek2021-07-291-1/+3
* lib: make NOTICE the default log levelTomas Krizek2021-07-291-1/+1
* log: use kr_log_debug instead kr_log_verboseLukáš Ježek2021-07-295-7/+13
* log: fix CI testsLukáš Ježek2021-07-293-1/+6
* log: lua loggingLukáš Ježek2021-07-292-61/+107
* log: fix CI testsLukáš Ježek2021-07-291-3/+0
* log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>Lukáš Ježek2021-07-2921-50/+57
* log: remove hard-coded prefix from log messagesLukáš Ježek2021-07-297-20/+20
* log: add level prefix to each messageLukáš Ježek2021-07-2915-117/+169
* log: remove NOVERBOSELOG optionLukáš Ježek2021-07-293-21/+15
* log: groups lua interfaceLukáš Ježek2021-07-292-1/+57
* log: fix journal metadataLukáš Ježek2021-07-292-23/+29
* log: split to groupsLukáš Ježek2021-07-2910-41/+98
* log: lua interfaceLukáš Ježek2021-07-292-3/+54
* log: add syslog target, systemdLukáš Ježek2021-07-293-18/+78
* log: remove kr_verbose_statusLukáš Ježek2021-07-295-21/+9
* log: remove kr_verbose_setLukáš Ježek2021-07-294-25/+32
* log: add log levelsLukáš Ježek2021-07-295-6/+56
* lib/selection: be more careful with RO transactionsVladimír Čunát2021-06-183-1/+7
* treewide: rename assumptions to kr_assert() / kr_fails_assert()Tomas Krizek2021-05-2532-268/+275
* lib/dnssec/ta.c: replace assertsTomas Krizek2021-05-251-1/+1
* lib/utils kr_ranked_rrarray_add(): clarify RRset sizesVladimír Čunát2021-05-252-4/+7
* lib/cache assertions: saving to cache is not criticalVladimír Čunát2021-05-251-7/+14
* lib/cache: simplify rdataset_dematerialize()Vladimír Čunát2021-05-253-15/+7
* lib/cache entry2answer(): trigger failures before jumpsVladimír Čunát2021-05-251-7/+5