- Jun 30, 2016
-
-
Ondřej Surý authored
-
- Jun 16, 2016
-
-
Marek Vavrusa authored
-
- May 20, 2016
-
-
Marek Vavrusa authored
this change introduces new API for cache backends, that is a subset of knot_db_api_t from libknot with several cache-specific operations major changes are: * merged 'cachectl' module into 'cache' as it is 99% default-on and it simplifies things * not transaction oriented, transactions may be reused and cached for higher performance * scatter/gather API, this is important for latency and performance of non-local backends like Redis * faster and reliable cache clearing * cache-specific operations (prefix scan, ...) in the API not hacked in * simpler code for both backends and caller
-
- Apr 15, 2016
-
-
Marek Vavrusa authored
-
- Mar 29, 2016
-
-
Marek Vavrusa authored
-
- Mar 10, 2016
-
-
Marek Vavrusa authored
-
- Dec 17, 2015
-
-
Marek Vavruša authored
-
- Dec 10, 2015
-
-
Marek Vavruša authored
* PIE,RELRO+NOW and other security features enabled * support for both static/dynamic builds with BUILDMODE * dynamic library is ABI-versioned, starting at 1 * pkg-config file is installed
-
- Dec 09, 2015
-
-
Marek Vavruša authored
this is needed to make sure it always compiles with PIC
-
Marek Vavruša authored
-
- Dec 06, 2015
-
-
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 24, 2015
-
-
Marek Vavruša authored
-
- Nov 17, 2015
-
-
Marek Vavruša authored
-
- Oct 18, 2015
-
-
Marek Vavruša authored
-
- Oct 14, 2015
-
-
Marek Vavruša authored
validator can now yield, but it doesn't plan the sub-requests directly, that is still a job of the driver
-
- 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
-
- Sep 28, 2015
-
-
Marek Vavruša authored
-
- Jun 07, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
also some cleanup and version bump to Q2
-
Marek Vavruša authored
-
- May 18, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Apr 28, 2015
-
-
Marek Vavruša authored
previously cryptolib random function was used to generate message id, this works well but it is slow especially when the entropy is low, replaced with cryptographically safe prng ISAAC the ccan directory is going to be used in the future, as it's include structure makes it easy to embed C snippets instead of reimplementing them
-
- Apr 08, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Mar 29, 2015
-
-
Marek Vavruša authored
interface split to ‘map’ and ‘set’ added documentation array: added array_tail() operation
-
- Mar 27, 2015
-
-
Marek Vavruša authored
the build system now doesn't always relink targets
-
- Mar 18, 2015
-
-
Marek Vavruša authored
-
- Feb 23, 2015
-
-
Marek Vavruša authored
-
- Feb 09, 2015
-
-
Marek Vavruša authored
-