summaryrefslogtreecommitdiff
path: root/notify.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-24reorder, cleanup and consolidate variable declarationsDaniel Mack1-2/+1
2014-01-18kerneldoc: s/Returns/Return/, s/any value/negative errno/, move "Return:" to ...Kay Sievers1-4/+4
2014-01-01notify.c: switch/case statement alignment.Greg Kroah-Hartman1-8/+8
2014-01-01notify.c: space checkpatch "fixes"Greg Kroah-Hartman1-16/+16
2013-12-24handle: do not put "ep" and "conn" in a unionKay Sievers1-3/+3
2013-12-21notify: assign kmsg's notify_{new,old}_idDaniel Mack1-0/+2
2013-12-20match: rework codeDaniel Mack1-3/+16
2013-12-19match: add name matching, match kernel notificationsKay Sievers1-3/+5
2013-12-18notify: always use memcpyKay Sievers1-2/+4
2013-12-18notify: make sure we send NUL terminate name strings in name_change messages ...Lennart Poettering1-1/+1
2013-12-18more include cleanupsDaniel Mack1-4/+0
2013-12-18make kdbus_notify_name_change consist of two kdbus_notify_id_changeDaniel Mack1-4/+4
2013-12-17remove unneeded include headersDaniel Mack1-1/+0
2013-12-14notify: remove unused endpoint parameter; notify is entirely passive nowKay Sievers1-14/+7
2013-12-13sort includes alphabeticallyDaniel Mack1-7/+7
2013-12-13protect message queue listKay Sievers1-1/+1
2013-12-13notify: always queue messages for delayed sendingKay Sievers1-68/+54
2013-12-12notification: send the correct old flags to userspaceLennart Poettering1-1/+4
2013-12-12split kdbus_notify_name_change's flags field into old_flags and new_flagsDaniel Mack1-2/+6
2013-12-11notify: use item union to access dataKay Sievers1-17/+10
2013-12-07notify: require the call site to keep track of a notification kmsg listDaniel Mack1-3/+10
2013-12-06with only one type of item left, rename PART to ITEMKay Sievers1-1/+1
2013-12-06kernel doc fixesKay Sievers1-6/+6
2013-12-06kernel doc fixesKay Sievers1-22/+24
2013-12-05kernel doc for internal.h, add handle.h, move some things around to become st...Kay Sievers1-2/+0
2013-12-04use KDBUS_PART_SIZE everywhereKay Sievers1-1/+1
2013-12-03kernel-doc for notify.cDaniel Mack1-0/+40
2013-12-03a larger set of locking reconsiderationsDaniel Mack1-1/+7
2013-11-30remove a few FIXMEKay Sievers1-1/+0
2013-11-29rename manager to notifyKay Sievers1-4/+4
2013-11-29rename KDBUS_MSG_* to KDBUS_ITEM_*Daniel Mack1-2/+2
2013-10-09Fixed broadcasts and matchingRadoslaw Pajak1-0/+2
2013-05-30pool: use shmem file as backing storeKay Sievers1-8/+8
2013-05-21track connection state in 'type' not in 'active'Kay Sievers1-1/+1
2013-05-20kdbus: prefix NULL enums with an underscore since they aren't really supposed...Lennart Poettering1-2/+1
2013-05-17move sending code from message.c to connection.cKay Sievers1-3/+4
2013-05-08rename files: ns -> namespace, ep -> endpointKay Sievers1-1/+1
2013-05-08copy messages directly from sender into a receiver-supplied bufferKay Sievers1-16/+12
2013-05-02unify all needlessly differnt kdbus_item types; they can be the same typeKay Sievers1-5/+5
2013-05-02API: remove all redundant _CMD_ prefixes from non-ioctl typesKay Sievers1-1/+1
2013-04-21notify: pass flags in kdbus_notify_id_changeDaniel Mack1-1/+1
2013-04-16split up the huge internal header files to match the source filesKay Sievers1-2/+4
2013-04-16rename over-used "data" to "item", "data"->data sucks, "data" has no plural, ...Kay Sievers1-10/+10
2013-04-15unify all chained records to KDBUS_ITEM_*Kay Sievers1-3/+3
2013-04-15kmsg: store a short-hand to the type of kernel-generated notification typesDaniel Mack1-1/+8
2013-04-14switch a few more places to more specific error codesKay Sievers1-1/+1
2013-04-13notify: explicitly set message payload typeDaniel Mack1-0/+1
2013-04-09do not fail sending a broadcast message when seeing an unconnected clientKay Sievers1-6/+0
2013-04-09notify: fix return valuesDaniel Mack1-2/+2
2013-04-08all all metadata to "struct kmsg", make reallocation small-sized and less likelyKay Sievers1-3/+3