Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. |