summaryrefslogtreecommitdiff
path: root/src/core/dbus-unit.c
Commit message (Expand)AuthorAgeFilesLines
* core: store unit aliases in a separate setZbigniew Jędrzejewski-Szmek2020-06-101-4/+8
* tree-wide: use _cleanup_set_free_ where appropriateZbigniew Jędrzejewski-Szmek2020-05-061-1/+1
* core: introduce support for cgroup freezerMichal Sekletár2020-04-301-0/+104
* manager: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-161-16/+114
* core: move bus-util include out of selinux-access headerChristian Göttsche2020-02-041-0/+1
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-0/+1
* core: be more restrictive on the dependency types we allow to be created tran...Lennart Poettering2020-01-091-0/+15
* cgroup: introduce support for cgroup v2 CPUSET controllerPavel Hrdina2019-09-241-0/+48
* pid1: rename start_limit to start_ratelimitZbigniew Jędrzejewski-Szmek2019-09-201-6/+6
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-0/+1
* pid1: fix GetUnitProcessesZbigniew Jędrzejewski-Szmek2019-07-151-1/+1
* core: expose new clean operation on the busLennart Poettering2019-07-111-0/+106
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek2019-05-221-1/+1
* Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek2019-05-221-1/+1
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* croup: expose IO accounting data per unitLennart Poettering2019-04-121-0/+34
* core: use string_table_lookup() at more placesLennart Poettering2019-04-121-13/+11
* core: add new API for enqueing a job with returning the transaction dataLennart Poettering2019-03-271-18/+139
* dbus-unit: remove redundant checkLennart Poettering2019-03-251-1/+1
* core: remove unnecessary heap allocationLennart Poettering2019-03-251-6/+3
* core: simplify and check validity of paths for RequiresMountsFor=Yu Watanabe2019-03-081-0/+8
* core: Fix -EOPNOTSUPP emergency action error stringAaron Plattner2019-01-171-1/+1
* core: Fix return argument check for parse_emergency_actionAaron Plattner2019-01-171-2/+2
* core: clarify that the CollectMode bus property is constantLennart Poettering2018-12-011-1/+1
* core: send out unit change events when a new invocation ID is acquiredLennart Poettering2018-12-011-1/+1
* core: invalidate invidual Assert/Condition properties when sending out change...Lennart Poettering2018-12-011-2/+2
* core: before returning new job path to clients, force out JobNew signalsLennart Poettering2018-12-011-0/+3
* core: whenever we change state of a unit, force out PropertiesChanged bus signalLennart Poettering2018-12-011-0/+21
* core: allow to set exit status when using SuccessAction=/FailureAction=exit i...Lennart Poettering2018-11-271-0/+40
* core: expose bus client names currently reffing a unit as propertyLennart Poettering2018-11-091-0/+39
* unit: enqueue cgroup empty check event if the last ref on a unit is droppedLennart Poettering2018-11-091-0/+6
* core: reword polkit request a bit (#10524)Lennart Poettering2018-10-261-1/+1
* core: define "exit" and "exit-force" actions for user units and only accept thatZbigniew Jędrzejewski-Szmek2018-10-171-1/+36
* pid1: drop now-unused path parameter to add_dependency_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-1/+1
* core: Fix grammar in error messageSven Joachim2018-07-111-1/+1
* core: tiny comment fixLennart Poettering2018-06-281-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* core: introduce a new load state "bad-setting"Lennart Poettering2018-06-111-1/+4
* core: use bus_unit_validate_load_state() for generating LoadError unit bus pr...Lennart Poettering2018-06-111-6/+8
* core: rename (and modernize) bus_unit_check_load_state() → bus_unit_validat...Lennart Poettering2018-06-111-10/+18
* pid: fix ENOENT error checkLennart Poettering2018-06-061-1/+1
* core/dbus-unit: do not pass whole Unit objectYu Watanabe2018-05-151-15/+15
* core/dbus-unit: introduce unit_can_{start,stop,isolate}_refuse_manual() funct...Yu Watanabe2018-05-151-54/+15
* core: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-21/+7
* core: use _cleanup_set_free_ instread of _cleanup_(set_freep)Yu Watanabe2018-05-141-2/+2
* dbus-unit: check userdata before obtaining dataYu Watanabe2018-05-131-4/+6
* dbus-unit: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-108/+6
* path-util: introduce empty_to_root() and use it many placesYu Watanabe2018-05-111-1/+1