summaryrefslogtreecommitdiff
path: root/src/core/dbus-job.c
Commit message (Expand)AuthorAgeFilesLines
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-0/+1
* core: before returning new job path to clients, force out JobNew signalsLennart Poettering2018-12-011-0/+15
* core: before sending out a job new/change/removal message, send out unit chan...Lennart Poettering2018-12-011-0/+7
* tree-wide: use "polkit" to refer to PolicyKit/polkitZbigniew Jędrzejewski-Szmek2018-07-161-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
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core/dbus-job, systemctl: shorten some codeZbigniew Jędrzejewski-Szmek2016-11-161-15/+10
* core: add bus calls for determining jobs waiting for other jobsLennart Poettering2016-11-161-0/+52
* core: GC redundant device jobs from the run queueLennart Poettering2016-11-161-0/+68
* core: rename "clients" field of Job structure to "bus_track"Lennart Poettering2016-11-161-3/+3
* core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar2016-05-161-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+5
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-2/+1
* core: rework policykit hookupLennart Poettering2015-02-181-20/+11
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* mac: add mac_ prefix to distinguish origin security apisWaLyong Cho2014-10-281-1/+1
* remove unused variablesThomas Hindoe Paaboel Andersen2014-08-191-1/+0
* core: Verify systemd1 DBus method callers via polkitStef Walter2014-08-181-1/+22
* core: Rename Job.subscribed field to Job.clientsStef Walter2014-08-151-2/+2
* core: Common code for DBus methods that Cancel a jobStef Walter2014-08-151-2/+2
* core: no need to pass bus object to selinux access check calls anymoreLennart Poettering2014-05-141-1/+1
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-031-53/+11
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-4/+4
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-3/+3
* core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart Poettering2013-11-221-8/+12
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-4/+8
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-211-1/+1
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-268/+126
* bus: remove static introspection file exportKay Sievers2013-10-211-1/+1
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-1/+1
* dbus: use _cleanup_free_ instead of freeing ourselfRonny Chevalier2013-08-081-9/+2
* dbus: fix minor memory leak when sending job change signalsLennart Poettering2013-06-281-25/+17
* logind: don't busy loop if a job is still running but the delay timeout expiresLennart Poettering2013-04-241-10/+7
* Use bus_maybe_send_reply() where applicableColin Walters2013-03-181-2/+2
* dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as RemoveSn...Lennart Poettering2013-01-101-3/+1
* selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...Lennart Poettering2012-10-021-1/+1
* selinux: rework selinux access check logicLennart Poettering2012-10-021-38/+32
* dbus: include unit name in JobNew/JobRemoved signalsLennart Poettering2012-05-031-0/+2
* transaction: cancel jobs non-recursively on isolateMichal Schmidt2012-04-231-1/+1
* job: serialize jobs properlyMichal Schmidt2012-04-241-3/+3
* dbus-job: allow multiple bus clientsMichal Schmidt2012-04-201-59/+87
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* move libsystemd_core.la sources into core/Kay Sievers2012-04-111-0/+354