summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-21test-kdbus-monitor: open output file with O_WRONLY|O_TRUNCupstream/0.20140221.145534cettizenDaniel Mack1-1/+1
2014-02-21test-kdbus-monitor: exit from main loopDaniel Mack1-14/+27
2014-02-21test/test-kdbus-monitor: fix PAYLOAD_OFF size alignmentDaniel Mack1-1/+1
2014-02-20connection, names: flush dcache after writing to poolDaniel Mack2-0/+2
2014-02-20connection: cosmeticsDaniel Mack1-7/+6
2014-02-20names: Acquiring name by activator connection logic fixedMichal Eljasiewicz1-3/+11
2014-02-20include "linux/ioctl.h"Kay Sievers1-0/+1
2014-02-20match.c use div64_u64 to devide trough bloom.sizeSimon Peeters1-5/+8
2014-02-19kdbus.txt: grammatical fixesJason A. Donenfeld1-16/+16
2014-02-18connection: update conn->flags before kdbus_notify_id_change uses themRadoslaw Pajak1-3/+3
2014-02-16Correct linking flags: Use -pthread instead of -lpthreadStefan Beller1-1/+1
2014-02-14match: kdbus_match_entry_free fixedRadoslaw Pajak1-0/+3
2014-02-11bump reply limitKay Sievers1-15/+15
2014-02-11TODO: updateKay Sievers1-11/+10
2014-02-11test: Fix receiving messagesLukasz Skalski1-1/+1
2014-02-11kdbus.txt: update introductionKay Sievers1-6/+33
2014-02-11release connection lock before freeing reply objectKay Sievers1-29/+46
2014-02-10connection: kill stray list_delDaniel Mack1-1/+0
2014-02-10connection: do not re-schedule work for a disconncted connectionKay Sievers2-22/+8
2014-02-09fix URLKay Sievers1-1/+1
2014-02-06connection: walk remote lists in kdbus_cmd_msg_cancelDaniel Mack1-8/+20
2014-02-06connection: follow new reply_list logic in kdbus_cmd_msg_cancelDaniel Mack1-15/+8
2014-02-06update marketing textKay Sievers2-3/+2
2014-02-06release parent lock when disconnecting children objectsKay Sievers11-77/+111
2014-02-06kdbus_conn_move_messages: splice list of expected repliesDaniel Mack1-6/+3
2014-02-06connection, kdbus_conn_disconnect: splice out reply list under lockDaniel Mack1-12/+14
2014-02-06connection: let conn->reply_list keep track of allowed repliesDaniel Mack1-95/+47
2014-02-05connection: send dead reply on KDBUS_RECV_DROPDaniel Mack1-1/+8
2014-02-05connection: merge kdbus_conn_msg_recv()Kay Sievers1-42/+32
2014-02-05replace work+timer with delayed_workKay Sievers3-46/+16
2014-02-05connection: first ref() then unref() when moving referencesKay Sievers1-1/+2
2014-02-05endpoint: fix kerneldocKay Sievers1-0/+1
2014-02-05connection: free notify listKay Sievers1-2/+4
2014-02-03connection: pin the connection which scheduled workKay Sievers1-4/+10
2014-02-03connection: cancel work outside of bus lockKay Sievers1-6/+4
2014-02-03save the bus when we fiddle with the function paramterKay Sievers1-6/+6
2014-02-03update locking and tear-down logic at disconnect()Kay Sievers11-144/+210
2014-02-02directly track bus <-> connectionKay Sievers7-82/+80
2014-02-02nullify q->reply earlier in kdbus_conn_move_messages()Daniel Mack1-1/+2
2014-02-01s/ns_make/domain_make/gDaniel Mack1-9/+9
2014-02-01kdbus.txt: s/ns/domain/gDaniel Mack1-1/+1
2014-02-01connection: plug memory leaks in kdbus_conn_move_messages()Daniel Mack1-10/+6
2014-02-01connection: kill some blank linesDaniel Mack1-4/+0
2014-02-01Revert "connection: use list_for_each_entry"Kay Sievers1-1/+1
2014-02-01more namespace -> domain renamesDaniel Mack7-19/+19
2014-02-01s/_NS_/_DOMAIN_/gDaniel Mack7-19/+19
2014-02-01style fixesDaniel Mack3-10/+13
2014-02-01rename namespace to domainDaniel Mack20-252/+254
2014-02-01kdbus.h: rename namespace to domainKay Sievers1-21/+21
2014-02-01connection: use list_for_each_entryDaniel Mack1-1/+1