summaryrefslogtreecommitdiff
path: root/names.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-20connection, names: flush dcache after writing to poolDaniel Mack1-0/+1
2014-02-20names: Acquiring name by activator connection logic fixedMichal Eljasiewicz1-3/+11
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 Sievers1-9/+10
2014-02-02directly track bus <-> connectionKay Sievers1-5/+5
2014-01-24names: amend coding styleDaniel Mack1-5/+5
2014-01-24reorder, cleanup and consolidate variable declarationsDaniel Mack1-6/+5
2014-01-24names: reduce scope of variableDaniel Mack1-1/+1
2014-01-22more trivial style issuesDaniel Mack1-1/+2
2014-01-22fix some checkpatch warning on over-long linesDaniel Mack1-2/+4
2014-01-22consolidate most memdup_user to handle.cDaniel Mack1-87/+32
2014-01-18kerneldoc: s/Returns/Return/, s/any value/negative errno/, move "Return:" to ...Kay Sievers1-6/+6
2014-01-18properly drop references of endpoint and activator connectionKay Sievers1-44/+46
2014-01-14export namespace-global message sequence number (ABI break)Kay Sievers1-2/+1
2014-01-09names: switch locking orderKay Sievers1-2/+2
2014-01-01various 80 column warnings fixed upGreg Kroah-Hartman1-1/+2
2013-12-25return error in kdbus_name_release()Kay Sievers1-4/+2
2013-12-24connection: move messages addressed to a name back to the activatorKay Sievers1-5/+27
2013-12-23rename "id" to "owner_id" for all actions on behalf of other connectionsKay Sievers1-5/+5
2013-12-22names: cosmeticsDaniel Mack1-3/+2
2013-12-22names: fix 'added' assignmentDaniel Mack1-4/+6
2013-12-22names: rework list logic once moreDaniel Mack1-6/+9
2013-12-22names: fix condition for activator listingDaniel Mack1-1/+2
2013-12-21names: add the activator connection itself to the list of of activator namesDaniel Mack1-0/+9
2013-12-18do not allow monitor connections to own namesDaniel Mack1-0/+4
2013-12-18names: use the correct list entry when iterating over queued namesKay Sievers1-1/+1
2013-12-18names: remember entry when queueing up a connection for a nameKay Sievers1-0/+1
2013-12-18names: clean up flag handling when taking over namesKay Sievers1-26/+35
2013-12-18names: set incoming/outgoing queueing flags in one placeKay Sievers1-4/+8
2013-12-18names: directly pass KDBUS_NAME_ACTIVATOR for activator requestsKay Sievers1-3/+1
2013-12-18names: strict filter of incoming KDBUS_NAME_* flagsKay Sievers1-1/+6
2013-12-17names, metadata: reduce scope of some varsDaniel Mack1-1/+2
2013-12-17names: fix free of bogus pool offset in error caseDaniel Mack1-6/+5
2013-12-17use KDBUS_ITEM_NAME instead of KDBUS_ITEM_ACTIVATOR_NAMEDaniel Mack1-1/+0
2013-12-16names: refuse flags and do not pass flags around when not neededKay Sievers1-9/+11
2013-12-16names: Fix KDBUS_NAME_IN_QUEUE flag in kdbus_name_acquire()Lukasz Skalski1-11/+12
2013-12-15check string lengths inside of dynamically sized structsDaniel Mack1-1/+2
2013-12-14fix re-establishing of activatorKay Sievers1-5/+5
2013-12-14notify: remove unused endpoint parameter; notify is entirely passive nowKay Sievers1-8/+5
2013-12-13sort includes alphabeticallyDaniel Mack1-10/+10
2013-12-13notify: always queue messages for delayed sendingKay Sievers1-23/+22
2013-12-12rename starter to activatorKay Sievers1-17/+17
2013-12-12allow the take-over from a starter without any special flags givenKay Sievers1-50/+48
2013-12-12notification: send the correct old flags to userspaceLennart Poettering1-2/+3
2013-12-12split kdbus_notify_name_change's flags field into old_flags and new_flagsDaniel Mack1-10/+15
2013-12-11names: add KDBUS_NAME_STARTERKay Sievers1-2/+4
2013-12-11do not init list entries before adding themKay Sievers1-1/+0
2013-12-11names: restore state of starter when current owner goes awayKay Sievers1-7/+1
2013-12-10names: support dumping starters without dumping other namesKay Sievers1-21/+22
2013-12-10names: rework NAMES_LISTKay Sievers1-108/+116