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-unit.h
Age
Commit message (
Expand
)
Author
2016-04-22
core,systemctl: add bus API to retrieve processes of a unit
Lennart Poettering
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-11-27
Merge pull request #1828 from fbuihuu/set-property-on-inactive-unit
Lennart Poettering
2015-11-22
Introduce bus_unit_check_load_state() helper
Franck Bui
2015-11-18
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-04-29
sd-bus: drop bus parameter from message callback prototype
Lennart Poettering
2013-11-21
bus: rework message handlers to always take an error argument
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-07-17
systemd,systemctl: export condition status and show failing condition
Zbigniew Jędrzejewski-Szmek
2013-07-01
core: move ControlGroup and Slice properties out of the dbus "Unit" interface
Lennart Poettering
2013-06-28
core: add transient units
Lennart Poettering
2013-06-28
unit: make sure the dropins we write are high-priority
Lennart Poettering
2013-06-27
dbus: add infrastructure for changing multiple properties at once on units an...
Lennart Poettering
2013-06-27
core: general cgroup rework
Lennart Poettering
2013-06-18
core: expose a "Slice" property on Unit objects on the bus
Lennart Poettering
2013-04-02
Replace s/Dropin/DropIn/
Zbigniew Jędrzejewski-Szmek
2013-04-01
Introspect and monitor dropin configuration
Oleksii Shevchuk
2013-02-27
unit: rework resource management API
Lennart Poettering
2013-01-18
systemctl: add new "get-cgroup-attr" to query current cgroup attribute value
Lennart Poettering
2013-01-17
dbus: add Unit's PartOf and ConsistsOf deps to introspection XML
Lennart Poettering
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-07-20
core: drop KillMode parameter from KillUnit() bus call
Lennart Poettering
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-07-13
unit: rename BindTo= to BindsTo=
Lennart Poettering
2012-05-22
units: remove service sysv_path variable and replace it by generic unit_path
Lennart Poettering
2012-05-21
units: introduce new Documentation= field and make use of it everywhere
Lennart Poettering
2012-04-30
unit: add new dependency type RequiresMountsFor=
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