chiark / gitweb /
bus: automatically flush bus queue when we exit the event loop
[elogind.git] / src / libsystemd-bus / sd-bus.c
2013-10-17 Lennart Poetteringbus: automatically flush bus queue when we exit the...
2013-10-16 Lennart Poetteringtimedated: use libsystemd-bus instead of libdbus for...
2013-10-16 Lennart Poetteringbus: return 1 on all calls that send messages
2013-10-16 Lennart Poetteringbus: make sure sd_bus_get_timeout() returns a 0 timeout...
2013-10-14 Lennart Poetteringbus: make sure that we always keep a ref to the bus...
2013-10-14 Lennart Poetteringbus: use assert_return() for more API calls
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-10-11 Lennart Poetteringbus: split up overly long sd-bus.c into three files
2013-10-11 Lennart Poetteringbus: if a a Set() vtable callback of a writable is...
2013-10-11 Lennart Poetteringbus: automatically do a NOP reply when a NULL callback...
2013-10-11 Lennart Poetteringbus: when NULL is specified as property callback, autom...
2013-10-11 Lennart Poetteringbus: make PropertiesChanged emission work
2013-10-11 Lennart Poetteringbus: allow specifying NULL as type string when we want...
2013-10-11 Lennart Poetteringbus: make GetManagedObjects() work
2013-10-09 Lennart Poetteringbus: fix missing initialization
2013-10-09 Lennart Poetteringbus: fix GetAll() userdata passing
2013-10-09 Lennart Poetteringbus: don't require that if a child object node exists...
2013-10-09 Lennart Poetteringlibsystemd-bus: add lightweight object vtable implement...
2013-10-02 Lennart Poetteringdbus: fix return value of dispatch_rqueue()
2013-05-22 Lennart Poetteringbus: add benchmark tool to determine the right threshol...
2013-05-20 Lennart Poetteringbus: calculate bloom filter for match
2013-05-17 Lennart Poetteringbus: add APIs for negotiating what is attached to messages
2013-05-17 Lennart Poetteringbus: add minimal locking around the memfd cache
2013-05-17 Lennart Poetteringbus: return ECHILD as soon as people try to reuse a...
2013-05-17 Lennart Poetteringbus: actually unmap kdbus pool after use
2013-05-17 Lennart Poetteringbus: keep kernel bus fd around during entire life-time...
2013-05-16 Lennart Poetteringbus: make bus ref counting atomic
2013-05-16 Lennart Poetteringbus: synthesize timeout message errors instead of retur...
2013-05-14 Lennart Poetteringbus: properly handle message bodies that are a chain...
2013-04-24 Zbigniew Jędrzejew... Add set_consume which always takes ownership
2013-04-15 Lennart Poetteringbus: handle env vars safely
2013-04-14 Lennart Poetteringbus: always explicitly rewind read index before passing...
2013-04-12 Lennart Poetteringbus: implement basic name registration with kdbus
2013-04-11 Lennart Poetteringbus: make kdbus work so that we can exchange real messages
2013-04-11 Lennart Poetteringbus: basic implementation of kdbus client side
2013-04-11 Lennart Poetteringbus: calculate iovec for messages only when we need it
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-04-05 Lennart Poetteringbus: various improvements for test-bus-chat
2013-04-05 Lennart Poetteringbus: add convenience calls for method replies, too
2013-04-05 Lennart Poetteringbus: make sure callback structs are always properly...
2013-04-05 Lennart Poetteringbus: use C99 struct construction for error initializers
2013-04-05 Lennart Poetteringbus: add convenience functions for constructing and...
2013-04-05 Lennart Poetteringbus: properly detect and handle if a callback is instal...
2013-04-05 Lennart Poetteringbus: don't allow recursive invocation of sd_bus_process()
2013-04-01 Lennart Poetteringbus: always return something in sd_bus_get_timeout()
2013-04-01 Lennart Poetteringbus: allow two different fds for input/output in sd_bus...
2013-03-31 Lennart Poetteringbus: rename sd_bus_get_peer() to sd_bus_get_server_id()
2013-03-31 Lennart Poetteringbus: s/sd_message_handler_t/sd_bus_message_handler_t/g
2013-03-31 Lennart Poetteringbus: parse matches locally and allow registration of...
2013-03-30 Lennart Poetteringbus: implement server mode, and anonymous authentication
2013-03-30 Lennart Poetteringbus: properly set up bus connections with sd_bus_set_exec()
2013-03-30 Lennart Poetteringbus: consider it an error if the first message we get...
2013-03-29 Zbigniew Jędrzejew... Always use errno > 0 to help gcc
2013-03-27 Lukas Nykrynsd-bus: check c->path for null instead of path
2013-03-26 Lennart Poetteringbus: fix missing variable initialization
2013-03-26 Lennart Poetteringbus: automatically generate minimal introspection data...
2013-03-26 Lennart Poetteringbus: rename send_hello flag to bus_cient
2013-03-25 Lennart Poetteringbus: split socket related code into bus-socket.[ch...
2013-03-25 Lennart Poetteringbus: implement 'unixexec:' protocol
2013-03-25 Lennart Poetteringbus: make optional whether unix socket passing is negot...
2013-03-25 Lennart Poetteringbus: properly handle termination of connections
2013-03-25 Lennart Poetteringbus: implement support for FD passing
2013-03-23 Zbigniew Jędrzejew... bus: don't free an unallocated var
2013-03-22 Lennart Poetteringbus: implement object handler registry
2013-03-22 Lennart Poetteringbus: implicitly collect ucred/label information
2013-03-22 Lennart Poetteringbus: also finish connection before returning from sd_bu...
2013-03-22 Lennart Poetteringbus: fix uninitialized variable
2013-03-22 Lennart Poetteringbus: validate the hello response properly
2013-03-22 Lennart Poetteringbus: rework synchronization logic
2013-03-21 Lennart Poetteringbus: implicitly handle peer commands Ping() and GetMach...
2013-03-21 Lennart Poetteringbus: enforce limits on all client influenced data objects
2013-03-21 Lennart Poetteringbus: implicitly set no_reply flag on outgoing messages...
2013-03-21 Lennart Poetteringbus: implement full method call timeout logic
2013-03-20 Lennart Poetteringbus: hook up client with socket communication
2013-03-20 Lennart Poetteringbus: introduce bus_error_is_dirty() independently of...
2013-03-20 Lennart Poetteringbus: demarshal header fields properly
2013-03-20 Lennart Poetteringbus: implement demarshaller
2013-03-20 Lennart Poetteringbus: suppress reply messages to method calls with no_re...
2013-03-20 Lennart Poetteringbus: add basic implementation of a native bus client...