Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-06-23 | Add missing javadoc / missing getter (getTTL) | Rene Treffer | 1 | -2/+6 |
2014-06-13 | Switch to deticated DNSCache interface + reference LRU implementation. | Rene Treffer | 1 | -72/+14 |
2014-06-12 | Simplify cache and extend cache operations. | Rene Treffer | 1 | -9/+78 |
2014-06-12 | Add Cache to minidns | Florian Schmaus | 1 | -14/+29 |
2014-06-08 | Log IOException | Florian Schmaus | 1 | -0/+1 |
2014-06-08 | Remove printStackTrace() calls | Florian Schmaus | 1 | -2/+3 |
2014-06-08 | Close DatagramSocket using try-with-resources | Florian Schmaus | 1 | -11/+12 |
2014-06-08 | Make minidns Android agnostic | Florian Schmaus | 1 | -7/+6 |
2014-04-03 | Allow querying specific dns server by name/ip and port | Rene Treffer | 1 | -3/+44 |
2014-04-02 | Try various ways to get the dns settings | Rene Treffer | 1 | -1/+90 |