summaryrefslogtreecommitdiff
path: root/resource/src/InProcClientWrapper.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-15build: Enable libc++ std::this_thread::sleep_for if unavailablePhilippe Coval1-0/+2
2017-05-09IOT-1583: Fixing /W3 warnings in /resource directory - part 3.Pawel Winogrodzki1-2/+19
2017-05-09IOT-1583: Fixing /W3 warnings in /resource directory - part 4.Pawel Winogrodzki1-11/+16
2017-04-18make code more stable by change strcpy to strncpyjinhyuck83.park1-1/+4
2017-03-24Fix crash issue related string reference in std::thread execjihwan.seo1-2/+3
2017-03-23update logs before callback in InProcClientWapper.jihwan.seo1-6/+18
2017-03-09IOT-1868 [C++ layer] Make OCPlatform start and stop reliablyWay Vadhanasin1-26/+2
2017-02-24Handling of missing parent property in collection responseJay Sharma1-10/+6
2017-01-23Apply the logic which can start transport type in initialize step.jihwan.seo1-2/+4
2016-12-28Added a Variant of findResourceList API which support error callback.Jay Sharma1-17/+126
2016-12-12Fix for crash in InProcClientWrapper destructor.jihwanseo1-3/+10
2016-12-05add stop API of base stack in android.jihwan.seo1-5/+31
2016-11-24Add generic API for setting and getting defined tag valuesHabib Virji1-2/+0
2016-10-26[IOT-1451] Keep client callback when receiving error resulthyuna0213.jo1-1/+1
2016-10-14[IOT-1440] findResource() to return list of discovered resources.Harish Kumara Marappa1-0/+91
2016-10-12Fix for IOT-1394.Senthil Kumar G S1-37/+27
2016-09-26Delete Client callback when receive observe cancel response.Ziran Sun1-0/+4
2016-09-02clean up some string parameter for MQ callbackjihwan.seo1-2/+3
2016-08-31fixed string coverter for callback parameter related MQ APIsjihwan.seo1-5/+9
2016-08-25fixed warning for Android buildjihwan.seo1-6/+12
2016-08-24Change uri from 'ocf' to 'oic'Jaehong Jo1-1/+1
2016-08-19Change the delimiter from '&' to ';'Jaehong Jo1-6/+1
2016-08-17Updated Message Queue for C++ APIjihwan.seo1-41/+37
2016-08-09added APIs related to account in OCAccountManagerJaewook Jung1-2/+4
2016-08-04Change APIs for Subscribe device presence.Jaehong Jo1-1/+2
2016-07-26Fix client crash caused by observe cancellation with sequence No 1.Ziran Sun1-4/+1
2016-07-26Added preprocessor WITH_CLOUD for Subscribe device presence.Jaehong Jo1-0/+2
2016-07-22Added MessageQueue(CoAP over MQ) API about Cloud Client side.jihwan.seo1-0/+225
2016-07-21RD Device Presence features in base layerJaehong Jo1-0/+90
2016-07-21Added Cloud-connector API in base layer for account serverJaewook Jung1-1/+2
2016-07-18Updated InProcClientWrapper to handle OC_STACK_RESOURCE_CHANGED error code.G S Senthil Kumar1-1/+2
2016-07-01Prepare for merge. Improved consistency and style.David Antler1-12/+12
2016-06-15Merge branch 'master' into windows-portDavid Antler1-40/+180
2016-06-14Add C++ API for Direct pairingAshwini Kumar1-39/+179
2016-06-02Merge branch 'master' into windows-portDavid Antler1-0/+100
2016-06-02VS2013/15 aggregate changes of Intel and MicrosoftDavid Antler1-48/+56
2016-05-27added error callback for findResource() in stackhyuna0213.jo1-0/+100
2016-04-12[IOT-1081] Fix for discoverying old resource serversMarkus Jung1-7/+13
2016-03-10Add collection payload to send a requestHyunJun Kim1-0/+5
2015-12-04Fix for IOT-769. Sets the uri in OCRepresentationRahul Rahul1-0/+1
2015-11-24[IOT-828] OCRepresentation to provide host infohekra1-0/+1
2015-08-05Cleaning up more warnings.Jon A. Cruz1-10/+18
2015-08-03Allow unicast discovery of Resources and DevicesJohn Light1-4/+8
2015-07-17Rebase remote-access over masterSakthivel Samidurai1-1/+1
2015-07-14Improved OIC Virtual Resource definitions (IOT-603)Sachin Agrawal1-1/+1
2015-07-14CBOR rebase onto master for merge/reviewOmkar Hegde1-47/+30
2015-07-13Fixed Fridge sample with constructResourceObjectErich Keane1-51/+7
2015-07-11Fixed broken presence after IPv6 plumbing merge to master.Erich Keane1-1/+1
2015-07-01Restore host string behavior lost in IPv6 plumbing patchJohn Light1-5/+50
2015-06-16IP address plumbing changes to support IPv6Sachin Agrawal1-75/+78