platform/core/system/kdbus-bus.git
2013-12-24 Kay Sieversreturn error in kdbus_name_release()
2013-12-24 Kay Sieversdo not deny writing messages to an activator connection
2013-12-24 Kay Sievershandle: do not put "ep" and "conn" in a union
2013-12-24 Kay Sieversmetadata: always allocate and don't embed meta object
2013-12-24 Kay Sieversconnection: move messages addressed to a name back...
2013-12-24 Kay Sieversmetadata: use append_data for credentials
2013-12-24 Kay Sieversmetadata: re-initialize meta object, we might re-use it
2013-12-24 Kay Sieversallow HELLO to impersonate somebody else
2013-12-23 Kay Sieversmatch: check for currently owned names
2013-12-23 Kay Sieverspolicy: remove inline declaration, it's the compiler...
2013-12-23 Kay Sieversconnection: do not guess-check for target connection...
2013-12-23 Kay Sieversrename "id" to "owner_id" for all actions on behalf...
2013-12-23 Kay SieversTODO: update
2013-12-23 Kay Sieversdo not filter directed messages sent to monitor connections
2013-12-22 Daniel Macknames: cosmetics
2013-12-21 Daniel Macknames: fix 'added' assignment
2013-12-21 Daniel Macknames: rework list logic once more
2013-12-21 Lennart Poetteringkdbus.h: document ENOENT error
2013-12-21 Daniel Macknames: fix condition for activator listing
2013-12-21 Daniel Macknames: add the activator connection itself to the list...
2013-12-21 Kay Sieversadd KDBUS_ITEM_DST_NAME to outgoing messages
2013-12-21 Kay Sieversmetadata: set every bit only once, also bits for unknow...
2013-12-20 Daniel Mackmatch: make kdbus_match_entry_free static
2013-12-20 Daniel Macknotify: assign kmsg's notify_{new,old}_id
2013-12-20 Daniel Mackchange error message of BYEBYE to -EBUSY
2013-12-20 Daniel Macktest-kdbus: add tests for match logic
2013-12-20 Daniel Mackmatch: rework code
2013-12-19 Daniel Mackkdbus-test: start monitor tests
2013-12-19 Kay Sieversmatch: add name matching, match kernel notifications
2013-12-19 Kay Sieversmatch: read the name from the right structure
2013-12-18 Daniel Mackdo not allow monitor connections to own names
2013-12-18 Daniel Mackconnection: make KDBUS_ITEM_PAYLOAD_VEC's offset relati...
2013-12-18 Kay Sieversnotify: always use memcpy
2013-12-18 Lennart Poetteringnotify: make sure we send NUL terminate name strings...
2013-12-18 Kay Sieverstest: chat - dump all names
2013-12-18 Kay Sieversnames: use the correct list entry when iterating over...
2013-12-18 Kay Sieversnames: remember entry when queueing up a connection...
2013-12-18 Kay Sieversnames: clean up flag handling when taking over names
2013-12-18 Kay Sieversnames: set incoming/outgoing queueing flags in one...
2013-12-18 Kay Sieversnames: directly pass KDBUS_NAME_ACTIVATOR for activator...
2013-12-18 Kay Sieversnames: strict filter of incoming KDBUS_NAME_* flags
2013-12-18 Kay Sieversdo not return improper idr failure codes to userspace
2013-12-18 Daniel Mackendpoint: fix idr_alloc return value check
2013-12-18 Daniel MackRevert "move kdbus_subsys from namespace.c to main.c"
2013-12-18 Daniel Mackmatch: plug memory leak
2013-12-18 Daniel Mackbus: don't try to free an ERR_PTR
2013-12-18 Daniel Mackbus: fix memory leak on malformed messages
2013-12-18 Daniel Mackendpoint: fix memory leak on malformed input
2013-12-18 Daniel Mackendpoint: save an extra variable for idr_alloc()
2013-12-18 Daniel Mackendpoint: plug mem leak if kstrdup() fails
2013-12-18 Daniel Macknamespace: don't try to free an ERR_PTR
2013-12-18 Daniel Mackindent
2013-12-18 Daniel Mackmove kdbus_subsys from namespace.c to main.c
2013-12-18 Daniel Mackpool: fix include
2013-12-18 Daniel Mackindent
2013-12-17 Daniel Mackfix multi-line comment
2013-12-17 Daniel Mackkernel-doc kdbus_handle_type
2013-12-17 Daniel Mackmore include cleanups
2013-12-17 Kay SieversMakefile: add install/uninstall
2013-12-17 Daniel Mackkdbus.h: fix kernel-doc
2013-12-17 Daniel Mackmake kdbus_notify_name_change consist of two kdbus_noti...
2013-12-17 Daniel Mackkdbus.h cosmetics
2013-12-17 Daniel Mackhandle: clean up error path
2013-12-17 Daniel Mackinclude linux/uaccess.h from all files that use copy_...
2013-12-17 Kay Sieversinclude uaccess.h where needed
2013-12-17 Daniel Macktest-kdbus: add test for BYEBYE
2013-12-17 Daniel Mackdocument KDBUS_CMD_BYEBYE
2013-12-17 Daniel Mackadd KDBUS_CMD_BYEBYE
2013-12-17 Daniel Mackhandle: plug memory leak in case copy_to_user() fails
2013-12-17 Daniel Mackpool: use {} in all conditional branches if used in...
2013-12-17 Daniel Mackavoid block in case statements unless necessary
2013-12-17 Daniel Mackremove kdbus_msg_dump
2013-12-17 Daniel Mackconnection: use kcalloc when allocating arrays
2013-12-17 Daniel Mackremove unneeded include headers
2013-12-17 Daniel Mackheaders: more trivial style complaints
2013-12-17 Daniel Macksome trivial style-related fixups
2013-12-17 Daniel Macknamespace: pre-calculate payload_size to simplify code
2013-12-17 Daniel Mackkdbus_msg_scan_items(): simplify item size logic
2013-12-17 Daniel Macknamespace: catch return var of register_chrdev() in...
2013-12-17 Daniel Macknames, metadata: reduce scope of some vars
2013-12-17 Daniel Mackconnection: only write the header of KDBUS_ITEM_FDS
2013-12-17 Daniel Mackconnection: fix sparse warning about variable-length...
2013-12-17 Daniel Mackconnection: fix sparse warning about different address...
2013-12-17 Daniel Mackconnection: fix free of bogus pool offset in error...
2013-12-17 Daniel Macknames: fix free of bogus pool offset in error case
2013-12-17 Daniel Mackendpoint: fix potential deadlock
2013-12-17 Daniel Mackconsolidate kdbus_cmd_{bus,ep,ns}_make structs
2013-12-17 Daniel Mackuse KDBUS_ITEM_NAME instead of KDBUS_ITEM_ACTIVATOR_NAME
2013-12-17 Kay SieversTODO: update
2013-12-17 Kay Sieverscheck for "cookie" not "cookie_reply" in the reply...
2013-12-17 Kay Sieversrename iterator to "c"; we have too many "conn" variables
2013-12-17 Kay Sieversallow to peek the sender of a message, and to drop...
2013-12-16 Kay Sieversnames: refuse flags and do not pass flags around when...
2013-12-16 Daniel Mackconnection: fix call to kdbus_name_acquire()
2013-12-16 Kay Sieverskdbus.h: add alignment requirement to struct definitions
2013-12-16 Lukasz Skalskinames: Fix KDBUS_NAME_IN_QUEUE flag in kdbus_name_acquire()
2013-12-16 Radoslaw PajakFix exiting from kdbus_cmd_conn_info()
2013-12-15 Daniel Mackconnection: swap condition branches for better readability
2013-12-15 Daniel Mackkdbus_offset_set_user: kill unnecessary use of typeof()
2013-12-15 Daniel Macktest-kdbus: add connection info check
next