index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
/
resolved-dns-transaction.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
resolved: when a server consistently returns SERVFAIL, try another one
Lennart Poettering
2017-12-12
1
-0
/
+2
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
resolved: extend various timeouts
Lennart Poettering
2017-02-17
1
-1
/
+1
*
resolved: implement mDNS probing and announcement
Dmitry Rozhkov
2017-01-19
1
-1
/
+13
*
resolved: directly include some required headers instead of inheriting
David Michael
2016-09-01
1
-0
/
+2
*
Merge pull request #3594 from poettering/resolved-servfail
Martin Pitt
2016-06-24
1
-0
/
+3
|
\
|
*
resolved: rework SERVFAIL handling
Lennart Poettering
2016-06-23
1
-0
/
+3
*
|
resolved: when using the ResolveRecord() bus call, adjust TTL for caching time
Lennart Poettering
2016-06-21
1
-0
/
+2
|
/
*
resolved: fix notification iteration logic when transactions are completed
Lennart Poettering
2016-02-22
1
-3
/
+3
*
Use provided buffer in dns_resource_key_to_string
Zbigniew Jędrzejewski-Szmek
2016-02-17
1
-3
/
+0
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
resolved: replace DNS_TRANSACTION_RESOURCES by DNS_TRANSACTION_ERRNO
Lennart Poettering
2016-01-25
1
-1
/
+2
*
resolved: properly handle LLMNR/TCP connection errors
Lennart Poettering
2016-01-25
1
-0
/
+1
*
resolve: generate a nice clean error when clients try to resolve a name when ...
Lennart Poettering
2016-01-25
1
-0
/
+1
*
resolved: rename DnsTransaction's current_features field to current_feature_l...
Lennart Poettering
2016-01-11
1
-1
/
+1
*
resolved: don't attempt to send queries for DNSSEC RR types to servers not su...
Lennart Poettering
2016-01-11
1
-0
/
+1
*
resolved: when we get a TCP connection failure, try again
Lennart Poettering
2016-01-11
1
-1
/
+0
*
resolved: when caching negative responses, honour NSEC/NSEC3 TTLs
Lennart Poettering
2016-01-05
1
-0
/
+1
*
resolved: explicitly handle case when the trust anchor is empty
Lennart Poettering
2016-01-04
1
-0
/
+1
*
resolved: block transaction GC'ing while dns_transaction_request_dnssec_keys(...
Lennart Poettering
2016-01-04
1
-1
/
+1
*
resolved: add dns_transaction_close_connection()
Lennart Poettering
2015-12-27
1
-3
/
+4
*
resolved: remember explicitly whether we already tried a stream connection
Lennart Poettering
2015-12-27
1
-0
/
+2
*
resolved: generate an explicit transaction error when we cannot reach server ...
Lennart Poettering
2015-12-26
1
-0
/
+1
*
resolved: propagate the DNSSEC result from the transaction to the query and t...
Lennart Poettering
2015-12-18
1
-1
/
+1
*
resolved: rename DNS_TRANSACTION_FAILURE → DNS_TRANSACTION_RCODE_FAILURE
Lennart Poettering
2015-12-18
1
-1
/
+1
*
resolved: add support NSEC3 proofs, as well as proofs for domains that are OK...
Lennart Poettering
2015-12-18
1
-2
/
+11
*
resolved: merge two bools into a bitfield
Lennart Poettering
2015-12-18
1
-2
/
+2
*
resolved: cache stringified transaction key once per transaction
Lennart Poettering
2015-12-18
1
-0
/
+3
*
resolved: rework how and when the number of answer RRs to cache is determined
Lennart Poettering
2015-12-11
1
-0
/
+1
*
resolved: chase DNSKEY/DS RRs when doing look-ups with DNSSEC enabled
Lennart Poettering
2015-12-10
1
-3
/
+26
*
resolved: add 'next_attempt_after' field to DnsTransaction
Daniel Mack
2015-12-08
1
-0
/
+1
*
resolved: short-cut jitter callbacks for LLMNR and mDNS
Daniel Mack
2015-12-08
1
-1
/
+2
*
resolved: add mDNS initial jitter
Daniel Mack
2015-12-08
1
-0
/
+4
*
resolved: add a concept of "authenticated" responses
Lennart Poettering
2015-12-03
1
-0
/
+1
*
resolved: add a simple trust anchor database as additional RR source
Lennart Poettering
2015-12-03
1
-0
/
+1
*
resolved: fallback to TCP if UDP fails
Tom Gundersen
2015-11-27
1
-0
/
+3
*
resolved: for a transaction, keep track where the answer data came from
Lennart Poettering
2015-11-27
1
-1
/
+14
*
resolved: store just the DnsAnswer instead of a DnsPacket as answer in DnsTra...
Lennart Poettering
2015-11-27
1
-2
/
+3
*
resolved: fully support DNS search domains
Lennart Poettering
2015-11-25
1
-3
/
+4
*
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-18
1
-2
/
+2
*
resolved: rename DNS UDP socket to 'dns_udp_fd'
Lennart Poettering
2015-08-25
1
-3
/
+3
*
resolved: only maintain one question RR key per transaction
Lennart Poettering
2015-08-21
1
-2
/
+2
*
resolved: transaction - increase number of retry attempts
Tom Gundersen
2015-08-03
1
-1
/
+1
*
resolved: transaction - exponentially increase retry timeouts
Tom Gundersen
2015-08-03
1
-7
/
+1
*
resolved: transaction - introduce dns_transaction_emit()
Tom Gundersen
2015-07-27
1
-2
/
+0
*
resolved: transaction - move DNS UDP socket creation to the scope
Tom Gundersen
2015-07-27
1
-1
/
+1
*
resloved: transaction - unify IPv4 and IPv6 sockets
Tom Gundersen
2015-07-27
1
-7
/
+3
*
resolved: use one UDP socket per transaction
Tom Gundersen
2015-07-14
1
-0
/
+9
*
resolved: pin the server used in a transaction
Tom Gundersen
2015-07-14
1
-0
/
+3
[next]