Change communication from dbus to socket to get list 31/165331/14
authorSeungha Son <seungha.son@samsung.com>
Thu, 28 Dec 2017 02:23:04 +0000 (11:23 +0900)
committerSeungha Son <seungha.son@samsung.com>
Mon, 8 Jan 2018 06:26:28 +0000 (15:26 +0900)
commit11f5cc01ab42914aed9a92d5ae33d9678b96b17a
tree725dc3a789d84a66cf5743647b15524d55523007
parentd53b031021ca16ccadec3fa630b4f6a414b8c270
Change communication from dbus to socket to get list

 Change the communication method from dbus to socket to get
 a very large number of notifications safely and quickly.

Related :
data-provider-master - https://review.tizen.org/gerrit/#/c/165334/

Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I8b3dc29d4f77b9874913b540f755bd4c42095e9d
CMakeLists.txt
include/notification_ipc.h
include/notification_list.h
include/notification_noti.h
packaging/notification.spec
src/notification_internal.c
src/notification_ipc.c
src/notification_ipc_socket.c [new file with mode: 0644]
src/notification_list.c
src/notification_noti.c