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
/
libsystemd
/
sd-bus
/
bus-kernel.c
Age
Commit message (
Expand
)
Author
2014-03-19
busname: introduce Activating directive
Daniel Mack
2014-03-19
core: when creating an activating busname attach all metadata fields to the m...
Lennart Poettering
2014-03-18
core: add new AcceptFD= setting to .busname units
Lennart Poettering
2014-03-18
test
Lennart Poettering
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-16
Use strlen even for constant strings
Josh Triplett
2014-03-13
sd-bus: don't look for a 64bit value when we only have 32bit value on reply c...
Lennart Poettering
2014-03-11
bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...
Lennart Poettering
2014-03-07
sd-bus: add support for policy upload on activator connections
Daniel Mack
2014-03-07
sd-bus: sync kdbus.h (ABI break)
Daniel Mack
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-17
doc: update punctuation
Jan Engelhardt
2014-02-01
bus: update kdbus.h (ABI break)
Kay Sievers
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-28
bus: rework bloom filter logic to operate with variable bloom filter
Lennart Poettering
2014-01-27
bus: when we cannot bus activate a service because we go down, drop one
Lennart Poettering
2014-01-24
bus: update kdbus.h (ABI break)
Kay Sievers
2014-01-22
bus: add sd_bus_process_priority() to support prioq mode of kdbus
Lennart Poettering
2014-01-22
bus: expose priority field of messages, in preparation for prioq support
Lennart Poettering
2014-01-22
bus: pass timestamp info only to caller if he asked for it
Lennart Poettering
2014-01-22
bus: include connection name in credentials structure
Lennart Poettering
2014-01-22
bus: when allocating a memfd for usage in a bus connection, name the memfd af...
Lennart Poettering
2014-01-22
bus: add support for attaching name to bus connections for debugging purposes
Lennart Poettering
2014-01-22
bus: add API for querying the kdbus message sequence number
Lennart Poettering
2014-01-21
bus: implement synchronous message calls via kernel ioctl
Lennart Poettering
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen