index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
Yu Watanabe
2024-09-01
1
-1
/
+1
*
resolvconf: disable default route when -p is specified
Yu Watanabe
2024-08-26
3
-8
/
+26
*
resolvconf: clear domains if nothing specified
Yu Watanabe
2024-08-26
1
-1
/
+8
*
resolvectl: make enum name consistent with the option name
Yu Watanabe
2024-08-26
1
-3
/
+3
*
resolved: clear the AD bit for bypass packets
Ronan Pigott
2024-08-26
2
-2
/
+9
*
Merge pull request #34051 from rpigott/resolved-demote-fallback
Yu Watanabe
2024-08-22
6
-8
/
+27
|
\
|
*
resolved: demote the fallback dns servers
Ronan Pigott
2024-08-21
1
-0
/
+4
|
*
resolved: use the fallback servers when no default dns is configured
Ronan Pigott
2024-08-21
3
-4
/
+3
|
*
resolved: introduce link_set_default_route
Ronan Pigott
2024-08-21
2
-0
/
+15
|
*
resolved: introduce dns_server_is_fallback
Ronan Pigott
2024-08-21
2
-3
/
+5
|
*
Revert "resolved: demote the global unicast scope"
Ronan Pigott
2024-08-21
1
-2
/
+1
*
|
polkit: add missing period in messages
Yu Watanabe
2024-08-22
1
-2
/
+2
|
/
*
Merge pull request #34009 from yuwata/network-resolve-polkit
Luca Boccassi
2024-08-20
3
-151
/
+347
|
\
|
*
resolve: inherit server userdata
Yu Watanabe
2024-08-19
1
-24
/
+8
|
*
resolve: support polkit authentication for io.systemd.Resolve.Monitor
Yu Watanabe
2024-08-19
3
-17
/
+131
|
*
resolvectl: acquire DBus connection only when necessary
Yu Watanabe
2024-08-19
1
-51
/
+130
|
*
resolvectl: several coding style cleanups
Yu Watanabe
2024-08-19
1
-68
/
+57
|
*
resolvectl: introduce --no-ask-password option
Yu Watanabe
2024-08-19
1
-0
/
+7
|
*
resolvectl: enable interactive authentication for dbus method call
Yu Watanabe
2024-08-19
1
-0
/
+23
*
|
resolved: demote the global unicast scope
Ronan Pigott
2024-08-20
1
-1
/
+2
|
/
*
test: replace ASSERT_TRUE() for dns_cache_lookup() with ASSERT_OK_POSITIVE()
Yu Watanabe
2024-08-14
1
-7
/
+7
*
resolve: refuse invalid service without type field
Yu Watanabe
2024-08-05
2
-0
/
+10
*
resolve: voidify unused result of function call
Yu Watanabe
2024-08-05
1
-5
/
+5
*
resolved: don't treat conn reset as packet loss
Ronan Pigott
2024-08-02
2
-1
/
+7
*
test: resolve "Unchecked return value" coverity warning
Yu Watanabe
2024-08-01
1
-1
/
+1
*
test: resolve "Unchecked return value" coverity warning
Yu Watanabe
2024-08-01
1
-1
/
+1
*
resolved: Don't retry queries that indicate net error
Ronan Pigott
2024-07-26
1
-1
/
+1
*
resolved: report svc params as a json object
Ronan Pigott
2024-07-24
1
-15
/
+10
*
Merge pull request #33535 from neighbourhoodie/tests/dns-cache
Luca Boccassi
2024-07-23
2
-0
/
+1264
|
\
|
*
resolved: tests for dns_cache_lookup() clamping the TTL
James Coglan
2024-07-23
1
-0
/
+37
|
*
resolved: tests for dns_cache_put() for NXDOMAIN with no SOA
James Coglan
2024-07-23
1
-0
/
+12
|
*
resolved: test that pseudo classes and types are not cached
James Coglan
2024-07-23
1
-0
/
+88
|
*
resolves: tests for dns_cache_prune()
James Coglan
2024-07-23
1
-0
/
+38
|
*
resolved: tests for dns_cache_check_conflicts()
James Coglan
2024-07-23
1
-0
/
+55
|
*
resolved: tests for dns_cache_export_shared_to_packet()
James Coglan
2024-07-23
1
-0
/
+136
|
*
resolved: tests for dns_cache_lookup(); mDNS and multiple matching entries
James Coglan
2024-07-23
1
-0
/
+204
|
*
resolved: tests for dns_cache_lookup() returning the most recent input
James Coglan
2024-07-23
1
-0
/
+95
|
*
resolved: tests for dns_cache_dump()
James Coglan
2024-07-23
1
-0
/
+90
|
*
resolved: test cache misses
James Coglan
2024-07-23
1
-0
/
+53
|
*
resolved: tests for dns_cache_lookup() for NXDOMAIN
James Coglan
2024-07-23
1
-3
/
+51
|
*
resolved: first test for dns_cache_lookup()
James Coglan
2024-07-23
1
-0
/
+41
|
*
resolved: tests for dns_cache_dump_to_json()
James Coglan
2024-07-23
1
-0
/
+60
|
*
resolved: check that adding an expired response removes cache entry
James Coglan
2024-07-23
1
-0
/
+21
|
*
resolved: tests for dns_cache_put(); CNAME success and name error
James Coglan
2024-07-23
1
-0
/
+45
|
*
resolved: tests for dns_cache_put() with non-matching class, type, name
James Coglan
2024-07-23
1
-0
/
+51
|
*
resolved: refactor DNS answer construction for cache tests
James Coglan
2024-07-23
1
-47
/
+18
|
*
resolved: test for dns_cache_put() with empty answer
James Coglan
2024-07-23
1
-0
/
+14
|
*
resolved: tests for dns_cache_put() with different RCODEs
James Coglan
2024-07-23
1
-0
/
+44
|
*
resolved: tests for dns_cache_put(); successful A query
James Coglan
2024-07-23
2
-0
/
+161
*
|
Merge pull request #33534 from neighbourhoodie/tests/dns-query
Luca Boccassi
2024-07-23
2
-0
/
+894
|
\
\
[next]