platform/core/csapi/tizenfx.git
7 years agoApply two-letter acronyms (Ip --> IP)
chleun.moon [Tue, 14 Feb 2017 05:37:46 +0000 (14:37 +0900)]
Apply two-letter acronyms (Ip --> IP)

https://msdn.microsoft.com/en-us/library/ms229043(v=vs.110).aspx

Change-Id: I8058cfd4f6a6f7112a49ae4e662abe25e1c504b2
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years ago[Connection]Fixed profile classes, callback and doxygen
shikha.ta [Wed, 8 Feb 2017 07:53:14 +0000 (13:23 +0530)]
[Connection]Fixed profile classes, callback and doxygen

Change-Id: If40a200090563c62b135efd1f579be76b98fcfb6
Signed-off-by: shikha.ta <shikha.ta@samsung.com>
7 years ago[Connection] Implemented ConnectionManager static class and fix for multithread envir...
shikha.ta [Wed, 1 Feb 2017 10:08:56 +0000 (15:38 +0530)]
[Connection] Implemented ConnectionManager static class and fix for multithread environment

Signed-off-by: shikha.ta <shikha.ta@samsung.com>
Change-Id: I2d301f3cc5d3e315f039d32925b6014925908966

7 years agoImplemented fix for the connection callbacks crash tct issue
shikha.ta [Wed, 25 Jan 2017 12:04:46 +0000 (17:34 +0530)]
Implemented fix for the connection callbacks crash tct issue

Signed-off-by: shikha.ta <shikha.ta@samsung.com>
Change-Id: I35d96ce41ee7a4e91455f6bbb8ccba3eb7d68ee6

7 years agoFix Dispose to release native resources only when Dispose is explicitly called
chleun.moon [Thu, 19 Jan 2017 09:41:39 +0000 (18:41 +0900)]
Fix Dispose to release native resources only when Dispose is explicitly called

Change-Id: Ib2c8e2a4e4786b09560ff47856462c2e8eb5bb2a
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoModify ConnectionManager to non-static
chleun.moon [Fri, 13 Jan 2017 02:11:08 +0000 (11:11 +0900)]
Modify ConnectionManager to non-static

Static class ConnectionManager cannot be created multiple time.
It causes a problem in multi-thread environment.
Handle created in one thread cannot be used in other threads due to characteristics of handle-based native connection capi.
Therefore ConnectionManager is modified to map one ConnectionManager
instance to one native capi handle.

Change-Id: If1e80df24400bc6477717f33eaadb05a198c3322
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoEnable building on arch ix86
chleun.moon [Tue, 10 Jan 2017 07:33:38 +0000 (16:33 +0900)]
Enable building on arch ix86

Change-Id: I9106c850146a1979bdeee9737f0fd3238c1d4a93
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoRemove AddressFactory
chleun.moon [Tue, 10 Jan 2017 07:22:19 +0000 (16:22 +0900)]
Remove AddressFactory

Change-Id: I90c81b649bc0d6b088bc545dba9a1df98f040fea
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoAdd ThrowConnectionException and Fix typo
chleun.moon [Thu, 5 Jan 2017 06:44:07 +0000 (15:44 +0900)]
Add ThrowConnectionException and Fix typo

Change-Id: Idc195d91c31787ce2f70c58cc0ed22b8038ee97b
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years ago[C# Connection] Adding C# Connection code
Yu Jiung [Thu, 22 Dec 2016 08:47:28 +0000 (17:47 +0900)]
[C# Connection] Adding C# Connection code

Change-Id: I35a2ab6334624d254d58fed9167edfea0550f1f9
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoInitial empty repository
Jong Jeong Kim [Tue, 20 Dec 2016 01:39:47 +0000 (17:39 -0800)]
Initial empty repository