index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
layer.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright notices: remove years and replace e-mail
Oto Šťáva
2022-12-14
1
-1
/
+1
*
logging: remove QVERBOSE in favor of kr_log_q
Tomas Krizek
2021-12-21
1
-2
/
+0
*
ci: fix lint:pendantic
Tomas Krizek
2021-08-30
1
-0
/
+1
*
QRVERBOSE: fix ignoring the log groups
Vladimír Čunát
2021-07-29
1
-11
/
+1
*
log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
log: add level prefix to each message
Lukáš Ježek
2021-07-29
1
-2
/
+2
*
log: remove NOVERBOSELOG option
Lukáš Ježek
2021-07-29
1
-15
/
+11
*
lib/resolve kr_request_ensure_answer(): allow it to fail
Vladimír Čunát
2020-10-21
1
-1
/
+2
*
clang: silence useless warning in lib/layer.h
Tomas Krizek
2020-10-02
1
-0
/
+7
*
policy.DEBUG: log also final answer
Petr Špaček
2020-03-25
1
-2
/
+2
*
unify verbose logging and request tracing
Petr Špaček
2020-03-25
1
-4
/
+2
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
1
-13
/
+1
*
lua: be stricter around nonsense returned from modules
Vladimír Čunát
2020-01-23
1
-1
/
+10
*
lib/*: improve some comments
Vladimír Čunát
2019-10-10
1
-1
/
+1
*
nitpicks related to the CVE fix in parent commit
Vladimír Čunát
2019-07-10
1
-1
/
+6
*
lua module framework: reduce usage of void *data
Vladimír Čunát
2019-06-13
1
-2
/
+1
*
lua module layers: passing from C to lua
Vladimír Čunát
2019-06-13
1
-4
/
+11
*
meson: add verbose_log option
Tomas Krizek
2019-03-12
1
-0
/
+1
*
QRVERBOSE: move more code into a function, add docs
Vladimír Čunát
2018-11-26
1
-18
/
+15
*
QRVERBOSE: avoid a -Wpedantic warning
Vladimír Čunát
2018-11-26
1
-12
/
+15
*
daemon/ffimodule: avoid ugly casting for slots
Vladimír Čunát
2018-11-21
1
-0
/
+3
*
prepare for adding EDNS modules
Grigorii Demidov
2018-11-12
1
-0
/
+4
*
logging ID nitpicks
Vladimír Čunát
2018-10-12
1
-1
/
+1
*
daemon, lib: use query uid in log instead of msg id
Grigorii Demidov
2018-10-12
1
-2
/
+3
*
add bindings for the checkout layer
Marek Vavruša
2018-04-23
1
-0
/
+5
*
lib: added support for trace_log for verbose messages
Marek Vavruša
2017-12-21
1
-6
/
+10
*
QRVERBOSE: const parameter
Vladimír Čunát
2017-05-17
1
-1
/
+1
*
Update copyright information with 2017
Ondřej Surý
2017-01-25
1
-1
/
+1
*
layer/iterate: avoid explicit cast
Grigorii Demidov
2017-01-13
1
-1
/
+1
*
layer/iterate: coverity fix + log improvement
Grigorii Demidov
2017-01-13
1
-2
/
+4
*
Split NDEBUG to NDEBUG (asserts) and NOVERBOSELOG (verbose logging); rename a...
Ondřej Surý
2016-12-12
1
-4
/
+4
*
--verbose: make it more efficient when not --verbose
Vladimír Čunát
2016-12-07
1
-2
/
+2
*
Rename NDEBUG to NLOGDEBUG to allow disabling assert()s while keeping logging...
Ondřej Surý
2016-12-07
1
-1
/
+1
*
layer: refactor and better describe the API
Vladimír Čunát
2016-11-08
1
-13
/
+23
*
layer: rename knot_ identifiers that are private now
Vladimír Čunát
2016-11-08
1
-21
/
+21
*
www.gnu.org prefers https
Daniel Kahn Gillmor
2016-07-16
1
-1
/
+1
*
lib/layer: avoiding usage of libknot's layer.h
Grigorii Demidov
2016-07-12
1
-2
/
+37
*
build: library able to compile to both static/dynamic versioned libs
Marek Vavruša
2015-12-10
1
-1
/
+1
*
lib/resolve: yielded layers can resume with the same parameters
Marek Vavruša
2015-10-14
1
-0
/
+8
*
lib: new state 'YIELD', layers can interrupt processing with it
Marek Vavruša
2015-10-13
1
-1
/
+4
*
daemon: '-v' turns verbose log, debug messages built in by default
Marek Vavruša
2015-09-15
1
-4
/
+4
*
build: disabled default debug messages, optional with -DWITH_DEBUG
Marek Vavruša
2015-08-03
1
-1
/
+1
*
lib: write debug to stdout (buffered)
Marek Vavruša
2015-05-05
1
-1
/
+2
*
doc: updated API doc and examples
Marek Vavruša
2015-04-22
1
-7
/
+1
*
lib: cleanup
Marek Vavruša
2015-04-22
1
-17
/
+1
*
lib: implemented new zonecut interface
Marek Vavruša
2015-04-18
1
-2
/
+4
*
style: Fixed indentation and removed trailing white spaces in C code.
Karel Slany
2015-04-10
1
-1
/
+1
*
lib: demoted context to simple interface, not responsible for data
Marek Vavruša
2015-03-27
1
-1
/
+1
*
doc: converted modules doc, added cachectl
Marek Vavruša
2015-03-21
1
-2
/
+2
*
lib: doxygen groups
Marek Vavruša
2015-03-19
1
-0
/
+5
[next]