chiark / gitweb /
rtnl: message - initialize all memory
[elogind.git] / src / libsystemd-bus /
2013-11-07 Lennart Poetteringclients: try to follow roughly the same order in -...
2013-11-07 Lennart Poetteringbus: log message parsing errors everywhere with a gener...
2013-11-07 Lennart Poetteringbus: add APIs to easily query string and strv properties
2013-11-07 Marc-Antoine Perennoubus: mark sd_bus_message_at_end public
2013-11-07 Marc-Antoine Perennoubus: fix bus_print_property with strv
2013-11-07 Lennart Poetteringbus: bus_message_read_strv_extend() should return 1...
2013-11-07 Lennart Poetteringbus: fix output of bus_message_dump()
2013-11-07 Lennart Poetteringbus: allow reading empty arrays with sd_bus_message_rea...
2013-11-07 Lennart Poetteringbus: also check for NULL when appending trivial types
2013-11-07 Kay Sieversbus: message_append_basic() - allow string == NULL
2013-11-07 Simon Peetersbus: make bus_print_all_properties work for non machine...
2013-11-07 Lennart Poetteringbus: indicate in .pc file that we need libsystemd-id128...
2013-11-07 Lennart Poetteringbuild-sys: add .pc file for libsystemd-bus
2013-11-07 Lennart Poetteringbuild-sys: merge sd-event into sd-bus
2013-11-07 Lennart Poetteringutf8: export utf8 validation functions as part of sd-bus
2013-11-07 Kay Sieversconsistently use "int" when retrieving "bool" from...
2013-11-07 Zbigniew Jędrzejew... bus: add forgotten _public_
2013-11-07 Zbigniew Jędrzejew... pam_systemd: dup the fd received from logind
2013-11-06 Lennart Poetteringevent: make sure we keep a reference to all events...
2013-11-06 Zbigniew Jędrzejew... bus: add public libsystemd-event
2013-11-06 Zbigniew Jędrzejew... bus: export libsystemd-bus as a public library
2013-11-06 Lennart Poetteringclients: unify how we invoke getopt_long()
2013-11-06 Lennart Poetteringbusctl: port over to use bus_open_transport()
2013-11-06 Lennart Poetteringbus: handle serialization of NULL strings
2013-11-06 Kay Sieversbus: test-bus-marshal - make dbus-1 optional
2013-11-05 Lennart Poetteringbus: never report nodes as children that do not have...
2013-11-05 Lennart Poetteringbus: add sd_bus_get_current() bus call to determine...
2013-11-05 Lennart Poetteringbus: add new bus API call sd_bus_message_at_end()
2013-11-05 Lennart Poetteringbus: make use of assert_return() in all API calls that...
2013-11-05 Marc-Antoine Perennoubus: add sd_bus_message_read_strv()
2013-11-05 Lennart Poetteringbus: fix deserialization of polkit response
2013-11-05 Lennart Poetteringbus: support entering containers without specifying...
2013-11-05 Kay Sieversbus: update bus_map_all_properties()
2013-11-05 Lennart Poetteringbus: add sd_bus_message_skip() to skip over multiple...
2013-11-05 Lennart Poetteringbus: allow that if the destination pointer in sd_bus_me...
2013-11-05 Lennart Poetteringlogind: port logind to libsystemd-bus
2013-11-05 Lennart Poetteringbus: make it easy to serialize C99 bools and uids/gids...
2013-11-05 Lennart Poetteringbus: support implicit serialization of strv string...
2013-11-05 Lennart Poetteringbus: dbus-daemons' access messages are a bit too verbose
2013-11-02 Kay Sieversbus: make bus_map_all_properties() call idempotent
2013-11-02 Kay Sieversbus: use internal helper to read org.freedesktop.DBus...
2013-10-31 Lennart Poetteringtimedatectl: assorted simplifications
2013-10-31 Lennart Poetteringmachinectl: add new command to spawn a getty inside...
2013-10-30 Tom Gundersenbus-util: avoid infinite loop
2013-10-30 Kay Sieverslocalectl: port to libsystemd-bus
2013-10-30 Lennart Poetteringrun: add support for executing commands remotely via...
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-30 Tom Gundersenmachinectl: port to sd-bus
2013-10-30 Lennart Poetteringbus: fix build
2013-10-30 Lennart Poetteringmachined: port over to libsystemd-bus
2013-10-30 Lennart Poetteringbus: make sure we can match well-known names
2013-10-30 Lennart Poetteringbus: it is OK to have signals with multiple parameters
2013-10-30 Lennart Poetteringbus: don't fail if GetAll() is used to get properties...
2013-10-30 Lennart Poetteringbus: make bus message dump output a bit smaller
2013-10-30 Lennart Poetteringbus: don't include the introspected object in list...
2013-10-29 Lennart Poetteringbus: add extra validity checks
2013-10-29 Lennart Poetteringstrv: introduce new strv_from_stdarg_alloca() macro...
2013-10-29 Lennart Poetteringbus: add new sd_bus_message_verify_type() and sd_bus_me...
2013-10-25 Kay Sieversbus: disable debug output in test-bus-kernel-benchmark
2013-10-22 Lennart Poetteringbus: NULL signatures are OK too
2013-10-22 Lennart Poetteringbus: only if the user tries to read over the end of...
2013-10-22 Kay Sieversbus: avoid 'bool' storage when retrieving 'b' from...
2013-10-22 David Strausssd-event: EPOLLONESHOT only disables event reporting...
2013-10-20 Kay Sieversbus: allow to specify NULL as an empty string to add
2013-10-18 Lennart Poetteringbus: if we hit the end of an array container return...
2013-10-17 Lennart Poetteringbus: automatically flush bus queue when we exit the...
2013-10-17 Tom Gundersenfsck: port to sd-bus
2013-10-17 Dave Reisnersd-event: initialize return value
2013-10-16 Lennart Poetteringbus: fix default exit on idle timeout
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-16 Lennart Poetteringbus: fix generate introspection XML
2013-10-16 Lennart Poetteringevent: handle arbitrary signals received during epoll...
2013-10-16 Lennart Poetteringevent: properly disarm timers when we don't need them...
2013-10-16 Lennart Poetteringevent: fix sd_event_source_set_io_events()
2013-10-15 Anatol PomozovFix misspellings with codespell tool
2013-10-14 Lennart Poetteringbus: properly handle if new objects are installed in...
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-13 Zbigniew Jędrzejew... event: avoid derefencing null pointer
2013-10-13 Zbigniew Jędrzejew... bus: make sure we don't try to malloc 0 bytes
2013-10-13 Zbigniew Jędrzejew... Fix write-only use of a few variables
2013-10-13 Zbigniew Jędrzejew... bus: fix access to unitialized variable in error path
2013-10-13 Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-10-11 Lennart Poetteringbus: properly implement logic for generating Interfaces...
2013-10-11 Lennart Poetteringbus: in GetManagedObjects() only return each object...
2013-10-11 Lennart Poetteringbus: unify code to find parents of an object path with
2013-10-11 Lennart Poetteringbus: properly generate GetAll reply
2013-10-11 Lennart Poetteringbus: add sd_bus_message_append_strv() to easily add...
2013-10-11 Lennart Poetteringbus: make sure introspection can be generated correctly...
2013-10-11 Lennart Poetteringbus: beef up parameter checking in vtable handling
2013-10-11 Lennart Poetteringbus: beef up parameter checking of convenience calls
2013-10-11 Lennart Poetteringbus: don't rely on gccisms/c11 in public header files.
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...
next