summaryrefslogtreecommitdiffstats
path: root/src/test/test-hashmap-plain.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-17network: DHCP option- use correct byteorderSusant Sahani1-2/+8
2021-02-17hwdb: fix indentationLennart Poettering1-7/+7
2021-02-17sysctl: downgrade warning about excluded keysZbigniew Jędrzejewski-Szmek1-1/+1
2021-02-17shell-completion: complete --legend=no for resolvectl and systemctlZbigniew Jędrzejewski-Szmek2-4/+4
2021-02-17systemctl: hide legends with --quiet, allow overridingZbigniew Jędrzejewski-Szmek9-39/+61
2021-02-17journal-remote: inline one more iterator variable declarationZbigniew Jędrzejewski-Szmek1-4/+2
2021-02-17journal-remote: convert to parse_boolean_argument() and fix type confusionZbigniew Jędrzejewski-Szmek2-33/+16
2021-02-17tree-wide: use parse_boolean_argument() for variables with non-boolean typeZbigniew Jędrzejewski-Szmek6-55/+49
2021-02-17tree-wide: add a helper to parse boolean optargZbigniew Jędrzejewski-Szmek10-106/+72
2021-02-17network: NHA_ID should be always setYu Watanabe1-1/+7
2021-02-17network: constify argumentsYu Watanabe1-6/+6
2021-02-17network: introduce log_nexthop_debug()Yu Watanabe1-20/+20
2021-02-17tree-wide: constify variables if possibleYu Watanabe4-14/+14
2021-02-17network: use temporary buffer for safetyYu Watanabe1-1/+3
2021-02-17network: use in_addr_prefix_to_string()Yu Watanabe8-81/+73
2021-02-17resolve: use sockaddr_in_addr()Yu Watanabe1-1/+1
2021-02-17resolve: make manager_find_ifindex() or friends return earlierYu Watanabe2-0/+18
2021-02-17tree-wide: use in_addr_is_set() or friendsYu Watanabe31-101/+99
2021-02-17network: assign values after all checks are passedYu Watanabe1-5/+11
2021-02-17in-addr-util: introduce in6_addr_equal()Yu Watanabe2-1/+9
2021-02-17in-addr-util: introduce in6_addr_is_link_local()Yu Watanabe2-1/+8
2021-02-17in-addr-util: introduce in_addr_is_set() or friendsYu Watanabe2-1/+24
2021-02-17network: enumerate nexthops before routesYu Watanabe1-4/+4
2021-02-17network: nexthop: first create nexthops with IDYu Watanabe1-6/+15
2021-02-17portable: make PortableChangeType enum anonymousLennart Poettering4-12/+23
2021-02-17install: make UnitFileChangeType enum anonymousLennart Poettering7-89/+102
2021-02-17resolved: see if it's worth retrying a lookup on "failed-auxiliary" DNSSEC errorLennart Poettering1-1/+14
2021-02-17resolved: in DNSSEC permissive mode, check if DO bit wasn't copied from reque...Lennart Poettering3-2/+36
2021-02-17test: avoid leaking open loop devicesLuca Boccassi1-5/+9
2021-02-17resolved: address DVE-2018-0001Lennart Poettering2-14/+62
2021-02-17ci: enable DNS over TLS using OpenSSL in the build testFrantisek Sumsal1-0/+1
2021-02-17firewall-util: replace nft_in6addr_to_range() with in_addr_prefix_range()Yu Watanabe2-120/+13
2021-02-17in-addr-util: introduce in_addr_prefix_range()Yu Watanabe3-0/+85
2021-02-17in-addr-util: make in_addr_prefix_nth() always return valid prefixYu Watanabe2-30/+26
2021-02-17in-addr-util: make in_addr_prefix_nth() refuse prefixlen larger than maximum ...Yu Watanabe1-2/+3
2021-02-17in-addr-util: make in_addr_prefix_nth() returns 0 on successYu Watanabe2-16/+14
2021-02-17network: refuse IPv4 multipath route for IPv6 routeYu Watanabe1-0/+11
2021-02-17network: Route::gw_family may be AF_UNSPECYu Watanabe1-2/+2
2021-02-17logs-show: move show_journal_by_unit _BOOT_ID matchVito Caputo1-4/+8
2021-02-17resolved: include NSID support to DNS stubLennart Poettering4-12/+113
2021-02-17hwdb: Add accel orientation quirk for the Trekstor Surftab Wintron 10.1 ST104...Hans de Goede1-0/+4
2021-02-17test-network: add tests for Family= in [NextHop]Yu Watanabe2-1/+21
2021-02-17man: update explanations of settings in [NextHop] sectionYu Watanabe1-3/+13
2021-02-17network: nexthop: refuse 0 idYu Watanabe1-4/+19
2021-02-17network: nexthop: introduce Family= setting in [NextHop] sectionYu Watanabe6-0/+78
2021-02-17network: allow to configure nexthop with null addressYu Watanabe1-2/+3
2021-02-17network: nexthop: unset gateway when an empty string is assignedYu Watanabe1-0/+8
2021-02-17condition: add CPUFeatureGiedrius Statkevičius6-0/+224
2021-02-16resolve: Fix build for cleanup function (SSL_free + BIO_free)Benjamin Robin1-2/+2
2021-02-16shared: use -EINVAL for _NETDEV_BRIDGE_STATE_INVALIDBenjamin Robin1-1/+1