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-cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
resolved: dump cache and zone contents to syslog on SIGUSR1
Lennart Poettering
2015-08-26
1
-0
/
+51
*
resolved: allow dns_cache_put() without a question
Daniel Mack
2015-08-25
1
-9
/
+21
*
resolved: only maintain one question RR key per transaction
Lennart Poettering
2015-08-21
1
-58
/
+47
*
resolved: add reference to negative caching RFC
Lennart Poettering
2015-08-21
1
-0
/
+4
*
resolved: rework synthesizing logic
Lennart Poettering
2015-08-21
1
-4
/
+4
*
resolved: cache - add more detailed cache debug logging
Tom Gundersen
2015-08-17
1
-4
/
+60
*
resolved: cache - use clock_boottime_or_monotonic()
Tom Gundersen
2015-08-03
1
-2
/
+2
*
resolved: fix crash when shutting down
Lennart Poettering
2015-05-18
1
-5
/
+2
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-1
/
+1
*
resolved: implement full LLMNR conflict detection logic
Lennart Poettering
2014-08-11
1
-5
/
+72
*
resolved: properly check return value of dns_resource_record_equal()
Lennart Poettering
2014-08-11
1
-1
/
+1
*
resolved: don't bother caching negative RRs when the SOA TTL is 0 anyway
Lennart Poettering
2014-08-01
1
-0
/
+2
*
resolved: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC when aging caches and...
Lennart Poettering
2014-08-01
1
-2
/
+2
*
resolved: properly handle adding empty replies to cache
Lennart Poettering
2014-07-30
1
-1
/
+5
*
resolved: never cache ANY lookups
Lennart Poettering
2014-07-30
1
-0
/
+18
*
resolved: only cache answer RRs, never additional or authoritative RRs of res...
Lennart Poettering
2014-07-30
1
-2
/
+2
*
resolve: add llmnr responder side for UDP and TCP
Lennart Poettering
2014-07-29
1
-3
/
+24
*
resolved: implement negative caching
Lennart Poettering
2014-07-23
1
-91
/
+195
*
resolved: rework logic so that we can share transactions between queries of d...
Lennart Poettering
2014-07-23
1
-74
/
+70
*
resolved: various bad memory access fixes to the cache
Lennart Poettering
2014-07-18
1
-4
/
+15
*
resolved: add DNS cache
Lennart Poettering
2014-07-17
1
-0
/
+341