summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-question.c
Commit message (Expand)AuthorAgeFilesLines
* resolved: add dns_question_merge() helperLennart Poettering2022-09-301-0/+58
* resolved: add flags to DnsQuestion itemsSergey Bugaev2021-03-311-40/+63
* resolved: add helper for dumping DnsQuestion, similar to what we have for Dns...Lennart Poettering2021-03-151-0/+18
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* resolved: put size limit in DnsAnswer size to UINT16_MAXLennart Poettering2020-11-031-1/+2
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* resolved: use a temporary Set to speed up dns question parsingZbigniew Jędrzejewski-Szmek2019-03-041-7/+15
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-271-23/+8
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-8/+8
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-8/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* resolved: allow resolution of names which libidn2 considers invalid (#6315)Zbigniew Jędrzejewski-Szmek2017-07-111-1/+7
* resolved: support libidn2 in addition to libidnZbigniew Jędrzejewski-Szmek2017-05-111-4/+4
* Replace DNS_RESOURCE_KEY_NAME with a version which always returns "." for rootZbigniew Jędrzejewski-Szmek2016-02-161-5/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* resolved: never consider following a CNAME/DNAME chain for a CNAME/DNAME lookupLennart Poettering2016-01-181-1/+8
* resolved: rework IDNA logicLennart Poettering2016-01-181-18/+69
* resolved: minor optimization for dns_question_is_equal()Lennart Poettering2016-01-181-0/+3
* resolved: be slightly stricter when validating DnsQuestionLennart Poettering2016-01-181-4/+10
* resolved: make key argument of dns_question_contains() constLennart Poettering2016-01-181-1/+1
* resolved: cache - do negative caching only on the canonical nameTom Gundersen2015-12-101-1/+1
* resolved: fully support DNS search domainsLennart Poettering2015-11-251-4/+4
* resolved: don't claim DnsQuestion have to have the same namesLennart Poettering2015-11-251-3/+5
* resolved: implement client-side DNAME resolutionLennart Poettering2015-11-241-1/+17
* question: drop dns_question_is_superset() which we don't use anymoreLennart Poettering2015-11-241-44/+0
* resolved: add ResolveService() bus call for resolving SRV and DNS-SD servicesLennart Poettering2015-11-231-0/+126
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* resolved: rr - introduce dns_resource_key_new_redirect()Tom Gundersen2015-09-161-4/+4
* resolved: only maintain one question RR key per transactionLennart Poettering2015-08-211-39/+0
* resolved: make DnsQuestion logic handle NULL arrays as empty arraysLennart Poettering2015-08-211-13/+40
* resolved: compare dns question arrays properlyLennart Poettering2015-07-281-0/+40
* resolve: move dns routines into sharedNick Owens2015-06-101-1/+1
* resolved: fix cname handlingLennart Poettering2014-07-301-2/+4
* resolved: when resolving an address PTR record via llmnr, make a tcp connecti...Lennart Poettering2014-07-291-0/+35
* resolved: implement negative cachingLennart Poettering2014-07-231-0/+11
* resolved: rework logic so that we can share transactions between queries of d...Lennart Poettering2014-07-231-0/+226