changes to build csdk for os x(darwin)
[platform/upstream/iotivity.git] / resource / csdk / stack /
2015-03-26 Charlie Lenahanchanges to build csdk for os x(darwin)
2015-03-20 Jihun HaUpdate a resource model of configuration/diagnostics...
2015-03-12 HyunJun KimAdd freature of Scheduled Group Action.
2015-02-17 Patrick C LankswertFormalized the Arduino builds' generation of linker...
2015-02-17 Seung-woo LeeFix build error of SimpleClientServer for Wifi
2015-02-12 Seung-woo LeeFix missing of 'TB_LOG' in SConscript of ocserver
2015-02-10 HyunJun KimImprove usability of Group Interface API.
2015-02-09 Caiwen ZhangAdd external package management support
2015-02-03 HyunJun KimFix infinite loop in GroupAction.
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 Sudarshan PrasadMerge "Add missing enum value of OCStackResult to switc...
2015-01-20 Uze ChoiMerge "Improve usability of ActionSet for Group Action...
2015-01-17 Sudarshan PrasadMerge "Fix zeroing of OCServerResponse payload array"
2015-01-16 Sudarshan PrasadMerge "Remove OCICUC from build and repo"
2015-01-16 Sudarshan PrasadMerge "Enable building C Samples using scons"
2015-01-16 Caiwen ZhangEnable 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 Maks NaumovFix zeroing of OCServerResponse payload array
2015-01-14 Erich KeaneChanged OCStackResult to be consistent across compile...
2015-01-14 Sudarshan PrasadMerge "Update gitignore."
2015-01-14 Sudarshan PrasadMerge "Fix Memory leak of getResourceType() in ocstack.c"
2015-01-14 Caiwen ZhangRemove high frequency log to avoid the log full with...
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-13 Sudarshan PrasadMerge "Fixed InProcServerWrapper to be thread safe"
2015-01-12 Sudarshan PrasadMerge "Fixed simpleclient crash caused by curResource...
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-12 Doug HudsonFix failed unit tests for CSDK stack.
2015-01-12 ywsungFix Memory leak of getResourceType() in ocstack.c
2015-01-12 HyunJun KimChange the definition of GROUP_INTERFACE.
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
2015-01-07 Uze ChoiMerge "Fix some issues of GroupSynchronization - findG...
2015-01-05 Uze ChoiMerge "Fix some issues of GroupManager"
2014-12-30 Patrick LankswertMerge "This a complete version of OICMiddle. The ReST...
2014-12-30 Patrick C LankswertMerge "Updated the README files to reference the master...
2014-12-30 Patrick C LankswertUpdated the README files to reference the master build...
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 Joseph MorrowUpdated sample apps to show use of multiple presence...
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 changes I9ccf4bec,Id22df7b5
2014-12-19 Uze ChoiMerge "[SSM] change soft sensor description folder...
2014-12-19 HyunJun KimImplementation of response of group action (for remote...
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-18 Ossama OthmanRemoved execute permissions from non-executable files.
2014-12-18 Uze ChoiMerge changes I21ded957,Ia1308e81,If6bccb8e,I6d548404
2014-12-17 sudarshan prasadMerge "Added code to send close_notify alert when OC...
2014-12-17 Patrick LankswertMerge "OIC scons build patch for Yocto"
2014-12-17 Uze ChoiMerge "Implementation of Things Manager feature."
2014-12-17 Uze ChoiMerge "Implementation of Group action feature for Thing...
2014-12-17 sudarshan prasadMerge "Fixed usages of strtok to use strtok_r instead"
2014-12-16 Yuliya KamatkovaReplaced sprintf with snprintf in the sdk to avoid...
2014-12-16 sudarshan prasadMerge "Fixed OCCreateResource return type when empty...
2014-12-16 sudarshan prasadMerge "Fixed server crash on empty client payload"
2014-12-16 sudarshan prasadMerge "Fixed UnitTest crash when getting JSON from...
2014-12-15 HyunJun KimImplementation of Group action feature for Things Manager.
2014-12-15 Uze ChoiMerge "There are Two modifications. 1. Restucturing...
2014-12-15 Uze ChoiMerge "[SSM] Fix build script"
2014-12-15 Uze ChoiMerge "[SSM] Apply changed OIC API"
2014-12-13 sudarshan prasadMerge "Fixed IOT-110--Crash on destruction"
2014-12-12 Yuliya KamatkovaFixed OCCreateResource return type when empty URI is...
2014-12-11 Erich KeaneFixed IOT-110--Crash on destruction
2014-12-11 Erich KeaneFixed usages of strtok to use strtok_r instead
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 "Send presence notification on stopping presence...
2014-12-09 sudarshan prasadMerge "Fixed klocwork issues in C++ Stack"
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 Sakthivel SamiduraiFix klocwork issues in C samples
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-09 sudarshan prasadMerge "Fix Unicast Presence Error"
2014-12-08 omkarFix Unicast Presence Error
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-08 sudarshan prasadMerge "Fix the name of the resource created in Arduino...
2014-12-08 sudarshan prasadMerge "Fixed EntityHandlerRequest initialization to...
2014-12-08 Caiwen ZhangUpdate build scripts
2014-12-05 Erich KeaneFixed EntityHandlerRequest initialization to match...
2014-12-05 Yamin Al-MousaFix the name of the resource created in Arduino server...
2014-12-05 sudarshan prasadMerge "Implement functionality to set PSK credentials...
next