index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
hints
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hints: cleanup unused parts of code
Vladimír Čunát
2023-06-12
1
-20
/
+4
*
hints: implement PTR and imperfect deletion (no .get)
Vladimír Čunát
2023-06-12
1
-220
/
+68
*
hints: implement .use_nodata(true) and .ttl
Vladimír Čunát
2023-06-12
2
-6
/
+17
*
new policy engine - prototype
Vladimír Čunát
2023-06-12
1
-3
/
+37
*
Create branch 6.0 by merging master and manager
Vladimír Čunát
2023-06-09
1
-4
/
+0
|
\
|
*
Merge branch 'master' into manager
Vasek Sraier
2023-01-10
1
-1
/
+1
|
|
\
|
*
|
tests: remove tests/packaging
Jakub Ružička
2022-09-27
1
-4
/
+0
*
|
|
hints docs: explain root hints better
Vladimír Čunát
2023-05-10
1
-4
/
+4
*
|
|
Fix building on Cygwin
Christopher Ng
2023-03-08
1
-0
/
+2
*
|
|
Revert "meson: use correct luajit includes from pkgconfig"
Vladimír Čunát
2023-03-08
1
-1
/
+0
|
|
/
|
/
|
*
|
Copyright notices: remove years and replace e-mail
Oto Šťáva
2022-12-14
1
-1
/
+1
|
/
*
hints.add_hosts(): respect comments anywhere in a line
Vladimír Čunát
2022-07-07
1
-3
/
+9
*
hints tests: simple check of comment parsing
Vladimír Čunát
2022-07-07
2
-1
/
+2
*
hints docs: better explain shadowing by policies
Vladimír Čunát
2022-01-11
1
-2
/
+20
*
logging: remove QVERBOSE in favor of kr_log_q
Tomas Krizek
2021-12-21
1
-1
/
+1
*
lib/utils: rename union inaddr to union kr_sockaddr
Oto Šťáva
2021-12-20
1
-4
/
+4
*
build: fix when knot-dns headers are on non-standard location
Vladimír Čunát
2021-10-11
1
-0
/
+1
*
log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>
Lukáš Ježek
2021-07-29
1
-2
/
+2
*
log: add level prefix to each message
Lukáš Ježek
2021-07-29
1
-2
/
+2
*
log: split to groups
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
1
-2
/
+2
*
modules/hints/hints.c: replace asserts
Tomas Krizek
2021-05-25
1
-7
/
+3
*
mm_ctx_mempool2(): factor out the new function
Vladimír Čunát
2021-01-13
1
-8
/
+1
*
lib/utils kr_straddr_subnet(): fix some error detection
Vladimír Čunát
2020-12-14
1
-1
/
+1
*
doc: use :any: to refer to non-function policies
Tomas Krizek
2020-12-11
1
-1
/
+1
*
tests/packaging: rename packaging file directories to .packaging
Tomas Krizek
2020-05-27
1
-0
/
+0
*
modules/hints/tests: test NODATA, fix module order
Vladimír Čunát
2020-05-25
1
-2
/
+29
*
modules/hints: NODATA answers also for non-address queries
Vladimír Čunát
2020-05-25
1
-14
/
+21
*
modules/meson.build: move test definitions closer to modules
Vladimír Čunát
2020-04-02
1
-0
/
+4
*
docs: better RPZ description
Petr Špaček
2020-03-09
1
-0
/
+5
*
treewide: machine readable license for all the rest
Petr Špaček
2020-02-25
5
-1
/
+7
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
1
-13
/
+1
*
doc: restructure into smaller sections
Tomas Krizek
2020-01-15
1
-3
/
+3
*
tests: packaging
Lukáš Ježek
2019-11-20
1
-0
/
+3
*
treewide nitpick: more sensitive detection of KR_STATE_FAIL
Vladimír Čunát
2019-06-25
1
-1
/
+1
*
module API+ABI: remove one level of indirection
Vladimír Čunát
2019-04-17
1
-30
/
+17
*
meson: use correct luajit includes from pkgconfig
Tomas Krizek
2019-03-13
1
-0
/
+3
*
meson: fix build on OSX
Tomas Krizek
2019-03-12
1
-6
/
+1
*
gitlabci: fix lint:tidy
Tomas Krizek
2019-03-12
1
-2
/
+3
*
meson: remove no longer needed makefiles
Tomas Krizek
2019-03-12
1
-8
/
+0
*
meson: use add_project_arguments
Tomas Krizek
2019-03-12
1
-1
/
+0
*
meson: use c_args instead of setting global compiler options
Tomas Krizek
2019-03-12
1
-0
/
+1
*
meson: cleanup
Tomas Krizek
2019-03-12
1
-0
/
+2
*
tests/config: remove obsolete variable
Tomas Krizek
2019-03-12
1
-1
/
+1
*
meson: modules/hints build
Tomas Krizek
2019-03-12
1
-0
/
+17
*
nitpick fixes for clang-tidy
Vladimír Čunát
2019-02-21
1
-1
/
+1
*
modules/hints: change default TTL to 5s, add NEWS
Vladimír Čunát
2019-01-29
2
-2
/
+2
*
modules/hints: allow overriding the TTL
Vladimír Čunát
2019-01-29
2
-10
/
+49
*
modules/hints: plug a memory leak in .use_nodata()
Vladimír Čunát
2019-01-09
1
-0
/
+2
*
treewide nitpick: fix -Wshadow
Vladimír Čunát
2019-01-08
1
-20
/
+20
[next]