- 12 Apr, 2017 2 commits
-
-
Alex Kelley authored
These changes include the following: - Fix W4 warnings under resource/csdk/connectivity. - Fix W4 warnings under resource/csdk/connectivity/test. - Enable /W4 /WX on resource/csdk/connectivity. - Enable /W4 /WX on resource/csdk/connectivity/test. - Update build_common/Windows/SConscript. Change-Id: I98d93f4df6fc938f004ef2f6844ba120bb5e788a Signed-off-by:
Alex Kelley <alexke@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18535Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Mike Fenelon <mike.fenelon@microsoft.com> (cherry picked from commit 7a811cc5) Reviewed-on: https://gerrit.iotivity.org/gerrit/18749Reviewed-by:
Dave Thaler <dthaler@microsoft.com>
-
Soemin Tjong authored
EXCHANGE_LIFETIME value is 247 seconds. Change-Id: I95b896e8459200fbd1a02598ea1537c96a8eccef Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18591Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Way Vadhanasin <wayvad@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> (cherry picked from commit b024d2ee) Reviewed-on: https://gerrit.iotivity.org/gerrit/18835Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
- 10 Apr, 2017 4 commits
-
-
Philippe Coval authored
Refactor build scripts too Previously we used revision: 8e210c5808d490b26fff69151c801fa28d291fcb Since upstream tagged a version, so it's safer to align to it. Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: Ib6674b60f70dbae163feea447273324bf7827d6d Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18365Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
C.J. Collier <cjcollier@linuxfoundation.org> Reviewed-by:
JungYong KIM <jyong2.kim@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jee Hyeok Kim authored
-
uzchoi authored
By adding the payload definition includes links parameter in linklist interface for collection. Server application developer should implement it to comply to OCF specification, but this requires lots of coding work with holding the policy map info and so on. This API returns back links parameter which can be set as response payload for linklist request for collection. OCRepPayloadValue created by this function has following struct in depth. OCRepPayloadValue.arr->objArray[] as each resource links payload ..objArray[]->values->obj as policyMap Patch10 include tcp, tls port in the policy map. relocate code into occollection.c to better cohesion Change-Id: I399c5b6e40d0a00f43e106619cdc17ac480ed985 Reviewed-on: https://gerrit.iotivity.org/gerrit/18195Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
Jee Hyeok Kim authored
Change-Id: I4560ca5c7cb12782701051e72cca9ec014c14587 Signed-off-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com>
-
- 07 Apr, 2017 9 commits
-
-
Kevin Kane authored
Change-Id: I37004fce7b941bf7ecd37e77defa481974c0bac4 Signed-off-by:
Kevin Kane <kkane@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18615Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com> Tested-by:
Greg Zaverucha <gregz@microsoft.com>
-
ol.beketov authored
Bug in the ocf.patch while adding TLS_ECDH_anon_WITH_AES_128_CBC_SHA suite to the library(in ssl_cli.c) Change-Id: I1f97c096e1f67f3b65e44d915ba8b9f115bee586 Signed-off-by:
ol.beketov <ol.beketov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18439Reviewed-by:
Dmitriy Zhuravlev <d.zhuravlev@samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Kevin Kane <kkane@microsoft.com>
-
Greg Zaverucha authored
Update the default ACL to include access to the roles resource. Fix double-free on error paths in GetDefaultACL. Update .json/.dat files for samples and unit tests containing the default ACL. Remove workaround from end-to-end tests. Add unit test to check default ACL includes ACE for roles resource. Change-Id: Icff8e64195f1ce75ad6e3b05c8e2de1763eaf653 Signed-off-by:
Greg Zaverucha <gregz@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18465Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Kevin Kane <kkane@microsoft.com>
-
Kevin Kane authored
mbedTLS insists on newlines in PEM data, and the lack thereof is causing SSL adapter tests to fail. Add newlines to the test certs for correct parsing. Change-Id: I5c42dbd648bf111ac00f746d4e59fc4a9a224208 Signed-off-by:
Kevin Kane <kkane@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18575Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Way Vadhanasin <wayvad@microsoft.com> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
Kevin Kane authored
Implement roleId property of an oic.sec.cred object. Fix error path bugs in CRED<->CBOR code to fail properly if certain serialization subroutines fail; error codes were being ignored. Fix error path memory leaks. Also fix the ACL/ACL2<->CBOR code to use the correct JSON field names per the schema. Fix error path memory leaks. Change-Id: Ie9aa8baba5903c482acb3adc6ef617a1ced7db31 Signed-off-by:
Kevin Kane <kkane@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18463Reviewed-by:
Alex Kelley <alexke@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
Greg Zaverucha authored
GetCredEntryByCredId was using WITH_X509 instead of WITH_DTLS, causing a block of code to not be included in certain build configurations. Change-Id: I16c05f38c7d2e317a727d6480289151e30229d71 Signed-off-by:
Greg Zaverucha <gregz@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18581Reviewed-by:
Kevin Kane <kkane@microsoft.com> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
-
Poovizhi authored
Unit test of notification service sometimes fails due to time delay. In this patch, network related procedure was separated in C++ layer of notification service. The changes are based on the C layer changes from the patch "https://gerrit.iotivity.org/gerrit/#/c/17397" Change-Id: Ib0c859f9052be2049135226cc6abd9f314875b09 Signed-off-by:
Poovizhi <poovizhi.a@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18197Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jihun Ha authored
The two APIs are added in EnrolleConf class so that provisioning status and last error code properties can be passed to application as a response of getConfiguration API call. Note that those APIs are already provided in EnrolleeStatus class which is a GET request with baseline interface. Change-Id: I46133a189fff5201df9526bf2ef6009834ab77ab Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18445Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Heewon Park <h_w.park@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Minji Park authored
Change-Id: I4c3609551932f7d80996074060dc71d199475841 Signed-off-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> Signed-off-by:
Minji Park <minjii.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18475Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
- 06 Apr, 2017 10 commits
-
-
George Nash authored
The string in contained in the MPMMessage passed to the onCallback funtion may not be null terminated. This is accounted for when creating the message_char variable but the message_char variable was not used when MPMAddDevice was called causing a non-terminated string to be passed to the to the plugin. Using the message_char variable with size+1 solved the missing null terminated string issue. Change-Id: If760cc77fba9fe46b191b3c5a7ec2abac9da63ac Signed-off-by:
George Nash <george.nash@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18491Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Todd Malsbary <todd.malsbary@intel.com>
-
Pawel Winogrodzki authored
The code is updated to commit b0db7a6308f8948dd4a68f06b787cb425ce7254d from the main cJSON repo: https://github.com/DaveGamble/cJSON. Change-Id: I43b2bae1fa4fde5eee12f7d74990d5263f4ec51b Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18381Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com>
-
Jihun Ha authored
A 'buflen' variable produced by coap_split_query has a meaning of remained buffer size after filling a set of coap query options to pBuf which has CA_MAX_URI_LENGTH(512) size. It means option data is filled upto pBuf + (CA_MAX_URI_LENGTH - buflen). Thus, accessing pBuf can reach to the above location. Change-Id: I1320531730800a57e78e4bc56552c51525903468 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18363Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Mats Wichmann authored
Fix sense of one test broken in first version. Change-Id: I0374d68320fd4591c8f3e8632322682b5c573f39 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17839Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Soemin Tjong authored
This simplifies identifying the target elevator when there are multiple of them running. Also, remove hardcoded device ID in the configuration file so multiple servers don't conflict. Change-Id: I18b318c844e769529ae9f50e79ff85114a9f5b6d Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18489Reviewed-by:
Way Vadhanasin <wayvad@microsoft.com> Reviewed-by:
Ibrahim Esmat <iesmat@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Soemin Tjong authored
https://jira.iotivity.org/browse/IOT-1966 This allows the IoTivity stack to shut down gracefully after applications call IPCAClose(). Change-Id: Ie800577f157e4ce2a6b7086495501cda8fe133d4 Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18379Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Jaewook Jung authored
Change-Id: Ie6b2ecd307e93e92f67340fe494076b3f0ae2778 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18427Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Jung Seungho authored
- added get, set accpet & content version - added DEFAULT_VERSION_VALUE - modified encodeOptions function in CoapEncoder Change-Id: I5ca387a49fbf6e1eaf70cfd1e249b04d0aa3ddcf Signed-off-by:
Jung Seungho <shonest.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18473Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Minji Park <minjii.park@samsung.com> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com>
-
Minji Park authored
- added dashboard using websocket - modified websocket spec related to length 0 - added websocket client Change-Id: I14bf29702165448d364d7544544519b48866e1c0 Signed-off-by:
Jung Seungho <shonest.jung@samsung.com> Signed-off-by:
Minji Park <minjii.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18519Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Yeonghun Nam <yeonghun.nam@samsung.com> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com>
-
Pawel Winogrodzki authored
SimpleClientServer adds libcoap to its include paths, which is no longer needed. Change-Id: I613205e50d1b2f45ae51fa5eed9e036f6d6cc151 Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18411Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 05 Apr, 2017 5 commits
-
-
Dan Mihai authored
Those functions are intended to be used internally, by security provisioning code. It was a mistake to export them in the previous IoTivity release. Change-Id: If624a73e6c00c04b027de0567b5c77ef7a017a25 Signed-off-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18419Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Kevin Kane <kkane@microsoft.com> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com>
-
Pawel Winogrodzki authored
Removing all /W4 warnings from mbedtls and adding /WX to the mbedtls' SConscript to make sure no new ones get added. I'm adding a separate header for Windows builds, because they require a different set of macros to build correctly ("MBEDTLS_HAVE_WINSOCK2" has to be available). The config headers are not generated automatically for mbedTLS and a default version is just checked into the repo, so each separate configuration/platform build requires a separate header. Change-Id: I3b423fb2d0b978da5e9907e58df6b6818533ba22 Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18013Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Kevin Kane <kkane@microsoft.com>
-
Philippe Coval authored
It never was an external library while it was located there, the code is small enough to be part c_common utility library. No functionnal changes were introduced, just reformated source. Note, For Arduino, timer object is built using C++ compiler tricks, that could be removed once support is dropped. Bug: https://jira.iotivity.org/browse/IOT-1889 Change-Id: I776c5273315a7552495974f58a199a38073fb45e Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18009Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
jihwan.seo authored
Change-Id: Ie7a4b5268f445a4c9da50dd0acec9a9b8a8e06e1 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18401Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Larry Sachs <larry.j.sachs@intel.com> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Rick Bell <richard.s.bell@intel.com>
-
Andrii Shtompel authored
Patchset #16731 changed callback API, and then some time it wasn't rebased. During that time CA API tests were updated, and old callback API were used. Gerrit showed no conflicts, Jenkins build were successful. It is required to rebase more frequently. I've fixed build error + fix compiler warnings in that file. Change-Id: I360f22cba5ec70075eff4f814f319678bbf099c8 Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18481Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Kevin Kane <kkane@microsoft.com>
-
- 04 Apr, 2017 5 commits
-
-
Mats Wichmann authored
Purpose is to squish recently introduced warnings: resource/c_common/oic_platform/src/oic_platform.c: In function 'HashStrToUuid': resource/c_common/oic_platform/src/oic_platform.c:92:5: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(platformUuid, hash, OIC_UUID_LENGTH); ^~~~~~ resource/c_common/oic_platform/src/oic_platform.c:92:5: warning: incompatible implicit declaration of built-in function 'memcpy' resource/c_common/oic_platform/src/oic_platform.c:92:5: note: include '<string.h>' or provide a declaration of 'memcpy' In file included from resource/c_common/oic_platform/src/oic_platform.c:57:0: resource/c_common/oic_platform/src/oic_platform.c: In function 'OICGetPlatformUuid': resource/c_common/oic_platform/src/oic_platform.c:119:67: warning: implicit declaration of function 'strerror' [-Wimplicit-function-declaration] OIC_LOG_V(WARNING, TAG, "Failed gethostname() errno: %s", strerror(errno)); ^ resource/c_common/oic_platform/src/oic_platform.c:154:42: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (!HashStrToUuid(fqdnComputerName, strlen(fqdnComputerName), platformUuid)) ^~~~~~ resource/c_common/oic_platform/src/oic_platform.c:154:42: warning: incompatible implicit declaration of built-in function 'strlen' resource/c_common/oic_platform/src/oic_platform.c:154:42: note: include '<string.h>' or provide a declaration of 'strlen' Change-Id: Ic3755bd59fd80b68011352117c09c88d27b5e4fa Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18351Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com>
-
Mats Wichmann authored
The information just points to various resources, may be useful to others as well. Revised version to reflect review comments. Change-Id: I1ba4f2b017bf8b60a9c382260131d23c734001b2 Signed-off-by:
Mats Wichmann <mats@linux.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17871Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dave Thaler <dthaler@microsoft.com>
-
KIM JungYong authored
As-Is, Notification unit test sometimes crash on running. Cause by, 1) When provider unit test running, it use invalid request information. this invalid request is not made by stack, made by inside unit test as uninitialized variables. 2) When consumer was destroyed, task queue was deinitilzed. but main task thread waitting for mutex unlocking, when mutex unlock, main thread does not update address of queue. actually, address of queue is modified, in this moment, main thread try to reference unmodified queue and crash. Fixed, 1) Uninitialized variables are initialized. 2) When main thread mutex was unlocked, updating queue. Exception handling what data of queue is invalid. Change-Id: I41cd4a100ea2bb7b3e68be3017475c9ecbfbb144 Signed-off-by:
KIM JungYong <jyong2.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18047Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
Andrii Shtompel authored
Checking identity added to avoid including PSK suite if no appropriate PSK in SVR DB. Change-Id: I118c4b5864929cc8fdd0597af855f3c06b9332dc Signed-off-by:
Dmitriy Zhuravlev <d.zhuravlev@samsung.com> Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16731Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Oleksii Beketov <ol.beketov@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
Jee Hyeok Kim authored
Change-Id: I90cc0049c72082a1ce630e9c7bade9d67e1afd0f Signed-off-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com>
-
- 03 Apr, 2017 5 commits
-
-
Greg Zaverucha authored
-
Philippe Coval authored
Fedora mirror was used before, as fallback to googlecode repo. Then upstream relocated to github, and changed (its tarball form), so it was changed in iotivity's Sconscripts, but not in that prep.sh scriptlet. Now everything is aligned to upstream, and will not be downloaded twice in different forms (2d one is scons' puller). Bug: https://jira.iotivity.org/browse/IOT-1745 Change-Id: I0778499e96121124df0da536623155d9b049bb2f Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18127Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Andrii Shtompel authored
Next warning generated by each call OIC_LOG/OIC_LOG_V were removed: warning: comparison of unsigned expression >= 0 is always true Change-Id: Ic2c4b8ba0e032255086a0ec6a0c3d3b4d643ae79 Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18373Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Philippe Coval authored
git "module" was converted to patch this way: url=https://github.com/01org/tinycbor.git tag=v0.4.1 git clone -b $tag extlibs/tinycbor/tinycbor rm -rf extlibs/tinycbor/tinycbor/.git git add -f extlibs/tinycbor/tinycbor/ git commit -sm "tinycbor: Update import to $tag" extlibs/tinycbor/tinycbor/ Change-Id: I5365b1025b55091f371c4c7d8500b8e9b18f478c Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18345Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Philippe Coval authored
Change-Id: I5e5c3c288311fc97ee7ea4014228f9d80fef71d6 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18337Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-