aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-12Add Cache to minidnsFlorian Schmaus3-43/+76
2014-06-08Log IOExceptionFlorian Schmaus1-0/+1
2014-06-08Remove printStackTrace() callsFlorian Schmaus1-2/+3
it's hard to assign those an app in the Android log. Better to use JUL.
2014-06-08Close DatagramSocket using try-with-resourcesFlorian Schmaus1-11/+12
2014-06-08Make minidns Android agnosticFlorian Schmaus11-7/+6
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.
2014-04-03Allow querying specific dns server by name/ip and portRene Treffer1-3/+44
2014-04-03Fix negative jump targetsRene Treffer1-1/+1
2014-04-03Add an IDN equals method to check namesRene Treffer1-0/+14
2014-04-03Export the record nameRene Treffer1-0/+4
2014-04-02Try various ways to get the dns settingsRene Treffer1-1/+90