platform/core/api/connection.git
7 years agoRemove Profile Build Dependency (TV) 59/97059/2
MyungJoo Ham [Fri, 11 Nov 2016 05:30:05 +0000 (14:30 +0900)]
Remove Profile Build Dependency (TV)

- This is for Tizen 4.0

- TV or not is determined at runtime, unifying the binary for all.

After this commit, there is no more TIZEN_TV:
connection$ grep -r "TIZEN_TV" *
connection$

Change-Id: I762dbbd6d44ef27987b7463fd717fa604187858a
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
7 years agoRemove dead and dangerous code 53/97053/1
MyungJoo Ham [Fri, 11 Nov 2016 05:21:58 +0000 (14:21 +0900)]
Remove dead and dangerous code

- This is for Tizen 4.0

- For 4.0 Configurability & Building-Blocks, we need to remove
profile build dependencies and this is the first step for it.

There will be other commits following this soon.

TIZEN_MOBILE/TIZEN_WEARABLE are useless:

connection$ grep -r "TIZEN_MOBILE" *
CMakeLists.txt:IF(TIZEN_MOBILE)
CMakeLists.txt:    ADD_DEFINITIONS(-DTIZEN_MOBILE)
CMakeLists.txt:ENDIF(TIZEN_MOBILE)
packaging/capi-network-connection.spec: -DTIZEN_MOBILE=1 \
Binary file packaging/.capi-network-connection.spec.swp matches
connection$ grep -r "TIZEN_WEARABLE" *
CMakeLists.txt:IF(TIZEN_WEARABLE)
CMakeLists.txt:    ADD_DEFINITIONS(-DTIZEN_WEARABLE)
CMakeLists.txt:ENDIF(TIZEN_WEARABLE)
packaging/capi-network-connection.spec: -DTIZEN_WEARABLE=1 \
Binary file packaging/.capi-network-connection.spec.swp matches
connection$

Change-Id: I658208e213db777011f7e1f19b78bd1bf529b277
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
7 years agoRemove reference warning 61/89261/1 accepted/tizen/3.0/common/20161114.105151 accepted/tizen/3.0/ivi/20161011.043745 accepted/tizen/3.0/mobile/20161015.032617 accepted/tizen/3.0/tv/20161016.003911 accepted/tizen/3.0/wearable/20161015.081814 accepted/tizen/common/20160928.164142 accepted/tizen/common/20170111.155033 accepted/tizen/ivi/20160929.081229 accepted/tizen/mobile/20160929.081122 accepted/tizen/tv/20160929.081205 accepted/tizen/wearable/20160929.081044 submit/tizen/20160928.053415 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001 submit/tizen_common/20170111.150147
hyunuktak [Fri, 23 Sep 2016 01:50:54 +0000 (10:50 +0900)]
Remove reference warning

Change-Id: I4ed65d145421c287cafa8ec838bd3ed41c7beb88
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years ago[connection] Modified test code to print ethernet information correctly 48/78848/1 accepted/tizen/common/20160805.125931 accepted/tizen/ivi/20160809.010542 accepted/tizen/mobile/20160809.010454 accepted/tizen/tv/20160809.010507 accepted/tizen/wearable/20160809.010525 submit/tizen/20160805.043033
Saurav Babu [Thu, 7 Jul 2016 06:15:22 +0000 (11:45 +0530)]
[connection] Modified test code to print ethernet information correctly

This patch has below changes:
1. Print ethernet information correctly in
test_get_user_selected_profile(), earlier ethernet was treated as
cellular profiles.
2. For WiFi profile_name and essid are same so no need to print both.
3. Print cellular service type only for cellular profiles.

Change-Id: I560fbb5dddd8a6534de6637b2ce450bca0fd2424
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
7 years agoProvided option to set IPType as Auto for IPv6 55/75555/2 accepted/tizen/common/20160621.184503 accepted/tizen/ivi/20160623.120459 accepted/tizen/mobile/20160623.120402 accepted/tizen/tv/20160623.120415 accepted/tizen/wearable/20160623.120438 submit/tizen/20160621.060739 submit/tizen/20160621.234856
Sumit Aggarwal [Mon, 20 Jun 2016 16:29:53 +0000 (21:59 +0530)]
Provided option to set IPType as Auto for IPv6

