index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
dbus-unit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dbus: suppress duplicate and misleading messages
Lennart Poettering
2014-03-11
1
-10
/
+2
*
bus: add sd_bus_track object for tracking peers, and port core over to it
Lennart Poettering
2014-03-03
1
-13
/
+21
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
1
-4
/
+4
*
core: fix property changes in transient units
Lennart Poettering
2014-02-17
1
-3
/
+0
*
core: fix oom check
Lennart Poettering
2014-01-31
1
-1
/
+1
*
Use enums to make it obvious what boolean params mean
Zbigniew Jędrzejewski-Szmek
2013-12-26
1
-2
/
+2
*
core: no need to list properties for PropertiesChanged messages anymore
Lennart Poettering
2013-12-22
1
-18
/
+14
*
bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...
Lennart Poettering
2013-12-22
1
-47
/
+47
*
core: fix Unit.SetProperties argument parsing
David Herrmann
2013-12-11
1
-8
/
+0
*
service: add the ability for units to join other unit's PrivateNetwork= and P...
Lennart Poettering
2013-11-27
1
-0
/
+1
*
core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...
Lennart Poettering
2013-11-26
1
-1
/
+2
*
core: fix bus serialization of conditions
Lennart Poettering
2013-11-25
1
-1
/
+4
*
core: don't warn loudly if we cannot send a bus signal to a disconnected client
Lennart Poettering
2013-11-22
1
-4
/
+2
*
core: fix deserialization of StartTransientUnit() parameters
Lennart Poettering
2013-11-21
1
-1
/
+10
*
bus: rework message handlers to always take an error argument
Lennart Poettering
2013-11-21
1
-79
/
+87
*
bus: let's simplify things by getting rid of unnecessary bus parameters
Lennart Poettering
2013-11-21
1
-19
/
+19
*
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-20
1
-717
/
+591
*
bus: remove static introspection file export
Kay Sievers
2013-10-21
1
-1
/
+1
*
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-14
1
-2
/
+2
*
cgroup: only check once when mode is UNIT_CHECK
Gao feng
2013-08-28
1
-1
/
+1
*
systemd,systemctl: export condition status and show failing condition
Zbigniew Jędrzejewski-Szmek
2013-07-18
1
-62
/
+115
*
core: simplify drop-in writing logic a bit
Lennart Poettering
2013-07-11
1
-23
/
+13
*
core: when writing drop-in files, name them directly after the property we set
Lennart Poettering
2013-07-11
1
-2
/
+2
*
user-sessions: rely on PID 1 to kill sessions
Lennart Poettering
2013-07-10
1
-0
/
+57
*
unit: save description/slice of transient units to /run
Lennart Poettering
2013-07-10
1
-0
/
+15
*
core: while we are reloading don't suppress bus signals
Lennart Poettering
2013-07-10
1
-20
/
+32
*
machined: sync to /run after job completed
Lennart Poettering
2013-07-02
1
-12
/
+20
*
core: add support to run transient units in arbitrary slices
Lennart Poettering
2013-07-01
1
-0
/
+19
*
core: move ControlGroup and Slice properties out of the dbus "Unit" interface
Lennart Poettering
2013-07-01
1
-2
/
+5
*
core: allow setting of the description string for transient units
Lennart Poettering
2013-07-01
1
-0
/
+33
*
core: add transient units
Lennart Poettering
2013-06-28
1
-4
/
+14
*
unit: make sure the dropins we write are high-priority
Lennart Poettering
2013-06-28
1
-2
/
+1
*
dbus: add infrastructure for changing multiple properties at once on units an...
Lennart Poettering
2013-06-27
1
-0
/
+88
*
core: general cgroup rework
Lennart Poettering
2013-06-27
1
-529
/
+1
*
logind: add infrastructure to keep track of machines, and move to slices
Lennart Poettering
2013-06-20
1
-4
/
+1
*
core: expose a "Slice" property on Unit objects on the bus
Lennart Poettering
2013-06-18
1
-0
/
+20
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-2
/
+2
*
nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...
Lennart Poettering
2013-04-16
1
-1
/
+1
*
Replace s/Dropin/DropIn/
Zbigniew Jędrzejewski-Szmek
2013-04-02
1
-1
/
+1
*
Introspect and monitor dropin configuration
Oleksii Shevchuk
2013-04-02
1
-0
/
+1
*
Use bus_maybe_send_reply() where applicable
Colin Walters
2013-03-19
1
-3
/
+3
*
unit: rework resource management API
Lennart Poettering
2013-02-27
1
-134
/
+195
*
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-02-14
1
-0
/
+1
*
unit: optionally allow making cgroup attribute changes persistent
Lennart Poettering
2013-01-19
1
-26
/
+77
*
systemctl: add new "get-cgroup-attr" to query current cgroup attribute value
Lennart Poettering
2013-01-18
1
-0
/
+89
*
core: add bus API and systemctl commands for altering cgroup parameters durin...
Lennart Poettering
2013-01-14
1
-3
/
+247
*
core/dbus-unit: modernize style
Zbigniew Jędrzejewski-Szmek
2013-01-06
1
-52
/
+42
*
selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...
Lennart Poettering
2012-10-02
1
-1
/
+1
*
selinux: rework selinux access check logic
Lennart Poettering
2012-10-02
1
-70
/
+104
*
selinux: prefer source path over fragment path
Lennart Poettering
2012-09-18
1
-2
/
+2
[next]