index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
utils.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: more compatibility with future libknot 3.4
Vladimír Čunát
2024-05-06
1
-0
/
+6
*
compatibility with libknot's master (3.4 WIP)
Vladimír Čunát
2024-02-06
1
-0
/
+11
*
treewide: fix -Wstrict-prototypes
Vladimír Čunát
2023-06-08
1
-1
/
+1
*
Copyright notices: remove years and replace e-mail
Oto Šťáva
2022-12-14
1
-1
/
+1
*
lib/utils: drop long unused parts
Vladimír Čunát
2022-08-01
1
-7
/
+0
*
adapt to libknot 3.2 lower-casing knot_pkt_qname()
Vladimír Čunát
2022-07-26
1
-0
/
+14
*
tweak inlining
Vladimír Čunát
2022-06-09
1
-16
/
+5
*
daemon/network: reintroduce net.close() wildcard semantics
Oto Šťáva
2022-05-13
1
-0
/
+5
*
daemon/network: Use trie_t instead of map_t for network endpoints
Oto Šťáva
2022-05-11
1
-2
/
+12
*
lib/utils: sockaddr key generation
Oto Šťáva
2022-05-02
1
-1
/
+35
*
modules/dns64: fix incorrect packet writes for cached packets
Oto Šťáva
2022-03-21
1
-1
/
+6
*
daemon: PROXYv2 header processing
Oto Šťáva
2022-02-22
1
-0
/
+12
*
lib/utils: rename union inaddr to union kr_sockaddr
Oto Šťáva
2021-12-20
1
-2
/
+2
*
spelling
Josh Soref
2021-11-19
1
-4
/
+4
*
lib/utils: factor out kr_timer_* from GC code
Vladimír Čunát
2021-11-03
1
-0
/
+37
*
lib/util: remove unused function
Vladimír Čunát
2021-11-03
1
-15
/
+0
*
adjust RR-dumping style a little
Vladimír Čunát
2021-08-10
1
-0
/
+5
*
lib/utils: drop a pair of unused macros
Vladimír Čunát
2021-07-29
1
-11
/
+0
*
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
-29
/
+0
*
log: split to groups
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
log: remove kr_verbose_status
Lukáš Ježek
2021-07-29
1
-12
/
+2
*
log: remove kr_verbose_set
Lukáš Ježek
2021-07-29
1
-3
/
+0
*
log: add log levels
Lukáš Ježek
2021-07-29
1
-5
/
+1
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
1
-15
/
+22
*
treewide: minor C11 cleanup
Vladimír Čunát
2021-05-25
1
-5
/
+0
*
lib/utils kr_fail(): don't mangle errno
Vladimír Čunát
2021-05-25
1
-0
/
+1
*
treewide: eradicate "assert" in comments to fix CI
Vladimír Čunát
2021-05-25
1
-1
/
+1
*
lib/utils kr_fail(): simple rate limit for forking
Vladimír Čunát
2021-05-25
1
-5
/
+11
*
daemon: allow kr_assume() configuration
Tomas Krizek
2021-05-25
1
-2
/
+10
*
lib/utils.h: replace asserts
Tomas Krizek
2021-05-25
1
-5
/
+5
*
lib/utils: define kr_require(), kr_assume() macros
Tomas Krizek
2021-05-25
1
-0
/
+34
*
daemon/http: expose HTTP headers to kr_request
Tomas Krizek
2021-05-24
1
-0
/
+8
*
lib/utils kr_rand_bytes(): minor issue on 32-bit systems
Vladimír Čunát
2021-04-14
1
-1
/
+1
*
contrib/mempattern: integrate other related functions
Vladimír Čunát
2021-01-13
1
-25
/
+0
*
copy mempattern files from Knot DNS as they are
Vladimír Čunát
2021-01-13
1
-30
/
+3
*
selection: server selection rewrite
Štěpán Balážik
2020-12-31
1
-0
/
+2
*
kluautil.list_dir: make it portable to non-Linux
Vladimír Čunát
2020-10-26
1
-0
/
+3
*
lib/cache: avoid printing relative paths to cache
Vladimír Čunát
2020-09-07
1
-0
/
+5
*
doc-comments: fix some of the complaints from doxygen
Vladimír Čunát
2020-07-15
1
-6
/
+6
*
fix DNAME support
Vladimír Čunát
2020-04-27
1
-0
/
+3
*
lib/utils: ensure consistent use of KR_* macros
Tomas Krizek
2020-04-15
1
-4
/
+4
*
policy.DEBUG_IF: avoid creating new callbacks on every request
Petr Špaček
2020-03-25
1
-1
/
+1
*
policy.DEBUG: log also final answer
Petr Špaček
2020-03-25
1
-4
/
+20
*
unify verbose logging and request tracing
Petr Špaček
2020-03-25
1
-15
/
+9
*
lib/generic/array: fix a strict aliasing problem
Vladimír Čunát
2020-03-20
1
-1
/
+1
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
1
-13
/
+1
*
cache: Add cache.fssize() - filesystem size where the cache resides
Vladimír Čunát
2020-01-29
1
-0
/
+4
*
deprecate --forks and map()
Vladimír Čunát
2020-01-17
1
-0
/
+1
*
lib/utils: create get_workdir() utility function
Tomas Krizek
2019-12-19
1
-0
/
+9
[next]