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-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
2013-05-17
bus: return ECHILD as soon as people try to reuse a bus connection across a f...
Lennart Poettering
2013-05-17
bus: actually unmap kdbus pool after use
Lennart Poettering
2013-05-17
bus: keep kernel bus fd around during entire life-time of bus
Lennart Poettering
2013-05-16
bus: make bus ref counting atomic
Lennart Poettering
2013-05-16
bus: synthesize timeout message errors instead of returning error codes
Lennart Poettering
2013-05-14
bus: properly handle message bodies that are a chain of memory areas rather t...
Lennart Poettering
2013-04-24
Add set_consume which always takes ownership
Zbigniew Jędrzejewski-Szmek
2013-04-15
bus: handle env vars safely
Lennart Poettering
2013-04-14
bus: always explicitly rewind read index before passing message to caller or ...
Lennart Poettering
2013-04-12
bus: implement basic name registration with kdbus
Lennart Poettering
2013-04-12
bus: make kdbus work so that we can exchange real messages
Lennart Poettering
2013-04-11
bus: basic implementation of kdbus client side
Lennart Poettering
2013-04-11
bus: calculate iovec for messages only when we need it
Lennart Poettering
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-05
bus: various improvements for test-bus-chat
Lennart Poettering
2013-04-05
bus: add convenience calls for method replies, too
Lennart Poettering
2013-04-05
bus: make sure callback structs are always properly initialized
Lennart Poettering
[next]