index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
cookies
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright notices: remove years and replace e-mail
Oto Šťáva
2022-12-14
5
-5
/
+5
*
logging: remove QVERBOSE in favor of kr_log_q
Tomas Krizek
2021-12-21
1
-1
/
+1
*
spelling
Josh Soref
2021-11-19
1
-3
/
+3
*
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
-1
/
+1
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
3
-27
/
+27
*
modules/cookies/cookies.c: replace asserts
Tomas Krizek
2021-05-25
1
-3
/
+2
*
modules/cookies/cookiemonster.c: replace asserts
Tomas Krizek
2021-05-25
1
-9
/
+16
*
modules/cookies/cookiectl.c: replace asserts
Tomas Krizek
2021-05-25
1
-20
/
+37
*
WIP delay allocation of kr_request::answer
Vladimír Čunát
2020-10-21
1
-1
/
+1
*
treewide: machine readable license for all the rest
Petr Špaček
2020-02-25
1
-0
/
+2
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
5
-65
/
+5
*
doc: restructure into smaller sections
Tomas Krizek
2020-01-15
1
-4
/
+4
*
treewide nitpick: more sensitive detection of KR_STATE_FAIL
Vladimír Čunát
2019-06-25
1
-2
/
+2
*
module API+ABI: remove one level of indirection
Vladimír Čunát
2019-04-17
1
-25
/
+16
*
meson: remove no longer needed makefiles
Tomas Krizek
2019-03-12
1
-8
/
+0
*
use randomness from gnutls instead of internal ISAAC
Vladimír Čunát
2018-12-11
1
-1
/
+1
*
treewide: use more standard variadic macros
Vladimír Čunát
2018-11-26
1
-1
/
+1
*
treewide nitpick: remove extraneous semicolons
Vladimír Čunát
2018-11-26
1
-1
/
+1
*
treewide: remove branches supporting old knot
Vladimír Čunát
2018-05-11
1
-4
/
+0
*
lib/resolve: accept incoming requests with QDCOUNT = 0 only if cookie module ...
Grigorii Demidov
2018-04-23
1
-0
/
+4
*
Merge master into cache-aggr-wip
Vladimír Čunát
2018-01-25
1
-1
/
+1
|
\
|
*
make: use -fvisibility=hidden by default
Vladimír Čunát
2018-01-23
1
-1
/
+1
*
|
fixup! treewide: safer structure literals and initialization
Vladimír Čunát
2018-01-18
1
-1
/
+2
|
/
*
Merge branch 'master' into flags-refactor
Vladimír Čunát
2017-08-09
1
-1
/
+1
|
\
|
*
kr_rand_uint: nitpicks
Vladimír Čunát
2017-08-03
1
-1
/
+1
*
|
qflags: WIP refactor - regex replacements
Vladimír Čunát
2017-08-01
1
-4
/
+4
|
/
*
fixup old gitlab URLs
Vladimír Čunát
2017-07-17
1
-1
/
+1
*
daemon: fixed memory leak and array bounds check fail
Marek Vavruša
2017-02-28
1
-3
/
+1
*
Update copyright information with 2017
Ondřej Surý
2017-01-25
5
-5
/
+5
*
better libknot-2.4 fixup
Vladimír Čunát
2017-01-19
2
-4
/
+5
*
cookies: make it work also with libknot-2.4
Vladimír Čunát
2017-01-19
2
-1
/
+5
*
Split NDEBUG to NDEBUG (asserts) and NOVERBOSELOG (verbose logging); rename a...
Ondřej Surý
2016-12-12
1
-11
/
+13
*
layer: refactor and better describe the API
Vladimír Čunát
2016-11-08
2
-16
/
+6
*
layer: rename knot_ identifiers that are private now
Vladimír Čunát
2016-11-08
3
-23
/
+23
*
Fix missing 'else' in hexval2char()
Ondřej Surý
2016-08-15
1
-1
/
+1
*
build: fixed build, removed unused variables
Marek Vavrusa
2016-08-11
3
-7
/
+1
*
Fixed a possible memory leak.
Karel Slany
2016-08-11
1
-0
/
+1
*
Removed or rephrased some comments.
Karel Slany
2016-08-11
1
-7
/
+7
*
Deleted code that has already been commented out.
Karel Slany
2016-08-11
1
-7
/
+2
*
Reduced the number of kr_answer_write_cookie() arguments.
Karel Slany
2016-08-11
1
-4
/
+13
*
Removed qdcount from struct kr_query.
Karel Slany
2016-08-11
1
-6
/
+12
*
Disabled TCP fallback on BADCOOKIE response. Failing instead.
Karel Slany
2016-08-11
1
-3
/
+11
*
Removed the shallow copy from configuration code in cookie module.
Karel Slany
2016-08-11
1
-131
/
+198
*
Added checks for FAIL and DONE when calling cookie module functions.
Karel Slany
2016-08-11
1
-0
/
+8
*
Merged similar code into one function.
Karel Slany
2016-08-11
1
-29
/
+50
*
Simplified interface of srvr_sockaddr_cc_check() as suggested in code review.
Karel Slany
2016-08-11
1
-32
/
+34
*
Removed code for guessing source address using NS reputation mechanism.
Karel Slany
2016-08-11
1
-88
/
+20
*
Removed assert call as suggested in merge request.
Karel Slany
2016-08-11
1
-2
/
+2
*
Fixed some typos.
Karel Slany
2016-08-11
1
-2
/
+2
[next]