- Jul 06, 2016
-
-
Marek Vavruša authored
-
Marek Vavruša authored
added documentation, many fixes in the H2 fallback code and H2 stream handling, TLS is enabled by default using ephemeral key and certificate that is automatically renewed, but custom certificates are also supported this also allows other modules to place code snippets on the webpage
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
this allows for efficient variable-interval running events, so that the timer doesn't have to be closed and recreated for each iteration
-
Marek Vavruša authored
-
- Jul 05, 2016
-
-
Marek Vavruša authored
Daemons should be in sbin, make destination variables overridable According to FHS the 'Non-essential system binaries, e.g., daemons for various network-services.' should be installed in /usr/sbin Also changed `:=` to `?=` to allow variable override without patching `config.mk`. See merge request !32
-
- Jul 01, 2016
-
-
Marek Vavruša authored
fixed incorrect tagging in rrmap where secure rank would overflow found by @gdemidov
-
- Jun 30, 2016
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- Jun 29, 2016
-
-
Marek Vavruša authored
-
- Jun 22, 2016
-
-
Marek Vavruša authored
build: clean tests/mock_cmodule.o See merge request !30
-
Jan Včelák authored
-
- Jun 21, 2016
-
-
Marek Vavruša authored
fixes #77
-
Marek Vavruša authored
* SOA MINTTL always preferred for negative answers * only SOA used for negative answers refs #75
-
- Jun 17, 2016
-
-
Marek Vavruša authored
this is required to avoid REFUSED loops if the origin doesn't handle minimisation well
-
- Jun 16, 2016
-
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
previously the buffer for TCP pkt reassembly was not correctly cleared and fragmented answers were rejected
-
Marek Vavruša authored
previously, if no subnet was given (127.0.0.0), it was treated as 127.0.0.0/0. now it is treated as full address length, e.g. 127.0.0.0/32
-
Marek Vavruša authored
-
- May 31, 2016
-
-
Marek Vavruša authored
-
Jan Včelák authored
After=network.target is still needed because we don't have IP_FREEBIND.
-
- May 30, 2016
-
-
Grigorii Demidov authored
Release cleanup Write a comment or drag your files here... See merge request !28
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
- May 29, 2016
-
-
Marek Vavruša authored
-
Marek Vavruša authored
the daemon wrongly freed handle that returned 0, as in "no more data". this socket is going to be closed, but it still could be touched by libuv so it must be freed wit uv_close() handler
-
- May 27, 2016
-
-
Marek Vavruša authored
-
Marek Vavruša authored
when opening an empty database, an invalidated key value was written resulting in possible corruption of the cache
-
Marek Vavruša authored
-
Marek Vavruša authored
fixes #73 small leak in cleaning up per-socket mempool on daemon exit
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
tests/test_cache: fix broken test See merge request !27
-
- May 25, 2016
-
-
Grigorii Demidov authored
-
Marek Vavruša authored
layer/iterate: CNAME chain unrolling improvement Write a comment or drag your files here... See merge request !26
-