Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-04 | sd-bus: rename "connection name" to "description" for the sd-bus API too | Lennart Poettering | |
kdbus recently renamed this concept, and so should we in what we expose in userspace. | |||
2014-10-30 | busctl: add new "capture" verb to record bus messages in libpcap compatible ↵ | Lennart Poettering | |
files, for dissection with wireshark | |||
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek | |
No functional change expected :) | |||
2014-04-23 | delta: draw arrows with draw_special_char() | Lennart Poettering | |
Let's unify generation of unicode chars at one place. Also, don't add an extra space into chars we print, except for the tree chars where this is really necessary. | |||
2014-03-13 | sd-bus: don't look for a 64bit value when we only have 32bit value on reply ↵ | Lennart Poettering | |
cookie hash table access This broke hashtable lookups for the message cookies on s390x, which is a 64bit BE machine where accessing 32bit values as 64bit and vice versa will explode. Also, while we are at it, be a bit more careful when dealing with the 64bit cookies we expose and the 32bit serial numbers dbus uses in its payload. Problem identified by Fridrich Strba. | |||
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 | |
We still only produce on .so, but let's keep the sources separate to make things a bit less messy. |