index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-bus
/
test-bus-chat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsystemd-bus: rename to libsystemd
Tom Gundersen
2014-01-13
1
-581
/
+0
*
bus: add new sd_bus_creds object to encapsulate process credentials
Lennart Poettering
2013-11-28
1
-2
/
+2
*
bus: rework message handlers to always take an error argument
Lennart Poettering
2013-11-21
1
-3
/
+3
*
bus: rename SD_BUS_ERROR_MAKE to SD_BUS_ERROR_MAKE_CONST to indicate it only ...
Lennart Poettering
2013-11-21
1
-1
/
+1
*
bus: let's simplify things by getting rid of unnecessary bus parameters
Lennart Poettering
2013-11-21
1
-7
/
+7
*
bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()
Lennart Poettering
2013-11-12
1
-3
/
+3
*
pam_systemd: dup the fd received from logind
Zbigniew Jędrzejewski-Szmek
2013-11-07
1
-0
/
+4
*
timedated: use libsystemd-bus instead of libdbus for bus communication
Lennart Poettering
2013-10-16
1
-2
/
+3
*
bus: fix synthetic error messages
Lennart Poettering
2013-10-09
1
-1
/
+1
*
bus: synthesize timeout message errors instead of returning error codes
Lennart Poettering
2013-05-16
1
-5
/
+5
*
kdbus: parse cgroup meta data, too
Lennart Poettering
2013-04-15
1
-1
/
+6
*
bus: remove two unused variables
Zbigniew Jędrzejewski-Szmek
2013-04-15
1
-3
/
+1
*
kdbus: parse even more kernel meta data fields
Lennart Poettering
2013-04-13
1
-1
/
+1
*
bus: when we unmarshal an fd it should stay owned by the message object
Lennart Poettering
2013-04-10
1
-2
/
+0
*
bus: various improvements for test-bus-chat
Lennart Poettering
2013-04-05
1
-25
/
+11
*
bus: convert a couple of calls over to new convenience functions
Lennart Poettering
2013-04-05
1
-54
/
+20
*
bus: use C99 struct construction for error initializers
Lennart Poettering
2013-04-05
1
-4
/
+6
*
bus: rename sd_bus_get_peer() to sd_bus_get_server_id()
Lennart Poettering
2013-03-31
1
-2
/
+2
*
bus: parse matches locally and allow registration of callbacks for them
Lennart Poettering
2013-03-31
1
-0
/
+41
*
bus: implement server mode, and anonymous authentication
Lennart Poettering
2013-03-30
1
-0
/
+6
*
tests: skip bus test if bus cannot be opened
Zbigniew Jędrzejewski-Szmek
2013-03-27
1
-2
/
+5
*
bus: implement support for FD passing
Lennart Poettering
2013-03-25
1
-0
/
+71
*
bus: implement object handler registry
Lennart Poettering
2013-03-22
1
-0
/
+58
*
bus: implicitly collect ucred/label information
Lennart Poettering
2013-03-22
1
-1
/
+3
*
bus: also finish connection before returning from sd_bus_get_unique_name()
Lennart Poettering
2013-03-22
1
-1
/
+8
*
bus: rework synchronization logic
Lennart Poettering
2013-03-22
1
-0
/
+11
*
bus: implicitly handle peer commands Ping() and GetMachineId()
Lennart Poettering
2013-03-22
1
-1
/
+34
*
bus: implement full method call timeout logic
Lennart Poettering
2013-03-21
1
-20
/
+167
*
bus: hook up client with socket communication
Lennart Poettering
2013-03-20
1
-0
/
+242