Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify cache and extend cache operations. | Rene Treffer | 2014-06-12 | 1 | -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 minidns | Florian Schmaus | 2014-06-12 | 1 | -0/+12 |
| | |||||
* | Make minidns Android agnostic | Florian Schmaus | 2014-06-08 | 1 | -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 Treffer | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Initial commit | Rene Treffer | 2014-04-02 | 1 | -0/+34 |