summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
Commit message (Expand)AuthorAge
* bus: beautify bus_message_dump() output a bitLennart Poettering2013-11-12
* busctl: show machine name of all registered namesLennart Poettering2013-11-12
* bus: set no_auto_start flag for GetMachineId calls, so that we don't auto-sta...Lennart Poettering2013-11-12
* bus: detect blocking message calls to our own connection and return ELOOP earlyLennart Poettering2013-11-12
* bus: add api to control auto start message flagLennart Poettering2013-11-12
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-12
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-12
* test: fix minor memory leak in test-eventLennart Poettering2013-11-12
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-12
* bus: add APIs for adding iovecs to messages as string or arraysLennart Poettering2013-11-11
* bus: we really need to get rid of the :no-sender hackLennart Poettering2013-11-10
* bus: actually export sd_utf8_is_valid() and sd_ascii_is_valid()Lennart Poettering2013-11-10
* bus: use ENXIO as error condition when trying to exit a container when we are...Lennart Poettering2013-11-10
* bus: fix build with old glibcZbigniew Jędrzejewski-Szmek2013-11-09
* systemctl: make sure daemon-reload returns successZbigniew Jędrzejewski-Szmek2013-11-09
* bus: let magic ":no-sender" pass the validationKay Sievers2013-11-09
* bus: allow queuing more local msgsLennart Poettering2013-11-08
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* systemctl: restore ability to directly connect to PID1 from systemctlLennart Poettering2013-11-08
* clients: add missing command line argumentsLennart Poettering2013-11-08
* systemctl: port to libsystemd-busMarc-Antoine Perennou2013-11-08
* clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering2013-11-07
* bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering2013-11-07
* bus: add APIs to easily query string and strv propertiesLennart Poettering2013-11-07
* bus: mark sd_bus_message_at_end publicMarc-Antoine Perennou2013-11-07
* bus: fix bus_print_property with strvMarc-Antoine Perennou2013-11-07
* bus: bus_message_read_strv_extend() should return 1 on successLennart Poettering2013-11-07
* bus: fix output of bus_message_dump()Lennart Poettering2013-11-07
* bus: allow reading empty arrays with sd_bus_message_read_array()Lennart Poettering2013-11-07
* bus: also check for NULL when appending trivial typesLennart Poettering2013-11-07
* bus: message_append_basic() - allow string == NULLKay Sievers2013-11-07
* bus: make bus_print_all_properties work for non machinectl casesSimon Peeters2013-11-07
* bus: indicate in .pc file that we need libsystemd-id128 definitionsLennart Poettering2013-11-07
* build-sys: add .pc file for libsystemd-busLennart Poettering2013-11-07
* build-sys: merge sd-event into sd-busLennart Poettering2013-11-07
* utf8: export utf8 validation functions as part of sd-busLennart Poettering2013-11-07
* consistently use "int" when retrieving "bool" from bus messagesKay Sievers2013-11-07
* bus: add forgotten _public_Zbigniew Jędrzejewski-Szmek2013-11-06
* pam_systemd: dup the fd received from logindZbigniew Jędrzejewski-Szmek2013-11-06
* event: make sure we keep a reference to all events we dispatch while we do so.Lennart Poettering2013-11-07
* bus: add public libsystemd-eventZbigniew Jędrzejewski-Szmek2013-11-06
* bus: export libsystemd-bus as a public libraryZbigniew Jędrzejewski-Szmek2013-11-06
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* busctl: port over to use bus_open_transport()Lennart Poettering2013-11-06
* bus: handle serialization of NULL stringsLennart Poettering2013-11-06
* bus: test-bus-marshal - make dbus-1 optionalKay Sievers2013-11-06
* bus: never report nodes as children that do not have the right prefixLennart Poettering2013-11-05
* bus: add sd_bus_get_current() bus call to determine message that is currently...Lennart Poettering2013-11-05
* bus: add new bus API call sd_bus_message_at_end()Lennart Poettering2013-11-05
* bus: make use of assert_return() in all API calls that don't use it yetLennart Poettering2013-11-05