platform/core/system/kdbus-bus.git
2014-11-17 Łukasz Stelmachspec: fix unifdef exit status detection sandbox/lstelmach/kdbus-integration-systemd-217
2014-11-17 Łukasz StelmachAdd a script to update Version automatically
2014-11-17 Łukasz StelmachBump version to 0.20141102.012929utc
2014-11-12 Łukasz StelmachRevert "connection: switch to timespec64"
2014-11-12 Łukasz StelmachRevert "metadata: drop support for kernels < v3.15"
2014-11-12 Łukasz StelmachRevert "metadata: follow 3.17 changes for current-...
2014-11-06 Maciej WereskiUpdate to 0.20140325.112233cet
2014-11-06 Maciej WereskiUpdate to 0.20140224.202407cet
2014-11-06 Maciej WereskiUpdate to 0.20140221.145534cet
2014-11-06 Karol Lewandowskipackaging: Use date-based version string
2014-11-06 Karol Lewandowskipackaging: Bump release
2014-11-06 Karol Lewandowskipackaging: Rename .spec to match real package name
2014-11-06 Karol Lewandowskipackaging: Fix various rpmlint errors
2014-11-06 Karol Lewandowskipackaging: Bump version
2014-11-06 Karol LewandowskiBring task_cgroup_path_from_hierarchy() back for pre...
2014-11-06 Karol LewandowskiRebase to newest upstream and bump version
2014-11-06 Karol Lewandowskipackaging: Provide -devel package with kdbus.h
2014-11-06 Karol Lewandowskipackaging: Fix spec to make kdbus work on ivi
2014-11-06 Karol LewandowskiAdd packaging to kdbus-bus package to be build from...
2014-11-02 Greg Kroah... kdbus.txt: grammer fixes from Peter Meerwald upstream/0.20141102.012929utc
2014-11-01 Djalal Harounihandle: when caching the creator's metadata cache also...
2014-10-31 Daniel Mackhandle.c: remove unnecessary pointer assignment
2014-10-31 Daniel Mackhandle.c: rework pointer assignment logic
2014-10-31 Daniel Mackconvert *_new() functions to return the new object...
2014-10-31 Daniel Mackkdbus.h: Use #defines rather than an enum for ioctl...
2014-10-30 Daniel Mackitem.c: #include <linux/fs.h>
2014-10-29 Djalal Harounidoc: fix a typo kdbus instead of kbus
2014-10-28 Djalal Harounibenchmark: cache the kdbus msg and update only memfd...
2014-10-28 Djalal Harouniconnection: block only normal fds allwo sending memfds
2014-10-28 Daniel Macktest/test-sync: we accept SA_RESTART now
2014-10-28 Daniel Mackconnection: rework interrupted system call implementation
2014-10-28 Daniel Mackconnection: add kdbus_conn_reply.interrupted
2014-10-28 Daniel Mackconnection: conditional branch cleanups
2014-10-28 Daniel Mackconnection: introduce kdbus_conn_find_reply()
2014-10-28 Djalal Harounitest-fd: check if we did receive the right number of...
2014-10-28 Djalal Harouniconnection: improve the connection do not accept fd...
2014-10-27 Daniel Mackkdbus.h: strip down header
2014-10-27 Daniel Mackkdbus.h, metadata: factor out capabilities (ABI break)
2014-10-27 Djalal Harounitest-fd: add more passfd+close tests to fdpassing
2014-10-27 Djalal Harounitest-fd: test send fd operations on connection that...
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...
next