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: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
1
-3
/
+3
*
stat-util: add explicit helpers for checking if stat/statx is initialized
Lennart Poettering
2024-03-12
1
-1
/
+1
*
resolved: make outselves authoritative for /etc/hosts entries in full
Lennart Poettering
2024-03-05
1
-1
/
+1
*
resolved: rename variable found_{a|aaaa} → question_for_{a|aaaa}
Lennart Poettering
2024-03-05
1
-8
/
+9
*
resolved: fix the canonical name returned by hosts lookup by name
Dmitry V. Levin
2023-07-14
1
-5
/
+39
*
resolved: fix the canonical name returned by hosts lookup by address
Dmitry V. Levin
2023-07-14
1
-10
/
+23
*
resolved: keep track of first names listed for each address in /etc/hosts
Dmitry V. Levin
2023-07-14
1
-1
/
+10
*
tree-wide: add some asserts
David Tardon
2023-04-14
1
-0
/
+2
*
tree-wide: use TAKE_STRUCT
David Tardon
2023-04-14
1
-2
/
+1
*
resolve: fix NULL-pointer dereference
Yu Watanabe
2022-12-14
1
-1
/
+1
*
resolve: dedup entries in /etc/hosts
Yu Watanabe
2022-12-13
1
-26
/
+43
*
resolve: introduce more hash-ops and use them
Yu Watanabe
2022-12-13
1
-4
/
+20
*
resolve: use dns_name_hash_ops_free
Yu Watanabe
2022-12-13
1
-2
/
+2
*
resolve: split manager_etc_hosts_lookup() into small parts
Yu Watanabe
2022-12-13
1
-61
/
+90
*
resolve: adjust warning
Yu Watanabe
2022-12-13
1
-4
/
+4
*
resolve: merge two boolean variables
Yu Watanabe
2022-12-13
1
-10
/
+5
*
resolve: introduce cleanup functions for EtcHostsItemBy{Address,Name}
Yu Watanabe
2022-12-13
1
-20
/
+22
*
resolve: make etc_hosts_item_by_{address,name}_free() accept NULL
Yu Watanabe
2022-12-13
1
-11
/
+12
*
resolve: rename EtcHostsItem -> EtcHostsItemByAddress
Yu Watanabe
2022-12-13
1
-8
/
+8
*
resolve: rename etc_hosts_free() -> etc_hosts_clear()
Yu Watanabe
2022-12-13
1
-4
/
+6
*
resolved: use strv_extend_with_size() to avoid slow parsing of /etc/hosts
Zbigniew Jędrzejewski-Szmek
2022-05-20
1
-2
/
+2
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-3
/
+0
*
resolve: fix assertion triggered when r == 0
Yu Watanabe
2022-01-20
1
-1
/
+4
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-1
/
+1
*
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
[next]