Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log IOException | Florian Schmaus | 2014-06-08 | 1 | -0/+1 |
| | |||||
* | Remove printStackTrace() calls | Florian Schmaus | 2014-06-08 | 1 | -2/+3 |
| | | | | it's hard to assign those an app in the Android log. Better to use JUL. | ||||
* | Close DatagramSocket using try-with-resources | Florian Schmaus | 2014-06-08 | 1 | -11/+12 |
| | |||||
* | Make minidns Android agnostic | Florian Schmaus | 2014-06-08 | 11 | -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. |