platform/upstream/iotivity.git
2015-05-07 HyunJun KimFix [IoT-265] issue for Group.
2015-05-06 k.karthickHandled tizen CA sample properly in case of SendNotific...
2015-05-06 vimala.vRemoval of unnecessary files in CA as IP changes are...
2015-05-06 Habib VirjiCompilation fix for protocol plugin app on Ubuntu14.10
2015-05-06 YounghyunJooFix Jira Difect IOT-505
2015-05-05 Moumita RayAdded new function in EntityHandler to parse and valida...
2015-05-05 Mandeep ShettyUpdate C++ samples to work after WiFi/Ethernet adapter...
2015-05-05 Erich KeaneIntegrated WIFI/ETHERNET adapters to single IPAdapter.
2015-05-04 Erich KeaneBLE implemention for Android Platform
2015-05-04 Joseph MorrowAdded configuration parameters to the C++ SDK's generat...
2015-05-04 Erich KeaneFixed regression in CARetransmission from the deadlock fix
2015-05-04 k.karthickBLE implementation for Tizen Platform.
2015-05-04 vimala.vBLE Adapter implementation for Arduino
2015-05-04 Caiwen Zhangfix build errors
2015-05-04 Mandeep ShettyAdded simple query example for non virtual resource...
2015-05-01 Erich KeaneUpdate camsgparser.h to fix CA_SUPPORTED_EDR_MTU_SIZE...
2015-05-01 k.karthickImplementation for Tizen EDR transport.
2015-05-01 Joseph MorrowAdded an IoTivity 'octypes' header file.
2015-05-01 Sachin AgrawalFixed a build issue noticed on the mailing list with...
2015-05-01 Erich KeaneFixed a pair of deadlocks on shutdown
2015-05-01 Joseph MorrowRemoved all makefiles and associated documentation...
2015-05-01 Mandeep ShettyModified query parsing to handle all filters.
2015-04-30 Mandeep ShettyRemoved duplicate code in ocresource.c::HandleVirtualRe...
2015-04-30 Erich KeaneImplementation of threadpool with very simple join...
2015-04-29 jihwan.seoreplaced 'com' keyword with 'org' keyword
2015-04-29 William R.... Added a description for the OCQualityOfService enum
2015-04-29 Mandeep ShettyFix all braces on own line violations in C stack source...
2015-04-29 Mandeep ShettyModified sample apps for easier and automated testing.
2015-04-29 William R.... Updated formatting of comments for better Doxygen output
2015-04-29 vimala.vFixed "[IOT-471] CATerminate can not clear out the...
2015-04-29 Harish Kumara... Fix the issue of NM tizen sample not working with WiFi...
2015-04-29 jk13Fix IOT-504 issue of soft sensor manager
2015-04-29 jyong2.kimFix exception handling in Notification Manager Sample.
2015-04-29 jyong2.kimFix for API return type of Notification Manager issues...
2015-04-29 jyong2.kimFix for following issue about Notification Manager...
2015-04-29 jk13Fix SSM JNI wrapper and android app
2015-04-29 Harish Kumara... Notification manager Tizen sample application
2015-04-28 Mandeep ShettyAdded timeouts and cleanup for zombie callbacks in...
2015-04-28 jyong2.kimFix bug about size of string.
2015-04-28 Harish Kumara... Fix for the issue of factory reset feature of things...
2015-04-28 krishna.kbIssue fix and verification of Tizen PPM Sample App...
2015-04-27 Erich KeaneReplace glib threadpool usage with a 'dumb' thread...
2015-04-27 Mandeep ShettyRename SendResponse to SendDirectStackResponse in ocstack.c
2015-04-27 jihwan.seoIndex variable has modified to define inside of for...
2015-04-27 Harish Kumara... Fix for issue of Tizen TM sample not working
2015-04-27 jyong2.kimFix bug about memory leak and arrange code
2015-04-25 Doug HudsonFix bug to prevent continuous presence TTL timeouts.
2015-04-24 Charlie LenahanFix crash in csdk/sample/ocserver on resource PUT.
2015-04-24 Doug HudsonAdd a maximum presence TTL of 24 hours
2015-04-24 Jon A. CruzFixed tests for glib mutex and condition variable testing.
2015-04-24 Harish Kumara... Fix for PPM tizen sample build issue.
2015-04-23 William R.... Added descriptive comments for several ocstack.h macros
2015-04-23 Joseph MorrowRemoved make & configure calls on Google Test library...
2015-04-23 Jon A. CruzFixed problems with unit test tripping over undefined...
2015-04-23 YounghyunJooModify SConscript file for Linux Sample Application
2015-04-23 HyunJun KimTizen build error fix with Building coap shared libraries.
2015-04-22 Charlie LenahanAdd pthread implementation for connectivity/common...
2015-04-22 Joseph MorrowAdded rpath location to C++ SDK sample applications...
2015-04-22 hyuna0213.joRemove double underscore for the preprocessor
2015-04-22 Charlie Lenahanremove duplicate OCSetDeviceInfo decl
2015-04-22 jyong2.kimFix beffer overflow problem about string copy.
2015-04-22 Mandeep ShettyFix issue with multicast prescence subscriptions
2015-04-22 jk13Remove rapidxml from ssm folder
2015-04-21 Erich KeaneMinor documentation changes and code improvements as...
2015-04-21 jihwan.seoremove double/single underline type
2015-04-21 Harish Kumara... Tizen build system using GBS.
2015-04-21 YounghyunJooModify PPM Config files to fix memory leak
2015-04-20 Joseph MorrowFix google test sconscript on newly cloned builds ...
2015-04-20 Erich KeaneFixed spelling of CAResult_t Receive Failed enum value
2015-04-20 jw1103.kimmodified to check the size of selected network list...
2015-04-20 jaehong.joAdded project.properties file (target=android-21)
2015-04-20 Mandeep ShettyFix presence timeout issue.
2015-04-20 Mandeep ShettyAdded note in documentation for max payload length.
2015-04-20 Jihun HaAdd an exception handling logic in collection presence...
2015-04-20 Minji ParkModify soft sensor manager resource presence handling
2015-04-20 Thiago MacieiraSSM: Remove IN/OUT macros
2015-04-20 YounghyunJooModify PPM linux sample application
2015-04-20 Sachin AgrawalUpdated build Server script to include building Iotivit...
2015-04-20 Joseph MorrowDisabled all unit tests that ultimately make network...
2015-04-20 Joseph MorrowAdded check to disallow more than one instance of the...
2015-04-20 Joseph MorrowAdded Init and Stop wrapper to every active unit test...
2015-04-17 HyunJun KimUpdate Sample application for group action.
2015-04-17 Heewon ParkUpdate Multicast Presence query
2015-04-17 HyunJun KimFix soft-sensor manager build failure.
2015-04-16 Mandeep ShettyModified ocserver to make presence flow clearer.
2015-04-16 jyong2.kimFix for following issues.
2015-04-16 doil.kwonFixed notification manager caused by CA merge issue
2015-04-16 Rami JungUpdate ResourceTypeName
2015-04-15 Charlie Lenahanfix crash in unittests
2015-04-15 Thuyen TranAdded hook to unit test when build: darwin.
2015-04-15 Joseph MorrowDisabled all unit tests that expect use of network.
2015-04-15 jk13Soft Sensor Manager - Fix 64bit build warnings and...
2015-04-15 HyunJun KimUpdate sample and Group for CA.
2015-04-15 HyunJun KimAdd pointer validation logic for oicgroup.
2015-04-15 Jihun HaFix an unexpected halt problem in con-client app.
2015-04-14 jihwan.seoIntegrated NetworkConfigurator Multi/SighleThread in CA
2015-04-14 jnashokConnectivity patch to fix SCons build issues
2015-04-14 Mandeep ShettyAdded check for stale observe notifications.
2015-04-14 Mandeep ShettyReturn correct error code when server stack fails.
2015-04-14 HyunJun KimFix runtime error for Group.
next