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-bus
/
sd-bus.c
Age
Commit message (
Expand
)
Author
2013-11-29
kdbus: synthesize NameOwnerChange signals from kernel messages and support ma...
Lennart Poettering
2013-11-29
libsystemd-bus: catch up with latest kdbus changes
Daniel Mack
2013-11-28
bus: add new sd_bus_creds object to encapsulate process credentials
Lennart Poettering
2013-11-28
bus: update kdbus.h and always subscribe to KDBUS_HELLO_ATTACH_NAMES
Kay Sievers
2013-11-27
bus: properly handle if we get disconnected during HELLO phase
Lennart Poettering
2013-11-22
bus: when closing a bus, drop all refs to queued messages, so that the bus ca...
Lennart Poettering
2013-11-22
bus: add calls to query attached objects
Lennart Poettering
2013-11-21
bus: restore selinux access control to PID 1 for properties
Lennart Poettering
2013-11-21
bus: rework message handlers to always take an error argument
Lennart Poettering
2013-11-21
bus: rename SD_BUS_ERROR_MAKE to SD_BUS_ERROR_MAKE_CONST to indicate it only ...
Lennart Poettering
2013-11-21
bus: let's simplify things by getting rid of unnecessary bus parameters
Lennart Poettering
2013-11-21
bus: add API calls to escape string components of objects paths
Lennart Poettering
2013-11-20
bus: make sure an additional ref to a busevent source doesn't cause the event...
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-20
bus: add sd_bus_send_to() API call
Lennart Poettering
2013-11-20
bus: bump serial number counter when sending already sealed messages
Lennart Poettering
2013-11-18
bus: TIMESTAMP is optional kdbus metadata now, NAMES are always added
Kay Sievers
2013-11-17
bus: CREDS and NAMES are optional kdbus metadata now
Kay Sievers
2013-11-14
bus: typo
Tom Gundersen
2013-11-12
bus: detect blocking message calls to our own connection and return ELOOP early
Lennart Poettering
2013-11-12
bus: introduce concept of a default bus for each thread and make use of it ev...
Lennart Poettering
2013-11-12
bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()
Lennart Poettering
2013-11-06
bus: export libsystemd-bus as a public library
Zbigniew Jędrzejewski-Szmek
2013-11-05
bus: add sd_bus_get_current() bus call to determine message that is currently...
Lennart Poettering
2013-11-05
bus: make use of assert_return() in all API calls that don't use it yet
Lennart Poettering
2013-10-30
bus: add API call to create bus connection to the system bus of local containers
Lennart Poettering
2013-10-30
bus: move ssh support into public API of libsystem-bus
Lennart Poettering
2013-10-18
bus: automatically flush bus queue when we exit the event loop
Lennart Poettering
2013-10-16
timedated: use libsystemd-bus instead of libdbus for bus communication
Lennart Poettering
2013-10-16
bus: return 1 on all calls that send messages
Lennart Poettering
2013-10-16
bus: make sure sd_bus_get_timeout() returns a 0 timeout of there are already ...
Lennart Poettering
2013-10-14
bus: make sure that we always keep a ref to the bus when we dispatch callbacks
Lennart Poettering
2013-10-14
bus: use assert_return() for more API calls
Lennart Poettering
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-11
bus: split up overly long sd-bus.c into three files
Lennart Poettering
2013-10-11
bus: if a a Set() vtable callback of a writable is left NULL, try to do the r...
Lennart Poettering
2013-10-11
bus: automatically do a NOP reply when a NULL callback is specified for a met...
Lennart Poettering
2013-10-11
bus: when NULL is specified as property callback, automatically handle serial...
Lennart Poettering
2013-10-11
bus: make PropertiesChanged emission work
Lennart Poettering
2013-10-11
bus: allow specifying NULL as type string when we want to construct messages ...
Lennart Poettering
2013-10-11
bus: make GetManagedObjects() work
Lennart Poettering
2013-10-09
bus: fix missing initialization
Lennart Poettering
2013-10-09
bus: fix GetAll() userdata passing
Lennart Poettering
2013-10-09
bus: don't require that if a child object node exists its parent node must too
Lennart Poettering
2013-10-09
libsystemd-bus: add lightweight object vtable implementation for exposing obj...
Lennart Poettering
2013-10-02
dbus: fix return value of dispatch_rqueue()
Lennart Poettering
2013-05-22
bus: add benchmark tool to determine the right threshold for copying vs. memfd
Lennart Poettering
2013-05-20
bus: calculate bloom filter for match
Lennart Poettering
2013-05-17
bus: add APIs for negotiating what is attached to messages
Lennart Poettering
2013-05-17
bus: add minimal locking around the memfd cache
Lennart Poettering
[next]