summaryrefslogtreecommitdiff
path: root/src/core/dbus-unit.c
AgeCommit message (Expand)Author
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-22Introduce bus_unit_check_load_state() helperFranck Bui
2015-11-12core: drop "override" flag when building transactionsLennart Poettering
2015-11-12core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering
2015-11-10Remove snapshot unit typeZbigniew Jędrzejewski-Szmek
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering
2015-10-26core: don't allow manual start with reload-or-restart tooEvgeny Vereshchagin
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-19core: fix type of NetClass dbus propertyLennart Poettering
2015-09-16cgroup: add support for net_cls controllersDaniel Mack
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-06core: pass details to polkit for some unit actionsMichael Chapman
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-08-31unit: unify how we assing slices to unitsLennart Poettering
2015-08-31unit: add new macros to test for unit contextsLennart Poettering
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-08-25core: report root cgroup as "/" over the busLennart Poettering
2015-05-19core: fix OOM checks in dbus-unitThomas Hindoe Paaboel Andersen
2015-05-19core: introduce seperate reverse dependencies for Requires= and Requisite=Lennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-03-02core: expose consumed CPU time per unitLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-18core: rework policykit hookupLennart Poettering
2015-02-03core: open up DefaultDependencies= property for transient unitsLennart Poettering
2015-01-23core: add a property that shows the current memory usage of a unitLennart Poettering
2014-12-10core: properly pass unit file state to clients via the busLennart Poettering
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-12-02systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering
2014-11-06condition: record test state internally and beef it up to be a full enumLennart Poettering
2014-11-01bus: use STR_IN_SETWaLyong Cho
2014-10-28mac: add mac_ prefix to distinguish origin security apisWaLyong Cho
2014-10-28job: optionally, when a job timeout is hit, also execute a failure actionLennart Poettering
2014-08-18core: Verify systemd1 DBus method callers via polkitStef Walter
2014-08-15core: Rename Job.subscribed field to Job.clientsStef Walter
2014-05-14core: no need to pass bus object to selinux access check calls anymoreLennart Poettering
2014-03-11dbus: suppress duplicate and misleading messagesLennart Poettering
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-17core: fix property changes in transient unitsLennart Poettering
2014-01-31core: fix oom checkLennart Poettering
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek
2013-12-22core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering
2013-12-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering