summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Traverse leaves to realised cgroup to release controllersChris Down2018-12-031-1/+96
* cgroup: Rework unit_realize_cgroup_now to explicitly be breadth-firstChris Down2018-12-031-4/+94
* cgroup: Move attribute application into unit_create_cgroupChris Down2018-12-031-27/+28
* network: drop unnecessary buffersYu Watanabe2018-12-032-66/+43
* Merge pull request #10992 from yuwata/follow-up-10948Lennart Poettering2018-12-0320-91/+185
|\
| * core,run: make SocketProtocol= accept protocol name in upper case an protocol...Yu Watanabe2018-12-022-8/+5
| * network: make IPProtocol= also accept IP protocol numberYu Watanabe2018-12-021-7/+2
| * network: rename Protocol= in [RoutingPolicyRule] to IPProtocol=Yu Watanabe2018-12-023-3/+3
| * test: add tests for ip_protocol_{from,to}_name()Yu Watanabe2018-12-023-1/+71
| * util: introduce parse_ip_protocol()Yu Watanabe2018-12-022-1/+33
| * util: cast smaller type to large typeYu Watanabe2018-12-025-6/+6
| * util: rename socket_protocol_{from,to}_name() to ip_protocol_{from,to}_name()Yu Watanabe2018-12-0212-73/+73
* | missing: split network related entriesYu Watanabe2018-12-0312-684/+839
* | sd-boot: remove Stall() call (#11029)Harald Hoyer2018-12-031-1/+0
* | vxlan: minor coding style fixes.Susant Sahani2018-12-021-6/+4
* | resolved: sort headers againLennart Poettering2018-12-021-2/+1
* | util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-0243-603/+660
* | util-lib: move open_serialization_fd() to serialize.cLennart Poettering2018-12-025-23/+26
* | resolved: remove duplicate #includeLennart Poettering2018-12-021-1/+0
* | test: remove duplicate #includeLennart Poettering2018-12-021-1/+0
* | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-0290-389/+477
* | util-lib: don't include fileio.h from fileio-label.hLennart Poettering2018-12-027-8/+8
* | test: remove unnecessary includeLennart Poettering2018-12-021-1/+0
* | test: (void)ify unlink() callLennart Poettering2018-12-021-1/+1
* | fileio: remove unnecessary initializationLennart Poettering2018-12-021-1/+1
* | fileio: include ctype.h with <> rather than ""Lennart Poettering2018-12-021-1/+1
|/
* tree-wide: remove various unused functionsLennart Poettering2018-12-0223-391/+0
* Merge pull request #11013 from evverx/travis-clangEvgeny Vereshchagin2018-12-021-2/+2
|\
| * ip rule: fix clang warning.Susant Sahani2018-12-011-2/+2
* | resolved: add missed io-util.h header to resolved-dnstls-openssl.cAleksei Timofeyev2018-12-011-0/+2
|/
* Merge pull request #11006 from poettering/conf-file-fixLennart Poettering2018-12-012-16/+5
|\
| * conf-files: remove unused functionLennart Poettering2018-11-302-13/+1
| * conf-files: remove misplaced log_oom()Lennart Poettering2018-11-301-1/+1
| * conf-files: improve algorithm O(n²) → O(n)Lennart Poettering2018-11-301-2/+3
* | Merge pull request #11002 from keszybz/path_join-mergingLennart Poettering2018-12-0121-121/+91
|\ \
| * | path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek2018-11-308-26/+29
| * | tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-3023-96/+73
| * | tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-3023-51/+41
| |/
* | Merge pull request #11004 from keszybz/remove-fixme-commentLennart Poettering2018-12-014-75/+187
|\ \
| * | basic/socket-util: use c-escaping to print unprintable socket pathsZbigniew Jędrzejewski-Szmek2018-11-304-29/+97
| * | shared/socket-util: do not print empty CIDZbigniew Jędrzejewski-Szmek2018-11-302-7/+7
| * | test-socket-util: add test for socket_address_printZbigniew Jędrzejewski-Szmek2018-11-301-31/+39
| * | test-socket-util: the usual modernizationZbigniew Jędrzejewski-Szmek2018-11-301-47/+83
| |/
* | networkd: refuse IPv6 RADV prefixes that lack Prefix= settingLennart Poettering2018-11-302-1/+12
* | analyze: add new security verbLennart Poettering2018-11-304-0/+2109
* | format-table: make sure we never call memcmp() with NULL parametersLennart Poettering2018-11-301-1/+1
* | format-table: add calls to query the data in a specific cellLennart Poettering2018-11-302-0/+25
* | format-table: always underline header lineLennart Poettering2018-11-301-2/+9
* | format-table: add an API for getting the cell at a specific row/columnLennart Poettering2018-11-302-0/+17
* | format-table: add table_update() to update existing entriesLennart Poettering2018-11-302-0/+42