index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
dns-domain.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dnssd: support service subtypes
Ronan Pigott
2024-03-18
1
-0
/
+23
*
resolved: increase most label buffers to fit a trailing NUL byte
Lennart Poettering
2023-12-18
1
-9
/
+9
*
dns-domain: fix the RFC reference
Michal Sekletar
2023-10-11
1
-1
/
+1
*
resolved: never respond to .alt pseudo-TLD.
Bertrand Jacquin
2023-09-28
1
-0
/
+4
*
treewide: fix "an" before consonant U sounds
Joerg Behrmann
2023-07-06
1
-2
/
+2
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-9
/
+6
*
dns-domain: dns_name_is_empty() is redundant
Lennart Poettering
2023-01-05
1
-1
/
+0
*
shared/dns-domain: reduce scope of variable declarations
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-13
/
+5
*
dns-domain: introduce dns_name_hash_ops_free
Yu Watanabe
2022-12-13
1
-1
/
+12
*
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
2022-07-05
1
-8
/
+5
*
tree-wide: allow ASCII fallback for → in logs
David Tardon
2022-06-28
1
-3
/
+5
*
dns-domain: reduce indentation in dns_service_split()
Yu Watanabe
2022-06-10
1
-33
/
+30
*
dns-domain: rename function arguments
Yu Watanabe
2022-06-10
1
-7
/
+7
*
dns-domain: make each label nul-terminated
Yu Watanabe
2022-06-10
1
-1
/
+1
*
dns-domain: simplify code a bit
Yu Watanabe
2022-06-10
1
-6
/
+2
*
dns-domain: use PTR_SUB1() macro
Yu Watanabe
2022-03-23
1
-11
/
+5
*
resolved: maintain only a single list of "dont-resolve" domain names
Lennart Poettering
2022-02-03
1
-0
/
+15
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-2
/
+2
*
dns-domain: fix build failure with libidn
Yu Watanabe
2021-05-26
1
-3
/
+3
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-4
/
+4
*
resolved: shorten dns_name_count_labels()
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-4
/
+2
*
dns-domain: use DNS_LABEL_MAX at one more place
Yu Watanabe
2021-05-12
1
-1
/
+1
*
shared/dns: fix dlopen_idn return code check
Luca Boccassi
2020-12-28
1
-1
/
+1
*
dns-domain: initialize return param on success
Lennart Poettering
2020-12-04
1
-10
/
+13
*
dns-domain: follow coding style, initialize ret params on success
Lennart Poettering
2020-12-04
1
-1
/
+3
*
dns-domain: try IDN2003 rules if IDN2008 doesn't work
Lennart Poettering
2020-12-03
1
-0
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
shared: make libidn/libdidn2 dependency a dlopen() one
Lennart Poettering
2020-10-09
1
-18
/
+35
*
dns-domain: add helper that checks whether domain is dot suffixed
Lennart Poettering
2020-09-29
1
-2
/
+19
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: code improvements suggested by Coccinelle
Frantisek Sumsal
2019-04-30
1
-1
/
+1
*
Partially unify hostname_is_valid() and dns_name_is_valid()
Zbigniew Jędrzejewski-Szmek
2018-12-10
1
-8
/
+1
*
resolve: reject host names with leading or trailing dashes in /etc/hosts
Zbigniew Jędrzejewski-Szmek
2018-12-10
1
-36
/
+66
*
tree-wide: add whitespace between type and variable name
Yu Watanabe
2018-12-04
1
-1
/
+1
*
tree-wide: make hash_ops typesafe
Yu Watanabe
2018-12-02
1
-9
/
+5
*
trivial: fix spelling in code comments
Thomas Haller
2018-09-30
1
-1
/
+1
*
dns-domain: use CMP() in dns_name_compare_func
Filipe Brandenburger
2018-08-07
1
-1
/
+1
*
tree-wide: drop empty comments
Yu Watanabe
2018-06-29
1
-2
/
+0
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: make use of memory_startswith() at various places
Lennart Poettering
2018-05-30
1
-4
/
+1
*
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
-26
/
+16
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-4
/
+2
*
resolved: fix "in-between" logic when boundaries are equal (#7590)
Lennart Poettering
2017-12-14
1
-8
/
+11
*
shared: introduce dnssd_srv_type_is_valid() function
Dmitry Rozhkov
2017-12-08
1
-0
/
+6
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
1
-5
/
+5
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-5
/
+5
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-5
/
+4
|
/
[next]