summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-dump.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-22cgtop: underline table headerLennart Poettering
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-04-30sd-bus,sd-login: add api for querying the slice within the the user systemd i...Lennart Poettering
2015-04-29sd-bus: properly handle creds that are known but undefined for a processLennart Poettering
2015-04-23sd-bus: add controlling tty field to sd_creds objectLennart Poettering
2015-04-21sd-bus: expose ppid fieldLennart Poettering
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-26bus-dump: fix two minor memory leaksLennart Poettering
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-14sd-bus: tell Coverity that it's OK not to care for return values in some casesLennart Poettering
2014-12-10util: introduce our own gperf based capability listLennart Poettering
2014-12-09sd-bus: get rid of PID starttime conceptLennart Poettering
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-25sd-bus: add supplementary groups list to creds objectLennart Poettering
2014-11-25sd-bus: update to current kernel version, by splitting off the extended KDBUS...Lennart Poettering
2014-11-25bus: change creds dumping order to be more close to internal storage orderLennart Poettering
2014-11-20busctl: improve output of service credsLennart Poettering
2014-11-14busctl: introduce busctl "get-property" command for reading and dumping objec...Lennart Poettering
2014-11-04sd-bus: rename "connection name" to "description" for the sd-bus API tooLennart Poettering
2014-10-30busctl: add new "capture" verb to record bus messages in libpcap compatible f...Lennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-04-23delta: draw arrows with draw_special_char()Lennart Poettering
2014-03-13sd-bus: don't look for a 64bit value when we only have 32bit value on reply c...Lennart Poettering
2014-01-22bus: expose priority field of messages, in preparation for prioq supportLennart Poettering
2014-01-22busctl: include connection name in busctl outputLennart Poettering
2014-01-22bus: include connection name in credentials structureLennart Poettering
2014-01-22bus: add API for querying the kdbus message sequence numberLennart Poettering
2014-01-21libsystemd: split up into subdirsTom Gundersen