Change-Id: I68a5eb90d3f635b0e7f7e4c5dd59ff52226fd689
Signed-off-by: Sumit Aggarwal <aggarwal.s@samsung.com>
7 years agoFixed build error for __libnet_check_address_type 44/74844/1 accepted/tizen/common/20160616.151806 accepted/tizen/ivi/20160617.081459 accepted/tizen/mobile/20160617.081150 accepted/tizen/tv/20160617.081235 accepted/tizen/wearable/20160617.081304 submit/tizen/20160616.005920
taesubkim [Thu, 16 Jun 2016 00:52:41 +0000 (09:52 +0900)]
Fixed build error for __libnet_check_address_type

Change-Id: I679cb85d24e2ab3ae846fd68fd88e73687c69f27
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
7 years agoFix some svace 88/74488/1 submit/tizen/20160615.100519
hyunuktak [Tue, 14 Jun 2016 10:17:09 +0000 (19:17 +0900)]
Fix some svace

Change-Id: Iec8a65ac5162022f22dafc43e25716330b22b157
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years agoApply coding rule 10/74410/1
hyunuktak [Tue, 14 Jun 2016 07:08:50 +0000 (16:08 +0900)]
Apply coding rule

Change-Id: Ie26ef8da0c6b5140183b1ddd3b47fe9ae33b3637
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years agoFix the return value unit for wifi max speed 07/73507/1 accepted/tizen/common/20160608.160933 accepted/tizen/ivi/20160609.090756 accepted/tizen/mobile/20160609.090621 accepted/tizen/tv/20160609.090735 accepted/tizen/wearable/20160609.090718 submit/tizen/20160608.101452
hyunuktak [Wed, 8 Jun 2016 09:50:51 +0000 (18:50 +0900)]
Fix the return value unit for wifi max speed

Change-Id: Ie9d8f24e5f3b12e1327d8890c5f0857c125d924c
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years agoRemove the gcov flag #2 46/72946/1 accepted/tizen/common/20160603.151101 accepted/tizen/ivi/20160606.040623 accepted/tizen/mobile/20160606.035241 accepted/tizen/tv/20160606.035927 accepted/tizen/wearable/20160606.040127 submit/tizen/20160603.083223 submit/tizen_common/20160606.120215
taesubkim [Fri, 3 Jun 2016 07:58:04 +0000 (16:58 +0900)]
Remove the gcov flag #2

Change-Id: I50099135510177fe0f91d0b734573613afba749c
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
7 years agoFixed memory leak for vconf_get_str 00/72400/2 accepted/tizen/ivi/20160602.230623 accepted/tizen/mobile/20160602.230556 accepted/tizen/tv/20160602.230613 accepted/tizen/wearable/20160602.230539 submit/tizen/20160602.021703
hyunuktak [Tue, 31 May 2016 23:51:11 +0000 (08:51 +0900)]
Fixed memory leak for vconf_get_str

Change-Id: I3c99e343d738816dd08a84e49dc19ad0bddce155
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years agoRemove the gcov flag 57/71357/2
hyunuktak [Wed, 25 May 2016 06:40:57 +0000 (15:40 +0900)]
Remove the gcov flag

Change-Id: I87a26ddeb04a00ece1e1cb0c75726523f398d4a4
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years agoAdd default case to fix build warning 59/69859/1 accepted/tizen/common/20160518.124817 accepted/tizen/ivi/20160518.003837 accepted/tizen/mobile/20160518.003813 accepted/tizen/tv/20160518.003828 accepted/tizen/wearable/20160518.003803 submit/tizen/20160517.075821
hyunuktak [Tue, 17 May 2016 05:55:31 +0000 (14:55 +0900)]
Add default case to fix build warning

