Add type class for ResourceAttriutes
[platform/upstream/iotivity.git] / service /
2015-07-08 coderhymeAdd type class for ResourceAttriutes
2015-07-08 Rami Jungadding functions in Server Builder
2015-07-08 jyong2.kimArrange Cache module code and logic.
2015-07-08 Minji Parkresource container unit tests, updates for container
2015-07-08 Markus JungUsing build() as name to create a new instance of Bundl...
2015-07-08 jyong2.kimFix build fail of broker module.
2015-07-07 coderhymeFix wrong unittests in RequestHandlerTest
2015-07-07 coderhymeReplace setAttribute with non-template methods.
2015-07-07 YounghyunJooModify header file name in the Resource Cache codes
2015-07-07 doil.kwonApplied to "expiryTimer" for "ResourceBroker"
2015-07-07 Markus JungUsing relative links in configuration files. Implemente...
2015-07-07 Markus JungApplied IoTivity code style template on all Java source...
2015-07-07 Minji ParkChange the name of soft sensor sample bundle
2015-07-06 coderhymeRefactor PrimitiveResponse and RequestHandler
2015-07-06 coderhymeAdd missing methods to ResourceAttributes
2015-07-06 Markus JungResource container update, API seperation (container...
2015-07-06 Uze ChoiMerge "Merge branch 'master' into resource-manipulation...
2015-07-06 Jay SharmaUpdated Resource Client
2015-07-06 coderhymeFix setting callback to use move operation in PrsenceSu...
2015-07-06 coderhymeFix setting callback to use move operation in Primitive...
2015-07-06 hunje.yeonMerge branch 'master' into resource-manipulation
2015-07-06 Ankur BansalFix memory leak in SSM Sensor Processor
2015-07-06 Hauke Mehrtensprotocol-plugin: sample-app: add missing lib to mqttclient
2015-07-03 hunje.yeonMerge branch 'master' into resource-manipulation
2015-07-03 coderhymeChange names of include-guards of primitiveResource...
2015-07-03 coderhymeSeparate implementation of PrimitiveRequest
2015-07-03 coderhymeChange the class name of PrimitveServerResource to...
2015-07-03 doil.kwonDistributed Resource Hosting Sample App and ResourceHos...
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 Ankur BansalFix memory leak in SSM QueryEngine
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 Hauke Mehrtensthings-manager: sampleapp: fix typo in ConClientApp
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
next