summaryrefslogtreecommitdiff
path: root/message.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-08message: constify argument of kdbus_kmsg_new_from_user()Daniel Mack1-1/+1
2014-02-01more namespace -> domain renamesDaniel Mack1-1/+1
2014-01-25implement bloom mask generation selectionKay Sievers1-2/+2
2014-01-24update bloom filter handling (ABI break)Kay Sievers1-4/+4
2014-01-14allow to set and query connections and memfds a human-readable names (ABI break)Kay Sievers1-1/+0
2014-01-14export namespace-global message sequence number (ABI break)Kay Sievers1-0/+3
2014-01-04split internal.h into defaults.h and util.hKay Sievers1-1/+1
2013-12-25fix kernel docKay Sievers1-1/+2
2013-12-24metadata: always allocate and don't embed meta objectKay Sievers1-3/+3
2013-12-24connection: move messages addressed to a name back to the activatorKay Sievers1-0/+2
2013-12-20match: rework codeDaniel Mack1-1/+3
2013-12-19match: add name matching, match kernel notificationsKay Sievers1-2/+6
2013-12-17headers: more trivial style complaintsDaniel Mack1-1/+3
2013-12-07message: add missing queue_entry to kernel docKay Sievers1-7/+2
2013-12-07notify: require the call site to keep track of a notification kmsg listDaniel Mack1-0/+4
2013-12-06kernel doc fixesKay Sievers1-11/+11
2013-12-06namespace: kernel docKay Sievers1-11/+13
2013-12-05kernel doc for internal.h, add handle.h, move some things around to become st...Kay Sievers1-0/+1
2013-12-03message.h: add kernel docKay Sievers1-6/+14
2013-11-29generalize metadata attachment logicKay Sievers1-8/+2
2013-11-28attach names only when asked forKay Sievers1-2/+0
2013-11-18attach TIMESTAMP only when asked for, always add NAMESKay Sievers1-1/+1
2013-11-17attach NAMES and CREDS only when asked forKay Sievers1-4/+0
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