Change-Id: I2e321f0224180261ffe8d973b9532b6c06eec046
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years agoModify some test code 74/69674/4
hyunuktak [Mon, 16 May 2016 09:51:44 +0000 (18:51 +0900)]
Modify some test code

Change-Id: I213bdb7ba5721ea575585a94aebc9cd887c1569a
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years agoModified version of wearable 3.0 API 59/68159/2 accepted/tizen/common/20160504.130240 accepted/tizen/ivi/20160504.012624 accepted/tizen/mobile/20160504.012531 accepted/tizen/tv/20160504.012548 accepted/tizen/wearable/20160504.012605 submit/tizen/20160503.120331
taesubkim [Tue, 3 May 2016 00:25:11 +0000 (09:25 +0900)]
Modified version of wearable 3.0 API

Change-Id: Ie3bcb56a6a9507afe777c73b71676b0f8f87cc08
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years agoMerge "Add some APIs to get and set cellular pdn type" into tizen accepted/tizen/common/20160429.170654 accepted/tizen/ivi/20160501.121734 accepted/tizen/mobile/20160501.120839 accepted/tizen/tv/20160501.121240 accepted/tizen/wearable/20160501.121449 submit/tizen/20160429.065012
taesub kim [Fri, 29 Apr 2016 07:22:01 +0000 (00:22 -0700)]
Merge "Add some APIs to get and set cellular pdn type" into tizen

8 years agoAdd ethernet feature into document 90/67790/1
hyunuktak [Thu, 28 Apr 2016 08:39:11 +0000 (17:39 +0900)]
Add ethernet feature into document

Change-Id: Ic8616e352370b6f66042ec42150974449f39b009
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoAdd some APIs to get and set cellular pdn type 42/65942/11
hyunuktak [Thu, 14 Apr 2016 06:48:36 +0000 (15:48 +0900)]
Add some APIs to get and set cellular pdn type

Change-Id: I2f8be0e95bc54d776450f66eec112a50a6897644
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoApply coding rule 13/64413/1 accepted/tizen/common/20160406.144659 accepted/tizen/ivi/20160406.104734 accepted/tizen/mobile/20160406.104639 accepted/tizen/tv/20160406.104659 accepted/tizen/wearable/20160406.104713 submit/tizen/20160406.070258
hyunuktak [Fri, 1 Apr 2016 05:00:10 +0000 (14:00 +0900)]
Apply coding rule

Change-Id: I49cb9a9ddc02bb9ec988b4f11ea469072271825f
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoRemoved useless feature for document 40/63840/1
hyunuktak [Mon, 28 Mar 2016 05:30:09 +0000 (14:30 +0900)]
Removed useless feature for document

Change-Id: I63ffe93cb4141911bf6c8ae87cbb64b9ef97ad2d
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoChanged wearable 3.0 API version 24/63424/1 accepted/tizen/common/20160325.135101 submit/tizen/20160324.001542
hyunuktak [Thu, 24 Mar 2016 00:00:59 +0000 (09:00 +0900)]
Changed wearable 3.0 API version

Change-Id: Ia49c866e0c6921a359f3df462515c6fe9871b5e2
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoAdded some comments to exclude coverage 68/62468/2 accepted/tizen/common/20160317.160758 accepted/tizen/ivi/20160318.112942 accepted/tizen/mobile/20160318.112331 accepted/tizen/tv/20160318.112634 accepted/tizen/wearable/20160318.112618 submit/tizen/20160317.050936
hyunuktak [Wed, 16 Mar 2016 08:15:58 +0000 (17:15 +0900)]
Added some comments to exclude coverage

Change-Id: Ia59898b42e65a2dbdaf5d9abe4b3d35d73cab553
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoModify to get wifi state 49/58149/1 accepted/tizen/common/20160302.203300 accepted/tizen/ivi/20160223.231822 accepted/tizen/mobile/20160223.231729 accepted/tizen/tv/20160223.231743 accepted/tizen/wearable/20160223.231801 submit/tizen/20160223.060827 submit/tizen_common/20160302.172254
hyunuktak [Thu, 28 Jan 2016 02:45:49 +0000 (11:45 +0900)]
Modify to get wifi state

