summaryrefslogtreecommitdiffstats
path: root/src/core/path.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-03cgroup: Rework unit_realize_cgroup_now to explicitly be breadth-firstChris Down1-4/+94
2018-12-03cgroup: Move attribute application into unit_create_cgroupChris Down1-27/+28
2018-12-03network: drop unnecessary buffersYu Watanabe2-66/+43
2018-12-03missing: split network related entriesYu Watanabe13-706/+909
2018-12-03sd-boot: remove Stall() call (#11029)Harald Hoyer1-1/+0
2018-12-02vxlan: minor coding style fixes.Susant Sahani1-6/+4
2018-12-02resolved: sort headers againLennart Poettering1-2/+1
2018-12-02util-lib: split out env file parsing code into env-file.cLennart Poettering43-603/+660
2018-12-02util-lib: move open_serialization_fd() to serialize.cLennart Poettering5-23/+26
2018-12-02resolved: remove duplicate #includeLennart Poettering1-1/+0
2018-12-02test: remove duplicate #includeLennart Poettering1-1/+0
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering90-389/+477
2018-12-02util-lib: don't include fileio.h from fileio-label.hLennart Poettering7-8/+8
2018-12-02test: remove unnecessary includeLennart Poettering1-1/+0
2018-12-02test: (void)ify unlink() callLennart Poettering1-1/+1
2018-12-02fileio: remove unnecessary initializationLennart Poettering1-1/+1
2018-12-02fileio: include ctype.h with <> rather than ""Lennart Poettering1-1/+1
2018-12-02core,run: make SocketProtocol= accept protocol name in upper case an protocol...Yu Watanabe2-8/+5
2018-12-02network: make IPProtocol= also accept IP protocol numberYu Watanabe2-8/+5
2018-12-02network: rename Protocol= in [RoutingPolicyRule] to IPProtocol=Yu Watanabe7-8/+8
2018-12-02test: add tests for ip_protocol_{from,to}_name()Yu Watanabe3-1/+71
2018-12-02util: introduce parse_ip_protocol()Yu Watanabe2-1/+33
2018-12-02util: cast smaller type to large typeYu Watanabe5-6/+6
2018-12-02util: rename socket_protocol_{from,to}_name() to ip_protocol_{from,to}_name()Yu Watanabe12-73/+73
2018-12-02tree-wide: remove various unused functionsLennart Poettering23-391/+0
2018-12-01ip rule: fix clang warning.Susant Sahani1-2/+2
2018-12-01resolved: add missed io-util.h header to resolved-dnstls-openssl.cAleksei Timofeyev1-0/+2
2018-12-01travis: also build systemd with clangEvgeny Vereshchagin2-1/+24
2018-12-01travis: use latest instead of rawhideEvgeny Vereshchagin1-4/+4
2018-11-30path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek8-26/+29
2018-11-30networkd: refuse IPv6 RADV prefixes that lack Prefix= settingLennart Poettering2-1/+12
2018-11-30basic/socket-util: use c-escaping to print unprintable socket pathsZbigniew Jędrzejewski-Szmek4-29/+97
2018-11-30shared/socket-util: do not print empty CIDZbigniew Jędrzejewski-Szmek2-7/+7
2018-11-30test-socket-util: add test for socket_address_printZbigniew Jędrzejewski-Szmek1-31/+39
2018-11-30test-socket-util: the usual modernizationZbigniew Jędrzejewski-Szmek1-47/+83
2018-11-30conf-files: remove unused functionLennart Poettering2-13/+1
2018-11-30conf-files: remove misplaced log_oom()Lennart Poettering1-1/+1
2018-11-30conf-files: improve algorithm O(n²) → O(n)Lennart Poettering1-2/+3
2018-11-30update TODOLennart Poettering1-3/+7
2018-11-30man: document systemd-analyze securityLennart Poettering1-0/+29
2018-11-30analyze: add new security verbLennart Poettering4-0/+2109
2018-11-30format-table: make sure we never call memcmp() with NULL parametersLennart Poettering1-1/+1
2018-11-30format-table: add calls to query the data in a specific cellLennart Poettering2-0/+25
2018-11-30format-table: always underline header lineLennart Poettering1-2/+9
2018-11-30format-table: add an API for getting the cell at a specific row/columnLennart Poettering2-0/+17
2018-11-30format-table: add table_update() to update existing entriesLennart Poettering2-0/+42
2018-11-30format-table: optionally allow reversing the sort order for a columnLennart Poettering2-1/+22
2018-11-30format-table: add option to store/format percent and uint64_t values in cellsLennart Poettering2-0/+50
2018-11-30format-table: before outputting a color, check if colors are availableLennart Poettering1-3/+3
2018-11-30format-table: optionally make specific cells clickable linksLennart Poettering2-9/+71