platform/core/system/kdbus-bus.git
2014-10-27 Daniel Mackconnection, message: cosmetics
2014-10-26 Daniel Mackconnection, handle: fix a number of checkpatch warnings
2014-10-25 Djalal Harounipolicy: check if name is valid when updating policies
2014-10-25 Djalal Harounitest-monitor: add KDBUS_CMD_CONN_UPDATE tests for monit...
2014-10-25 Djalal Harouniconnection: make KDBUS_CMD_CONN_UPDATE ioctl available...
2014-10-24 Djalal Harounihandle: validate items in kdbus_items_validate() in...
2014-10-24 Djalal Harounidoc: the well-known name in kdbus_cmd_info is passed...
2014-10-24 Djalal Harouniconnection: fix kdbus_cmd_info() argument indentation
2014-10-24 Djalal Harounitest-names: name validity tests for CMD_NAME_{ACQUIRE...
2014-10-24 Djalal Harouninames: check if name is valid for CMD_NAME_ACQUIRE...
2014-10-24 Lukasz Skalskikdbus.h: fix kernel doc
2014-10-23 David Herrmannconnection: keep SYNC messages alive on EINTR
2014-10-23 David Herrmannconnection: dont leak sync replies
2014-10-23 David Herrmannconnection: make sure to delete reply_wake entries
2014-10-23 David Herrmannconnection: hold conn_reply ref on reply_wake
2014-10-23 David Herrmannconnection: make conn_reply ref-counted
2014-10-23 David Herrmannconnection: conn_add_expected_reply -> conn_reply_new
2014-10-23 David Herrmannconnection: dont leak replies if message-queueing fails
2014-10-23 David Herrmannconnection: correctly filter messages on name takeover
2014-10-23 David Herrmannconnection: rename reply->conn to reply->reply_dst
2014-10-23 David Herrmannconnection: don't send DEAD-NOTIFICATIONS on sync SENDs
2014-10-23 David Herrmannconnection: simplify reply cleanups
2014-10-22 Djalal Harounitest-fd: make sure that passed fds do not also allow...
2014-10-22 Daniel Mackkdbus.h: rename kdbus_{cmd,}_conn_info → kdbus_{cmd...
2014-10-22 Daniel Mackkdbus.h: add KDBUS_CMD_BUS_CREATOR_INFO
2014-10-22 Djalal Harounimessage: switch to fget_raw() to allow passing O_PATH...
2014-10-22 Djalal Harounimessage: we want to allow O_PATHed file descriptors
2014-10-22 Daniel Macktest-fd: add a bloom filter to broadcast message
2014-10-22 Daniel Mackmessage: allow memfds for broadcast messages
2014-10-22 Daniel Mackconnection: remove unused variable
2014-10-22 Djalal Harounitest: just define KDBUS_SYSNAME_MAX_LEN here in test...
2014-10-22 Djalal Harounitest: make sure that creating endpoint with long names...
2014-10-22 Djalal Harounitest-sync: do a second recv only when SA_RESTART was...
2014-10-22 Daniel MackMakefile: add 'doc' target
2014-10-22 Daniel Mackhandle.c: fix and add kernel-doc
2014-10-22 Daniel MackRevert "notify: set item->size"
2014-10-22 Daniel Macktest: use kdbus_msg_dump() to check for message integrity
2014-10-21 Daniel Mackconnection.c: cosmetic cleanup
2014-10-21 Daniel Mackconnection: switch to absolute timeouts (API break)
2014-10-21 Daniel Macktest-sync: implement send_reply()
2014-10-21 David Herrmannconnection: drop unused variable
2014-10-21 David Herrmannconnection: remove debugging printk()
2014-10-21 Daniel Mackconnection.c: comments cleanup
2014-10-21 Daniel Mackkdbus.h: split in and out flags of ioctls (ABI break)
2014-10-21 Daniel Mackkdbus.h: factor out name info struct (ABI break)
2014-10-21 David Herrmannhandle: use dynamic major/minor allocation (ABI break)
2014-10-20 Djalal Harounimessage: document the verify fd and increment usage...
2014-10-20 Djalal Harouniutil: fput files refs in reverse order
2014-10-20 Djalal Harounimessage: minor optimization no need to pass invalid...
2014-10-20 Djalal Harounitest-fd: fix the fd passing test and use KDBUS_MSG_MAX_...
2014-10-20 Djalal Harounimessage: revert commit 65b277d6c0 since KDBUS_MSG_MAX_F...
2014-10-20 Djalal Harounimessage: account both memfds and fds against KDBUS_MSG_...
2014-10-20 Djalal Harounitest-fd: add tests for fd and memfd accounting
2014-10-20 Daniel Mackhandle: allocate handle after domain lookup
2014-10-20 David HerrmannTODO: remove external-API entry
2014-10-20 David Herrmannconnection: make attach_flags atomic
2014-10-20 Daniel Mackutil.c: degrade (valid & KDBUS_FLAG_KERNEL) to warning
2014-10-20 Daniel Mackmetadata: split KDBUS_ATTACH_COMM in _PID and _TID...
2014-10-20 David Herrmannbus: make conn_rwlock a low-level lock
2014-10-20 David Herrmannconnection: split kdbus_conn_wait_reply() off kdbus_con...
2014-10-20 Daniel Mackqueue: consolidate kdbus_queue_entry_*fds_install()
2014-10-20 Daniel Mackmessage, queue: pin files over their entire lifetime
2014-10-18 Daniel Macktree-wide: rework flags negotiation (ABI break)
2014-10-18 Daniel Mackqueue: set O_CLOEXEC on installed file descriptors
2014-10-18 Daniel Mackkdbus.h: remove features bitfield from make calls ...
2014-10-17 Greg Kroah... queue.c: move a stack variable before the variable...
2014-10-17 Kay SieversRevert KDBUS_HELLO_ACCEPT_MEMFD support (ABI break)
2014-10-16 Daniel Macklimits: lower KDBUS_MSG_MAX_FDS to 253
2014-10-16 Daniel Mackmetadata: update meta->attached once the attach succeeded
2014-10-16 Daniel Mackdomain: detroy IDRs
2014-10-16 Daniel Mackbus.c: remove unneeded include
2014-10-16 Daniel Macknotify: set item->size
2014-10-14 Djalal Harounidoc: document the new KDBUS_HELLO_ACCEPT_MEMFD flag
2014-10-14 Djalal Harouniconnection: use KDBUS_HELLO_ACCEPT_MEMFD to check for...
2014-10-14 Djalal Harounitest-activator: add more tests for the activation logic
2014-10-14 Djalal Harounitest-util: add test_is_capable() to check for capabilit...
2014-10-14 Djalal Harounitest-util: move RUN_UNPRIVILEGED definitions to kdbus...
2014-10-14 Daniel Mackkdbus.h: add KDBUS_HELLO_ACCEPT_MEMFD (ABI break)
2014-10-14 Daniel Macktests: strncpy() corrections
2014-10-13 Djalal Harounidoc: KDBUS_MSG_FLAGS_SYNC_REPLY can be interrupted...
2014-10-13 Djalal Harounitest-sync: ensure sync is interruptible and it ignors...
2014-10-12 Djalal Harounitest: test monitor connections for broadcast messages
2014-10-12 Djalal Harounitest-fd: ensure that broadcasting fds and memfds will...
2014-10-12 Daniel Mackkdbus.txt: fix things spotted by Alban Crequy
2014-10-12 Daniel Mackkdbus.txt: fixes
2014-10-10 Daniel Mackhandle: do not look at 'features' for now
2014-10-10 Greg Kroah... Merge branch 'master' of https://code.google.com/p...
2014-10-10 Greg Kroah... Merge pull request #26 from michelecurti/master
2014-10-09 Djalal Harouninames: on KDBUS_CMD_NAME_RELEASE check that connection...
2014-10-09 Djalal Harouniendpoint: add function kdbus_ep_policy_check_see_access...
2014-10-09 Djalal Harounibroadcast: add TALK access checks for broadcast messages
2014-10-09 Djalal Harouniconnection: make conn->name_count atomic
2014-10-09 Djalal Harounitest: test-policy-priv do broadcast tests after a polic...
2014-10-09 Djalal Harounitest: test-policy-priv do broadcast tests before a...
2014-10-09 Djalal Harounidoc: document the new broadcast behaviour
2014-10-09 Daniel Mackconnection: attach KDBUS_ATTACH_NAMES | KDBUS_ATTACH_CO...
2014-10-09 Michele Curtitest: fix typo
2014-10-08 Daniel Mackconnection: style nit
2014-10-08 Daniel Mackconnection: check for msg->dst_id == name_entry->conn->id
2014-10-08 Daniel Mackmessage: allow both names and unique IDs at the same...
next