- 20 May, 2017 1 commit
-
-
Jaewook Jung authored
- fix implicit declaration of function - remove unused codes - remove unused parameter warnings Change-Id: I830f9ada169e334a566bb696dee6cf9b46c87459 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/20093Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 15 May, 2017 1 commit
-
-
Dan Mihai authored
Port change be6cd0c7 to Windows. Unfortunately, Jenkins ignored the Windows build error for that change. Change-Id: I059fa2d6b3bdd345f490239ea8a89612dbe8ceb9 Signed-off-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19855Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Way Vadhanasin <wayvad@microsoft.com>
-
- 12 May, 2017 1 commit
-
-
hyuna0213.jo authored
- Remove potential thread safety bugs in catcpserver Change-Id: I95dba029b47e2a14b3217565a401c631b0b84cc2 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19767Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
koushik girijala <g.koushik@samsung.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 27 Apr, 2017 1 commit
-
-
hyuna0213.jo authored
Current IoTivity is sending response including all available endpoints, which is not desired. Change-Id: Ib0f20bebc92e0fd8a443ba2a98594381746061fa Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19355Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 18 Apr, 2017 1 commit
-
-
hyuna0213.jo authored
Secured network interface information should be provided Change-Id: I2fd73fa23759d27e694d81d208aca451cd989fc6 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18969Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> (cherry picked from commit 852a9136) Reviewed-on: https://gerrit.iotivity.org/gerrit/19051Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 12 Apr, 2017 1 commit
-
-
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>
-
- 04 Apr, 2017 1 commit
-
-
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>
-
- 03 Apr, 2017 1 commit
-
-
Soemin Tjong authored
This causes problem establishing all TCP connections to servers. Change-Id: Icaa4071a27a84b156d2eeea508b70a64a45a649d Signed-off-by:
Soemin Tjong <stjong@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/18353Reviewed-by:
Kevin Kane <kkane@microsoft.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Omar Maabreh <omarm@microsoft.com> Reviewed-by:
Alex Kelley <alexke@microsoft.com> Reviewed-by:
Way Vadhanasin <wayvad@microsoft.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Mike Fenelon <mike.fenelon@microsoft.com>
-
- 06 Mar, 2017 1 commit
-
-
Pawel Winogrodzki authored
Removing the /W3 warnings in order to add the /WX option to prevent new ones from being added inside the resource/csdk/connectivity/ directory. Change-Id: I13cd0b6058693432e3eb57f4bf7a1bfa0fa6f015 Signed-off-by:
Pawel Winogrodzki <pawelwi@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17547Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com>
-
- 16 Feb, 2017 1 commit
-
-
Joonghwan Lee authored
Adapter(Transport) type parameter is added to CAcloseSslConnectionAll function in order to enable sessions related to the only specified transport type to be closed. Patch 1: Initial upload Patch 2: Fixed print format Change-Id: I3bb658cf4c90e0e283a0b052f69f1fa8b593e748 Signed-off-by:
Joonghwan Lee <jh05.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17139Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 02 Feb, 2017 1 commit
-
-
hyuna0213.jo authored
Change-Id: I00560bbadf9a1b04864d6676e7605f9ed876d8b9 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16613Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 27 Jan, 2017 1 commit
-
-
Way Vadhanasin authored
This change makes the TCP transport on Windows functional when the application picks resource based on COAP+TCP. Change-Id: I9d6965afc0cbdadf4c9597f1b24a04ccafc17855 Signed-off-by:
Way Vadhanasin <wayvad@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16763Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 10 Jan, 2017 1 commit
-
-
Dave Thaler authored
Port the tcp_adapter directory using similar code as was done in ip_adapter Enable building the relevant directories for Windows as target Change-Id: Ibae7a30cf353a6088bfa133c27edb1ac2449efaa Signed-off-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10241Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 29 Dec, 2016 1 commit
-
-
Joonghwan Lee authored
CAReceiveMessage at present uses a buffer of 65k which gets allocated on stack to receive message. This allocation is not good for embedded OS where the Stack is limited and results in Stack Corruption. Change-Id: I974208bc7fdfdd6464c9b34ea122734bf64507bf Signed-off-by:
Joonghwan Lee <jh05.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15889Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jongsung Lee <js126.lee@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> (cherry picked from commit 584bb5d3) Reviewed-on: https://gerrit.iotivity.org/gerrit/15973
-
- 22 Dec, 2016 2 commits
-
-
hyuna0213.jo authored
After reading data from file descriptor, we set the readFds again. so it is not required to remove a given file descriptor from a set. Change-Id: I8c7a72b14bcce2f1a513cc6085d4113fa8fea9b1 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15731Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
hyuna0213.jo authored
ping message should be sent when host mode is client Change-Id: I2ac94e1340c1607969391b86577b9101ddc013b5 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15675Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 13 Dec, 2016 1 commit
-
-
hyuna0213.jo authored
Remove unused function after merging below patchset gerrit link: https://gerrit.iotivity.org/gerrit/#/c/14827/ commit message: [IOT-1548] Fix to transfer a large size of data on CoAPs over TCP Change-Id: I79ddc0167e62e5601c81bb432bd3c1af750b69a1 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15341Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 12 Dec, 2016 3 commits
-
-
Minji Park authored
- TLS port and secure flag added in tcp server - TLS port information added in discovery payload Change-Id: Ib409e069869c52e10f1bd99d35cd6f94ab90fff2 Signed-off-by:
Minji Park <minjii.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14667Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Ziran Sun <ziran.sun@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15345Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
hyuna0213.jo authored
-Modified the usage of the u_arraylist_remove() -Add log message for catcpserver. It will help to resolve the future problems. Change-Id: If5ee7157cbf1536b3cafdd9885a8533c91aef505 Signed-off-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14661Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Minji Park <minjii.park@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15333Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
hyuna0213.jo authored
If network interface is down, the socket of the connecting/connected state will be closed. Change-Id: I9f9cda2e3ab5672c336ed165ec4f189ab846f054 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14067Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 08 Dec, 2016 2 commits
-
-
hyuna0213.jo authored
- add socket fd initialization after closing TCP session in tcpserver Change-Id: Icb40f0c37ccc17ee9972974cfeae752e3a60048d Signed-off-by:
Minji Park <minjii.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14499Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> Signed-off-by:
Jaehong Jo <jaehong.jo@samsung.com> Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14777Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
hyuna0213.jo authored
If the client observes one or more resources over a reliable connection, then the CoAP server (or intermediary in the role of the CoAP server) MUST remove all entries associated with the client endpoint from the lists of observers when the connection is either closed or times out. Bug: https://jira.iotivity.org/browse/IOT-1602 Change-Id: I31dcf26a3dc731b4479c9d7a7a4755c7afd07ff8 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14683Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-by:
Ziran Sun <ziran.sun@samsung.com> (cherry picked from commit 76ac4cfd) Reviewed-on: https://gerrit.iotivity.org/gerrit/15147Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 06 Dec, 2016 1 commit
-
-
Minji Park authored
- fix double free issue in tcpserver when disconnecting TCP session Change-Id: Ica0b9f0976426d66309ef7304149eb54489b6b66 Signed-off-by:
Hyuna Jo <hyuna0213.jo@samsung.com> Signed-off-by:
Minji Park <minjii.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14495Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> Signed-off-by:
Minji Park <minjii.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14775Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 05 Dec, 2016 2 commits
-
-
Minji Park authored
- Add shutdown() before close socket when closing connection in catcpserver Change-Id: Ibe2ed942428f754dc148bd1c48422036f84a319c Signed-off-by:
Minji Park <minjii.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14343Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Hyuna Jo <hyuna0213.jo@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> (cherry picked from commit 009b22f7) Reviewed-on: https://gerrit.iotivity.org/gerrit/14773
-
jihwan.seo authored
to make sure of analyze transmission state, all messages related important code point is printed same log method. - print CoAP message. - print send result. - print adapter state callback. Change-Id: Iccd8c8e9351165c7a6feb477e62b3b8814af0955 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14829Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 02 Dec, 2016 1 commit
-
-
jihwan.seo authored
Change-Id: I7803348f17ac8b860863e25a35c6a12b73a5886d Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14431Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 28 Nov, 2016 1 commit
-
-
Joonghwan Lee authored
Fixed sending/receiving for large size of data which is bigger than 16kbytes on TLS. https://jira.iotivity.org/browse/IOT-1548 *Notice : This patchset necessarily requires https://gerrit.iotivity.org/gerrit/#/c/14325/. Change-Id: I1921d1d2d9d18acb921f093136457120ac862a2c Signed-off-by:
Joonghwan Lee <jh05.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14351Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14827
-
- 18 Nov, 2016 1 commit
-
-
Joonghwan Lee authored
added api to close all of ssl connections Change-Id: I2bcd1890a70ba64fd7f4cc33e6a1dfcbf6590050 Signed-off-by:
Joonghwan Lee <jh05.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13953Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-by:
Chul Lee <chuls.lee@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14357
-
- 17 Nov, 2016 1 commit
-
-
Jaewook Jung authored
Because there was no log for the netlink event, it was hard to see the triggering point for multicast group join. And modified some codes for optimization. Change-Id: I06c8ca4e7ec5e87db6f9fe3cb0b03ae22fb6b42e Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14201Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 11 Nov, 2016 1 commit
-
-
hyuna0213.jo authored
Modified ssl adapter along with modified return type. Change-Id: I68d0d1ab73f1a858c42b3340947f01ca61974987 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Signed-off-by:
Joonghwan Lee <jh05.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13991Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 08 Nov, 2016 1 commit
-
-
bg.chun authored
Fix CAGetTCPInterfaceInformation to copy NIC index when copy network infomation CAInterface_t to CAEndpoint_t. Change-Id: I93b37adeb5a1c927ef8ea775bd5de7eeeb40a09d Signed-off-by:
bg.chun <bg.chun@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14037Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 04 Nov, 2016 1 commit
-
-
hyuna0213.jo authored
Check payload length of CoAP PDU before TLS encryption Change-Id: I85880aaf3b81a4ebdefe491943e22b896db1f162 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13549Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Joonghwan Lee <jh05.lee@samsung.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com> (cherry picked from commit 52ea58a0) Reviewed-on: https://gerrit.iotivity.org/gerrit/14013
-
- 24 Oct, 2016 1 commit
-
-
hyuna0213.jo authored
A server that transmits notifications mostly in non-confirmable messages MUST send a notification in a confirmable message instead of a non-confirmable message at least every 24 hours. This prevents a client that went away or is no longer interested from remaining in the list of observers indefinitely. Change-Id: Ie676f9f5f394fa094b4f2d9fd3a72e2d38d21b24 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11497Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 14 Oct, 2016 1 commit
-
-
Dave Thaler authored
Never assume that a scope id and an interface index are the same. Removed bad code from the tcp adapter; the scope id should always be present in the addr string of a scoped IPv6 address, and is correctly handled by CAConvertNameToAddr and CAConvertAddrToName. Change-Id: I19f8739d7da2e7944e3904770ca0d8e914608ba2 Signed-off-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13181Reviewed-by:
Jaewook Jung <jw0213.jung@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
David Antler <david.a.antler@intel.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 12 Oct, 2016 1 commit
-
-
Dmitriy Zhuravlev authored
Format of a certificate changed, so previous X.509 parser is not able to parse new certificates provided by Cloud: 1) For DTLS and TLS used mbedTLS 2) CKManager removed Change-Id: Icacf60237a8ce15e996c4bbe4769a230b39c770e Signed-off-by:
Dmitriy Zhuravlev <d.zhuravlev@samsung.com> X-Origin-Change-Id: I6b47f7b3439b923ec12f26b0e159e3b7a1144658 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Signed-off-by:
Oleksii Beketov <ol.beketov@samsung.com> Signed-off-by:
Dmitriy Zhuravlev <d.zhuravlev@samsung.com> Signed-off-by:
Trevor Bramwell <tbramwell@linuxfoundation.org> Reviewed-on: https://gerrit.iotivity.org/gerrit/12029Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13095Reviewed-by:
Kevin Kane <kkane@microsoft.com>
-
- 29 Sep, 2016 1 commit
-
-
hyuna0213.jo authored
In case a connected wifi ap is changed, we have to close the connected session previously. Otherwise we will use the invalid session. If network status is down, we try to close the session. and If network status is up, we create new socket for listening. Change-Id: I662df1a9a28d0ca629a8b23f83f94833787c5312 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12185Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 28 Sep, 2016 1 commit
-
-
Andrii Shtompel authored
[Patch #2] Move it before socket close Change-Id: I5bede5ab75b4e67faff932e77c30565062916c95 Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12039Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dmitriy Zhuravlev <d.zhuravlev@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> (cherry picked from commit 27cec1f3) Reviewed-on: https://gerrit.iotivity.org/gerrit/11951
-
- 26 Sep, 2016 1 commit
-
-
hyuna0213.jo authored
Added logging to check the remote device address for connection. Change-Id: Ia4ed72ba227ba5a2e2f06f8120f144301291cfe9 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12117Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 23 Sep, 2016 1 commit
-
-
hyuna0213.jo authored
Support CAGetNetworkInformation API for TCP to get tcp address and port information from CA. Change-Id: I6da57d85267c26bf605c6e9f8679d263076e637a Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11999Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 17 Sep, 2016 1 commit
-
-
Daniel Ferguson authored
* The threading and synchronization facilities were prefixed with ca_* when they lived in connectivity_abstraction. Now that the facilities have been moved to c_common, ca_* was renamed to oc_* Change-Id: I0acc00680c42ebecd376ac238958875d9f1032e4 Signed-off-by:
Daniel Ferguson <daniel.j.ferguson@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11227Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dave Thaler <dthaler@microsoft.com>
-