platform/upstream/iotivity.git
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 Ravi NanjundappaAdded unit tests for StackResource
2015-06-23 Sachin AgrawalAdded missing DTLS #ifdef guard.
2015-06-23 jihwan.seoremoved duplicated code in Sample app
2015-06-23 Ravi NanjundappaRemove unused scons file in examples/OICMiddle/ for...
2015-06-23 hyuna0213.joremove unnecessary code in messagehandler
2015-06-23 Ravi NanjundappaRemove unused make file in resource/csdk/connectivity...
2015-06-23 Joseph MorrowRealigned usage of IP Adapter modules' APIs on Arduino.
2015-06-23 koushik.girijala[CA] Assigned unicast port number 0 instead of fixed...
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... Fix memory leak in Notification Manager
2015-06-22 Ravi NanjundappaFix compile warnings in resource src
2015-06-22 Jiwon KimFix install external libraries comment on openssl in...
2015-06-22 Sanjeev BARemove unused includes.
2015-06-22 Satya Prakash... Close fd after use in RestInput
2015-06-22 Satya Prakash... Update example applications fridgeclient & fridgeserver.
2015-06-22 Satya Prakash... Fix NULL pointer deferencing in sample program.
2015-06-22 Ossama OthmanMake git ignore libraries and tinydtls binaries.
2015-06-22 Shilpa SodaniEnable generating credId sequentially
2015-06-22 Ossama OthmanAddressed warnings that occurred when security was...
2015-06-22 jihwan.seoUpdated some value of CAResponseResult_t
2015-06-22 arafat.hsnAdded event logs to Android/Tizen for Primitive Service...
2015-06-22 Satya Prakash... Fix possible memory leak condition in PPM for Tizen...
2015-06-22 jyong2.kimUpdate Broker architecture.
2015-06-21 Jamal HaidarFix NULL pointer dereferencing in ocstack
2015-06-21 Ossama OthmanAdded Valgrind generated "*.memcheck" files to the...
2015-06-19 Satya Prakash... Fix NULL pointer deferencing in policyengine.
2015-06-19 Jaehong JoModify android sample app
2015-06-19 jihwan.seo[IOT-575] fixed Android Sample App in CA
2015-06-19 jihwan.seo[IOT-570] fixed multicast issue
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 Mandeep ShettyRemove logging lines running in a tight loop that flood...
2015-06-18 Ravi NanjundappaFix compile warnings in srmutility unittest
2015-06-18 hyuna0213.joRename camsgparser to cafragmentation in adapter_util...
2015-06-18 Satya Prakash... Fix memory leak in sample app for linux
2015-06-18 Jaehong JoFixed android build error
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 jihwan.seo[IOT-569] fixed Transport type issue in EDR
2015-06-17 jihwan.seo[IOT-568] fixed linux sample app in CA
2015-06-17 Mandeep ShettyFix segfault on GET for device and platform info.
2015-06-17 Randeep SinghFixed Provisioning API handling for empty and malformed...
2015-06-17 Jon A. CruzFix compile warning in oic_string unit test.
2015-06-17 Hauke Mehrtenslibcoap: fix big endian problems
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 Charlie LenahanFix segfault in ocserver on invalid PUT json
2015-06-17 hunje.yeonMerge branch 'master' into resource-manipulation
2015-06-16 Sachin AgrawalIP address plumbing changes to support IPv6
2015-06-16 Erich KeaneReplace/examine usages of mem* and strcat/strcpy
2015-06-16 Moumita RayFixed double free corruption in occlientbasicops handler
next