index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
make-doc.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-13
ci/images: git://github.com won't work anymore
Vladimír Čunát
2
-2
/
+2
2022-06-13
AUTHORS update
Aleš Mrázek
1
-1
/
+3
2022-06-13
release 5.5.1
Aleš Mrázek
2
-2
/
+2
2022-06-09
tests/config: improve difference prints of tables
Vladimír Čunát
1
-0
/
+0
2022-06-09
renumber: fix incorrect masking of bytes after netmask boundary
Oto Šťáva
1
-1
/
+1
2022-06-09
renumber: test for arbitrary netmask
Oto Šťáva
1
-1
/
+7
2022-06-09
renumber: get rid of netmask limitation, now support any netmask
cronfy
3
-19
/
+40
2022-06-09
ci: fixup lint:scan-build
Vladimír Čunát
1
-1
/
+1
2022-06-09
tweak inlining
Vladimír Čunát
4
-40
/
+46
2022-06-09
lib/selection debug logs: print one more line
Vladimír Čunát
3
-5
/
+26
2022-06-09
lib/selection: improve IPv6 avoidance if broken
Vladimír Čunát
2
-1
/
+4
2022-06-06
tests/packaging: print build_log of failed commands
Oto Šťáva
1
-6
/
+24
2022-06-04
ci docker: make into a x86+arm matrix
Vladimír Čunát
1
-1
/
+13
2022-06-04
ci/pkgtest: make nixos-unstable into a x86+arm matrix
Vladimír Čunát
1
-3
/
+5
2022-06-03
drop unused #include lines
Vladimír Čunát
15
-29
/
+1
2022-06-03
replace some occurrences of abort() by kr_require()
Vladimír Čunát
4
-5
/
+5
2022-06-01
meson nit: deal with warning about future of run_command
Vladimír Čunát
5
-12
/
+13
2022-06-01
renumber: named local variables for readability
Oto Šťáva
1
-5
/
+11
2022-06-01
renumber: add test for single IP rewrite
Oto Šťáva
1
-0
/
+10
2022-05-30
renumber: document additions from the parent commit
Vladimír Čunát
2
-1
/
+6
2022-05-30
renumber: allow renumbering a subnet to a single IP
Konstantin Amelichev
1
-3
/
+24
2022-05-30
lib/utils nit: deduplicate one line
Vladimír Čunát
1
-2
/
+2
2022-05-28
lib/cache: handle posix_fallocate returning EOPNOTSUPP (Linux/musl)
Jakub Jirutka
1
-2
/
+3
2022-05-20
daemon/http: copy headers to streams instead of ownership transfer
Oto Šťáva
4
-23
/
+43
2022-05-20
tests/config/tapered: update for difference prints
Vladimír Čunát
1
-0
/
+0
2022-05-20
daemon/http: documentation
Oto Šťáva
2
-0
/
+23
2022-05-20
ci: ODVR will also need Debian 11
Vladimír Čunát
1
-0
/
+4
2022-05-20
daemon/http: move status sends outside nghttp2 callbacks
Oto Šťáva
5
-44
/
+72
2022-05-20
daemon/http: return 400 on failed packet_parse + improved stream handling
Oto Šťáva
4
-97
/
+135
2022-05-20
daemon/http: return 400 on stream end with no processed packets
Oto Šťáva
3
-7
/
+39
2022-05-20
daemon/http: add basic HTTP response codes
Oto Šťáva
2
-31
/
+105
2022-05-20
daemon/tls: use GNUTLS_NO_TICKETS_TLS12
Oto Šťáva
3
-6
/
+22
2022-05-18
NEWS for the rewrite of some NSEC validation parts
Vladimír Čunát
1
-0
/
+1
2022-05-18
lib/dnssec: nits
Vladimír Čunát
1
-5
/
+2
2022-05-18
lib/dnssec: rewrite kr_nsec_ref_to_unsigned()
Vladimír Čunát
3
-61
/
+27
2022-05-18
lib/dnssec: drop kr_nsec_name_error_response_check()
Vladimír Čunát
3
-105
/
+9
2022-05-18
lib/dnssec: replace kr_nsec_existence_denial()
Vladimír Čunát
4
-206
/
+103
2022-05-18
daemon/lua nit: sort RR rank names in debug logs
Vladimír Čunát
1
-0
/
+1
2022-05-18
tests/dnstap: add missing protobuf dependency
Oto Šťáva
1
-1
/
+1
2022-05-13
lib/generic/map: remove
Oto Šťáva
16
-953
/
+1
2022-05-13
lib/utils kr_sockaddr_key_same_addr(): more precision
Vladimír Čunát
1
-2
/
+4
2022-05-13
daemon/network: reintroduce net.close() wildcard semantics
Oto Šťáva
3
-13
/
+140
2022-05-11
lib/utils: check for unix socket paths null-termination
Oto Šťáva
1
-4
/
+14
2022-05-11
daemon/network: Use trie_t instead of map_t for network endpoints
Oto Šťáva
5
-60
/
+186
2022-05-11
modules/stats: use trie_t instead of map_t
Oto Šťáva
1
-13
/
+39
2022-05-11
lib/generic/trie: add trie_apply_with_key()
Vladimír Čunát
2
-0
/
+31
2022-05-04
lib/dnssec/ta: use trie_t instead of map_t
Oto Šťáva
8
-49
/
+55
2022-05-02
daemon/worker: Use trie_t instead of map_t for TCP connections
Oto Šťáva
2
-41
/
+45
2022-05-02
lib/utils: sockaddr key generation
Oto Šťáva
3
-14
/
+134
2022-04-11
daemon/zimport: close transaction after importing batch
Vladimír Čunát
2
-0
/
+2
[next]