aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow mdns multicast / unicast reply queriesRene Treffer2014-07-301-2/+18
|
* Remove System.out codeRene Treffer2014-07-301-2/+6
|
* Add parsing for mdns QU records (RFC6762)Rene Treffer2014-07-231-1/+15
|
* Better / more verbose toStringRene Treffer2014-07-232-1/+9
|
* Add TXT recordRene Treffer2014-07-232-1/+74
|
* Add PTR record parsingRene Treffer2014-07-223-1/+24
|
* Add missing javadoc / missing getter (getTTL)Rene Treffer2014-06-234-5/+18
|
* Prepare 0.1.0 snapshotRene Treffer2014-06-222-3/+3
|
* Add missing javadoc and review new codeRene Treffer2014-06-2210-7/+205
|
* Make sure we initialize big enough if s.o. chooses small valuesRene Treffer2014-06-131-1/+1
|
* Switch to deticated DNSCache interface + reference LRU implementation.Rene Treffer2014-06-133-72/+165
|
* Simplify cache and extend cache operations.Rene Treffer2014-06-122-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 minidnsFlorian Schmaus2014-06-123-43/+76
|
* Log IOExceptionFlorian Schmaus2014-06-081-0/+1
|
* Remove printStackTrace() callsFlorian Schmaus2014-06-081-2/+3
| | | | it's hard to assign those an app in the Android log. Better to use JUL.
* Close DatagramSocket using try-with-resourcesFlorian Schmaus2014-06-081-11/+12
|
* Make minidns Android agnosticFlorian Schmaus2014-06-0811-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.