aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/measite/minidns/Client.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing javadoc / missing getter (getTTL)Rene Treffer2014-06-231-2/+6
* Switch to deticated DNSCache interface + reference LRU implementation.Rene Treffer2014-06-131-72/+14
* Simplify cache and extend cache operations.Rene Treffer2014-06-121-9/+78
* Add Cache to minidnsFlorian Schmaus2014-06-121-14/+29
* Log IOExceptionFlorian Schmaus2014-06-081-0/+1
* Remove printStackTrace() callsFlorian Schmaus2014-06-081-2/+3
* Close DatagramSocket using try-with-resourcesFlorian Schmaus2014-06-081-11/+12
* Make minidns Android agnosticFlorian Schmaus2014-06-081-0/+290