Change-Id: I6c41218ea55cac3d30acb432df03e3d596bfc00d
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years ago[connection] Modified logic so that callback is sent to their respective thread 14/56314/1
Saurav Babu [Wed, 6 Jan 2016 09:26:19 +0000 (14:56 +0530)]
[connection] Modified logic so that callback is sent to their respective thread

Currently for sending few callbacks to application g_idle_add_full() is
used. g_idle_add_full() adds the callback in global main context of the
application and not the context in which thread was operating. See
description at https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html#g-idle-add-full
This patch modifies the logic to create a g_idle_source_new() and then
attach this source to the thread's context rather than global main
context of application.

Change-Id: I5b9b927760ab2281cfd3878a3c7583bc4a00e74f
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
8 years ago[ACR-456]Add enumeration for connection type #2 76/56176/3
taesub.kim [Tue, 5 Jan 2016 08:02:24 +0000 (17:02 +0900)]
[ACR-456]Add enumeration for connection type #2

Change-Id: I5b528a18ffa1bc5495da8d7e1db2df9bbea57d97
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years agoModified get_mac_address (/sys/.. > /opt/etc/.mac.info) 35/54035/1 accepted/tizen/ivi/20160218.022809 accepted/tizen/mobile/20151213.231901 accepted/tizen/tv/20151213.231918 accepted/tizen/wearable/20151213.231937 submit/tizen/20151211.042207 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001
taesub.kim [Fri, 11 Dec 2015 02:59:31 +0000 (11:59 +0900)]
Modified get_mac_address (/sys/.. > /opt/etc/.mac.info)

Change-Id: I89d0cf92564152acdf38eece0acc2d0b53a88845
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years agoApply coding rule 31/53631/4 accepted/tizen/mobile/20151210.030338 accepted/tizen/tv/20151210.021355 accepted/tizen/wearable/20151210.024327 submit/tizen/20151209.063755
hyunuktak [Tue, 8 Dec 2015 09:17:58 +0000 (18:17 +0900)]
Apply coding rule

Change-Id: I8119e081832b83bbd1d7db6ee51c45098907d668
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years agoMerge "[ACR-456]Add enumeration for connection type" into tizen
taesub kim [Wed, 9 Dec 2015 05:46:47 +0000 (21:46 -0800)]
Merge "[ACR-456]Add enumeration for connection type" into tizen

8 years ago[ACR-456]Add enumeration for connection type 22/52622/4
hyunuktak [Wed, 25 Nov 2015 06:47:39 +0000 (15:47 +0900)]
[ACR-456]Add enumeration for connection type

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I2988024c989f789448b262413e673a60f3a1bd30

8 years agoFix some svace issues 06/53106/1
hyunuktak [Wed, 2 Dec 2015 01:48:34 +0000 (10:48 +0900)]
Fix some svace issues

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I8cabe0b8ad3076caa595ec016c4873503d5235ea

8 years agoSync with Tizen 2.4(v1.0.72) 09/49009/2 accepted/tizen/mobile/20151020.110958 accepted/tizen/tv/20151020.111017 accepted/tizen/wearable/20151020.111029 submit/tizen/20151020.082803
taesub.kim [Mon, 5 Oct 2015 06:09:49 +0000 (15:09 +0900)]
Sync with Tizen 2.4(v1.0.72)

Change-Id: I02da8c2d6d79e15f5894072eb008652ca30b0cd1
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years ago[Tizen-TV] Allow the feature check using model-config 32/48032/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150911.145538 accepted/tizen/tv/20150911.145554 accepted/tizen/wearable/20150911.145607 submit/tizen/20150911.110255 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Nishant Chaprana [Fri, 11 Sep 2015 09:16:53 +0000 (14:46 +0530)]
[Tizen-TV] Allow the feature check using model-config

