index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
dbus-service.c
Age
Commit message (
Expand
)
Author
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-01-06
core: add new logic for services to store file descriptors in PID 1
Lennart Poettering
2014-12-18
core: make exec_command_free_list return NULL
Zbigniew Jędrzejewski-Szmek
2014-07-07
core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status...
Miguel Angel Ajo
2014-04-24
service: rename StartLimitAction enum to FailureAction
Michael Olbrich
2014-04-24
service: add FailureAction= option
Michael Olbrich
2014-04-21
service: add support for reboot argument when triggered by StartLimitAction=
Michael Olbrich
2014-02-17
core: rework cgroup mask propagation
Lennart Poettering
2014-02-05
core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat...
Lennart Poettering
2013-12-22
core: no need to list properties for PropertiesChanged messages anymore
Lennart Poettering
2013-12-22
bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...
Lennart Poettering
2013-11-25
core: fix serialization of exec command structs
Lennart Poettering
2013-11-21
core: fix deserialization of StartTransientUnit() parameters
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-10-21
bus: remove static introspection file export
Kay Sievers
2013-09-09
systemd-run: properly escape arguments
Zbigniew Jędrzejewski-Szmek
2013-07-30
core: open up SendSIGHUP property for transient units
Lennart Poettering
2013-07-26
core: allow setting RemainAfterExit= for transient services
Lennart Poettering
2013-07-11
core: simplify drop-in writing logic a bit
Lennart Poettering
2013-07-11
core: when writing drop-in files, name them directly after the property we set
Lennart Poettering
2013-07-01
core: move ControlGroup and Slice properties out of the dbus "Unit" interface
Lennart Poettering
2013-07-01
core: allow setting of the description string for transient units
Lennart Poettering
2013-07-01
dbus: expose cgroup properties in introspection everywhere
Lennart Poettering
2013-07-01
service: correct service bus introspection for timeouts
Lennart Poettering
2013-06-28
core: add transient units
Lennart Poettering
2013-06-27
dbus: hookup runtime property changes for mouns, services, sockets, swaps too
Lennart Poettering
2013-06-27
core: general cgroup rework
Lennart Poettering
2013-05-20
core: fix DBus property ExecMainExitTimestamp
Michal Schmidt
2013-01-14
core: add bus API and systemctl commands for altering cgroup parameters durin...
Lennart Poettering
2012-10-02
selinux: rework selinux access check logic
Lennart Poettering
2012-08-08
systemd: introduced new timeout types
Michal Sekletar
2012-07-20
unit: split off KillContext from ExecContext containing only kill definitions
Lennart Poettering
2012-05-30
service: mark compat options as such
Lennart Poettering
2012-05-22
units: remove service sysv_path variable and replace it by generic unit_path
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers