summaryrefslogtreecommitdiff
path: root/src/core/dbus-unit.c
Commit message (Expand)AuthorAgeFilesLines
* core: only refuse Type=dbus service enqueuing if dbus has stop jobMike Yuan2023-05-121-7/+24
* core: refuse dbus activation if dbus is not runningMike Yuan2023-05-091-0/+7
* preset: Add ignore directiveDaan De Meyer2023-04-141-3/+1
* service: allow freeing the fdstore via cleaningLennart Poettering2023-04-131-10/+11
* core: a more informative error when SetProperties/StartTransientUnit failsZbigniew Jędrzejewski-Szmek2023-04-041-9/+18
* core: typos in commentsZbigniew Jędrzejewski-Szmek2023-04-041-4/+3
* basic: add RuntimeScope enumLennart Poettering2023-03-101-3/+1
* pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering2023-02-171-3/+22
* core: pending_freezer_{message => invocation}msizanoen12022-12-081-7/+7
* core/unit: allow overriding an ongoing freeze operationmsizanoen12022-12-081-7/+20
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-58/+29
* core: add basic infrastructure to record unit activation informationLuca Boccassi2022-08-231-0/+1
* manager: allow assignment of properties on target/swap/device unitsZbigniew Jędrzejewski-Szmek2022-08-171-5/+4
* core: drop unused BUS_UNIT_QUEUE_RETURN_SKIP_ON_CONDITION_FAIL flagLuca Boccassi2022-08-031-3/+0
* core: cache unit file selinux label, and make decisions based on thatLennart Poettering2022-07-201-0/+1
* tree-wide: link to docs.kernel.org for kernel documentationnl67202022-07-041-1/+1
* core: update to use new-style sd-bus macrosamarjargal2022-04-121-91/+61
* Fix typos in user-util.c and dbus-unit.cнаб2022-03-291-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-1/+1
* core: do not return 'skipped' when Condition*= fail with StartUnitWithFlags()Luca Boccassi2022-03-101-4/+0
* pid1: export cgroup ID among per-unit cgroup informationLennart Poettering2022-02-111-0/+1
* pid1,cgroup-show: ignore -EOPNOTSUPP in cg_read_pid()Yu Watanabe2022-01-181-2/+6
* core: add missing dependency DBus propertiesYu Watanabe2022-01-161-2/+4
* core: add StartUnitWithFlags DBUS methodLuca Boccassi2021-12-071-2/+22
* core: prefix functions to avoid identical static function namesChristian Göttsche2021-11-201-14/+14
* core: replace slice dependencies as they get addedAnita Zhang2021-11-101-1/+1
* core: drop "const" from NeedsDaemonReload unit dbus propertyLennart Poettering2021-09-291-1/+1
* Fix typo in dbus property name ("OnSuccesJobMode")Vladimir Panteleev2021-08-181-1/+2
* core: add MemoryAvailable unit propertyLuca Boccassi2021-06-081-0/+25
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-1/+1
* core: implement Uphold= dependency typeLennart Poettering2021-05-251-0/+1
* core: add new OnSuccess= dependency typeLennart Poettering2021-05-251-0/+7
* core: add new PropagateStopTo= dependency (and inverse)Lennart Poettering2021-05-251-0/+4
* core: add a reverse dep for OnFailure=Lennart Poettering2021-05-251-0/+1
* core: convert Slice= into a proper dependency (and add a back dependency)Lennart Poettering2021-05-251-1/+2
* core: split dependency types into atomsLennart Poettering2021-05-251-25/+31
* Merge pull request #18863 from keszybz/cmdline-escapingLennart Poettering2021-05-071-1/+3
|\
| * core,journald: use quoted commandlinesZbigniew Jędrzejewski-Szmek2021-05-051-1/+3
* | Add D-Bus property exposing Ctrl-Alt-Delete action (#19217)Flos Lonicerae2021-04-231-5/+5
* | tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-13/+13
|/
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-3/+3
* Merge pull request #18481 from keszybz/rpm-restart-post-transZbigniew Jędrzejewski-Szmek2021-02-161-51/+157
|\
| * core: wrap long linesZbigniew Jędrzejewski-Szmek2021-02-151-8/+10
| * core: add EnqueueMarkedJobs method to reload/restart marked unitsZbigniew Jędrzejewski-Szmek2021-02-151-39/+53
| * core: allow Markers to be set using set-propertyZbigniew Jędrzejewski-Szmek2021-02-151-0/+57
| * core/dbus-unit: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2021-02-151-4/+3
| * core: add Unit.Markers propertyZbigniew Jędrzejewski-Szmek2021-02-151-0/+34
* | core: slightly improve error message on load errorsLennart Poettering2021-02-131-1/+2
|/
* core: do not initialize variable which is unconditionally set belowZbigniew Jędrzejewski-Szmek2021-02-101-1/+1