summaryrefslogtreecommitdiff
path: root/src/core/dbus-job.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek1-0/+1
2018-12-01core: before returning new job path to clients, force out JobNew signalsLennart Poettering1-0/+15
2018-12-01core: before sending out a job new/change/removal message, send out unit chan...Lennart Poettering1-0/+7
2018-07-16tree-wide: use "polkit" to refer to PolicyKit/polkitZbigniew Jędrzejewski-Szmek1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-2/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-11-16core/dbus-job, systemctl: shorten some codeZbigniew Jędrzejewski-Szmek1-15/+10
2016-11-16core: add bus calls for determining jobs waiting for other jobsLennart Poettering1-0/+52
2016-11-16core: GC redundant device jobs from the run queueLennart Poettering1-0/+68
2016-11-16core: rename "clients" field of Job structure to "bus_track"Lennart Poettering1-3/+3
2016-05-16core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-2/+2
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-3/+5
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering1-2/+1
2015-02-18core: rework policykit hookupLennart Poettering1-20/+11
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-2/+2
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-2/+2
2014-10-28mac: add mac_ prefix to distinguish origin security apisWaLyong Cho1-1/+1
2014-08-19remove unused variablesThomas Hindoe Paaboel Andersen1-1/+0
2014-08-18core: Verify systemd1 DBus method callers via polkitStef Walter1-1/+22
2014-08-15core: Rename Job.subscribed field to Job.clientsStef Walter1-2/+2
2014-08-15core: Common code for DBus methods that Cancel a jobStef Walter1-2/+2
2014-05-14core: no need to pass bus object to selinux access check calls anymoreLennart Poettering1-1/+1
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering1-53/+11
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-4/+4
2013-12-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering1-3/+3
2013-11-22core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart Poettering1-8/+12
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering1-4/+8
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering1-1/+1
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-268/+126
2013-10-21bus: remove static introspection file exportKay Sievers1-1/+1
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering1-1/+1
2013-08-08dbus: use _cleanup_free_ instead of freeing ourselfRonny Chevalier1-9/+2
2013-06-28dbus: fix minor memory leak when sending job change signalsLennart Poettering1-25/+17
2013-04-24logind: don't busy loop if a job is still running but the delay timeout expiresLennart Poettering1-10/+7
2013-03-18Use bus_maybe_send_reply() where applicableColin Walters1-2/+2
2013-01-10dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as RemoveSn...Lennart Poettering1-3/+1
2012-10-02selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...Lennart Poettering1-1/+1
2012-10-02selinux: rework selinux access check logicLennart Poettering1-38/+32
2012-05-03dbus: include unit name in JobNew/JobRemoved signalsLennart Poettering1-0/+2
2012-04-23transaction: cancel jobs non-recursively on isolateMichal Schmidt1-1/+1
2012-04-24job: serialize jobs properlyMichal Schmidt1-3/+3
2012-04-20dbus-job: allow multiple bus clientsMichal Schmidt1-59/+87
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-04-11move libsystemd_core.la sources into core/Kay Sievers1-0/+354