Age | Commit message (Expand) | Author |
2015-10-26 | socket-util: move remaining socket-related calls from util.[ch] to socket-uti... | Lennart Poettering |
2015-10-26 | core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel= | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | Merge pull request #1654 from poettering/util-lib | Tom Gundersen |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | run: can launch units with ProtectSystem | Evgeny Vereshchagin |
2015-10-24 | core: various small fixes to unit-printf | Evgeny Vereshchagin |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-24 | util-lib: rework extract_first_word_and_warn() a bit | Lennart Poettering |
2015-10-24 | mount: add new SmackFileSystemRoot= setting for mount unit | Sangjung Woo |
2015-10-23 | Merge pull request #1647 from evverx/use-extract-in-namespace-parsing | Lennart Poettering |
2015-10-22 | core: use extract_first_word for namespace parsing | Evgeny Vereshchagin |
2015-10-22 | core: check parsed bus msg in full before applying it | Lennart Poettering |
2015-10-21 | core dbus: Check that flush works with memstream | Nicolas Cornu |
2015-10-21 | core: fix namespace parsing | Evgeny Vereshchagin |
2015-10-21 | Merge pull request #1623 from evverx/run-rw-ro-ia-dirs | Lennart Poettering |
2015-10-20 | run: can launch units with ReadWriteDirectories, ReadOnlyDirectories, Inacces... | Evgeny Vereshchagin |
2015-10-20 | dbus-execute: remove unused variable | Thomas Hindoe Paaboel Andersen |
2015-10-20 | Merge pull request #1616 from evverx/run-fix-environment-parsing | Lennart Poettering |
2015-10-20 | run: fix Environment parsing | Evgeny Vereshchagin |
2015-10-19 | dbus-execute: some cleanups when parsing EnvironmentFiles= for transient units | Lennart Poettering |
2015-10-19 | core: actually set pids_max field after parsing it | Lennart Poettering |
2015-10-19 | tree-wide: add more void casts for various syscall invocations | Lennart Poettering |
2015-10-19 | core: fix type of NetClass dbus property | Lennart Poettering |
2015-10-19 | Merge pull request #1614 from alkino/master | Lennart Poettering |
2015-10-19 | Hook more properties for transient units | Nicolas Cornu |
2015-10-19 | tree-wide: remove unused functions | Thomas Hindoe Paaboel Andersen |
2015-10-19 | Merge pull request #1598 from evverx/run-oomscoreadjust | Lennart Poettering |
2015-10-18 | Merge pull request #1595 from poettering/proxy-fixes | David Herrmann |
2015-10-17 | run: can launch units with OOMScoreAdjust | Evgeny Vereshchagin |
2015-10-17 | unit: allocate bus name match string on the stack | Lennart Poettering |
2015-10-16 | core: dump RuntimeDirectories and RuntimeDirectoryMode too | Evgeny Vereshchagin |
2015-10-15 | core: expose manager's TimerSlackNSec as propery on dbus | Evgeny Vereshchagin |
2015-10-15 | run: can launch units with TimerSlackNSec | Evgeny Vereshchagin |
2015-10-14 | Merge pull request #1528 from evverx/systemd-run-syslog-pri-fac | Lennart Poettering |
2015-10-14 | core: execute: validate syslog level and facility | Evgeny Vereshchagin |
2015-10-14 | systemd-run: can launch units with SyslogFacility | Evgeny Vereshchagin |
2015-10-14 | systemd-run: can launch units with SyslogLevel | Evgeny Vereshchagin |
2015-10-14 | core: log if the service to activate vanished before we activate it | Lennart Poettering |
2015-10-14 | Merge pull request #1529 from evverx/dbus-props-syslog-fac-pri | Lennart Poettering |
2015-10-14 | core: expose SyslogLevel and SyslogFacility as properties on dbus | Evgeny Vereshchagin |
2015-10-13 | manager: remove unused function | Thomas Hindoe Paaboel Andersen |
2015-10-12 | core: manager: expose DefaultLimit* as properties on dbus | Evgeny Vereshchagin |
2015-10-12 | bus-util: add bus_property_get_rlimit (move from core/dbus_execute) | Evgeny Vereshchagin |
2015-10-09 | core: ignore -.slice and init.scope when isolating | Lennart Poettering |
2015-10-09 | core: remove taint flag about /etc/mtab not being a symlink. | Lennart Poettering |
2015-10-09 | Merge pull request #1512 from evverx/systemd-run-syslog-properties | Lennart Poettering |
2015-10-09 | Merge pull request #1501 from fbuihuu/fix-requires-mounts-for-directives | Lennart Poettering |