summaryrefslogtreecommitdiff
path: root/src/core/service.c
AgeCommit message (Expand)Author
2016-06-22watchdog: Support changing watchdog_usec during runtime (#3492)Minkyung
2016-06-18Ensure kdbus isn't used (#3501)Dave Reisner
2016-06-14core: on unified we don't need to check u->pids: we can use proper notificati...Evgeny Vereshchagin
2016-05-02core: move enforcement of the start limit into per-unit-type code againLennart Poettering
2016-04-29core: merge service_connection_unref() into service_close_socket_fd()Lennart Poettering
2016-04-29core: make sure to close connection fd when we fail to activate a per-connect...Lennart Poettering
2016-04-29core: minor error path fixLennart Poettering
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-04-12core: introduce MANAGER_IS_RELOADING() macroLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-08core/service: only search for pid if loading from file failedZbigniew Jędrzejewski-Szmek
2016-04-08core/service: drop return value that is always ignored anywayZbigniew Jędrzejewski-Szmek
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-13service: remove unnecessary checkAlexander Kuleshov
2016-02-11Remove kdbus custom endpoint supportDaniel Mack
2016-02-10Merge pull request #2569 from zonque/removalsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-10core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...Lennart Poettering
2016-02-04core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering
2016-02-03core: move service_unwatch_control_pid() call into service_enter_running()Lennart Poettering
2016-02-03core: when a service's ExecStartPre= times out, skip ExecStop=Lennart Poettering
2016-02-01core: no need to use unlink_noerrno()Lennart Poettering
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2016-01-28core: don't reset /dev/console if stdin/stdout/stderr as passed as fd in a tr...Lennart Poettering
2016-01-22Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack
2015-12-21core: fix bus name synchronization after daemon-reloadDaniel Mack
2015-12-01journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-12core: drop "override" flag when building transactionsLennart Poettering
2015-11-12core: fix typoTorstein Husebø
2015-11-11core: pull in dbus.socket from Type=dbus servicesLennart Poettering
2015-11-11core: change default deps of services to require sysinit.target instead of ba...Lennart Poettering
2015-11-10Remove snapshot unit typeZbigniew Jędrzejewski-Szmek
2015-11-02core: service: fix error messageDaniel Mack
2015-10-27service: exiting early is nicer than deeply-indented code blocksLennart Poettering
2015-10-27core: don't pass uninitialzed PIDs to pid_is_unwaited()Lennart Poettering
2015-10-27process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-19tree-wide: add more void casts for various syscall invocationsLennart Poettering
2015-10-08core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering
2015-10-07service: fix memory leak in service_add_fd_store()reverendhomer
2015-10-06Merge pull request #1468 from poettering/fdnamesTom Gundersen
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering
2015-10-06core: simplify fd collection code, return number of fds as return valueLennart Poettering