summaryrefslogtreecommitdiff
path: root/src/core/dbus-manager.c
AgeCommit message (Expand)Author
2016-10-24shared, systemctl: teach is-enabled to show installation targetsJan Synacek
2016-10-24install: introduce UnitFileFlagsJan Synacek
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-08-22core: add Ref()/Unref() bus calls for unitsLennart Poettering
2016-07-22core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering
2016-07-08core: queue loading transient units after setting their properties (#3676)David Michael
2016-05-12core: added ListUnitsByNames dbus method (#3182)kayrus
2016-04-29core: rename StartLimitInterval= to StartLimitIntervalSec=Lennart Poettering
2016-04-29core: Filter by unit name behind the D-Bus, instead on the client side (#3142)kayrus
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-04-21core/dbus-manager: drop unused param from installation functionsZbigniew Jędrzejewski-Szmek
2016-04-19shared/install,systemctl,core: report offending file on installation errorZbigniew Jędrzejewski-Szmek
2016-04-18shared/install: add helper function unit_file_changes_have_modification()Zbigniew Jędrzejewski-Szmek
2016-04-18Various formatting and style fixesZbigniew Jędrzejewski-Szmek
2016-04-16systemctl/core: ignore masked units in preset-allZbigniew Jędrzejewski-Szmek
2016-04-16tree-wide: use ERFKILL instead of ESHUTDOWN for "unit masked"Zbigniew Jędrzejewski-Szmek
2016-04-12core: make sure we always free the list of changesLennart Poettering
2016-04-12core: make sure we generate a nicer error when a linked unit is attempted to ...Lennart Poettering
2016-04-12core,systemctl: add new "systemctl revert" commandLennart Poettering
2016-04-12install: introduce a new unit file state "transient"Lennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-12core: when enabling a generated unit file, return a clean errorLennart Poettering
2016-04-12core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering
2016-02-26clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-18core: fix memory leak on failed preset-allEvgeny Vereshchagin
2016-01-17core: fix memory leak on set-default, enable, disable etcEvgeny Vereshchagin
2015-12-15Merge pull request #2157 from keszybz/manager-statusDaniel Mack
2015-12-13manager: log log level changes uniformlyZbigniew Jędrzejewski-Szmek
2015-11-30core: expose soft limits on the busEvgeny Vereshchagin
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-27Merge pull request #1828 from fbuihuu/set-property-on-inactive-unitLennart Poettering
2015-11-22core: allow 'SetUnitProperties()' to run on inactive units tooFranck Bui
2015-11-17core: dispatch load queue each time we set up a transient unitsLennart Poettering
2015-11-17core: move check whether a unit is suitable to become transient into unit.cLennart Poettering
2015-11-17core: generate nice error messages for auxiliary transient units, tooLennart Poettering
2015-11-13core: enable transient unit support for slice unitsLennart Poettering
2015-11-13core: add new DefaultTasksMax= setting for system.confLennart Poettering
2015-11-12install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering
2015-11-12install: never log from install functionsLennart 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-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[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-15core: expose manager's TimerSlackNSec as propery on dbusEvgeny Vereshchagin
2015-10-12core: manager: expose DefaultLimit* as properties on dbusEvgeny Vereshchagin
2015-10-09core: remove taint flag about /etc/mtab not being a symlink.Lennart Poettering