Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 17 | -146/+130 |
| | | | | | | 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. | ||||
* | Add gitignore | Rene Treffer | 2014-04-13 | 1 | -0/+106 |
| | |||||
* | Allow querying specific dns server by name/ip and port | Rene Treffer | 2014-04-03 | 1 | -3/+44 |
| | |||||
* | Fix name in build.xml | Rene Treffer | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19) | Rene Treffer | 2014-04-03 | 2 | -2/+2 |
| | |||||
* | Fix negative jump targets | Rene Treffer | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Add an IDN equals method to check names | Rene Treffer | 2014-04-03 | 1 | -0/+14 |
| | |||||
* | Export the record name | Rene Treffer | 2014-04-03 | 1 | -0/+4 |
| | |||||
* | Try various ways to get the dns settings | Rene Treffer | 2014-04-02 | 1 | -1/+90 |
| | |||||
* | Initial commit | Rene Treffer | 2014-04-02 | 21 | -0/+2173 |