aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing source/javadoc archivesRene Treffer2014-06-231-2/+2
|
* Prepare 0.1.0 snapshotRene Treffer2014-06-221-111/+55
|
* Simplify cache and extend cache operations.Rene Treffer2014-06-121-7/+0
| | | | | | | Remove the external cache dependency and use a simple LRU based on LinkedHashMap. Make it possible to get the parse time of DNSMessage, which means we can evaluate the TTL later on :-)
* Add Cache to minidnsFlorian Schmaus2014-06-121-0/+12
|
* Make minidns Android agnosticFlorian Schmaus2014-06-081-31/+123
| | | | | | there is really no need for minidns to be Android exclusive. Replacing the Android log API with JUL make minidns available for Android and Java SE.
* AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19)Rene Treffer2014-04-031-1/+1
|
* Initial commitRene Treffer2014-04-021-0/+34