summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-25pool: cosmetic indent fixupstream/0.20140325.112233cetDaniel Mack1-1/+1
2014-03-25connection: fix indentationDaniel Mack1-6/+7
2014-03-25pool: hand out opaque pool_slice pointers instead of offsetsKay Sievers5-244/+225
2014-03-24bus, connection: fix jump label namesKay Sievers2-8/+6
2014-03-24bus, connection: do not leak user accounting when parents are disconnectedKay Sievers2-18/+21
2014-03-24add comments about lock orderKay Sievers5-4/+23
2014-03-24connection: prevent queuing of messages into dead connectionsKay Sievers1-32/+30
2014-03-24handle: unref handle->ep and free handle->meta on error pathDjalal Harouni1-2/+6
2014-03-24test-kdbus: rename check bus and domain functionsDjalal Harouni1-4/+4
2014-03-24endpoint: free the policy_db on error pathDjalal Harouni1-1/+4
2014-03-24names: kdbus_name_replace_owner - guard against connection disconnectKay Sievers1-44/+61
2014-03-24names: do not allow to add names to dead connectionsKay Sievers1-0/+9
2014-03-24names: remove unused hash variableKay Sievers1-8/+3
2014-03-24connection: release names before dropping messagesKay Sievers1-7/+8
2014-03-24connection: do not add messages to dead connectionKay Sievers1-0/+12
2014-03-23names: rename "entries_lock" to "lock"Kay Sievers2-17/+17
2014-03-23connection: update kernel docKay Sievers1-2/+2
2014-03-23move function aroundKay Sievers1-25/+24
2014-03-22ensure we never have any children objects linked when we free a parentKay Sievers7-3/+17
2014-03-22check for disconnected parent objects before linking into themKay Sievers4-14/+37
2014-03-22domain: create sub-domain from parent domainKay Sievers1-1/+1
2014-03-22kdbus_pool_copy: use offset + "pos" instead in both casesKay Sievers1-12/+10
2014-03-22pool: kdbus_pool_copy(): increment context-specific variables conditionallyDaniel Mack1-4/+5
2014-03-22connection: comment cleanupDaniel Mack1-3/+1
2014-03-22kdbus_pool_copy(): increase off_src in loopDaniel Mack1-0/+1
2014-03-22kdbus_conn_move_messages: Use kdbus_conn_queue_remove()Daniel Mack1-6/+9
2014-03-22connection: fix expect_reply logicDaniel Mack1-51/+66
2014-03-22Fix comment wrt KDBUS_MSG_FLAGS_WAIT_FOR_REPLYDaniel Mack2-3/+3
2014-03-21connection: kill unneeded parenthesisDaniel Mack1-1/+1
2014-03-21connection: kdbus_cmd_msg_recv(): fix use after freeDaniel Mack1-1/+3
2014-03-20pool: cosmetic cleanupsDaniel Mack1-3/+4
2014-03-20endpoint: break if an endpoint was foundDjalal Harouni1-0/+1
2014-03-19monitor: read metadata subscription bits from monitor connectionKay Sievers1-1/+4
2014-03-19attach: add _KDBUS_ATTACH_ALL definition that includes all currently defined ...Lennart Poettering1-0/+1
2014-03-18Revert "add debug log code"Kay Sievers3-47/+0
2014-03-18add debug log codeKay Sievers3-0/+47
2014-03-17fix kerneldocKay Sievers3-4/+5
2014-03-17endpoint: when disconnecting, disconnect all connectionsKay Sievers7-35/+37
2014-03-17TODO: updateKay Sievers2-0/+9
2014-03-17move waitqueue from endpoint to connectionDaniel Mack5-18/+10
2014-03-17kdbus: use kdbus_item_validate_name() to validate namesDjalal Harouni5-60/+5
2014-03-17kdbus: add kdbus_item_validate_name() to validate namesDjalal Harouni2-0/+24
2014-03-14connection: actually set policy for policy holdersDaniel Mack1-1/+1
2014-03-14metadata: do not try to attach empty connection nameDaniel Mack1-1/+1
2014-03-14connection: fix name logic in kdbus_conn_new()Daniel Mack1-7/+7
2014-03-14policy: fix error unwindingDaniel Mack1-2/+4
2014-03-11kdbus.txt: updateKay Sievers1-26/+18
2014-03-08turn KDBUS_ITEM* iterators into generic versionsKay Sievers9-36/+41
2014-03-08handle: add KDBUS_CMD_EP_UPDATE (API break)Daniel Mack2-2/+44
2014-03-08endpoint: keep track of custom endpoints in handleDaniel Mack1-1/+4