summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-transaction.h
AgeCommit message (Expand)Author
2015-12-18resolved: propagate the DNSSEC result from the transaction to the query and t...Lennart Poettering
2015-12-18resolved: rename DNS_TRANSACTION_FAILURE → DNS_TRANSACTION_RCODE_FAILURELennart Poettering
2015-12-18resolved: add support NSEC3 proofs, as well as proofs for domains that are OK...Lennart Poettering
2015-12-18resolved: merge two bools into a bitfieldLennart Poettering
2015-12-18resolved: cache stringified transaction key once per transactionLennart Poettering
2015-12-11resolved: rework how and when the number of answer RRs to cache is determinedLennart Poettering
2015-12-10resolved: chase DNSKEY/DS RRs when doing look-ups with DNSSEC enabledLennart Poettering
2015-12-08resolved: add 'next_attempt_after' field to DnsTransactionDaniel Mack
2015-12-08resolved: short-cut jitter callbacks for LLMNR and mDNSDaniel Mack
2015-12-08resolved: add mDNS initial jitterDaniel Mack
2015-12-03resolved: add a concept of "authenticated" responsesLennart Poettering
2015-12-03resolved: add a simple trust anchor database as additional RR sourceLennart Poettering
2015-11-27resolved: fallback to TCP if UDP failsTom Gundersen
2015-11-27resolved: for a transaction, keep track where the answer data came fromLennart Poettering
2015-11-27resolved: store just the DnsAnswer instead of a DnsPacket as answer in DnsTra...Lennart Poettering
2015-11-25resolved: fully support DNS search domainsLennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-08-25resolved: rename DNS UDP socket to 'dns_udp_fd'Lennart Poettering
2015-08-21resolved: only maintain one question RR key per transactionLennart Poettering
2015-08-03resolved: transaction - increase number of retry attemptsTom Gundersen
2015-08-03resolved: transaction - exponentially increase retry timeoutsTom Gundersen
2015-07-27resolved: transaction - introduce dns_transaction_emit()Tom Gundersen
2015-07-27resolved: transaction - move DNS UDP socket creation to the scopeTom Gundersen
2015-07-27resloved: transaction - unify IPv4 and IPv6 socketsTom Gundersen
2015-07-14resolved: use one UDP socket per transactionTom Gundersen
2015-07-14resolved: pin the server used in a transactionTom Gundersen
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-08-05resolved: add 100ms initial jitter to all LLMNR requestsLennart Poettering
2014-07-31resolved: implement LLMNR uniqueness verificationLennart Poettering