Change-Id: I5c9ea91c338bfbba9d7dc479cbe1d0304e5b7690
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
8 years agoModify how to check for some supported features 70/47670/1 accepted/tizen/mobile/20150908.073800 accepted/tizen/tv/20150908.073827 accepted/tizen/wearable/20150908.073816 submit/tizen/20150908.040601
hyunuktak [Thu, 3 Sep 2015 07:05:02 +0000 (16:05 +0900)]
Modify how to check for some supported features

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I49a447949b66e536744382881a946af6d007d904

8 years agoModify how to get mac address for wifi 25/47025/1 accepted/tizen/mobile/20150829.030019 accepted/tizen/tv/20150829.030823 accepted/tizen/wearable/20150829.031401 submit/tizen/20150828.080306
hyunuktak [Fri, 28 Aug 2015 07:45:06 +0000 (16:45 +0900)]
Modify how to get mac address for wifi

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ibab120b6b74bcd252401182d3a6c89bb96972fb3

8 years agoFixed Tizen Profile Build Flag as per Tizen 3.0 13/46813/1 accepted/tizen/mobile/20150827.050622 accepted/tizen/tv/20150827.050636 accepted/tizen/wearable/20150827.050650 submit/tizen/20150827.021939
Maneesh Jain [Wed, 26 Aug 2015 09:32:29 +0000 (15:02 +0530)]
Fixed Tizen Profile Build Flag as per Tizen 3.0

Change-Id: Id83e89e700973d9332e3b292e34366d9b603a2be
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years ago[Tizen-TV]: Allow the feature check for connection CAPI's 12/46812/1
Maneesh Jain [Wed, 26 Aug 2015 09:27:03 +0000 (14:57 +0530)]
[Tizen-TV]: Allow the feature check for connection CAPI's

Change-Id: Id819ae3c1ec353d18eabc63b7fc0ecabdf2d1675
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years ago[connection]: Fixed build error of test code 07/46807/1
Maneesh Jain [Wed, 26 Aug 2015 09:16:37 +0000 (14:46 +0530)]
[connection]: Fixed build error of test code

===================================
connection_test.c:512:9: error: 'address_family' may be used
uninitialized in this function
====================================

Change-Id: I3a45af9f078f3cf4dbfb159e3d4eacf23cfab906
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years agoRemove the buildrequire for model-build-features 52/45652/1 accepted/tizen/mobile/20150817.080550 accepted/tizen/tv/20150817.080612 accepted/tizen/wearable/20150817.080635 submit/tizen/20150811.060131 submit/tizen/20150811.072848 submit/tizen_mobile/20150817.000000
hyunuktak [Mon, 10 Aug 2015 07:06:49 +0000 (16:06 +0900)]
Remove the buildrequire for model-build-features

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I78a1eb5cec858a4e52512d50f3a44a839ad4a429

8 years agoBase Code merged to SPIN 2.4 35/45535/1 submit/tizen/20150810.034432
hyunuktak [Fri, 7 Aug 2015 08:06:09 +0000 (17:06 +0900)]
Base Code merged to SPIN 2.4

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I3d308cfc44f6809efef8e02a0c299971ae30eb60

8 years agoAdd supported features check 42/43442/1 accepted/tizen/mobile/20150710.080010 accepted/tizen/tv/20150710.080021 accepted/tizen/wearable/20150710.080036 submit/tizen/20150710.012046
hyunuktak [Thu, 9 Jul 2015 09:25:07 +0000 (18:25 +0900)]
Add supported features check

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ibab74436fc633c19b792ae95badb300455dd6326

8 years agoMerge "Fixed return Type to avoid potential error in application" into tizen
taesub kim [Tue, 16 Jun 2015 09:36:14 +0000 (02:36 -0700)]
Merge "Fixed return Type to avoid potential error in application" into tizen

8 years agoFixed return Type to avoid potential error in application 50/41050/1
Maneesh Jain [Thu, 11 Jun 2015 04:57:38 +0000 (10:27 +0530)]
Fixed return Type to avoid potential error in application

Change-Id: I5336f8168a268bdea600e3745de02e429ebd31ed
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years agoAdd Null Check to avoid potential crash 19/40819/2
Maneesh Jain [Tue, 9 Jun 2015 09:43:35 +0000 (15:13 +0530)]
Add Null Check to avoid potential crash

