summaryrefslogtreecommitdiffstats
path: root/runtime/dnscache.c
Commit message (Collapse)AuthorAgeFilesLines
* dnscache: bugfix, potentially grabagge data accessedRainer Gerhards2011-06-071-4/+6
| | | | This was a bug of the new implementation, never released code.
* added upper limit on # of dns cache entries to prevent DoSRainer Gerhards2011-06-071-2/+59
|
* added a first implementation of a DNS name cacheRainer Gerhards2011-06-061-0/+295
this still has a couple of weaknesses, like no size limit, no expiration of entries, suboptimal algorithms -- but it should perform better than what we had previously. Implementation will be improved based on feedback during the next couple of releases