summaryrefslogtreecommitdiff
path: root/src/resolve-host/resolve-host.c
AgeCommit message (Expand)Author
2016-01-25resolve: rename "systemd-resolve-host" tool to simply "systemd-resolve"Lennart Poettering
2016-01-19resolve-host: support --interface= as long form for -iLennart Poettering
2016-01-19resolve-host: show whether DNSSEC is supported or not in --statistics outputLennart Poettering
2016-01-19resolve-host: also show mDNS as source of resolvingLennart Poettering
2016-01-03resolve: add RFC4501 URI support to systemd-resolve-hostLennart Poettering
2015-12-28Merge pull request #2231 from phomes/resolve-misc2Tom Gundersen
2015-12-28resolve-host: log RR parsing errorsLennart Poettering
2015-12-28resolve-host: add error checkingThomas Hindoe Paaboel Andersen
2015-12-26resolved: gather statistics about resolved namesLennart Poettering
2015-12-26resolved: internalize string buffer of dns_resource_record_to_string()Lennart Poettering
2015-12-26resolve-host: propagate error properlyLennart Poettering
2015-12-18resolved: rework mDNS cache-flush bit handlingLennart Poettering
2015-12-18resolved: move DNS class utilities to dns-type.c and add more helpersLennart Poettering
2015-12-03resolved: add a concept of "authenticated" responsesLennart Poettering
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-25resolved: fully support DNS search domainsLennart Poettering
2015-11-23resolved: add ResolveService() bus call for resolving SRV and DNS-SD servicesLennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-03parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-08-24resolve-host: support parsing numeric interface namesLennart Poettering
2015-08-21resolve-host: Minor wording improvementLennart Poettering
2015-08-21resolved: when passing RRs across the bus, make sure not to use name compressionLennart Poettering
2015-08-21resolved: rework synthesizing logicLennart Poettering
2015-08-16resolve-host: print RTTTom Gundersen
2015-08-16resolve-host: enable auto start of resolvedLennart Poettering
2015-07-09resolve-host: enable dbus-activationDavid Herrmann
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-08-20cmdline: for new tools avoid introduce new negative switches, and properly al...Lennart Poettering
2014-08-14resolved: allow passing on which protocol, family and interface to look somet...Lennart Poettering
2014-08-04resolve-host: properly align long arguments in help textLennart Poettering
2014-08-04bus: always explicitly close bus from main programsLennart Poettering
2014-08-03resolve-host: fix missed search&replaceZbigniew Jędrzejewski-Szmek
2014-08-03resolve-host: make arg_type an intZbigniew Jędrzejewski-Szmek
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-08-03resolve-host: use correct format specifierThomas Hindoe Paaboel Andersen
2014-07-31resolve-host: list types and classesZbigniew Jędrzejewski-Szmek
2014-07-30resolved: add API for resolving specific RRsLennart Poettering
2014-07-30resolve-host: add reverse lookup supportLennart Poettering
2014-07-30resolve-host: use the usual log message when encountering a dbus parse failureLennart Poettering
2014-07-30resolved: add tool to query resolvedZbigniew Jędrzejewski-Szmek