- Jun 07, 2015
-
-
Marek Vavruša authored
the cache_peek() api was reworked to return an error code instead, from this the caller can tell whether the record is present (but expired) or missing. this save a secondary CNAME lookup in case the original record was just expired
-
- Jun 04, 2015
-
-
Marek Vavruša authored
-
- Jun 01, 2015
-
-
Grigorii Demidov authored
-
- May 29, 2015
-
-
Grigorii Demidov authored
-
- May 27, 2015
-
-
Marek Vavruša authored
this prepares cache/txn structures to hold API as well, so we can get rid of the global api
-
- May 03, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
the pktcache introduces two cache tags PKT/SEC for basic/DNSSEC responses and stores negative answers in the cache
-
- May 02, 2015
-
-
Marek Vavruša authored
the api is still a global variable, but it would be the best if the namedb_t carried the pointer to the api, so it needs to change in libknot later
-
Marek Vavruša authored
each asset is tagged by a byte defining its type and importance this is a groundwork for negative cache and packet cache abstracted the code in preparation for different backends
-
- Apr 22, 2015
-
-
Marek Vavruša authored
-
- Apr 10, 2015
-
-
Karel Slaný authored
-
- Mar 20, 2015
-
-
Marek Vavruša authored
-
- Mar 19, 2015
-
-
Marek Vavruša authored
-
- Mar 18, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Feb 02, 2015
-
-
Marek Vavruša authored
-
- Dec 31, 2014
-
-
Marek Vavruša authored
The pruning is going to be a little tricky with the db, as of now first query that fills up cache to the brim clears it.
-
- Dec 30, 2014
-
-
Marek Vavruša authored
-
- Dec 29, 2014
-
-
Marek Vavruša authored
- removed excess copies in query, cache time tracking - simple insert/replace semantics - zero-copy query if TTL recalculation is not needed - doc
-
- Sep 04, 2014
-
-
Marek Vavruša authored
this is a little hacked, I'd like to do list of nested transactions later and short-lived read transactions.
-
- Aug 29, 2014
-
-
Marek Vavruša authored
-
- Aug 27, 2014
-
-
Marek Vavruša authored
TODO: pruning, better removal, periodic cleanup, configuration
-
- Aug 08, 2014
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Aug 05, 2014
-
-
Marek Vavruša authored
-
- Aug 04, 2014
-
-
Marek Vavruša authored
-
- Jul 31, 2014
-
-
Marek Vavruša authored
-