index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
dbus-job.c
Age
Commit message (
Expand
)
Author
2014-05-14
core: no need to pass bus object to selinux access check calls anymore
Lennart Poettering
2014-03-03
bus: add sd_bus_track object for tracking peers, and port core over to it
Lennart Poettering
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2013-12-22
bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...
Lennart Poettering
2013-11-22
core: don't warn loudly if we cannot send a bus signal to a disconnected client
Lennart Poettering
2013-11-21
bus: rework message handlers to always take an error argument
Lennart Poettering
2013-11-21
bus: let's simplify things by getting rid of unnecessary bus parameters
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-10-21
bus: remove static introspection file export
Kay Sievers
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-08-08
dbus: use _cleanup_free_ instead of freeing ourself
Ronny Chevalier
2013-06-28
dbus: fix minor memory leak when sending job change signals
Lennart Poettering
2013-04-24
logind: don't busy loop if a job is still running but the delay timeout expires
Lennart Poettering
2013-03-18
Use bus_maybe_send_reply() where applicable
Colin Walters
2013-01-10
dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as RemoveSn...
Lennart Poettering
2012-10-02
selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...
Lennart Poettering
2012-10-02
selinux: rework selinux access check logic
Lennart Poettering
2012-05-03
dbus: include unit name in JobNew/JobRemoved signals
Lennart Poettering
2012-04-23
transaction: cancel jobs non-recursively on isolate
Michal Schmidt
2012-04-24
job: serialize jobs properly
Michal Schmidt
2012-04-20
dbus-job: allow multiple bus clients
Michal Schmidt
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers