index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-bus
/
busctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
busctl: when formatting message contents, make sure to print all whitespaces
Lennart Poettering
2016-02-13
1
-2
/
+9
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-14
/
+14
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more locale-related calls to locale-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-0
/
+1
*
hashmap: hash_funcs - make inputs unambiguous
Tom Gundersen
2015-10-05
1
-0
/
+5
*
hashmap: refactor hash_func
Tom Gundersen
2015-10-05
1
-7
/
+4
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-13
/
+10
*
busctl: also monitor messages to SERVICE arguments
Lars Uebernickel
2015-09-23
1
-0
/
+9
*
cgtop: underline table header
Lennart Poettering
2015-09-22
1
-6
/
+6
*
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-4
/
+4
*
Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"
David Herrmann
2015-08-27
1
-0
/
+1
*
sd-bus: do not connect to dbus-1 socket when kdbus is available
Kay Sievers
2015-08-11
1
-1
/
+0
*
Merge pull request #813 from dvdhrm/bus-client
Lennart Poettering
2015-07-31
1
-6
/
+6
|
\
|
*
busctl: make sure --address connects as bus-client
David Herrmann
2015-07-31
1
-6
/
+6
*
|
busctl: fix assertion failure on --size option
Namhyung Kim
2015-07-31
1
-1
/
+1
*
|
busctl: add missing description of --size option
Namhyung Kim
2015-07-31
1
-0
/
+1
*
|
busctl: add and use strcmp_ptr()
Namhyung Kim
2015-07-31
1
-17
/
+4
|
/
*
Merge pull request #485 from poettering/sd-bus-flush-close-unref
David Herrmann
2015-07-04
1
-1
/
+1
|
\
|
*
sd-bus: introduce new sd_bus_flush_close_unref() call
Lennart Poettering
2015-07-03
1
-1
/
+1
*
|
busctl: flush stdout after dumping data
David Herrmann
2015-07-04
1
-0
/
+1
|
/
*
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-2
/
+2
*
bus: use EUID over UID and fix unix-creds
David Herrmann
2015-01-18
1
-2
/
+2
*
busctl: exit cleanly when the bus connection is severed
Lennart Poettering
2015-01-07
1
-0
/
+8
*
sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()
Lennart Poettering
2014-12-24
1
-3
/
+3
*
busctl: when introspecting objects, optionally limit output by interface name
Lennart Poettering
2014-12-23
1
-4
/
+22
*
core: rearrange code so that libsystemd/sd-bus/ does not include header files...
Lennart Poettering
2014-12-23
1
-0
/
+1
*
busctl: fix 'command line' style output of properties
Lennart Poettering
2014-12-02
1
-1
/
+2
*
sd-bus: add new sd_bus_get_address() for querying the current bus address
Lennart Poettering
2014-11-28
1
-2
/
+6
*
sd-bus: rename sd_bus_get_owner_id() → sd_bus_get_bus_id()
Lennart Poettering
2014-11-28
1
-0
/
+5
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-40
/
+20
*
sd-bus: add new call sd_bus_get_scope() for querying whether one is connected...
Lennart Poettering
2014-11-28
1
-3
/
+13
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-18
/
+18
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-18
/
+18
*
sd-bus: add suppot for renegotiating message credential attach flags
Lennart Poettering
2014-11-26
1
-1
/
+1
*
busctl: if no parameter is specified for "busctl status" show credentials of ...
Lennart Poettering
2014-11-25
1
-9
/
+18
*
busctl: add new --augment-creds= switch for controlling whether shown credent...
Lennart Poettering
2014-11-25
1
-6
/
+26
*
busctl: improve readability a bit
Lennart Poettering
2014-11-25
1
-3
/
+6
*
busctl: add --timeout= option to specify method call timeout
Lennart Poettering
2014-11-21
1
-3
/
+16
*
busctl: add options to control message header flags when invoking methods
Lennart Poettering
2014-11-21
1
-1
/
+68
*
busctl: show property values in "introspect" output, add "set-property" comma...
Lennart Poettering
2014-11-21
1
-68
/
+341
*
busctl: when --address is specified do not assume we connect to a full bus
Lennart Poettering
2014-11-21
1
-6
/
+6
*
busctl: use canned error message on parse failure
Lennart Poettering
2014-11-21
1
-4
/
+3
*
busctl: pass error output to stdout (rather than stderr) when generate tree f...
Lennart Poettering
2014-11-20
1
-9
/
+14
[next]