platform/upstream/iotivity.git
7 years ago[IOT-1113] MAX_ADDR_STR_SIZE_CA should match MAX_ADDR_STR_SIZE. 84/76784/1 accepted/tizen/common/20160627.192203 accepted/tizen/ivi/20160628.014658 accepted/tizen/mobile/20160628.014708 accepted/tizen/tv/20160628.014655 accepted/tizen/wearable/20160628.014704 submit/tizen/20160627.095054
Todd Malsbary [Thu, 2 Jun 2016 17:48:41 +0000 (10:48 -0700)]
[IOT-1113] MAX_ADDR_STR_SIZE_CA should match MAX_ADDR_STR_SIZE.

Change-Id: I9c178a2fe3a744115b43d6ad7e4a3a55f67ea0ed
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8433
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jon@joncruz.org>
7 years agoEnable security and Add csdk sample for security 38/75938/2 accepted/tizen/common/20160623.154129 accepted/tizen/ivi/20160623.123306 accepted/tizen/mobile/20160623.123219 accepted/tizen/tv/20160623.123229 accepted/tizen/wearable/20160623.123249 submit/tizen/20160622.235853
youngman [Wed, 22 Jun 2016 07:36:27 +0000 (16:36 +0900)]
Enable security and Add csdk sample for security

Change-Id: Ib56e1fafc281326f0acab0781e9505d331d01565
Signed-off-by: youngman <yman.jung@samsung.com>
7 years ago[IOT-963] Fix maximum URI length 73/71973/1 accepted/tizen/common/20160603.150732 accepted/tizen/ivi/20160603.070512 accepted/tizen/mobile/20160603.070227 accepted/tizen/tv/20160603.070350 accepted/tizen/wearable/20160603.070421 submit/tizen/20160603.003854
Inga Stotland [Mon, 18 Apr 2016 22:41:52 +0000 (15:41 -0700)]
[IOT-963] Fix maximum URI length

According to core spec, maximum URI length could be up to 256

Change-Id: Ic9037fcca8a6ef49b0695ac5d3515f84aa11c773
Signed-off-by: Inga Stotland <inga.stotland@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/7821
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
8 years agomodify spec. for SECURED=1 42/67042/2 accepted/tizen/common/20160426.143346 accepted/tizen/ivi/20160426.102701 accepted/tizen/mobile/20160426.102514 accepted/tizen/tv/20160426.102507 accepted/tizen/wearable/20160426.102704 submit/tizen/20160426.024643
youngman [Mon, 25 Apr 2016 01:05:17 +0000 (10:05 +0900)]
modify spec. for SECURED=1

Change-Id: I26c627c1c1907185acad22a6c42321a265bbc712
Signed-off-by: youngman <yman.jung@samsung.com>
8 years agoMerge branch 'upstream' into tizen 80/66480/4 accepted/tizen/common/20160422.171753 accepted/tizen/ivi/20160423.060536 accepted/tizen/mobile/20160423.055559 accepted/tizen/tv/20160423.060010 accepted/tizen/wearable/20160423.060300 submit/tizen/20160421.063352
youngman [Tue, 19 Apr 2016 06:36:04 +0000 (15:36 +0900)]
Merge branch 'upstream' into tizen

Change-Id: I5f0484c94f6b5da87c54c54e1f78eaafba10f8e1

8 years agoImported Upstream version 1.1.0 71/66471/1 upstream/1.1.0
youngman [Tue, 19 Apr 2016 04:35:55 +0000 (13:35 +0900)]
Imported Upstream version 1.1.0

Change-Id: Ib3210d61c8f8f55579922ac3d487b87114c36c90

8 years agoRevert "Change build option - IP only" 51/63051/1 accepted/tizen/common/20160322.150239 accepted/tizen/ivi/20160322.085108 accepted/tizen/mobile/20160322.085016 accepted/tizen/tv/20160322.085034 accepted/tizen/wearable/20160322.085051 submit/tizen/20160322.024430
Youngjae Shin [Tue, 22 Mar 2016 02:41:52 +0000 (19:41 -0700)]
Revert "Change build option - IP only"

This reverts commit 28d898d2dab5a4463ba5f7ea380258a4f4362578.

Change-Id: Ia3223a2ab09ba219bf8048aa28014744e19ed4b0

8 years agoChange build option - IP only 11/62011/2
sung.goo.kim [Mon, 14 Mar 2016 00:20:07 +0000 (09:20 +0900)]
Change build option - IP only

