summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-stream.h
Commit message (Collapse)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* resolved: rename resolved.h to resolved-manager.hLennart Poettering2014-08-01
| | | | | After all it pretty much exlcusively containers definitions about the "Manager" object, hence let's call this the most obvious way.
* resolved: implement LLMNR uniqueness verificationLennart Poettering2014-07-31
|
* resolved: when resolving an address PTR record via llmnr, make a tcp ↵Lennart Poettering2014-07-29
| | | | connection by default
* resolve: add llmnr responder side for UDP and TCPLennart Poettering2014-07-29
Name defending is still missing.