summaryrefslogtreecommitdiff
path: root/message.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-30pool: use shmem file as backing storeKay Sievers1-3/+6
2013-05-17move sending code from message.c to connection.cKay Sievers1-1/+9
2013-05-15pool: implement allocatorKay Sievers1-2/+0
2013-05-12prepare message queuing logic for KDBUS_MSG_PAYLOAD_MEMFDKay Sievers1-1/+1
2013-05-10add "memfd" shared memory payload transportKay Sievers1-1/+3
2013-05-08copy messages directly from sender into a receiver-supplied bufferKay Sievers1-22/+12
2013-05-02unify all needlessly differnt kdbus_item types; they can be the same typeKay Sievers1-4/+4
2013-04-30rework copying of message dataKay Sievers1-25/+18
2013-04-24strictly use unsigned for unsigned-only valuesKay Sievers1-3/+3
2013-04-17type all internal sizes to size_tDaniel Mack1-3/+3
2013-04-16message, connection: add simple accounting functionsDaniel Mack1-0/+1
2013-04-16split up the huge internal header files to match the source filesKay Sievers1-0/+64