Change-Id: Icd44a324d9929d00eb4ce8c7acbd3b0d56fa1e2c

8 years agoRevert "Remove default g_mainloop creation code on tizen" 15/62015/1
sung.goo.kim [Mon, 14 Mar 2016 01:14:21 +0000 (10:14 +0900)]
Revert "Remove default g_mainloop creation code on tizen"

This reverts commit 2b5e7007b4ce8360a0fe3f1ca2a306aeea82ca71.

Change-Id: I772036fa9b62d3feabf8904fcc16a482910cbb17

8 years agoAdd collection payload to include each resource information separately 70/61070/2 accepted/tizen/common/20160316.160042 accepted/tizen/ivi/20160314.104637 accepted/tizen/mobile/20160314.104545 accepted/tizen/tv/20160314.104604 accepted/tizen/wearable/20160314.104619 submit/tizen/20160314.020248
Habib Virji [Tue, 23 Feb 2016 00:45:29 +0000 (00:45 +0000)]
Add collection payload to include each resource information separately

Change-Id: I0692018c13d295d6a28d289819835c525dc08cf5

- Each resource information is stored separately.
[{"href":"", "rt": "", "if":"", <property>}, .. ]
- Compared to previous approach where all resource where stored together.
- It fixes issue related to checking map before finding value, duplicated information in the payload of rt and if.
- Adds unit test when empty array is passed as a parameter.
- Adds unit test for checking values not containing rt and itf.

Jira-Issue: 923, 950, 962
Change-Id: I0692018c13d295d6a28d289819835c525dc08cf5
Signed-off-by: Habib Virji <habib.virji@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/5121
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jihun Ha <jihun.ha@samsung.com>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
Reviewed-by: Mushfiqul Islam <i.mushfiq@samsung.com>
Signed-off-by: youngman <yman.jung@samsung.com>
8 years agoAdd ByteString support in CBOR wrapper in OIC stack accepted/tizen/ivi/20160218.024825 accepted/tizen/mobile/20160115.111531 accepted/tizen/tv/20160115.111550 accepted/tizen/wearable/20160115.111608 submit/tizen/20160115.042718 submit/tizen_common/20160115.042709 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000005
Sachin Agrawal [Thu, 8 Oct 2015 16:20:54 +0000 (09:20 -0700)]
Add ByteString support in CBOR wrapper in OIC stack

Currently byte strings in CBOR wrapper are achieved by using
int arrays. Drawbacks with this approach is in-efficient memory
consumption and 3rd Party tools cannot properly decode the CBOR
generated in this fashion.

Updated code in CBOR wrapper and also added unit tests.

Change-Id: I4ed1adc891be84e800c833df404914a335150ded
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2337
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
8 years agoMerge branch 'upstream' into tizen accepted/tizen/mobile/20160105.043827 accepted/tizen/tv/20160105.043844 accepted/tizen/wearable/20160105.043905 submit/tizen/20160104.224721 submit/tizen_common/20160104.085226
Youngjae Shin [Mon, 4 Jan 2016 07:23:01 +0000 (16:23 +0900)]
Merge branch 'upstream' into tizen

Conflicts:
resource/csdk/connectivity/src/ip_adapter/caipserver.c
tools/tizen/iotivity.spec

8 years agoImported Upstream version 1.0.1 upstream/1.0.1
Youngjae Shin [Mon, 4 Jan 2016 06:26:00 +0000 (15:26 +0900)]
Imported Upstream version 1.0.1

8 years agoFix for IOT-813 (High Battery Consumption) 92/55692/1 accepted/tizen/mobile/20151229.071310 accepted/tizen/tv/20151229.071332 accepted/tizen/wearable/20151229.071352 submit/tizen/20151229.014018
Tim Kourt [Fri, 16 Oct 2015 17:25:50 +0000 (10:25 -0700)]
Fix for IOT-813 (High Battery Consumption)

Change-Id: Ifd4692074430e45b935e0b9c6b6fa4b41a9951f0
Signed-off-by: Tim Kourt <tim.a.kourt@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3901
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
8 years agoFix get platform info issue when ROUTING_GATEWAY accepted/tizen/common/20151221.143746 accepted/tizen/mobile/20151211.054639 accepted/tizen/tv/20151211.062553 accepted/tizen/wearable/20151211.061716 submit/tizen/20151211.022734 submit/tizen_common/20151211.022820
youngman [Mon, 9 Nov 2015 02:49:50 +0000 (11:49 +0900)]
Fix get platform info issue when ROUTING_GATEWAY

