Age | Commit message (Expand) | Author |
2016-04-12 | core: introduce MANAGER_IS_RELOADING() macro | Lennart Poettering |
2016-04-12 | core: remove ManagerRunningAs enum | Lennart Poettering |
2016-04-08 | core/service: only search for pid if loading from file failed | Zbigniew Jędrzejewski-Szmek |
2016-04-08 | core/service: drop return value that is always ignored anyway | Zbigniew Jędrzejewski-Szmek |
2016-02-22 | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo |
2016-02-13 | service: remove unnecessary check | Alexander Kuleshov |
2016-02-11 | Remove kdbus custom endpoint support | Daniel Mack |
2016-02-10 | Merge pull request #2569 from zonque/removals | Martin Pitt |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-10 | core: make the StartLimitXYZ= settings generic and apply to any kind of unit,... | Lennart Poettering |
2016-02-04 | core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev... | Lennart Poettering |
2016-02-03 | core: move service_unwatch_control_pid() call into service_enter_running() | Lennart Poettering |
2016-02-03 | core: when a service's ExecStartPre= times out, skip ExecStop= | Lennart Poettering |
2016-02-01 | core: no need to use unlink_noerrno() | Lennart Poettering |
2016-02-01 | core: rework unit timeout handling, and add new setting RuntimeMaxSec= | Lennart Poettering |
2016-01-28 | core: don't reset /dev/console if stdin/stdout/stderr as passed as fd in a tr... | Lennart Poettering |
2016-01-22 | Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ... | Daniel Mack |
2015-12-21 | core: fix bus name synchronization after daemon-reload | Daniel Mack |
2015-12-01 | journal-remote: split-mode=host, remove port from journal filename | Klearchos Chaloulos |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-12 | core: drop "override" flag when building transactions | Lennart Poettering |
2015-11-12 | core: fix typo | Torstein Husebø |
2015-11-11 | core: pull in dbus.socket from Type=dbus services | Lennart Poettering |
2015-11-11 | core: change default deps of services to require sysinit.target instead of ba... | Lennart Poettering |
2015-11-10 | Remove snapshot unit type | Zbigniew Jędrzejewski-Szmek |
2015-11-02 | core: service: fix error message | Daniel Mack |
2015-10-27 | service: exiting early is nicer than deeply-indented code blocks | Lennart Poettering |
2015-10-27 | core: don't pass uninitialzed PIDs to pid_is_unwaited() | Lennart Poettering |
2015-10-27 | process-util: rename get_parent_of_pid() → get_process_ppid() | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
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-19 | tree-wide: add more void casts for various syscall invocations | Lennart Poettering |
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering |
2015-10-07 | service: fix memory leak in service_add_fd_store() | reverendhomer |
2015-10-06 | Merge pull request #1468 from poettering/fdnames | Tom Gundersen |
2015-10-06 | core: add support for naming file descriptors passed using socket activation | Lennart Poettering |
2015-10-06 | core: simplify fd collection code, return number of fds as return value | Lennart Poettering |
2015-10-03 | core: don't unset reload result, unless we begin a start or reload operation | Lennart Poettering |
2015-09-28 | Move all unit states to basic/ and extend systemctl --state=help | Zbigniew Jędrzejewski-Szmek |
2015-09-22 | core: Add FFSDescriptors and FFSStrings service parameters | Pawel Szewczyk |
2015-09-11 | core: kill processes started due to the ExecReload= on timeout | Evgeny Vereshchagin |
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-01 | core: unified cgroup hierarchy support | Lennart Poettering |