- Aug 11, 2016
-
-
the cookies require libknot>=2.3, Makefile didn't check for that, and turning cookies off wasn't possible either
-
-
-
-
Use ENABLE_cookies=yes variable to compile functionality.
-
- Aug 05, 2016
-
-
- Aug 04, 2016
-
-
Ondřej Surý authored
-
- Jul 20, 2016
-
-
Marek Vavrusa authored
this module is superseded by http module, removing
-
- Jun 30, 2016
-
-
Ondřej Surý authored
-
- May 27, 2016
-
-
Marek Vavrusa authored
-
- May 18, 2016
-
-
Marek Vavrusa authored
by default, build system attempts to use LMDB from the system. however if it's not found or the version is too old, it uses the built-in snapshot in contrib
-
- May 12, 2016
-
-
Ondřej Surý authored
-
- Mar 29, 2016
-
-
Marek Vavrusa authored
addition to previous generic socket activation fixes #11
-
- Dec 23, 2015
-
-
Marek Vavruša authored
-
- Dec 09, 2015
-
-
Marek Vavruša authored
this is needed to make sure it always compiles with PIC
-
- Dec 06, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this allows to override any dstdir variable without patching config.mk
-
- Dec 05, 2015
-
-
Marek Vavruša authored
if the root key file doesn’t exist, it will be populated from root DNSKEY query, which will be validated against root trust anchors retrieved over HTTPS with IANA cert verification against built-in current IANA cert CA. it requires luasocket and luasec for it to work. trust anchors XML file signature is not checked, as there’s no facility for PKCS7 checking yet.
-
- Nov 26, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Nov 25, 2015
-
-
Marek Vavruša authored
amalgamated build concatenates all files into a single .c file to allow compiler see all symbols and produce possibly smaller code. for binary distributions this is what you want, as it's faster but may consume more memory during compilation. it however cannot do incremental builds.
-
- Nov 24, 2015
-
-
Marek Vavruša authored
-
- Nov 17, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
the current Go doesn’t support c-shared on other architectures than amd64
-
- Oct 29, 2015
-
-
Marek Vavruša authored
-
- Oct 28, 2015
-
-
Marek Vavruša authored
-
- Oct 23, 2015
-
-
Marek Vavruša authored
-
- Oct 22, 2015
-
-
Marek Vavruša authored
-
- Oct 19, 2015
-
-
Marek Vavruša authored
-
- Oct 14, 2015
-
-
Marek Vavruša authored
-
- Oct 02, 2015
-
-
Marek Vavruša authored
same for LDFLAGS. this fixes common problem where CFLAGS after make was evaluated as a make variable and replaced the default, while before as env variable and was prepended to the default string. now they both behave as an env. variable
-
- Aug 04, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 31, 2015
-
-
Grigorii Demidov authored
-
- Jul 30, 2015
-
-
Grigorii Demidov authored
-
- Jul 15, 2015
-
-
Karel Slaný authored
-
- Jun 10, 2015
-
-
Marek Vavruša authored
the Redis backend supports UNIX, TCP and custom ports no real transactions nor iteration, but it’s not needed at the moment transactions keep replies in a freelist, which is purged on transaction commit / abort
-
- May 28, 2015
-
-
Marek Vavruša authored
-
- May 27, 2015
-
-
Marek Vavruša authored
memcached is a distributed caching system, it is a good fit for building resolvers with shared and replicated cache
-
- Apr 15, 2015
-
-
Karel Slaný authored
On FreeBSD the lua package was not detected. (Tested on 9.3 and 10.1).
-