Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure we initialize big enough if s.o. chooses small values | Rene Treffer | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | Switch to deticated DNSCache interface + reference LRU implementation. | Rene Treffer | 2014-06-13 | 3 | -72/+165 |
| | |||||
* | Simplify cache and extend cache operations. | Rene Treffer | 2014-06-12 | 2 | -9/+92 |
| | | | | | | | 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 | 3 | -43/+76 |
| | |||||
* | 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 | -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. | ||||
* | Allow querying specific dns server by name/ip and port | Rene Treffer | 2014-04-03 | 1 | -3/+44 |
| | |||||
* | 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 | 11 | -0/+1326 |