index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-bus
/
bus-dump.c
Age
Commit message (
Expand
)
Author
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-22
cgtop: underline table header
Lennart Poettering
2015-07-29
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-04-30
sd-bus,sd-login: add api for querying the slice within the the user systemd i...
Lennart Poettering
2015-04-29
sd-bus: properly handle creds that are known but undefined for a process
Lennart Poettering
2015-04-23
sd-bus: add controlling tty field to sd_creds object
Lennart Poettering
2015-04-21
sd-bus: expose ppid field
Lennart Poettering
2015-04-11
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-01-26
bus-dump: fix two minor memory leaks
Lennart Poettering
2015-01-22
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-14
sd-bus: tell Coverity that it's OK not to care for return values in some cases
Lennart Poettering
2014-12-10
util: introduce our own gperf based capability list
Lennart Poettering
2014-12-09
sd-bus: get rid of PID starttime concept
Lennart Poettering
2014-11-28
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-25
sd-bus: add supplementary groups list to creds object
Lennart Poettering
2014-11-25
sd-bus: update to current kernel version, by splitting off the extended KDBUS...
Lennart Poettering
2014-11-25
bus: change creds dumping order to be more close to internal storage order
Lennart Poettering
2014-11-20
busctl: improve output of service creds
Lennart Poettering
2014-11-14
busctl: introduce busctl "get-property" command for reading and dumping objec...
Lennart Poettering
2014-11-04
sd-bus: rename "connection name" to "description" for the sd-bus API too
Lennart Poettering
2014-10-30
busctl: add new "capture" verb to record bus messages in libpcap compatible f...
Lennart Poettering
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-04-23
delta: draw arrows with draw_special_char()
Lennart Poettering
2014-03-13
sd-bus: don't look for a 64bit value when we only have 32bit value on reply c...
Lennart Poettering
2014-01-22
bus: expose priority field of messages, in preparation for prioq support
Lennart Poettering
2014-01-22
busctl: include connection name in busctl output
Lennart Poettering
2014-01-22
bus: include connection name in credentials structure
Lennart Poettering
2014-01-22
bus: add API for querying the kdbus message sequence number
Lennart Poettering
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen