summaryrefslogtreecommitdiff
path: root/src/core/dbus-job.c
Commit message (Expand)AuthorAgeFilesLines
* 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