Merge tizen_5.0 codes into tizen_4.0
[platform/upstream/iotivity.git] / resource / csdk / stack / include / ocstack.h
2015-01-30 Yuliya KamatkovaFixed OCDOResource interface
2015-01-23 Sashi PentaUpdate the multicast port and GenerateToken code in...
2015-01-22 Erich KeaneFixed crash on rec'd invalid data.
2015-01-22 Erich KeaneChanged OCStackResult to be consistent across compile...
2015-01-22 ywsungResolve Bug IOT-273 (rename "OC_STACK_REPEATED_REQUEST")
2015-01-22 Erich KeaneFixed crash on rec'd invalid data.
2015-01-20 omkarCA: Enable Building C++ Samples, remove hardcoded conne...
2015-01-17 Sudarshan PrasadMerge "Fix zeroing of OCServerResponse payload array"
2015-01-16 Sudarshan PrasadMerge "Enable building C Samples using scons"
2015-01-15 Patrick LankswertMerge "Remove high frequency log to avoid the log full...
2015-01-15 Patrick LankswertMerge "Adding tinyDTLS into iotivity repo"
2015-01-15 Sudarshan PrasadMerge "Reduce footprint by using string literals."
2015-01-15 Sudarshan PrasadMerge "Changed OCStackResult to be consistent across...
2015-01-14 Erich KeaneChanged OCStackResult to be consistent across compile...
2015-01-14 Sudarshan PrasadMerge "Update gitignore."
2015-01-14 Sudarshan PrasadMerge "Updated Iotivity to compile DTLS modules using...
2015-01-14 Sudarshan PrasadMerge "Fix Memory leak of getResourceType() in ocstack.c"
2015-01-13 Sudarshan PrasadMerge "Fixed seg fault in simpleclient sample app ...
2015-01-13 Sudarshan PrasadMerge "Added style formatting config files for iotivity...
2015-01-12 Sudarshan PrasadMerge "Fixed simpleclient crash caused by curResource...
2015-01-12 omkarEnabling Requests on Multiple Interfaces CA
2015-01-12 Sudarshan PrasadMerge "Fix failed unit tests for CSDK stack."
2015-01-12 Sudarshan PrasadMerge "C++ Avoid crash in case of Invalid/Empty Payload"
2015-01-10 Sudarshan PrasadMerge "Fixed invalid memory read, removed dead code"
2015-01-10 Sudarshan PrasadMerge "Adding OK Response Code for POST"
2015-01-09 Sudarshan PrasadMerge "Fixing repeated EH calls when client retransmits...
2015-01-08 Yamin Al-MousaFixing repeated EH calls when client retransmits requests
2014-12-26 Uze ChoiMerge "Soft Sensor Manager Build Error fix" into connec...
2014-12-25 Sudarshan PrasadMerge "Enabling Multiple Interfaces in CStack." into...
2014-12-25 Sudarshan PrasadMerge "enable C++ presence samples" into connectivity...
2014-12-25 Vijay[CA Integration] Pass connectivity type on which respon...
2014-12-25 Sudarshan PrasadMerge "[CA Integration] Updated C sample apps to accept...
2014-12-25 Sudarshan PrasadMerge "[CA-Integration] Added connectivity type param...
2014-12-25 Sudarshan PrasadMerge "scons changes for connectivity-abstraction branc...
2014-12-24 Sudarshan Prasad[CA-Integration] Added connectivity type param in APIs
2014-12-24 Sudarshan PrasadMerge "Updates occlientbasicops to include (resource...
2014-12-24 Sudarshan PrasadMerge "[CA-Integration] fix for presence." into connect...
2014-12-23 Sudarshan PrasadMerge "Remove the dead code" into connectivity-abstraction
2014-12-23 Sudarshan PrasadMerge from master to connectivity-abstraction branch
2014-12-20 sudarshan prasadMerge "Fixing delete issue in device discovery server...
2014-12-19 sudarshan prasadMerge "Replaced sprintf with snprintf in the sdk to...
2014-12-19 Patrick LankswertMerge changes Ie4233a5c,I4d7aba08
2014-12-19 sudarshan prasadMerge "Make all multicast coap messages sent as Low_QoS...
2014-12-19 Yamin Al-MousaMake all multicast coap messages sent as Low_QoS/NON.
2014-12-19 sudarshan prasadMerge "Fixed Warning in OCException"
2014-12-19 Uze ChoiMerge "Fix issues of Things Manager"
2014-12-19 Uze ChoiMerge "Add scons script and things manager samples."
2014-12-19 Uze ChoiMerge "[SSM] Reference & Trackee Thing release for...
2014-12-19 Uze ChoiMerge "[SSM] Apply OIC presence feature"
2014-12-18 omkarDevice Discovery - C & C++ SDK changes
2014-12-15 Uze ChoiMerge "There are Two modifications. 1. Restucturing...
2014-12-11 sudarshan prasadMerge "Implementation of connectivity abstraction featu...
2014-12-11 Sudarshan PrasadMerge branch 'master' into connectivity-abstraction
2014-12-11 Patrick LankswertMerge "Update build scripts"
2014-12-11 sudarshan prasadMerge "Updated the .gitignore"
2014-12-10 sudarshan prasadMerge "Fixed need of implementers to include cereal...
2014-12-09 sudarshan prasadMerge changes I56f29eac,Ic7530d44
2014-12-09 sudarshan prasadMerge "Fix klocwork issues in C samples"
2014-12-09 Erich KeaneFixed usages of memset(..0..) to use Calloc/init'er
2014-12-09 Uze ChoiMerge "[SSM] Modify repo init method and fix Resource...
2014-12-09 Uze ChoiMerge "[SSM] Reflect current OIC api style and add...
2014-12-09 Uze ChoiMerge "[SSM] Implement Inproc feature for Linux platform"
2014-12-08 Sudarshan PrasadMerge branch 'master' into connectivity-abstraction
2014-12-08 sudarshan prasadMerge "Added support to allow more than one presence...
2014-12-08 Joseph MorrowAdded support to allow more than one presence resource...
2014-12-05 sudarshan prasadMerge "Implement functionality to set PSK credentials...
2014-12-04 Doug HudsonImplement slow response feature.
2014-12-02 sudarshan prasadMerge "Implemented JSON Serialization using Cereal...
2014-11-27 sudarshan prasadMerge "Fix the infinite PRESENCE_STOPPED message"
2014-11-26 Sashi PentaFix the infinite PRESENCE_STOPPED message
2014-11-15 sudarshan prasadMerge "Active Discovery Resource Type Filtering - C...
2014-11-15 Joseph MorrowActive Discovery Resource Type Filtering - C SDK &...
2014-11-14 Erich KeaneMerge "Implemented libcoap's tinyDTLS interface"
2014-11-14 Sachin AgrawalImplemented libcoap's tinyDTLS interface
2014-11-13 Erich KeaneMerge "Added support for multicast presence"
2014-11-13 Uze ChoiMerge "fix coding standard problem"
2014-11-13 jjack.leefix coding standard problem
2014-11-12 Sashi PentaAdded support for multicast presence
2014-11-10 jjack.lee(1) add platform overload api : registerResource(resour...
2014-11-06 William R. DieterRepo Merge: Moving resource API down a directory