systemd/.git
2024-07-23 James Coglanresolves: tests for dns_cache_prune()
2024-07-23 James Coglanresolved: tests for dns_cache_check_conflicts()
2024-07-23 James Coglanresolved: tests for dns_cache_export_shared_to_packet()
2024-07-23 James Coglanresolved: tests for dns_cache_lookup(); mDNS and multip...
2024-07-23 James Coglanresolved: tests for dns_cache_lookup() returning the...
2024-07-23 James Coglanresolved: tests for dns_cache_dump()
2024-07-23 James Coglanresolved: test cache misses
2024-07-23 James Coglanresolved: tests for dns_cache_lookup() for NXDOMAIN
2024-07-23 James Coglanresolved: first test for dns_cache_lookup()
2024-07-23 James Coglanresolved: tests for dns_cache_dump_to_json()
2024-07-23 James Coglanresolved: check that adding an expired response removes...
2024-07-23 James Coglanresolved: tests for dns_cache_put(); CNAME success...
2024-07-23 James Coglanresolved: tests for dns_cache_put() with non-matching...
2024-07-23 James Coglanresolved: refactor DNS answer construction for cache...
2024-07-23 James Coglanresolved: test for dns_cache_put() with empty answer
2024-07-23 James Coglanresolved: tests for dns_cache_put() with different...
2024-07-23 James Coglanresolved: tests for dns_cache_put(); successful A query
2024-07-23 Luca BoccassiMerge pull request #33531 from neighbourhoodie/tests...
2024-07-23 James Coglanresolved: tests for dns_zone_lookup()
2024-07-23 James Coglanresolved: tests for dns_zone_remove_rrs_by_key()
2024-07-23 James Coglanresolved: tests for dns_zone_remove_rr()
2024-07-23 James Coglanresolved: tests for dns_zone_put()
2024-07-23 Luca BoccassiMerge pull request #33530 from neighbourhoodie/tests...
2024-07-23 James Coglanresolved: tests for dns_search_domain_find()
2024-07-23 James Coglanresolved: tests for search domain marking and unlinking
2024-07-23 James Coglanresolved: extract function for checking search domains
2024-07-23 James Coglanresolved: tests for dns_search_domain_unlink()
2024-07-23 James Coglanresolved: tests for dns_search_domain_new()
2024-07-23 Luca BoccassiMerge pull request #33529 from neighbourhoodie/tests...
2024-07-23 Luca BoccassiMerge pull request #33528 from neighbourhoodie/tests...
2024-07-23 James Coglanresolved: tests for dns_answer_order_by_scope()
2024-07-23 James Coglanresolved: tests for dns_answer_has_dname_for_cname()
2024-07-23 James Coglanresolved: tests for dns_answer_dump()
2024-07-23 James Coglanresolved: tests for dns_answer_{copy,move}_by_key()
2024-07-23 James Coglanresolved: tests for dns_answer_remove_by_answer_keys()
2024-07-23 James Coglanresolved: tests for dns_answer_remove_by_{key,rr}()
2024-07-23 James Coglanresolved: tests for dns_answer_merge() and dns_answer_e...
2024-07-23 James Coglanresolved: tests for dns_answer_find_soa()
2024-07-23 James Coglanresolved: tests for dns_answer_add(), dns_answer_match_...
2024-07-23 Luca BoccassiMerge pull request #33526 from neighbourhoodie/tests...
2024-07-23 James Coglanresolved: tests for dns_question_merge()
2024-07-23 James Coglanresolved: tests for dns_question_first_name()
2024-07-23 James Coglanresolved: tests for dns_question_dump()
2024-07-23 James Coglanresolved: tests for dns_question_cname_redirect()
2024-07-23 James Coglanresolved: tests for dns_question_is_equal()
2024-07-23 James Coglanresolved: tests for dns_question_is_valid_for_query()
2024-07-23 James Coglanresolved: tests for dns_question_matches_cname_or_dname()
2024-07-23 James Coglanresolved: tests for dns_question_matches_rr()
2024-07-23 James Coglanresolved: tests for dns_question_new_service()
2024-07-23 James Coglanresolved: tests for dns_question_new_reverse()
2024-07-23 James Coglanresolved: tests for dns_question_new_address()
2024-07-23 James Coglanresolved: tests for dns_question_add()
2024-07-23 Luca BoccassiMerge pull request #33525 from neighbourhoodie/tests...
2024-07-23 James Coglanresolved: tests for dns_resource_record_source(), dns_r...
2024-07-23 James Coglanresolved: tests for dns_resource_record_to_wire_format()
2024-07-23 James Coglanresolved: tests for dns_resource_record_to_string()
2024-07-23 James Coglanresolved: tests for dns_resource_key_{to,from}_json()
2024-07-23 James Coglanresolved: tests for dns_resource_record_clamp_ttl()
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); LOC...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); SVCB...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); RRSIG...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); NAPTR...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); SRV...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); TXT...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); DNAME...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); MX...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); HINFO...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); PTR...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); SOA...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); CNAME...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); NS...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); A...
2024-07-23 James Coglanresolved: tests for dns_resource_record_equal(); genera...
2024-07-23 James Coglanresolved: tests for dns_resource_record_new_address...
2024-07-23 James Coglanresolved: tests for dns_resource_key_reduce()
2024-07-23 James Coglanresolved: tests for dns_resource_key_to_string()
2024-07-23 James Coglanresolved: tests for dns_resource_key_match_cname_or_dna...
2024-07-23 James Coglanresolved: tests for dns_resource_key_equal() and dns_re...
2024-07-23 James Coglanresolved: tests for dns_resource_key_is_{address, dnssd...
2024-07-23 James Coglanresolved: tests for dns_resource_key_new_append_suffix()
2024-07-23 James Coglanresolved: tests for dns_resource_key_new() and dns_reso...
2024-07-23 James Coglanresolved: test for DNS_RESOURCE_RECORD_RDATA()
2024-07-23 Luca BoccassiMerge pull request #33524 from neighbourhoodie/tests...
2024-07-23 Luca BoccassiMerge pull request #33804 from keszybz/assorted-cleanups
2024-07-23 Luca BoccassiMerge pull request #33791 from YHNdnzj/sd-notify-pidref
2024-07-23 Daan De MeyerMerge pull request #33814 from AnoukCeyssens/daemon
2024-07-22 Anouk Ceyssensfix compilation errors
2024-07-22 Anouk Ceyssenstest-clock: use new assertion macros
2024-07-22 Anouk Ceyssenstest-dev-setup: use new assertion macros
2024-07-22 Anouk Ceyssenstest-date: use new assertion macros
2024-07-22 Anouk Ceyssenstest-daemon: use new assertion macros
2024-07-22 James Coglanresolved: tests for link_allocate_scopes(): LLMNR,...
2024-07-22 James Coglanresolved: refactor env setup for link_allocate_scopes...
2024-07-22 James Coglanresolved: basic tests for link_allocate_scopes()
2024-07-22 James Coglanresolved: tests for link_find_address()
2024-07-22 James Coglanresolved: tests for link_relevant()
2024-07-22 James Coglanresolved: tests for link_new(), link_process_rtnl()
2024-07-22 Zbigniew Jędrzejewsk... man/systemd-repart: extend description and reword some...
2024-07-22 Luca BoccassiMerge pull request #33597 from keszybz/fetch-distro
2024-07-22 Steve TraylenDocument that MemorySwapMax supports % configuration
next