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
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-11-27
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-04-29
sd-bus: drop bus parameter from message callback prototype
Lennart Poettering
2015-02-18
core: rework policykit hookup
Lennart Poettering
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-10-28
mac: add mac_ prefix to distinguish origin security apis
WaLyong Cho
2014-08-19
remove unused variables
Thomas Hindoe Paaboel Andersen
2014-08-18
core: Verify systemd1 DBus method callers via polkit
Stef Walter
2014-08-15
core: Rename Job.subscribed field to Job.clients
Stef Walter
2014-08-15
core: Common code for DBus methods that Cancel a job
Stef Walter
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