aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Cache to minidnsFlorian Schmaus2014-06-123-43/+76
|
* Log IOExceptionFlorian Schmaus2014-06-081-0/+1
|
* Remove printStackTrace() callsFlorian Schmaus2014-06-081-2/+3
| | | | it's hard to assign those an app in the Android log. Better to use JUL.
* Close DatagramSocket using try-with-resourcesFlorian Schmaus2014-06-081-11/+12
|
* Make minidns Android agnosticFlorian Schmaus2014-06-0811-0/+1473
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.