Android Base API merge to master
[contrib/iotivity.git] / resource /
2015-05-15 Tim KourtAndroid Base API merge to master
2015-05-14 Joseph MorrowProperly defined URI & Resource Type values for Presenc...
2015-05-14 Thiago MacieiraForce linking of liboctbstack to require all symbols...
2015-05-14 jnashokFixing CA android sample application and ndk build
2015-05-14 jaehong.joAndroid EDR replace keyword
2015-05-13 Mandeep ShettyFix segfault due to calling strlen on null payload.
2015-05-13 sanjayshChange in stacktest.cpp
2015-05-13 k.karthickResolved connectivity folder build issues.
2015-05-13 Thiago MacieiraSimplify copying of CAInfo_t
2015-05-12 sanjayshSpec Compliance change in interface names
2015-05-12 Erich KeaneFixes a large number of Klocwork identified issues.
2015-05-12 jw1103.kimFixed repeated network select/unselect causing no messages
2015-05-12 Mandeep ShettyFixed C and C++ sample apps.
2015-05-12 Mandeep ShettyAdded check to make sure default interface is always...
2015-05-12 Thiago MacieiraModify CAGeneratePDUImpl to take the payload size as...
2015-05-12 Ashok ChannaFixed thread safety procedure by adding SOCK_CLOEXEC...
2015-05-08 jnashokFix for DTLS message failure when previous not closed...
2015-05-08 jnashokCA Android Sample application Changes
2015-05-07 jaehong.joAdded Android EDR code
2015-05-07 k.karthickResolved compilation issues related to pthread changes
2015-05-07 Kishen MaloorIoTivity scons build update for Yocto
2015-05-07 Thiago MacieiraFix linking of liboctbstack: conectivity_abstraction...
2015-05-07 HyunJun KimFix latent error for OCCreateResourceWithHost.
2015-05-07 Mandeep ShettyTemp fix for broken multicast presence after WiFi/Ether...
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-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. DieterAdded 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. DieterUpdated formatting of comments for better Doxygen output
2015-04-29 vimala.vFixed "[IOT-471] CATerminate can not clear out the...
2015-04-28 Mandeep ShettyAdded timeouts and cleanup for zombie callbacks in...
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 MarappaFix for issue of Tizen TM sample not working
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-23 William R. DieterAdded descriptive comments for several ocstack.h macros
2015-04-23 Jon A. CruzFixed problems with unit test tripping over undefined...
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 Mandeep ShettyFix issue with multicast prescence subscriptions
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 MarappaTizen build system using GBS.
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 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-16 Mandeep ShettyModified ocserver to make presence flow clearer.
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 HyunJun KimAdd pointer validation logic for oicgroup.
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 merge issues, Group action feature omit.
2015-04-13 Erich KeaneFixed Android Build error caused by merge issue
2015-04-13 Charlie Lenahanfix for os x build
2015-04-13 Joseph MorrowEnabled Arduino verification build.
2015-04-13 jaehong.joDefine prefix SINGLE_THREAD, MULTI_THREAD
2015-04-10 Erich KeaneMerge branch 'connectivity-abstraction' to master
2015-04-09 Rahul RahulGlib patch for Gnome-glib android build
2015-04-09 Thiago MacieiraUpdate the use of clock_gettime(2)
2015-04-09 Mandeep ShettyAdded token length to direct stack responses.
2015-04-09 jihwan.seoBug Fixed CA InterfaceController for TC-33
2015-04-08 Charlie LenahanResolve potential buffer overflow warning
next