summaryrefslogtreecommitdiffstats
path: root/.travis.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-29tree-wide: drop unnecessary inclusion of network-internal.hYu Watanabe6-6/+0
2020-10-29sd-network: move net_get_unique_predictable_data() and net_get_name_persisten()Yu Watanabe6-61/+63
2020-10-29conf-parser: fix indentationYu Watanabe1-49/+56
2020-10-29net-condition: move net_match_config() and related conf parsersYu Watanabe13-442/+458
2020-10-29sd-network: move link_get_type_string()Yu Watanabe5-26/+29
2020-10-29libsystemd-network: move config_parse_hwaddr() and config_parse_hwaddrs()Yu Watanabe4-102/+106
2020-10-29udev: move config_parse_ifalias()Yu Watanabe4-43/+44
2020-10-29network: move config_parse_bridge_port_priority()Yu Watanabe4-44/+45
2020-10-29libsystemd-network: make conf parsers accept an empty stringYu Watanabe1-36/+45
2020-10-29libsystemd-network: downgrade log level in conf parsersYu Watanabe1-10/+10
2020-10-28Update org.freedesktop.hostname1 documentationLuca Weiss1-1/+2
2020-10-27meson: fix setting of ENABLE_OOMDZbigniew Jędrzejewski-Szmek1-1/+1
2020-10-27test: add a simple test for the qr printing codeZbigniew Jędrzejewski-Szmek2-0/+27
2020-10-27journal,homectl: unify implementations of libqrencode loading and fss key pri...Zbigniew Jędrzejewski-Szmek8-185/+123
2020-10-27network: actually update radv macTimo Rothenpieler1-1/+1
2020-10-27man: update fedora versionZbigniew Jędrzejewski-Szmek1-2/+2
2020-10-27man/machinectl: fix pull-raw exampleZbigniew Jędrzejewski-Szmek3-8/+15
2020-10-27units: turn on timestamping for journald socketsLennart Poettering2-5/+7
2020-10-27man: document the new Timestamping= optionLennart Poettering2-0/+15
2020-10-27core: add Timestamping= option for socket unitsLennart Poettering7-1/+70
2020-10-27conf-parser: add a flavour of DEFINE_CONFIG_PARSE_ENUM() that allows specifiy...Lennart Poettering1-2/+5
2020-10-27journald: remove pointless conditionalizationLennart Poettering2-7/+2
2020-10-27socket-util: make socket_set_recvpktinfo control PACKET_AUXDATA sockopt on AF...Lennart Poettering2-4/+8
2020-10-27man: add references to fifo(7) and mq_overview(7) man pagesLennart Poettering1-11/+10
2020-10-27tree-wide: cast result of get_process_comm() to (void) where we ignore itLennart Poettering8-8/+8
2020-10-27sd-event: split out enable and disable codepaths from sd_event_source_set_ena...Lennart Poettering1-116/+129
2020-10-27sd-event: split out helper functions for reshuffling prioqsMichal Sekletár1-58/+38
2020-10-27units: unconditionally pull in remote-cryptsetup.target in the initramfsJonathan Lebon1-1/+2
2020-10-27Revert "units: add initrd-cryptsetup.target"Zbigniew Jędrzejewski-Szmek4-46/+9
2020-10-27meson: simplify with_runlevels ternany op usageZbigniew Jędrzejewski-Szmek1-2/+2
2020-10-27core: clean up inactive/failed {service|scope}'s cgroups when the last proces...Anita Zhang4-2/+42
2020-10-27syscall-names: add process_madvise which is planned for 5.10Zbigniew Jędrzejewski-Szmek1-0/+1
2020-10-27l10n: update Czech TranslationAsciiWolf1-66/+80
2020-10-27docs: update coding style for `return (void) func(...)`Anita Zhang1-0/+8
2020-10-27man: correct xdg-autostart-generator pathJosh Brobst1-1/+1
2020-10-26NEWS: v247-rc1v247-rc1Zbigniew Jędrzejewski-Szmek1-1/+1
2020-10-26NEWS: update contributors list for v247-rc1Zbigniew Jędrzejewski-Szmek1-15/+15
2020-10-26NEWS: mention IPv6PrefixDelegation→IPv6SendRA renamingZbigniew Jędrzejewski-Szmek1-0/+5
2020-10-26tmpfiles: Handle filesystems without ACL support in more cases.Pat Coulthard1-11/+16
2020-10-24NEWS: fix typo (`systemd-userdb` > `systemd-userdbd`)Elias Probst1-1/+1
2020-10-24test-network: add a test case for DNSSL in RAYu Watanabe3-0/+8
2020-10-24test: ignore ENOMEDIUM error from sd_pid_get_cgroup()Dan Streetman1-1/+1
2020-10-24tree-wide: fix typos found by Fossies codespell reportYu Watanabe9-11/+11
2020-10-24Revert "sd-dhcp-client: use asynchronous_close()"Yu Watanabe1-4/+4
2020-10-24test: make TEST-56-OOMD service unit files staticAnita Zhang4-34/+31
2020-10-23shared/qrcode-util: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek1-14/+8
2020-10-23meson: sort include dirsZbigniew Jędrzejewski-Szmek1-13/+13
2020-10-23test-network: add tests for routes managed by ManagerYu Watanabe1-0/+60
2020-10-23network: drop routes managed by Manager when link is removedYu Watanabe1-2/+77
2020-10-23network: specify route type in route_remove()Yu Watanabe1-146/+108