summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-bus/busctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* busctl: when formatting message contents, make sure to print all whitespacesLennart Poettering2016-02-131-2/+9
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-14/+14
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+1
* hashmap: hash_funcs - make inputs unambiguousTom Gundersen2015-10-051-0/+5
* hashmap: refactor hash_funcTom Gundersen2015-10-051-7/+4
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-13/+10
* busctl: also monitor messages to SERVICE argumentsLars Uebernickel2015-09-231-0/+9
* cgtop: underline table headerLennart Poettering2015-09-221-6/+6
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-4/+4
* Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-0/+1
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-1/+0
* Merge pull request #813 from dvdhrm/bus-clientLennart Poettering2015-07-311-6/+6
|\
| * busctl: make sure --address connects as bus-clientDavid Herrmann2015-07-311-6/+6
* | busctl: fix assertion failure on --size optionNamhyung Kim2015-07-311-1/+1
* | busctl: add missing description of --size optionNamhyung Kim2015-07-311-0/+1
* | busctl: add and use strcmp_ptr()Namhyung Kim2015-07-311-17/+4
|/
* Merge pull request #485 from poettering/sd-bus-flush-close-unrefDavid Herrmann2015-07-041-1/+1
|\
| * sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-1/+1
* | busctl: flush stdout after dumping dataDavid Herrmann2015-07-041-0/+1
|/
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-2/+2
* bus: use EUID over UID and fix unix-credsDavid Herrmann2015-01-181-2/+2
* busctl: exit cleanly when the bus connection is severedLennart Poettering2015-01-071-0/+8
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-241-3/+3
* busctl: when introspecting objects, optionally limit output by interface nameLennart Poettering2014-12-231-4/+22
* core: rearrange code so that libsystemd/sd-bus/ does not include header files...Lennart Poettering2014-12-231-0/+1
* busctl: fix 'command line' style output of propertiesLennart Poettering2014-12-021-1/+2
* sd-bus: add new sd_bus_get_address() for querying the current bus addressLennart Poettering2014-11-281-2/+6
* sd-bus: rename sd_bus_get_owner_id() → sd_bus_get_bus_id()Lennart Poettering2014-11-281-0/+5
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-40/+20
* sd-bus: add new call sd_bus_get_scope() for querying whether one is connected...Lennart Poettering2014-11-281-3/+13
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-18/+18
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-18/+18
* sd-bus: add suppot for renegotiating message credential attach flagsLennart Poettering2014-11-261-1/+1
* busctl: if no parameter is specified for "busctl status" show credentials of ...Lennart Poettering2014-11-251-9/+18
* busctl: add new --augment-creds= switch for controlling whether shown credent...Lennart Poettering2014-11-251-6/+26
* busctl: improve readability a bitLennart Poettering2014-11-251-3/+6
* busctl: add --timeout= option to specify method call timeoutLennart Poettering2014-11-211-3/+16
* busctl: add options to control message header flags when invoking methodsLennart Poettering2014-11-211-1/+68
* busctl: show property values in "introspect" output, add "set-property" comma...Lennart Poettering2014-11-211-68/+341
* busctl: when --address is specified do not assume we connect to a full busLennart Poettering2014-11-211-6/+6
* busctl: use canned error message on parse failureLennart Poettering2014-11-211-4/+3
* busctl: pass error output to stdout (rather than stderr) when generate tree f...Lennart Poettering2014-11-201-9/+14