index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
/
resolved-etc-hosts.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-17
1
-1
/
+1
*
resolved: add RRSIG field to DnsAnswerItem
Lennart Poettering
2021-02-09
1
-2
/
+2
*
resolved: beef up logic for suppressing "localhost" entry in /etc/hosts
Lennart Poettering
2020-12-03
1
-4
/
+91
*
resolved: use stat_inode_unmodified() to detect /etc/hosts changes
Lennart Poettering
2020-12-03
1
-9
/
+5
*
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
-2
/
+4
*
resolved: fix memleak on duplicate host lines in /etc/hosts
Zbigniew Jędrzejewski-Szmek
2020-06-24
1
-2
/
+1
*
tree-wide: use set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-5
/
+1
*
tree-wide: use "hostname" spelling everywhere
Zbigniew Jędrzejewski-Szmek
2020-04-21
1
-2
/
+2
*
resolve: reload /etc/hosts on inode change
Giedrius Statkevičius
2020-04-03
1
-2
/
+7
*
util-lib: move things that parse ifnames to shared/
Zbigniew Jędrzejewski-Szmek
2020-01-11
1
-0
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+4
*
Remove 'inline' attributes from static functions in .c files (#11426)
Topi Miettinen
2019-01-15
1
-2
/
+2
*
resolve: reject host names with leading or trailing dashes in /etc/hosts
Zbigniew Jędrzejewski-Szmek
2018-12-10
1
-1
/
+1
*
resolved: rework parsing of /etc/hosts
Zbigniew Jędrzejewski-Szmek
2018-12-10
1
-19
/
+22
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-8
/
+8
*
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
*
resolved-etc-hosts: FOREACH_LINE excorcism
Lennart Poettering
2018-10-18
1
-3
/
+10
*
resolved: change error handling for manager_etc_hosts_read()
Zbigniew Jędrzejewski-Szmek
2018-08-01
1
-7
/
+3
*
resolved: keep addresses mapped to ::0 in a separate set
Zbigniew Jędrzejewski-Szmek
2018-08-01
1
-21
/
+35
*
test-resolved-etc-hosts: add tests for /etc/hosts parsing
Zbigniew Jędrzejewski-Szmek
2018-08-01
1
-16
/
+3
*
resolved: put /etc/hosts hashmaps in a structure and pass that around
Zbigniew Jędrzejewski-Szmek
2018-08-01
1
-56
/
+64
*
resolve: support address with ifname in /etc/hosts
Yu Watanabe
2018-07-31
1
-1
/
+1
*
resolve: use in_addr_data type for storing address
Yu Watanabe
2018-07-31
1
-145
/
+70
*
resolve: add option to toggle reading /etc/hosts
Yu Watanabe
2018-07-28
1
-0
/
+3
*
resolve: make manager_etc_hosts_read() static
Yu Watanabe
2018-07-28
1
-1
/
+1
*
resolve: use structured initialization and use new() instead of new0()
Yu Watanabe
2018-07-26
1
-4
/
+6
*
resolve: fix memleak
Yu Watanabe
2018-07-26
1
-1
/
+3
*
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
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
resolved: correctly handle non-address RR types with /etc/hosts lookups (#4808)
Martin Pitt
2016-12-22
1
-3
/
+3
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
*
Replace DNS_RESOURCE_KEY_NAME with a version which always returns "." for root
Zbigniew Jędrzejewski-Szmek
2016-02-17
1
-2
/
+2
*
resolve: fix compare function for EtcHostItem
Thomas Hindoe Paaboel Andersen
2016-01-26
1
-1
/
+1
*
resolved: synthesize RRs for data from /etc/hosts
Lennart Poettering
2016-01-25
1
-0
/
+448