platform/upstream/iotivity.git
2016-12-16 jihwan.seoadd checking logic of pdu data length.
2016-12-16 hyuna0213.joChanged the type of data added in ca_threadpool_pthread...
2016-12-16 hyuna0213.joFixed double free issue when destroying endpoint
2016-12-15 Greg Zaverucha[IOT-1621] Add custom config.h file mbedtls build options
2016-12-15 jaesick.shinbug fix about related memory and security resource.
2016-12-15 jihwan.seoremoved unreachable code in cloud
2016-12-15 Jihun HaAdd "accessToken" and "acceessTokenType" property in...
2016-12-14 jihwan.seoUpdate Android Sample App to enable findResource on...
2016-12-14 Larry SachsAdd support files to run SmokeTest
2016-12-14 Dan Mihairesource: Fix build break on randomtest
2016-12-14 Philippe Covalbuild: Bypass easy-setup unit test
2016-12-14 jihwan.seoadd null checker related some parmaters in CA layer
2016-12-14 Uze ChoiMerge "Merge branch 'notification-service' to master...
2016-12-14 David Antlerocrandom test: ensure generated data is different
2016-12-14 Habib VirjiDouble free of OCServerRequest
2016-12-14 Habib VirjiFix OCParseArray passed value treated as array
2016-12-14 KIM JungYong[IOT-1665] Fix bug for invalid input of constructResour...
2016-12-14 jihwan.seoremoved unreachable code in android JNI
2016-12-14 jihwan.seoremoved unreachable code in coap http
2016-12-14 ParkhiFix defects detected by static analysis
2016-12-14 Senthil Kumar G S[IS] Sync simulator with changes in cJSON.
2016-12-14 Jihun HaAdd an additional callback in security provisioning...
2016-12-14 Jongmin Choi[IOT-1652] Fix Doxm Handler to check ehRet during owner...
2016-12-14 Jongmin Choi[IOT-1652] Modify confirmed certificate OTM to use...
2016-12-13 Larry SachsPlatform ID must be UUID
2016-12-13 Pawel WinogrodzkiIOT-1656: Removing -fPIC compiler option for unsupporte...
2016-12-13 George Nash[IOT-1089] Fixed paths in gradle build files
2016-12-13 Greg Zaverucha[IOT-1313, IOT-1300] Improve random number generation
2016-12-13 hyuna0213.joRemove unused function to resolve build warnings in...
2016-12-13 Philippe Covalbuild: Extend unit_tests to all (including service)
2016-12-13 George NashIndicate intentional fall through in switch statments
2016-12-13 Philippe Covalbuild: Bypass and/or fix suspicious service tests ...
2016-12-13 Habib VirjiFix deadcode execution in ocserverrequest.c
2016-12-13 Habib VirjiNULL pointer check in cbor_test
2016-12-13 Habib VirjiBuffer overrun in ocstack.c
2016-12-13 Philippe Covalbuild: Enable unit testing in SECURED=1 mode for resource
2016-12-13 Philippe Covalbuild: Bypass and/or fix suspicious resource tests...
2016-12-13 KIM JungYongMerge branch 'notification-service' to master branch.
2016-12-13 abitha.s[IOT-1670]Removing Unreachable code from Provider sampl...
2016-12-12 George Nash[IOT-1089] Merge remote-tracking branch 'origin/generic...
2016-12-12 jihwan.seodisable enum value of OCResourceProperty related Local...
2016-12-12 jihwanseoFix for crash in InProcClientWrapper destructor.
2016-12-12 yeonghun.nam[IOT-1628] fixed TC failure in the resource discovery...
2016-12-12 Habib VirjiRemoved href from device and platform payload
2016-12-12 Dan Mihai[IOT-1614] Test for NULL a single time.
2016-12-12 Jaehong Jo[IOT-1626] Added BSD 3-Clause License in SCons.
2016-12-12 ParkhiSupport unicast discovery of secure resource for BLE...
2016-12-12 Minji Park[IOT-1593] TLS ports and CA_SECURE flag added for secur...
2016-12-12 cc[IoT-1603] Restrict unittest with SECURED mode
2016-12-12 nikhil.a[IOT-1659] Fix JNI static analysis issue for Notificati...
2016-12-12 hyuna0213.joModified the usage of the u_arraylist_remove()
2016-12-12 hyuna0213.jo[IOT-1575] Update to manage connection state of tcp...
2016-12-12 Jaewook Jungmodified searchUser() API on OCAccountManager
2016-12-12 Minji ParkFix static analysis issue in keepalive
2016-12-12 junghun kimPatch for discovery unowned device by BLE MAC address
2016-12-09 Philippe Covallinux: Use system sqlite3
2016-12-09 Chul LeeModify the SRMRequestHandler to use the CAEndpoint_t...
2016-12-09 jihwan.seofix crash issue related transmission for large data
2016-12-09 George NashPrevent out-of-bounds memory access
2016-12-09 jihwan.seoAdd new connectGatt API for Level 23 for android.
2016-12-09 George Nash[IOT-1089] Merge remote-tracking branch 'origin/master...
2016-12-09 Habib VirjiAdd links and rep in the response for the collection
2016-12-09 hyuna0213.jo[IOT-1625] Fix a logic to terminate CA in case of failu...
2016-12-09 bg.chun[IOT-1605][tizen]Fix obs ocserver.cpp deregistration...
2016-12-09 hyuna0213.jo[IOT-1608] Support PUT,POST,DELETE method type for...
2016-12-09 hyuna0213.joUpdate the keepalive response payload for the ping...
2016-12-09 Jaehong Jodisable scan interval logic in initialize step for...
2016-12-09 Jaewook Jungmodified uri for searching user on account server
2016-12-09 Jaewook Jungmodified OCAccountManager APIs
2016-12-09 Sandeep SharmaAdd C++ API for UnsetInputPinCB.
2016-12-09 Jongmin ChoiFix Doxm Handler for Manufacturer Cert OTM
2016-12-09 Jongmin ChoiUpdate provisioning client dat file for mfg otm
2016-12-09 Jongmin ChoiAdded API to reset SVR DB
2016-12-09 Philippe Covaltizen: Remove things-manager installation
2016-12-08 Philippe Covalprovisioning: Rename some C++ headers to avoid collisio...
2016-12-08 hyuna0213.jo[IOT-1575] Initialize socket fd after closing session
2016-12-08 George NashFixed mismatched printf argument
2016-12-08 George NashFix wrong size argument
2016-12-08 Jaehong JoAdded the "OIC" in TAG for debug.
2016-12-08 hyuna0213.jo[IOT-1602] Remove observer when the tcp connection...
2016-12-08 Philippe Covalbuild: Fix to also support SECURED=0
2016-12-08 Philippe Covaldoc: Fix API generation script (javadoc)
2016-12-08 Philippe Covaltizen: Ship resource_directory dynamic library
2016-12-08 Philippe Covaldoc: Fix API comments to support javadoc
2016-12-08 Dan Mihai[IOT-1651] Remove lax ACE for /oic/sec/acl
2016-12-08 Jongmin Choi[IOT-1645] Resovle the MOT's side effect
2016-12-08 js126.leeAdd OCGetDeviceOwnedState API
2016-12-08 Chul LeeFixed bug on MOT.
2016-12-08 Sandeep SharmaAdding Android Api for Mutual Verified Just-Works
2016-12-08 Sandeep SharmaAdding C++ Api for Mutual Verified Just-Works
2016-12-07 jihwan.seodisable default scan interval time in android BLE
2016-12-07 Philippe Covalbuild: Fix easy-setup unittests
2016-12-07 Kevin Kane[IOT-1615] Correct return type of callback in SubOwnerC...
2016-12-07 Kevin Kane[IOT-1525] Keep credential resource encrypted on-disk...
2016-12-07 Jaewook Jungadded filter to handle an IP loopback message in CA...
2016-12-07 Jaehong JoFix static analysis issue in ocresource
2016-12-07 cc[IoT-1562] Handle unit test segfaults at notification...
2016-12-07 cc[IOT-1591] Add warning code as notification type
2016-12-07 Jihun HaRemove Thing-manager service which is deprecated.
2016-12-07 ParkhiFix defects detected by static analysis
next