- 04 Dec, 2018 27 commits
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Petr Špaček authored
force kresd to follow net.ipv(4,6) settings when forwarding See merge request !710
-
Petr Špaček authored
-
- 03 Dec, 2018 5 commits
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Continuation of the parent commit. In particular, kr_nsrep_set() can't be used to create NS list "with holes".
-
Grigorii Demidov authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The problem was the mm_malloc() typo :-/ so allocation was going through malloc() instead of the packet's allocator (always memory pool ATM). I added mm_free() for better correctness anyway.
-
- 28 Nov, 2018 8 commits
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- session: data length would be difference between start and end indices, but the function is unused so why even have it?
-
Grigorii Demidov authored
When decoding large packets, gnutls gives the application chunks of size 16kb. So that tls session wirebuffer must be at least KNOT_WIRE_MAX_PKTSIZE + 16kb. (message re-formatted by vcunat)
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Vladimír Čunát authored
Fixes #424.
-
Vladimír Čunát authored
Fixes #424.
-