index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
generic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into rrl-wip
Vladimír Čunát
2024-09-30
1
-1
/
+1
|
\
|
*
lib/generic/array: extend the return type of array_push*()
Vladimír Čunát
2024-09-12
1
-1
/
+1
*
|
Merge branch 'master' into rrl-wip
Lukáš Ondráček
2024-07-30
3
-6
/
+6
|
\
|
|
*
treewide nit: avoid NULL arithmetics
Vladimír Čunát
2024-07-11
3
-6
/
+6
*
|
treewide: utilize _Alignas, as it's standard C11
Vladimír Čunát
2024-06-14
1
-7
/
+4
|
/
*
Silence Clang-Tidy
Oto Šťáva
2024-05-13
5
-11
/
+28
*
Copyright notices: remove years and replace e-mail
Oto Šťáva
2022-12-14
13
-13
/
+13
*
lib/generic/array: avoid quadratic work for long arrays
Vladimír Čunát
2022-08-08
1
-8
/
+11
*
tweak inlining
Vladimír Čunát
2022-06-09
2
-24
/
+26
*
lib/generic/map: remove
Oto Šťáva
2022-05-13
7
-928
/
+0
*
lib/generic/trie: add trie_apply_with_key()
Vladimír Čunát
2022-05-11
2
-0
/
+31
*
Fix defects detected by Coverity Scan
Oto Šťáva
2022-02-28
2
-7
/
+8
*
spelling
Josh Soref
2021-11-19
3
-3
/
+3
*
trie_del: use KNOT_EOK instead of kr_ok()
Tomas Krizek
2021-10-11
1
-1
/
+1
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
4
-20
/
+20
*
lib/generic/trie.c: replace asserts
Tomas Krizek
2021-05-25
2
-44
/
+47
*
lib/generic/queue.h: replace asserts
Tomas Krizek
2021-05-25
1
-17
/
+17
*
lib/generic/queue.c: replace asserts
Tomas Krizek
2021-05-25
1
-8
/
+9
*
lib/generic/pack.h: replace asserts
Tomas Krizek
2021-05-25
1
-37
/
+21
*
lib/generic/lru.h: replace asserts
Tomas Krizek
2021-05-25
1
-2
/
+1
*
lib/generic/lru.c: replace asserts
Tomas Krizek
2021-05-25
1
-19
/
+18
*
contrib/mempattern: hide mm_malloc()
Vladimír Čunát
2021-01-13
1
-1
/
+1
*
lib/generic/queue: remove "unused code", add comments
Vladimír Čunát
2020-08-27
1
-12
/
+9
*
lib/generic/queue: move KR_EXPORT to header
Vladimír Čunát
2020-08-27
2
-8
/
+8
*
lib/generic/queue: fix a bug
Vladimír Čunát
2020-08-27
2
-0
/
+13
*
doc-comments: fix some of the complaints from doxygen
Vladimír Čunát
2020-07-15
2
-2
/
+2
*
treewide: move to our new GitLab URL
Vladimír Čunát
2020-07-10
2
-2
/
+2
*
lib/generic/array: fix a strict aliasing problem
Vladimír Čunát
2020-03-20
2
-4
/
+4
*
mark bundled content with SPDX file
Petr Špaček
2020-02-25
2
-0
/
+20
*
treewide: machine readable license for all the rest
Petr Špaček
2020-02-25
4
-0
/
+5
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
15
-195
/
+15
*
lib/generic/lru: try to resolve alignof warnings
Vladimír Čunát
2019-04-18
2
-3
/
+12
*
meson: unit tests - move test closer to code
Tomas Krizek
2019-03-12
7
-0
/
+910
*
lib/generic/lru: fix alignment of contained values
Vladimír Čunát
2019-03-05
2
-29
/
+39
*
lib/generic/lru: fix alignment of struct lru
Vladimír Čunát
2019-03-05
2
-0
/
+11
*
daemon: rework handling of TLS authentication params
Vladimír Čunát
2019-02-22
1
-0
/
+1
*
nitpick fixes for clang-tidy
Vladimír Čunát
2019-02-21
1
-2
/
+2
*
queue_* doc: explicitly note non-emptiness requirement
Vladimír Čunát
2019-01-07
1
-4
/
+7
*
misc -Wpedantic fixes
Vladimír Čunát
2018-11-26
1
-1
/
+1
*
lru: fix case when inserting value with larger size than allocated
Marek Vavruša
2018-11-21
1
-2
/
+9
*
nitpicks around older changes for stale-serving
Vladimír Čunát
2018-11-21
1
-3
/
+3
*
lib/generic/queue: remove a ssize_t cast
Vladimír Čunát
2018-11-02
1
-1
/
+1
*
trie docs nitpick
Vladimír Čunát
2018-10-16
1
-0
/
+3
*
trie_it nitpick: reduce the initial stack size
Vladimír Čunát
2018-10-16
1
-2
/
+2
*
doc: add missing link to queue
Vladimír Čunát
2018-10-15
1
-0
/
+1
*
lib/generic/queue: add iterators
Vladimír Čunát
2018-10-12
1
-1
/
+77
*
tests_trie: detect the bug fixed in the parent commit
Vladimír Čunát
2018-10-12
1
-0
/
+1
*
trie_get_leq(): fix confusion in char signedness in keys
Vladimír Čunát
2018-10-12
1
-2
/
+4
*
lib/generic/queue: add some tests
Vladimír Čunát
2018-10-12
1
-2
/
+0
*
lib/generic/queue: a new efficient structure
Vladimír Čunát
2018-10-12
3
-0
/
+313
[next]