summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/busctl.c
AgeCommit message (Expand)Author
2014-01-13libsystemd-bus: rename to libsystemdTom Gundersen
2013-12-24busctl: show service/session a name belongs to in the list of namesLennart Poettering
2013-12-18busctl: output a single sorted list of names, including activatable and activ...Lennart Poettering
2013-12-17busctl: on kdbus the bus driver is a service like any other, hence don't skip itLennart Poettering
2013-12-06busctl: remove ','; it's all one stringKay Sievers
2013-12-05shell-completion: busctlZbigniew Jędrzejewski-Szmek
2013-12-03bus: rework sd_bus_list_names() to return two lists for acquired and activata...Lennart Poettering
2013-12-02busctl: add command to dump creds of a peer or pidLennart Poettering
2013-11-30bus: include unique and well known names in credentials objectLennart Poettering
2013-11-29busctl: fix --help line breaksLennart Poettering
2013-11-28busctl: drop bus driver name from list of servicesLennart Poettering
2013-11-28bus: merge sd_bus_get_owner() and sd_bus_get_owner_creds() into one callLennart Poettering
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-20busctl: when no match is specified, add default matchLennart Poettering
2013-11-12bus: beautify bus_message_dump() output a bitLennart Poettering
2013-11-12busctl: show machine name of all registered namesLennart Poettering
2013-11-08clients: add missing command line argumentsLennart Poettering
2013-11-07clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering
2013-11-06busctl: port over to use bus_open_transport()Lennart Poettering
2013-10-29bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API callsLennart Poettering
2013-10-16timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering
2013-04-24bus: add monitoring facility to busctlLennart Poettering
2013-03-20bus: hook up client with socket communicationLennart Poettering
2013-03-20bus: add basic implementation of a native bus client libraryLennart Poettering