index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
/
test-dns-cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: replace ASSERT_TRUE() for dns_cache_lookup() with ASSERT_OK_POSITIVE()
Yu Watanabe
2024-08-14
1
-7
/
+7
*
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
1
-0
/
+155