Change the class name of PrimitveServerResource to ResourceObject
[platform/upstream/iotivity.git] / service /
2015-07-03 coderhymeChange the class name of PrimitveServerResource to...
2015-07-03 ChaJiWonAdd common module that expiryTimer.
2015-07-02 jyong2.kimApply namespace OIC::Service.
2015-07-02 coderhymeChange vague variable name in ResourceAttributes
2015-07-02 coderhymeAdd sid getter to PrimitiveResource
2015-07-02 coderhymeAdd missing methods to ResourceAttributes and test...
2015-07-02 coderhymeRemove dependency on OC from serverBuilder tests using...
2015-07-02 coderhymeAdd resource type parameter to server builder to preven...
2015-07-02 coderhymeReplace expectOCStackResultOK with invokeOCFunc which...
2015-07-01 YounghyunJooAdd Resource Cache feature that checks validation of...
2015-06-30 doil.kwonAdded Supporting the logic about Non-Presence mode.
2015-06-30 Jay SharmaUpdated Resource Client
2015-06-30 coderhymeModify server resource to make the class mockable
2015-06-30 coderhymeMake a member variable of ResourceAttributes::Value...
2015-06-30 YounghyunJooAdd Resource Cache feature that updates cache data...
2015-06-30 jyong2.kimUpdate Caching cancel logic.
2015-06-25 hunje.yeonRestruct resource-manipulation folders
2015-06-24 jyong2.kimAdd BrokerID for start and cancel Broker.
2015-06-24 coderhymeAdd pthread link to service common test
2015-06-24 coderhymeAdd unit test for discoverResource
2015-06-24 hunje.yeonMerge branch 'master' into resource-manipulation
2015-06-23 coderhymeFix bugs of invokeOC that causes compile errors
2015-06-23 coderhymeAdd logs to where exceptions are swallowed
2015-06-23 coderhymeFix a bug of discoverResource that doesn't invoke the...
2015-06-23 jyong2.kimFix Bug about request hostResource logic.
2015-06-23 coderhymeAdd PrimitiveResource unit tests
2015-06-23 coderhymeChange the way calling oc to use helper methods
2015-06-23 coderhymeAdd helper methods to invoke OC methods safely
2015-06-23 coderhymeSeparate PrimitiveResource implementation
2015-06-23 Satya Prakash GuptaFix memory leak in Notification Manager
2015-06-22 arafat.hsnAdded event logs to Android/Tizen for Primitive Service...
2015-06-22 Satya Prakash GuptaFix possible memory leak condition in PPM for Tizen...
2015-06-22 jyong2.kimUpdate Broker architecture.
2015-06-19 Jamal HaidarFix memory leak in Thing-Manager SampleAPP for Tizen...
2015-06-19 Jamal HaidarFix possible memory leak condition in PPM for Tizen...
2015-06-19 Markus JungProtocol-bridge resource template and Hue example bundle
2015-06-19 jyong2.kimChange Cached Data type from map to ResourceAttributes.
2015-06-19 Minji Parkapply added namespace to ResourceContainer, change...
2015-06-18 Jon A. CruzCorrect code that combined assignment with condition...
2015-06-18 jyong2.kimApply Primitive Resource's namespace for Broker
2015-06-18 jyong2.kimApply changed namespace of PrimitiveResource for Resour...
2015-06-17 coderhymeFix test code to apply base changed regarding OCConnect...
2015-06-17 coderhymeAdd destructor to PrimitiveServerResource to unregister...
2015-06-17 coderhymeFormat source to follow coding standard
2015-06-17 coderhymeAdd additional unit tests for ResourceAttributes
2015-06-17 coderhymeAdd unittests for PresenceSubscriber
2015-06-17 coderhymeAdd exception descriptions to explain what error is
2015-06-17 coderhymeImplement a basic version of ResponseStatement
2015-06-17 coderhymeRemove unnecessary using-declarations from PrimitiveRes...
2015-06-17 coderhymeChange raw pointer parameters to use shared ptr
2015-06-17 coderhymeAdd namespace to common PrimitiveResource
2015-06-17 coderhymeFix minor bug of isTypeOf method of ResourceAttributes
2015-06-17 coderhymeAdd unittests to server builder
2015-06-17 coderhymeDefine const values for RequestHandler default values
2015-06-17 coderhymeFix build error caused by not including header path...
2015-06-17 coderhymeCompose RequestHandler unit tests
2015-06-17 coderhymeCompose PrimitiveServerResource unit tests
2015-06-17 coderhymeAdd a new PrimitiveServerResouce::LockGuard Constructor...
2015-06-17 coderhymeAdd exception handling in server builder to convert...
2015-06-17 coderhymeAdd test file for PresenceSubscriber
2015-06-17 coderhymeImplement draft version of ResponseStatement
2015-06-17 coderhymeAdd namespace to ServerBuilder
2015-06-17 doil.kwonAdd Control Presence Callback
2015-06-17 coderhymeRemove unnecessary constructors of ResourceAttributes
2015-06-17 coderhymeChange lib name in Resource Manipulation common
2015-06-17 coderhymeModify scon script for primitive resource to measure...
2015-06-17 coderhymeAdd unittests for PrimitiveResponse
2015-06-17 coderhymeModify scon script to measure code coverage using gcov
2015-06-17 coderhymeConvert line delimiters to unix style of scon script
2015-06-17 coderhymeRemove header dependency on OC header from ResourceAttr...
2015-06-17 coderhymeAdd namespace to PresenceSubscriber
2015-06-17 coderhymeAdd exception descriptions
2015-06-17 Uze ChoiMerge "Merge branch 'master' into resource-manipulation...
2015-06-17 coderhymeAdd util methods for ResourceAttributes
2015-06-17 YounghyunJooUpdate Resource Cache
2015-06-17 hunje.yeonMerge branch 'master' into resource-manipulation
2015-06-16 Sachin AgrawalIP address plumbing changes to support IPv6
2015-06-15 coderhymeFix PresenceSubscriber to work correctly with move...
2015-06-15 Minji ParkUpdate Resource container - server builder integration...
2015-06-15 coderhymeAdd assertion util to handle OCStackResult code with...
2015-06-12 coderhymeBasic implementation of PrimitiveResource and ServerBuilder
2015-06-11 Charlie LenahanAdd EntityHandler callback parameter to C SDK.
2015-06-11 hunje.yeonMerge branch 'master' into resource-manipulation
2015-06-11 jyong2.kimAdd ResourceBroker Sconscript
2015-06-11 jyong2.kimAdd ResourceCache Sconscript
2015-06-11 Markus JungResource container update
2015-06-11 Jay SharmaFix for the Jira issue IOT-538
2015-06-11 YounghyunJooFix Android Plugin code file
2015-06-09 hunje.yeonAdd PrimitiveResource for internal use of ResourceManip...
2015-06-09 jyong2.kimUpdate Broker latest skeleton code
2015-06-09 jyong2.kimReplace ServiceResource with PrimitiveResource for...
2015-06-08 arya.kumarFix for the Jira issue IOT- 531 and review comment...
2015-06-08 krishna.kbFix for JIRA Issue IOT-535 and IOT-536
2015-06-05 Heewon ParkUpdate server builder Initial Version
2015-06-05 Markus JungResource container skeleton for resource manipulation...
2015-06-05 jyong2.kimUpdate Resource Cache Initial Version
2015-06-04 hunje.yeonMerge branch 'master' into resource-manipulation
2015-06-01 G S Senthil KumarConstructing the libraries path in PPM at runtime loadi...
2015-06-01 hunje.yeonUpdate Resource Broker Initial Version
2015-05-29 Joseph MorrowRefactoring the TB_LOG flag for Android builds.
next