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-query.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
resolved: rr - introduce dns_resource_key_new_redirect()
Tom Gundersen
2015-09-16
1
-2
/
+2
*
resolved: remove duplicate handling of "no servers" query result
Lennart Poettering
2015-08-24
1
-6
/
+2
*
resolved: always split up questions into per-RR transactions
Lennart Poettering
2015-08-21
1
-14
/
+6
*
resolved: only maintain one question RR key per transaction
Lennart Poettering
2015-08-21
1
-14
/
+2
*
resolved: rework synthesizing logic
Lennart Poettering
2015-08-21
1
-57
/
+317
*
resolved: locally synthesize replies for "localhost"
Lennart Poettering
2015-08-14
1
-1
/
+165
*
tree-wide: get rid of a few more explicit bus parameters
Lennart Poettering
2015-04-29
1
-2
/
+2
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-2
/
+2
*
resolved: allow passing on which protocol, family and interface to look somet...
Lennart Poettering
2014-08-14
1
-3
/
+9
*
resolved: destroy outstanding queries if the clients that initiated them die
Lennart Poettering
2014-08-11
1
-0
/
+31
*
resolved: never reuse transactions for probing that are already completed bas...
Lennart Poettering
2014-08-05
1
-1
/
+1
*
resolved: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC when aging caches and...
Lennart Poettering
2014-08-01
1
-1
/
+6
*
resolved: implement LLMNR uniqueness verification
Lennart Poettering
2014-07-31
1
-558
/
+51
*
resolved: when we got a successful DNS reply, then only wait for other transa...
Lennart Poettering
2014-07-30
1
-7
/
+28
*
resolved: follow more closely the recommend timeouts and TTLs from the LLMNR ...
Lennart Poettering
2014-07-30
1
-4
/
+29
*
resolved: only cache answer RRs, never additional or authoritative RRs of res...
Lennart Poettering
2014-07-30
1
-1
/
+2
*
resolved: the llmnr destination address check applies to queries, not to resp...
Lennart Poettering
2014-07-29
1
-11
/
+0
*
resolved: add more debug logging
Lennart Poettering
2014-07-29
1
-0
/
+27
*
resolved: discard more invalid llmnr messages
Lennart Poettering
2014-07-29
1
-0
/
+9
*
resolved: when resolving an address PTR record via llmnr, make a tcp connecti...
Lennart Poettering
2014-07-29
1
-6
/
+44
*
resolve: add llmnr responder side for UDP and TCP
Lennart Poettering
2014-07-29
1
-110
/
+82
*
resolved: most DNS servers can't handle more than one question per packet, he...
Lennart Poettering
2014-07-23
1
-29
/
+95
*
resolved: implement negative caching
Lennart Poettering
2014-07-23
1
-10
/
+24
*
resolved: rework logic so that we can share transactions between queries of d...
Lennart Poettering
2014-07-23
1
-216
/
+173
*
resolved: add LLMNR support for looking up names
Lennart Poettering
2014-07-18
1
-6
/
+28
*
resolved: add DNS cache
Lennart Poettering
2014-07-17
1
-64
/
+166
*
resolved: enforce limit on concurrent outstanding queries
Lennart Poettering
2014-07-17
1
-1
/
+8
*
resolved: add CNAME lookup support
Lennart Poettering
2014-07-16
1
-70
/
+177
*
resolved: support for TCP DNS queries
Lennart Poettering
2014-07-16
1
-39
/
+231
*
resolve: add distinct bus error code for hosts that exist but lack A or AAAA ...
Lennart Poettering
2014-07-16
1
-6
/
+3
*
resolved: add a DNS client stub resolver
Lennart Poettering
2014-07-16
1
-0
/
+408
[prev]