summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/sd-bus.c
Commit message (Expand)AuthorAge
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-24
* bus: handle env vars safelyLennart Poettering2013-04-15
* bus: always explicitly rewind read index before passing message to caller or ...Lennart Poettering2013-04-14
* bus: implement basic name registration with kdbusLennart Poettering2013-04-12
* bus: make kdbus work so that we can exchange real messagesLennart Poettering2013-04-12
* bus: basic implementation of kdbus client sideLennart Poettering2013-04-11
* bus: calculate iovec for messages only when we need itLennart Poettering2013-04-11
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-05
* bus: various improvements for test-bus-chatLennart Poettering2013-04-05
* bus: add convenience calls for method replies, tooLennart Poettering2013-04-05
* bus: make sure callback structs are always properly initializedLennart Poettering2013-04-05
* bus: use C99 struct construction for error initializersLennart Poettering2013-04-05
* bus: add convenience functions for constructing and sending method calls/sign...Lennart Poettering2013-04-05
* bus: properly detect and handle if a callback is installed/removed from withi...Lennart Poettering2013-04-05
* bus: don't allow recursive invocation of sd_bus_process()Lennart Poettering2013-04-05
* bus: always return something in sd_bus_get_timeout()Lennart Poettering2013-04-01
* bus: allow two different fds for input/output in sd_bus_set_fd()Lennart Poettering2013-04-01
* bus: rename sd_bus_get_peer() to sd_bus_get_server_id()Lennart Poettering2013-03-31
* bus: s/sd_message_handler_t/sd_bus_message_handler_t/gLennart Poettering2013-03-31
* bus: parse matches locally and allow registration of callbacks for themLennart Poettering2013-03-31
* bus: implement server mode, and anonymous authenticationLennart Poettering2013-03-30
* bus: properly set up bus connections with sd_bus_set_exec()Lennart Poettering2013-03-30
* bus: consider it an error if the first message we get on the bus is not a rep...Lennart Poettering2013-03-30
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-29
* sd-bus: check c->path for null instead of pathLukas Nykryn2013-03-27
* bus: fix missing variable initializationLennart Poettering2013-03-26
* bus: automatically generate minimal introspection data to find installed objectsLennart Poettering2013-03-26
* bus: rename send_hello flag to bus_cientLennart Poettering2013-03-26
* bus: split socket related code into bus-socket.[ch], to prepare for kdbus bac...Lennart Poettering2013-03-25
* bus: implement 'unixexec:' protocolLennart Poettering2013-03-25
* bus: make optional whether unix socket passing is negotiated and whether hell...Lennart Poettering2013-03-25
* bus: properly handle termination of connectionsLennart Poettering2013-03-25
* bus: implement support for FD passingLennart Poettering2013-03-25
* bus: don't free an unallocated varZbigniew Jędrzejewski-Szmek2013-03-22
* bus: implement object handler registryLennart Poettering2013-03-22
* bus: implicitly collect ucred/label informationLennart Poettering2013-03-22
* bus: also finish connection before returning from sd_bus_get_unique_name()Lennart Poettering2013-03-22
* bus: fix uninitialized variableLennart Poettering2013-03-22
* bus: validate the hello response properlyLennart Poettering2013-03-22
* bus: rework synchronization logicLennart Poettering2013-03-22
* bus: implicitly handle peer commands Ping() and GetMachineId()Lennart Poettering2013-03-22
* bus: enforce limits on all client influenced data objectsLennart Poettering2013-03-22
* bus: implicitly set no_reply flag on outgoing messages if the serial number i...Lennart Poettering2013-03-22
* bus: implement full method call timeout logicLennart Poettering2013-03-21
* bus: hook up client with socket communicationLennart Poettering2013-03-20
* bus: introduce bus_error_is_dirty() independently of sd_bus_error_is_set()Lennart Poettering2013-03-20
* bus: demarshal header fields properlyLennart Poettering2013-03-20
* bus: implement demarshallerLennart Poettering2013-03-20
* bus: suppress reply messages to method calls with no_reply setLennart Poettering2013-03-20
* bus: add basic implementation of a native bus client libraryLennart Poettering2013-03-20