summaryrefslogtreecommitdiffstats
path: root/docs/RESOLVED-VPNS.md (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-14machine: tests for varlink interfacesIvan Kruglov1-0/+15
2024-10-14machine: listen on io.systemd.MachineImage socketIvan Kruglov1-1/+5
2024-10-14machine: introduce io.systemd.MachineImage.Update varlink methodIvan Kruglov5-1/+112
2024-10-14machine: introduce io.systemd.MachineImage.List varlink methodIvan Kruglov3-6/+181
2024-10-14machine: generalize rename_image_and_update_cache() logicIvan Kruglov3-11/+30
2024-10-14machine: move manager_acquire_image to src/machine/machined-core.cIvan Kruglov4-55/+55
2024-10-14machine: fix misnamed params in src/shared/discover-image.hIvan Kruglov1-2/+2
2024-10-14bash-completion/busctl: support wait commandYu Watanabe1-0/+13
2024-10-14network/address: use config_parse_in_addr_non_null() at one more placeYu Watanabe1-10/+6
2024-10-14network/address: do not set family in config_parse_broadcast()Yu Watanabe2-4/+5
2024-10-13busctl: add a test for busctl waitRonan Pigott1-0/+4
2024-10-13busctl: add wait verb to wait for signalsRonan Pigott3-0/+137
2024-10-13po: Translated using Weblate (Chinese (Simplified) (zh_CN))lumingzh1-48/+31
2024-10-12sha256: use memory-util-fundamental.hYu Watanabe1-7/+1
2024-10-12boot/efi/log: always include filename, line, and function in log messageYu Watanabe2-18/+13
2024-10-12boot/efi/smbios: initialize output parameters if entries not foundYu Watanabe1-9/+22
2024-10-12boot/efi: trivial coding style cleanupsYu Watanabe2-8/+6
2024-10-12Add integration test for ExtraFileDescriptors after daemon-reexecRyan Wilson2-2/+25
2024-10-11timer: add unit tests for DeferReactivationMatteo Croce4-0/+41
2024-10-11timer: introduce DeferReactivation settingArthur Shau10-8/+56
2024-10-11TEST-17-UDEV: also check if /run/udev/links.lock/ is empty on settleYu Watanabe1-0/+14
2024-10-11udev-node: drop unnecessary manager side cleaning up logic for stack directoryYu Watanabe4-52/+0
2024-10-11udev-node: drop workaround for by-diskseq symlinksYu Watanabe2-87/+4
2024-10-11udev-node: remove lockfile and stack directory when not necessary if possibleYu Watanabe1-26/+47
2024-10-11test: Add tests for SHA1anonymix0072-0/+59
2024-10-11fundamental: Import SHA1 implementation from libxcryptanonymix0075-0/+329
2024-10-11macro: Add DISABLE_WARNING_STRINGOP_OVERREADanonymix0072-0/+5
2024-10-11report bpf_current_task_under_cgroup() errors to userspaceMatteo Croce1-4/+8
2024-10-11systemd-update-helper: Show executed commands if debug logging is enabledDaan De Meyer1-0/+4
2024-10-11network/route: use log_section_warning() moreYu Watanabe2-46/+28
2024-10-11network/route: use generic [Route] section parser moreYu Watanabe3-152/+56
2024-10-11network/route: use log_syntax_parse_error() moreYu Watanabe1-41/+19
2024-10-11network/route-nexthop: use generic [Route] section parser moreYu Watanabe5-128/+43
2024-10-11network/route-nexthop: use log_syntax_parse_error()Yu Watanabe1-16/+6
2024-10-11network/route-metric: merge conf parsers for route metricYu Watanabe5-100/+105
2024-10-11network/route-metric: use log_syntax_parse_error()Yu Watanabe1-25/+12
2024-10-11network/address: several cleanups for config_parse_address()Yu Watanabe3-41/+36
2024-10-11network/address: warn but ignore Broadcast= setting for an IPv6 addressYu Watanabe1-6/+0
2024-10-11network/address: use log_section_warning() moreYu Watanabe1-12/+13
2024-10-11network/routing-policy-rule: use in_addr_prefix for From= and To=Yu Watanabe4-78/+44
2024-10-11conf-parser: introduce config_parse_in_addr_prefix()Yu Watanabe2-1/+39
2024-10-11in-addr-util: rename in_addr_prefix_from_string_auto_internal() -> _full()Yu Watanabe4-5/+5
2024-10-11hwdb: fix key toggle touchpad and programmable buttom for Positivo V142N (#34...Lucas Adriano Salles1-0/+2
2024-10-11core/service: add missing serialization for extra fdsMike Yuan1-0/+38
2024-10-11core/service: use array rather than list for extra fds, limit max numberMike Yuan3-118/+76
2024-10-11core/service: use LIST_HEAD where appropriateMike Yuan1-1/+1
2024-10-11time-util: use saturate_add for usec_add()Mike Yuan1-5/+1
2024-10-11shared/bus-util: re-break comment, insert missing newline before caseMike Yuan1-2/+3
2024-10-11fundamental: Add EFI_GUID userspace definitionanonymix0072-22/+29
2024-10-11boot: Add log_info and log_debuganonymix0072-9/+11