chiark / gitweb /
delete unused variables
[elogind.git] / src / libsystemd-bus / sd-bus.c
2013-11-22 Lennart Poetteringbus: when closing a bus, drop all refs to queued messag...
2013-11-22 Lennart Poetteringbus: add calls to query attached objects
2013-11-21 Lennart Poetteringbus: restore selinux access control to PID 1 for properties
2013-11-21 Lennart Poetteringbus: rework message handlers to always take an error...
2013-11-21 Lennart Poetteringbus: rename SD_BUS_ERROR_MAKE to SD_BUS_ERROR_MAKE_CONS...
2013-11-21 Lennart Poetteringbus: let's simplify things by getting rid of unnecessar...
2013-11-21 Lennart Poetteringbus: add API calls to escape string components of objec...
2013-11-20 Lennart Poetteringbus: make sure an additional ref to a busevent source...
2013-11-20 Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-11-20 Lennart Poetteringbus: add sd_bus_send_to() API call
2013-11-20 Lennart Poetteringbus: bump serial number counter when sending already...
2013-11-18 Kay Sieversbus: TIMESTAMP is optional kdbus metadata now, NAMES...
2013-11-17 Kay Sieversbus: CREDS and NAMES are optional kdbus metadata now
2013-11-14 Tom Gundersenbus: typo
2013-11-11 Lennart Poetteringbus: detect blocking message calls to our own connectio...
2013-11-11 Lennart Poetteringbus: introduce concept of a default bus for each thread...
2013-11-11 Lennart Poetteringbus: rename sd_bus_send_with_reply_and_block() to sd_bu...
2013-11-06 Zbigniew Jędrzejew... bus: export libsystemd-bus as a public library
2013-11-05 Lennart Poetteringbus: add sd_bus_get_current() bus call to determine...
2013-11-05 Lennart Poetteringbus: make use of assert_return() in all API calls that...
2013-10-30 Lennart Poetteringbus: add API call to create bus connection to the syste...
2013-10-30 Lennart Poetteringbus: move ssh support into public API of libsystem-bus
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...
next