Fix minor issue for Group Action of ThingsManager.
[platform/upstream/iotivity.git] / resource /
2015-03-30 Charlie Lenahanchanges to build CSDK for iOS, make .frameworks
2015-03-30 Caiwen ZhangClean Arduino build intermediate files
2015-03-26 Charlie Lenahanchanges to build csdk for os x(darwin)
2015-03-26 Caiwen ZhangComplete to_string function implementation
2015-03-25 Charlie LenahanAdd Doxyfile to generate C SDK docs
2015-03-24 Erich KeaneImplemented OCRepresentation::setChildren
2015-03-23 Ossama OthmanAutomatically detect C99 flags for supported compilers.
2015-03-20 Jihun HaUpdate a resource model of configuration/diagnostics...
2015-03-13 Ossama OthmanDo not bother with C++11 check on C SDK-only platforms.
2015-03-12 HyunJun KimAdd freature of Scheduled Group Action.
2015-03-10 Jon A. CruzCorrected OCException that had gotten out of sync with...
2015-03-09 Jon A. CruzCorrected @file tags and restored 'Files' section.
2015-03-09 Caiwen ZhangUsing gnustl_shared library instead of gnustl_static
2015-03-05 William DieterRemoved Doxygen warnings caused by improper formatting...
2015-03-05 Jon A. CruzUpdated Doxygen config.
2015-03-02 Ossama OthmanDo not explicitly add "-fPIC" to the compiler command...
2015-02-25 William R. DieterRemoved non-existent files from Doxyfile to reduce...
2015-02-23 Erich KeaneClean up TODOs in OCUtilities
2015-02-19 William DieterAdded resource/include/OCRepresentation.h to Doxyfile
2015-02-19 William DieterGuard against spurious wakeups in devicediscoveryserver.cpp
2015-02-19 William DieterGuard against spurious wakeups in devicediscoveryclient.cpp
2015-02-19 William DieterAdded documentation for OCRepresentation::getValue
2015-02-18 OssamaAutomatically detect C++11 flags for supported compilers.
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-17 William DieterUpdated Doxygen @param for OCResourceResponse::setResou...
2015-02-12 Seung-woo LeeFix missing of 'TB_LOG' in SConscript of ocserver
2015-02-11 Erich KeaneImplement [] and iteration for OCRepresentation
2015-02-10 HyunJun KimImprove usability of Group Interface API.
2015-02-09 Erich KeaneAdded comment to the OCRepresentation fix
2015-02-09 Caiwen ZhangAdd external package management support
2015-02-06 Erich KeaneAdding OCRep destructor, various move activities
2015-02-06 Sudarshan PrasadAdded lock logic in findResource callback for C++ samples
2015-02-03 HyunJun KimFix infinite loop in GroupAction.
2015-02-02 Erich KeaneAltered the .gitignore to properly ignore unittest...
2015-02-02 Sudarshan PrasadRelease notes for Feb 1st release
2015-01-23 Shilpa SodaniResolved Klocwork warnings for C++ Stack & Samples
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-21 omkarEnable Building C++ samples using Scons
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-19 Sudarshan PrasadAdded release notes for Jan 17th release
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 ywsungAdd missing enum value of OCStackResult to switch in...
2015-01-16 Caiwen ZhangEnable building C Samples using scons
2015-01-16 Erich KeaneRemove OCICUC from build and repo
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 Ossama OthmanReduce footprint by using string literals.
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 Erich KeaneFixed InProcServerWrapper to be thread safe
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-09 omkarC++ Avoid crash in case of Invalid/Empty Payload
2015-01-09 Ossama OthmanRemoved executable bit from non-executable files.
2015-01-09 Patrick LankswertMerge "Add quick guide into the readme"
2015-01-08 omkarAdding OK Response Code for POST
2015-01-08 Sudarshan PrasadFixed simpleclient crash caused by curResource being...
2015-01-08 Sanjeev BAUpdate gitignore.
2015-01-08 Sudarshan PrasadMerge "Add C++ Unit tests"
2015-01-08 Yamin Al-MousaFixing repeated EH calls when client retransmits requests
2015-01-07 Erich KeaneFixed invalid memory read, removed dead code
2015-01-07 Sudarshan PrasadMerge "Fixing OCCancel with High_QOS in observe isn...
2015-01-07 Yamin Al-MousaFixing OCCancel with High_QOS in observe isn't deleting CB.
2015-01-07 Yuliya KamatkovaAdd C++ Unit tests
2015-01-07 Patrick LankswertMerge "Removing getting started and how to guides from...
2015-01-07 mshaverRemoving getting started and how to guides from API...
2015-01-07 Uze ChoiMerge "Fix some issues of GroupSynchronization - findG...
2015-01-05 Sachin AgrawalFixed seg fault in simpleclient sample app (Bug IOT...
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-30 Patrick C LankswertMerge "Android SDK - Initial commit and build system...
2014-12-30 Patrick C LankswertAndroid SDK - Initial commit and build system updates
2014-12-30 Patrick C LankswertMerge "Added build dependencies script"
2014-12-29 Patrick LankswertMerge "OICSensorBoard: App for Intel Edison Platform."
2014-12-28 Patrick C LankswertAdded build dependencies script
2014-12-27 Patrick LankswertMerge "Add spec file for Tizen build"
2014-12-27 Patrick LankswertMerge "Fix soft-sensor-manager service build errors"
2014-12-27 Patrick LankswertMerge "Fix android build compatibility problems"
next