Change-Id: Ifb4967ebf40df6f0dc305dd0cd5b4543ca2aad83
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years ago[TT-59] Fixed: Segmentaion Fault issue 43/40543/1
Maneesh Jain [Fri, 5 Jun 2015 04:47:43 +0000 (10:17 +0530)]
[TT-59] Fixed: Segmentaion Fault issue

@Fix: Jira Issue# Tizen TV / TT-59

Change-Id: Ifd4891f9cfba7ef4973fb3730c782ea450a03d83
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years agoFix build fail 52/40452/1 tizen_3.0.2015.q2_common accepted/tizen/common/20150605.073317 accepted/tizen/mobile/20150605.091959 accepted/tizen/tv/20150605.091924 accepted/tizen/wearable/20150605.091941 submit/tizen/20150604.040532
taesub.kim [Thu, 4 Jun 2015 04:01:51 +0000 (13:01 +0900)]
Fix build fail

Change-Id: Id8b09a0a1034d3ff5e4b0ef80327099ef8a64b28
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years agoAdd doc file 77/40177/1 submit/tizen/20150603.094522 submit/tizen/20150604.000658 submit/tizen/20150604.012629
taesub.kim [Mon, 1 Jun 2015 00:47:47 +0000 (09:47 +0900)]
Add doc file

Change-Id: I30822c5b4a781581584c850fc9202560a78d0502
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years agoMerge "Add support for ipv6" into tizen submit/tizen/20150530.015007
taesub.kim [Fri, 29 May 2015 07:06:42 +0000 (00:06 -0700)]
Merge "Add support for ipv6" into tizen

8 years agoMerge "Add test case for ethernet profile" into tizen
taesub kim [Fri, 29 May 2015 07:06:26 +0000 (00:06 -0700)]
Merge "Add test case for ethernet profile" into tizen

8 years agoMerge "Add "connection_test" app in Tizen Image binary" into tizen
taesub kim [Fri, 29 May 2015 07:05:59 +0000 (00:05 -0700)]
Merge "Add "connection_test" app in Tizen Image binary" into tizen

8 years agoAdd test case for ethernet profile 67/40067/2
Maneesh Jain [Thu, 28 May 2015 11:53:36 +0000 (17:23 +0530)]
Add test case for ethernet profile

This patch adds the ethernet case in test_update_profile()
function.

Change-Id: I24f0937b13ba3cf2057155b45dfb83ddf3f89e1b
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years agoAdd support for ipv6 88/39988/2
taesub.kim [Wed, 27 May 2015 08:45:36 +0000 (17:45 +0900)]
Add support for ipv6

Change-Id: I498239f6943338a7c9ffba80167340282aaab922
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years agoAdd "connection_test" app in Tizen Image binary 79/39979/1
Maneesh Jain [Wed, 27 May 2015 06:38:06 +0000 (12:08 +0530)]
Add "connection_test" app in Tizen Image binary

This patch adds the Connection test application in
Tizen Binary Image. It is required to validate the
Network Connection CAPI's without using UI application

Change-Id: I3801014af5325fd27d37f628bf76eadb92eeaa67
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years agoAdd API(ethernet cable state) 52/39952/1
taesub.kim [Wed, 27 May 2015 00:35:10 +0000 (09:35 +0900)]
Add API(ethernet cable state)

Change-Id: Ie2e4ed83668acf63a2565c73fd7e5e5db11527a5
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years ago[tizen2.4 sync] Modified decription & privilege 17/39917/2
taesub.kim [Tue, 26 May 2015 10:23:01 +0000 (19:23 +0900)]
[tizen2.4 sync] Modified decription & privilege

Change-Id: I82f2cc894e4afe715bd6e10257d6ea945c79f7a1
Signed-off-by: Taesub Kimz <taesub.kim@samsung.com>
8 years ago[test]: Fixed the test application issue 75/39375/1
Maneesh Jain [Thu, 14 May 2015 04:20:22 +0000 (09:50 +0530)]
[test]: Fixed the test application issue

