summaryrefslogtreecommitdiff
path: root/src/core/service.c
AgeCommit message (Expand)Author
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
2015-10-03core: don't unset reload result, unless we begin a start or reload operationLennart Poettering
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-09-22core: Add FFSDescriptors and FFSStrings service parametersPawel Szewczyk
2015-09-11core: kill processes started due to the ExecReload= on timeoutEvgeny Vereshchagin
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-09-01unit: suppress unnecessary cgroup empty checkLennart Poettering
2015-08-31unit: unify how we assing slices to unitsLennart Poettering
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-08-27Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann
2015-08-11 sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers
2015-07-24core: print a nicer warning when two units have the same BusName= settingLennart Poettering
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt
2015-07-21core: correct return value from reload methodsMichal Schmidt
2015-07-06treewide: fix typos of let'sZbigniew Jędrzejewski-Szmek
2015-06-17turn kdbus support into a runtime optionKay Sievers
2015-06-11core: Let two more booleans survive a daemon-reloadWerner Fink
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-12core: drop redundant logging about notification messagesTom Gundersen
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-11core: always initialize ExecParamters.bus_endpoint_fd to -1Lennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen
2015-04-28service: make restart logic a bit easier to understandLennart Poettering
2015-04-28exit-status: introduce common exit_status_set_test() call for testing exit st...Lennart Poettering