summaryrefslogtreecommitdiffstats
path: root/modules/cookies (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: remove years and replace e-mailOto Šťáva2022-12-145-5/+5
* logging: remove QVERBOSE in favor of kr_log_qTomas Krizek2021-12-211-1/+1
* spellingJosh Soref2021-11-191-3/+3
* log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>Lukáš Ježek2021-07-291-1/+1
* log: add level prefix to each messageLukáš Ježek2021-07-291-1/+1
* treewide: rename assumptions to kr_assert() / kr_fails_assert()Tomas Krizek2021-05-253-27/+27
* modules/cookies/cookies.c: replace assertsTomas Krizek2021-05-251-3/+2
* modules/cookies/cookiemonster.c: replace assertsTomas Krizek2021-05-251-9/+16
* modules/cookies/cookiectl.c: replace assertsTomas Krizek2021-05-251-20/+37
* WIP delay allocation of kr_request::answerVladimír Čunát2020-10-211-1/+1
* treewide: machine readable license for all the restPetr Špaček2020-02-251-0/+2
* treewide: machine readable license for GNU GPLv3+ source codePetr Špaček2020-02-255-65/+5
* doc: restructure into smaller sectionsTomas Krizek2020-01-151-4/+4
* treewide nitpick: more sensitive detection of KR_STATE_FAILVladimír Čunát2019-06-251-2/+2
* module API+ABI: remove one level of indirectionVladimír Čunát2019-04-171-25/+16
* meson: remove no longer needed makefilesTomas Krizek2019-03-121-8/+0
* use randomness from gnutls instead of internal ISAACVladimír Čunát2018-12-111-1/+1
* treewide: use more standard variadic macrosVladimír Čunát2018-11-261-1/+1
* treewide nitpick: remove extraneous semicolonsVladimír Čunát2018-11-261-1/+1
* treewide: remove branches supporting old knotVladimír Čunát2018-05-111-4/+0
* lib/resolve: accept incoming requests with QDCOUNT = 0 only if cookie module ...Grigorii Demidov2018-04-231-0/+4
* Merge master into cache-aggr-wipVladimír Čunát2018-01-251-1/+1
|\
| * make: use -fvisibility=hidden by defaultVladimír Čunát2018-01-231-1/+1
* | fixup! treewide: safer structure literals and initializationVladimír Čunát2018-01-181-1/+2
|/
* Merge branch 'master' into flags-refactorVladimír Čunát2017-08-091-1/+1
|\
| * kr_rand_uint: nitpicksVladimír Čunát2017-08-031-1/+1
* | qflags: WIP refactor - regex replacementsVladimír Čunát2017-08-011-4/+4
|/
* fixup old gitlab URLsVladimír Čunát2017-07-171-1/+1
* daemon: fixed memory leak and array bounds check failMarek Vavruša2017-02-281-3/+1
* Update copyright information with 2017Ondřej Surý2017-01-255-5/+5
* better libknot-2.4 fixupVladimír Čunát2017-01-192-4/+5
* cookies: make it work also with libknot-2.4Vladimír Čunát2017-01-192-1/+5
* Split NDEBUG to NDEBUG (asserts) and NOVERBOSELOG (verbose logging); rename a...Ondřej Surý2016-12-121-11/+13
* layer: refactor and better describe the APIVladimír Čunát2016-11-082-16/+6
* layer: rename knot_ identifiers that are private nowVladimír Čunát2016-11-083-23/+23
* Fix missing 'else' in hexval2char()Ondřej Surý2016-08-151-1/+1
* build: fixed build, removed unused variablesMarek Vavrusa2016-08-113-7/+1
* Fixed a possible memory leak.Karel Slany2016-08-111-0/+1
* Removed or rephrased some comments.Karel Slany2016-08-111-7/+7
* Deleted code that has already been commented out.Karel Slany2016-08-111-7/+2
* Reduced the number of kr_answer_write_cookie() arguments.Karel Slany2016-08-111-4/+13
* Removed qdcount from struct kr_query.Karel Slany2016-08-111-6/+12
* Disabled TCP fallback on BADCOOKIE response. Failing instead.Karel Slany2016-08-111-3/+11
* Removed the shallow copy from configuration code in cookie module.Karel Slany2016-08-111-131/+198
* Added checks for FAIL and DONE when calling cookie module functions.Karel Slany2016-08-111-0/+8
* Merged similar code into one function.Karel Slany2016-08-111-29/+50
* Simplified interface of srvr_sockaddr_cc_check() as suggested in code review.Karel Slany2016-08-111-32/+34
* Removed code for guessing source address using NS reputation mechanism.Karel Slany2016-08-111-88/+20
* Removed assert call as suggested in merge request.Karel Slany2016-08-111-2/+2
* Fixed some typos.Karel Slany2016-08-111-2/+2