Change-Id: I6356ee398b5c435f8c0a6d08e3032e78d83420a1
Signed-off-by: youngman <yman.jung@samsung.com>
8 years agomodify build script for provisioning accepted/tizen/mobile/20151207.123441 accepted/tizen/tv/20151207.123502 accepted/tizen/wearable/20151207.123521 submit/tizen/20151207.050412 submit/tizen_common/20151208.023632
Youngjae Shin [Mon, 7 Dec 2015 04:37:44 +0000 (13:37 +0900)]
modify build script for provisioning

Change-Id: I527fcf3f16889c16dd9811c1eb4ba321d35b0252

8 years agoRemove default g_mainloop creation code on tizen
sung.goo.kim [Thu, 19 Nov 2015 06:27:22 +0000 (15:27 +0900)]
Remove default g_mainloop creation code on tizen

Change-Id: I4b874bf062c657a79cad4fe81f8e653370e3588f

8 years agorevise build scripts 21/51721/2 accepted/tizen/mobile/20151113.060940 accepted/tizen/tv/20151113.061003 accepted/tizen/wearable/20151113.061010 submit/tizen/20151113.051150
Youngjae Shin [Fri, 13 Nov 2015 03:06:14 +0000 (12:06 +0900)]
revise build scripts

Change-Id: I604596c38d62456bb7639197bbeff1619c53f75b

8 years agofix build script for 64bit 82/51482/2 accepted/tizen/mobile/20151111.231628 accepted/tizen/tv/20151111.231635 accepted/tizen/wearable/20151111.231647 submit/tizen/20151111.025955
Youngjae Shin [Tue, 10 Nov 2015 05:03:06 +0000 (14:03 +0900)]
fix build script for 64bit

Change-Id: I7d9fe6747c47e4e30574b907f338c9638f72c17a

8 years agofix errata and revise build script submit/tizen/20151109.101257
Youngjae Shin [Fri, 6 Nov 2015 03:14:59 +0000 (12:14 +0900)]
fix errata and revise build script

Change-Id: Ic011219501dea82072c90005d3a1298a1b94b548

8 years agofix iotivity.pc.in (-loc_logger & path) 92/51292/1
youngman [Fri, 6 Nov 2015 08:38:48 +0000 (17:38 +0900)]
fix iotivity.pc.in (-loc_logger & path)

Change-Id: I1839d6f444e045a330a722e9016b5675e44efaa4
Signed-off-by: youngman <yman.jung@samsung.com>
8 years agoAdd smack rule for bluetooth (tizen 2.x) 67/51267/1
youngman [Fri, 6 Nov 2015 05:07:34 +0000 (14:07 +0900)]
Add smack rule for bluetooth (tizen 2.x)

Change-Id: Ic6f74a1cad353d2291a482922448b2a1c8da3dfc
Signed-off-by: youngman <yman.jung@samsung.com>
8 years agoFix blockwise-transfer issue from https://gerrit.iotivity.org/gerrit/#/c/3815/ 38/50838/1
saerome.kim [Tue, 27 Oct 2015 03:14:23 +0000 (12:14 +0900)]
Fix blockwise-transfer issue from https://gerrit.iotivity.org/gerrit/#/c/3815/

Change-Id: I0ce83aba3c26e59c15f81946e1656ee8f5df77a9
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
8 years agoMerge commit 'Imported Upstream version 1.0.0' into tizen 71/50471/3
youngman [Wed, 28 Oct 2015 11:49:04 +0000 (20:49 +0900)]
Merge commit 'Imported Upstream version 1.0.0' into tizen

Change-Id: I3f837c08474c6dce75fe1d2ec2b4948cd7a1d917

8 years agoImported Upstream version 1.0.0 67/50367/1 upstream/1.0.0
youngman [Wed, 28 Oct 2015 07:17:31 +0000 (16:17 +0900)]
Imported Upstream version 1.0.0

Change-Id: Ie5fd61b95e55111e570113e744c4d036cfd9b187

8 years agoremove ppm samples from Service RPM package 29/47929/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150910.110120 accepted/tizen/tv/20150910.110130 accepted/tizen/wearable/20150910.110141 submit/tizen/20150910.065128 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
Minchul Lee [Thu, 10 Sep 2015 06:46:50 +0000 (15:46 +0900)]
remove ppm samples from Service RPM package

