platform/core/system/kdbus-bus.git
2014-02-21 Daniel Macktest-kdbus-monitor: open output file with O_WRONLY... tizen upstream/0.20140221.145534cet
2014-02-21 Daniel Macktest-kdbus-monitor: exit from main loop
2014-02-21 Daniel Macktest/test-kdbus-monitor: fix PAYLOAD_OFF size alignment
2014-02-20 Daniel Mackconnection, names: flush dcache after writing to pool
2014-02-20 Daniel Mackconnection: cosmetics
2014-02-20 Michal Eljasiewicznames: Acquiring name by activator connection logic...
2014-02-20 Kay Sieversinclude "linux/ioctl.h"
2014-02-20 Simon Peetersmatch.c use div64_u64 to devide trough bloom.size
2014-02-19 Jason A. Donenfeldkdbus.txt: grammatical fixes
2014-02-18 Radoslaw Pajakconnection: update conn->flags before kdbus_notify_id_c...
2014-02-16 Stefan BellerCorrect linking flags: Use -pthread instead of -lpthread
2014-02-14 Radoslaw Pajakmatch: kdbus_match_entry_free fixed
2014-02-11 Kay Sieversbump reply limit
2014-02-11 Kay SieversTODO: update
2014-02-11 Lukasz Skalskitest: Fix receiving messages
2014-02-11 Kay Sieverskdbus.txt: update introduction
2014-02-11 Kay Sieversrelease connection lock before freeing reply object
2014-02-10 Daniel Mackconnection: kill stray list_del
2014-02-10 Kay Sieversconnection: do not re-schedule work for a disconncted...
2014-02-09 Kay Sieversfix URL
2014-02-06 Daniel Mackconnection: walk remote lists in kdbus_cmd_msg_cancel
2014-02-06 Daniel Mackconnection: follow new reply_list logic in kdbus_cmd_ms...
2014-02-06 Kay Sieversupdate marketing text
2014-02-06 Kay Sieversrelease parent lock when disconnecting children objects
2014-02-06 Daniel Mackkdbus_conn_move_messages: splice list of expected replies
2014-02-06 Daniel Mackconnection, kdbus_conn_disconnect: splice out reply...
2014-02-06 Daniel Mackconnection: let conn->reply_list keep track of allowed...
2014-02-05 Daniel Mackconnection: send dead reply on KDBUS_RECV_DROP
2014-02-05 Kay Sieversconnection: merge kdbus_conn_msg_recv()
2014-02-05 Kay Sieversreplace work+timer with delayed_work
2014-02-05 Kay Sieversconnection: first ref() then unref() when moving references
2014-02-05 Kay Sieversendpoint: fix kerneldoc
2014-02-05 Kay Sieversconnection: free notify list
2014-02-03 Kay Sieversconnection: pin the connection which scheduled work
2014-02-03 Kay Sieversconnection: cancel work outside of bus lock
2014-02-03 Kay Sieverssave the bus when we fiddle with the function paramter
2014-02-03 Kay Sieversupdate locking and tear-down logic at disconnect()
2014-02-02 Kay Sieversdirectly track bus <-> connection
2014-02-02 Daniel Macknullify q->reply earlier in kdbus_conn_move_messages()
2014-02-01 Daniel Macks/ns_make/domain_make/g
2014-02-01 Daniel Mackkdbus.txt: s/ns/domain/g
2014-02-01 Daniel Mackconnection: plug memory leaks in kdbus_conn_move_messages()
2014-02-01 Daniel Mackconnection: kill some blank lines
2014-02-01 Kay SieversRevert "connection: use list_for_each_entry"
2014-02-01 Daniel Mackmore namespace -> domain renames
2014-02-01 Daniel Macks/_NS_/_DOMAIN_/g
2014-02-01 Daniel Mackstyle fixes
2014-02-01 Daniel Mackrename namespace to domain
2014-02-01 Kay Sieverskdbus.h: rename namespace to domain
2014-02-01 Daniel Mackconnection: use list_for_each_entry
2014-02-01 Daniel Mackconnection: kill unnecessary check in kdbus_conn_reply_...
2014-02-01 Daniel Mackfix and add comments
2014-02-01 Daniel Mackconnection: remove replies from list asap
2014-02-01 Daniel Mackconnection: ensure queue.reply is NULL for moved messages
2014-02-01 Daniel Mackconnection: handle return from wait_event_interruptible...
2014-01-31 Daniel Mackconnection: re-arm timer with lock held
2014-01-31 Kay SieversTODO: update
2014-01-31 Daniel Mackkdbus_conn_move_messages: finish reply_list entries
2014-01-31 Daniel Mackconnection: don't store conn_waiting in kdbus_conn_reply
2014-01-31 Daniel Mackconnection: add 2 FIXMEs
2014-01-31 Daniel Mackconnection: finish replies when disconnecting
2014-01-31 Daniel Mackconnection: hold conn_src->lock when checking for reply...
2014-01-31 Daniel Mackconnection: turn around cleanup logic in kdbus_conn_mov...
2014-01-31 Daniel Mackconnection: use kdbus_conn_queue_remove() in kdbus_conn...
2014-01-31 Daniel Mackconnection: free used reply directly
2014-01-31 Daniel Mackfix typo
2014-01-31 Daniel Mackconnection: properly ref the connection in kdbus_conn_m...
2014-01-30 Daniel MackRevert "connection: hold lock for kdbus_conn_reply_fini...
2014-01-30 Daniel Mackconnection: hold lock for kdbus_conn_reply_finish()
2014-01-30 Daniel Mackconnection: use del_timer_sync()
2014-01-30 Daniel Mackconnection: pass return code from kdbus_conn_queue_allo...
2014-01-30 Daniel Mackconnection: clean up code nesting in kdbus_conn_kmsg_send
2014-01-29 Daniel Mackconnection: fix locking in sync message delivery
2014-01-29 Daniel Mackconnection: fix comment
2014-01-29 Daniel Mackconnection: clean up queue even if kdbus_conn_msg_insta...
2014-01-29 Daniel Mackconnection: add comments
2014-01-29 Daniel Mackconnection: cosmetic cleanup
2014-01-29 Kay Sieversconnection: avoid NULL pointer dereference
2014-01-29 Daniel Mackconnection: kill kdbus_conn_queue.sync
2014-01-29 Daniel Mackconnection: kill kdbus_conn_reply.expect_reply
2014-01-29 Daniel Mackconnection: rework sync logic
2014-01-28 Daniel Mackconnection: do not finish replies in __kdbus_conn_free(),
2014-01-28 Daniel Mackconnection: nullify queue->reply in kdbus_conn_recv_msg()
2014-01-28 Daniel Mackconnection: remove locking from kdbus_conn_reply_finish()
2014-01-28 Kay Sieverskdbus.h: fix wrong ioctl read/write declarations (ABI...
2014-01-27 Kay Sieversincrease message queue limit to 256
2014-01-25 Kay Sieversfix off-by-one error
2014-01-25 Kay Sieversfix typo
2014-01-25 Kay Sieversimplement bloom mask generation selection
2014-01-25 Kay Sieversremove some whitespace
2014-01-25 Kay Sieversdocs: update
2014-01-24 Kay Sieverskdbus.h: reorder ioctls (ABI break)
2014-01-24 Kay SieversTODO: update
2014-01-24 Kay Sieversupdate bloom filter handling (ABI break)
2014-01-24 Daniel Macknames: amend coding style
2014-01-24 Daniel Mackutil: clean up includes
2014-01-24 Daniel Mackorder include files alphabetically
2014-01-24 Daniel Mackmemfd: fix multi-line comment
2014-01-24 Daniel Mackfix some kernel doc
2014-01-24 Daniel Mackreorder, cleanup and consolidate variable declarations
next