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-zone.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
resolve: check that bus is ready before emitting signal or property change
Yu Watanabe
2021-05-08
1
-1
/
+1
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-4
/
+3
*
resolved: add support for answering DNSSEC questions on the stub
Lennart Poettering
2021-02-09
1
-2
/
+5
*
resolved: add RRSIG field to DnsAnswerItem
Lennart Poettering
2021-02-09
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
resolved: use structured initialization everywhere
Lennart Poettering
2020-10-28
1
-4
/
+6
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-4
/
+2
*
tree-wide: use set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-5
/
+1
*
resolved: introduce dns_transaction_gcp()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-12
/
+7
*
resolved: Break include cycles
Daan De Meyer
2020-05-07
1
-0
/
+1
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-6
/
+3
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
resolved: don't check conflicts for DNS-SD enumeration RRs
Dmitry Rozhkov
2017-12-08
1
-0
/
+4
*
resolved: implement D-Bus API for DNS-SD
Dmitry Rozhkov
2017-12-08
1
-0
/
+3
*
resolved: detect and handle mDNS race condition upon probing
Dmitry Rozhkov
2017-12-08
1
-1
/
+1
*
resolved: set cache-flush bit on mDNS responses
Dmitry Rozhkov
2017-12-08
1
-2
/
+20
*
resolved: make rfc4795-specific code run for LLMNR only
Dmitry Rozhkov
2017-12-08
1
-2
/
+4
*
resolved: announce DNS-SD records in mDNS scopes
Dmitry Rozhkov
2017-12-08
1
-0
/
+17
*
resolved: put DNS-SD records to mDNS-enabled zones.
Dmitry Rozhkov
2017-12-08
1
-0
/
+16
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
resolved: implement mDNS probing and announcement
Dmitry Rozhkov
2017-01-19
1
-0
/
+1
*
resolved: make sure we initialize the ifindex of direct zone answers properly
Lennart Poettering
2016-06-14
1
-5
/
+8
*
resolved: fix notification iteration logic when transactions are completed
Lennart Poettering
2016-02-22
1
-0
/
+5
*
Replace DNS_RESOURCE_KEY_NAME with a version which always returns "." for root
Zbigniew Jędrzejewski-Szmek
2016-02-17
1
-17
/
+17
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
resolved: internalize string buffer of dns_resource_record_to_string()
Lennart Poettering
2015-12-26
1
-15
/
+6
*
resolved: make use of dns_{class|type}_is_{pseudo|valid_rr}() everywhere
Lennart Poettering
2015-12-18
1
-2
/
+2
*
resolved: add support NSEC3 proofs, as well as proofs for domains that are OK...
Lennart Poettering
2015-12-18
1
-2
/
+2
*
resolved: chase DNSKEY/DS RRs when doing look-ups with DNSSEC enabled
Lennart Poettering
2015-12-10
1
-6
/
+6
*
resolved: optionally, allocate DnsResourceKey objects on the stack
Lennart Poettering
2015-12-03
1
-6
/
+7
*
resolved: fully support DNS search domains
Lennart Poettering
2015-11-25
1
-2
/
+2
*
resolved: simplify dns zone logic: take a single key when looking up entries
Lennart Poettering
2015-11-18
1
-126
/
+119
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-3
/
+3
*
tree-wide: take benefit of the fact that hashmap_free() returns NULL
Lennart Poettering
2015-09-09
1
-5
/
+2
*
resolved: dump cache and zone contents to syslog on SIGUSR1
Lennart Poettering
2015-08-26
1
-0
/
+37
*
resolved: only maintain one question RR key per transaction
Lennart Poettering
2015-08-21
1
-12
/
+2
*
resolved: rework synthesizing logic
Lennart Poettering
2015-08-21
1
-3
/
+3
*
resolve: move dns routines into shared
Nick Owens
2015-06-10
1
-1
/
+1
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-3
/
+3
*
resolved: initialize counter
Thomas Hindoe Paaboel Andersen
2014-08-12
1
-2
/
+2
*
resolved: actually, the peer with the lower IP address wins conflicts
Lennart Poettering
2014-08-11
1
-3
/
+3
*
resolved: make sure we don't mark the wrong zone RRs conflicting
Lennart Poettering
2014-08-11
1
-1
/
+1
*
resolved: be a bit more communicative about conflicts
Lennart Poettering
2014-08-11
1
-2
/
+9
[next]