Change-Id: Id1c538805a32f29599f16dea76725a47ce31b33a
Signed-off-by: Minchul Lee <slotus.lee@samsung.com>
8 years agoTizen 3.0 build 19/47819/1 accepted/tizen/mobile/20150910.025257 accepted/tizen/tv/20150910.025301 accepted/tizen/wearable/20150910.025311 submit/tizen/20150910.022720
Sangkwan Lee [Wed, 9 Sep 2015 07:08:06 +0000 (16:08 +0900)]
Tizen 3.0 build

Change-Id: I181cba66f54ff2f91fa89bd7ad8bdb18496c4150
Signed-off-by: Sangkwan Lee <skgood.lee@samsung.com>
8 years agoPatch for enabling blockwise and bt 80/47380/8 submit/tizen/20150908.015501
Sangkwan Lee [Thu, 3 Sep 2015 02:27:18 +0000 (11:27 +0900)]
Patch for enabling blockwise and bt
1) Enable blockwise
2) Enable BT EDR
3) Fix : Notify bt discovery done sequence
4) Filtering connectivity type when sends multicast message (Now : When
multicast message, send the message to all available connectivity)
5) patch Change-id I2ea9fdab45bef800f05ade65296d3c4014037dea from
iotivity master branch
6) remove useless header

Change-Id: If4aec07ac966ff71bb3699b876a52987b1f585e9
Signed-off-by: Sangkwan Lee <skgood.lee@samsung.com>
8 years agorevise spec file 74/47374/1
Youngjae Shin [Thu, 3 Sep 2015 02:21:51 +0000 (11:21 +0900)]
revise spec file

Change-Id: I9f66f28f23b17fb1c9f92527d1efd01bfd55e211

8 years agofix RPMLINT warning and add debug option for debuginfo package 95/47195/1 accepted/tizen/mobile/20150901.083706 accepted/tizen/tv/20150901.083718 accepted/tizen/wearable/20150901.083729 submit/tizen/20150901.053918
Youngjae Shin [Tue, 1 Sep 2015 02:55:06 +0000 (11:55 +0900)]
fix RPMLINT warning and add debug option for debuginfo package

Change-Id: I6e275794a33c2ca77252a5b3f1e61ced085e7611

8 years agoalign with tizen
youngman [Wed, 26 Aug 2015 04:32:39 +0000 (13:32 +0900)]
align with tizen

Change-Id: I4a8cc7b78f3c4b28d3a686f891cc21ade5c57e4b
Signed-off-by: youngman <yman.jung@samsung.com>
8 years agoadd tinycbor library
youngman [Tue, 25 Aug 2015 00:10:12 +0000 (09:10 +0900)]
add tinycbor library

Change-Id: Iabb3c78550379743ca61b661e236e8ac496e6cfe
Signed-off-by: youngman <yman.jung@samsung.com>
8 years ago[CA] Patch to make Tizen IP work on 0.9.2 branch for RC3 tag
koushik.girijala [Wed, 19 Aug 2015 11:37:21 +0000 (17:07 +0530)]
[CA] Patch to make Tizen IP work on 0.9.2 branch for RC3 tag

Patch to make Tizen IP work on 0.9.2 branch for RC3 tag

Change-Id: Iff3a06456c8d51d3a302d06d31ef5b0a7e15bedd
Signed-off-by: koushik.girijala <g.koushik@samsung.com>
8 years agoImported Upstream version 0.9.2 upstream/0.9.2
Youngjae Shin [Mon, 31 Aug 2015 05:35:18 +0000 (14:35 +0900)]
Imported Upstream version 0.9.2

8 years agoImported Upstream version 0.9.1 upstream/0.9.1
Youngjae Shin [Fri, 26 Jun 2015 06:26:23 +0000 (15:26 +0900)]
Imported Upstream version 0.9.1

9 years agoiotivity 0.9.0 51/36651/1 upstream/0.9.0
Youngman Jung [Wed, 11 Mar 2015 09:56:00 +0000 (18:56 +0900)]
iotivity 0.9.0

Change-Id: I8bfbed02fe5836bfae624e8c3ae10ec360ac827d
Signed-off-by: Youngman Jung <yman.jung@samsung.com>
9 years agoInitial empty repository
KyungMi Lee [Wed, 11 Mar 2015 07:29:37 +0000 (00:29 -0700)]
Initial empty repository