Description: This patch uses to fix the issue in
test_get_user_string() function.
Due to this issue, inet_pton() function return the
error code zero.

Change-Id: I61c5a1aadd20d2afab34e70097ed7cc9f621f832
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years agoMerge "Fixed issue of connection_create()" into tizen accepted/tizen/common/20150506.091354 accepted/tizen/mobile/20150506.125648 accepted/tizen/tv/20150506.095514 accepted/tizen/wearable/20150506.095643 submit/tizen/20150506.015437
taesub.kim [Wed, 6 May 2015 01:52:40 +0000 (18:52 -0700)]
Merge "Fixed issue of connection_create()" into tizen

8 years agoFixed issue of connection_create() 67/37467/3
taesub.kim [Fri, 27 Mar 2015 06:52:00 +0000 (15:52 +0900)]
Fixed issue of connection_create()

Change-Id: Ic73099a3a0e20bd991fb27f82221c5462af3a12d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
9 years agoAdd CONNECTION_MUTEX_UNLOCK in connection_create routine 02/37802/1
Taehee Yoo [Mon, 6 Apr 2015 10:45:18 +0000 (19:45 +0900)]
Add CONNECTION_MUTEX_UNLOCK in connection_create routine

In the connection_create routine, it should unlock its mutex before returns
any values. But some routines do not unlock its mutex. So I add unlock code.

Change-Id: I87a864b797ab4bc9c50ab4655497ee9aecd6875d

9 years agoMerge 2.3 code for sync #2 44/35444/2 accepted/tizen/common/20150311.133037 accepted/tizen/mobile/20150312.015336 accepted/tizen/tv/20150312.015307 accepted/tizen/wearable/20150312.015320 submit/tizen/20150311.104745
taesub.kim [Mon, 16 Feb 2015 01:24:22 +0000 (10:24 +0900)]
Merge 2.3 code for sync #2

Change-Id: I985ce9a5700db698a749e66c793beef5cde10907
Signed-off-by: Taesub Kimz <taesub.kim@samsung.com>
9 years agoMerge 2.3 code for sync 41/34841/3 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/common/20150204.152628 accepted/tizen/mobile/20150205.041853 accepted/tizen/tv/20150205.022456 accepted/tizen/wearable/20150205.061937 submit/tizen/20150204.041417
taesub.kim [Tue, 3 Feb 2015 12:18:52 +0000 (21:18 +0900)]
Merge 2.3 code for sync

Change-Id: I7ce37c0f4de19a3f6c9f340ef0797b6b378377ec
Signed-off-by: Taesub Kimz <taesub.kim@samsung.com>
9 years agopackaging: use SPDX licence 00/29000/1
Philippe Coval [Mon, 20 Oct 2014 05:30:40 +0000 (07:30 +0200)]
packaging: use SPDX licence

Change-Id: If64fac09287720018da6bb07a404e16e5cf29de9
Bug-Tizen: TC-1778
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
10 years agoFix issue with DNS setting 78/13178/3
taesub.kim [Fri, 29 Nov 2013 02:48:06 +0000 (11:48 +0900)]
Fix issue with DNS setting

If there are no DNS servers in a profile
(internally, when the dns count is 0),
user can not add new one manually

Change-Id: I4028dab99e01796df9b9bd63c15205ba8cdbbc1e
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoClean the unnecessary things up 77/13177/4
taesub.kim [Fri, 29 Nov 2013 02:39:21 +0000 (11:39 +0900)]
Clean the unnecessary things up

Change-Id: I363e69d1dbc62f6fb258187be17b3c9065d1251a
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoOptimize the profile iterator getter 75/13175/1
taesub.kim [Fri, 29 Nov 2013 02:21:21 +0000 (11:21 +0900)]
Optimize the profile iterator getter

Change-Id: I55c124d8172e75284b24c6cfb5a4d1db94c768a7
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoEliminate user privacy logs 73/13173/1
taesub.kim [Fri, 29 Nov 2013 02:07:40 +0000 (11:07 +0900)]
Eliminate user privacy logs

