summaryrefslogtreecommitdiff
path: root/src/core/dbus-manager.c
AgeCommit message (Expand)Author
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
2015-10-08core: manager: add some missing dbus propertiesEvgeny Vereshchagin
2015-09-30core: make sure we expose the empty string when we detect no virtualizationLennart Poettering
2015-09-21containers: systemd exits with non-zero codeAlban Crequy
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-08-27selinux: drop mac_selinux_unit_access_check_strv()David Herrmann
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-04-29core: for queued reload message there is no need to store the bus explicitlyLennart Poettering
2015-04-29sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-21core: make SELinux enable/disable check symmetricZbigniew Jędrzejewski-Szmek
2015-03-07core/dbus-manager: remove dead checkZbigniew Jędrzejewski-Szmek
2015-02-26core: emit changes for NFailedUnits propertyLucas De Marchi
2015-02-18core: rework policykit hookupLennart Poettering
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-12-09run: introduce timer support optionWaLyong Cho
2014-12-08bus: StartTransientUnit can have aux unitWaLyong Cho
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-20core: watchdog bus properties cannot be both writable and constantLennart Poettering
2014-10-28mac: add mac_ prefix to distinguish origin security apisWaLyong Cho
2014-10-08systemctl: add add-wants and add-requires verbsLukas Nykryn