platform/core/system/kdbus-bus.git
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...
2014-10-08 Daniel Mackkdbus.txt: more information about faked credentials...
2014-10-08 Daniel MackTODO: update
2014-10-08 Daniel Mackconnection: suppress message metadata attachment for...
2014-10-08 Daniel Mackmetadata: add kdbus_meta_dup()
2014-10-08 Daniel Macktree-wide: reject unknown flags
2014-10-08 Daniel Macktest: print filename in assertion
2014-10-08 Daniel Mackhandle: use sizeof(*type)
2014-10-08 Daniel Mackmetadata: clean up code, and remove invalid comment
2014-10-08 Daniel Macktree-wide: s/_EP_/_ENDPOINT_/g (API break)
2014-10-08 Daniel Mackkdbus.h: add features bitmask to cmd_make and cmd_hello...
2014-10-07 Daniel Macktest: fix some 'dead assignment' errors
2014-10-07 Daniel Macktest-endpoint: fix nul-termination of string
2014-10-06 Daniel Mackhandle.c: add kdbus_copy_from_user() helper
2014-10-06 Daniel Mackkdbus.h: implement KDBUS_CMD_{MSG_CANCEL,FREE} with...
2014-10-06 Djalal Harounipool: kdbus_pool_slice_alloc() release the pool lock...
2014-10-06 Djalal Harounidoc: KDBUS_CMD_NAME_LIST ioctl might fail with -ENOBUFS
2014-10-06 Daniel Macknames: simplify code in kdbus_cmd_name_acquire()
2014-10-06 Daniel Macknames: don't refuse unknown flags
2014-10-06 Daniel Mackconnection: make kdbus_conn_broadcast() void
2014-10-06 Djalal Harounidoc: policy: specify on which endpoint implicit rules...
2014-10-04 Djalal Harouniendpoint: check if the endpoint has a policy before...
2014-10-04 Djalal Harouniconnection: broadcast and signaling hide non-fatal...
2014-10-04 Djalal Harouniendpoint: fix kernel doc for kdbus_ep_policy_check_src_...
2014-10-04 Djalal Harounikdbus-doc: fix policy doc on default behaviour on buses...
2014-10-03 Daniel Mackconnection: allow unlimited bus connections for privile...
2014-10-02 Daniel Mackkdbus.txt: more details on matches and rules
2014-10-02 Daniel Mackmatch: add flags to kdbus_cmd_match (ABI break!)
2014-10-02 Daniel Mackhandle: clean up 'cmd' variable namespace
2014-10-02 Daniel Mackmatch: make KDBUS_CMD_MATCH_REMOVE return -ENOENT when...
2014-10-02 Daniel Mackkdbus.h: attach items[] to kdbus_cmd_conn_info, not...
2014-10-02 David Herrmanntest: fix benchmark stats accounting
next