Change-Id: I7fed7a584a10c48530286e698dbb1a4904d70aed
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoFix memory leak 71/13171/1
taesub.kim [Fri, 29 Nov 2013 01:56:54 +0000 (10:56 +0900)]
Fix memory leak

Change-Id: I18450dc7ee9700f8fff210edd264343e3a21bf9b
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoSet CFLAGS fvisibility hidden 69/13169/2
taesub.kim [Fri, 29 Nov 2013 01:15:34 +0000 (10:15 +0900)]
Set CFLAGS fvisibility hidden

Change-Id: I731d0220c71e2d3f4413b41efec8723c7e99af8b
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agox86_64 compliance: Fix libdir variable in PC file 90/5590/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_generic tizen_3.0.2014.q3_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0_ivi tizen_ivi_genivi accepted/tizen/20130912.082355 accepted/tizen/20130912.085315 accepted/tizen/20130912.093504 accepted/tizen/20130912.141935 accepted/tizen/20130912.192216 accepted/tizen/20130912.200317 accepted/tizen/generic/20140306.081653 accepted/tizen/ivi/20140307.055455 accepted/tizen/ivi/genivi/20140131.061806 accepted/tizen/mobile/20140306.024646 accepted/tizen_ivi_stable/20131116.101958 ivi_oct_m2 submit/tizen/20130912.075639 submit/tizen/20130912.090055 submit/tizen/20140305.213855 submit/tizen_ivi_genivi/20140131.060701 submit/tizen_ivi_stable/20131116.100054 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
Baptiste DURAND [Fri, 29 Mar 2013 12:55:38 +0000 (13:55 +0100)]
x86_64 compliance: Fix libdir variable in PC file

Change-Id: If8b06f736e47ec9a4f4cf3eba5762300b34dcd0e
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
10 years agoMerge "resetting manifest requested domain to floor" into tizen accepted/tizen/20130710.221657 submit/tizen/20130710.102326
Ryan Ware [Mon, 8 Jul 2013 17:07:06 +0000 (10:07 -0700)]
Merge "resetting manifest requested domain to floor" into tizen

10 years agoresetting manifest requested domain to floor 79/5179/1
Alexandru Cornea [Mon, 1 Jul 2013 16:23:04 +0000 (19:23 +0300)]
resetting manifest requested domain to floor

10 years agoresetting manifest requested domain to floor 07/4507/1
Alexandru Cornea [Fri, 28 Jun 2013 14:53:25 +0000 (17:53 +0300)]
resetting manifest requested domain to floor

10 years agoFix build by unsetting LD_AS_NEEDED 94/3594/1 accepted/tizen/20130520.215106 submit/tizen/20130520.201501
Rusty Lynch [Mon, 20 May 2013 20:14:16 +0000 (13:14 -0700)]
Fix build by unsetting LD_AS_NEEDED

11 years agoFix build break tizen_2.1 accepted/tizen/20130520.193228 submit/tizen/20130520.200645 submit/tizen_2.1/20130514.052016
Jaehyun Kim [Fri, 26 Apr 2013 13:49:02 +0000 (22:49 +0900)]
Fix build break

11 years agoAdd new API : connection_set_default_cellular_service_profile_async() 2.1b_release accepted/tizen_2.1/20130425.040700 submit/tizen_2.1/20130424.230309
Jaehyun Kim [Tue, 9 Apr 2013 13:11:51 +0000 (22:11 +0900)]
Add new API : connection_set_default_cellular_service_profile_async()

Change-Id: I71c996657cc7bfe638dd9021702d7a48be43e2f5

11 years agoFixed build on x86_64.
Junfeng Dong [Thu, 31 Jan 2013 12:41:34 +0000 (20:41 +0800)]
Fixed build on x86_64.

Change-Id: I2f0eae0289d55cf83efccd02df8f1ffc5f438f57

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:45:51 +0000 (01:45 +0900)]
Tizen 2.1 base

12 years agoInitial empty repository
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:24 +0000 (21:59 +0900)]
Initial empty repository