platform/upstream/iotivity.git
2016-06-27 Ziran SunChange resource type of /oic/res from string to array.
2016-06-24 Sandeep SharmaImplementation for Direct Pairing Android Interface...
2016-06-24 js126.leeRemove double checking type in credential data
2016-06-24 js126.leeChange CARemovePeer condition when DTLS is closed
2016-06-24 Jongmin ChoiFixed Occlient app usage
2016-06-24 Gregg Reynoldsfix inconsistency: WrapRequest decl'd class, def'd...
2016-06-23 saurabh.s9Added UTC to cover uncovered APIs and Corrected build...
2016-06-23 saurabh.s9Check for NULL parameter
2016-06-22 Ziran SunAdded function that enables RI passing message ID from CA
2016-06-22 Ziran SunRetrieve on /oic/res?rt=oic.d.xxx should return as...
2016-06-22 Ziran SunChange rt type from string to array in sample code.
2016-06-22 hyuna0213.joFix a wrong conditional statement about token value.
2016-06-22 jihwan.seoremoved svace warning for android
2016-06-22 js126.leeModify GET request handler for /oic/sec/acl
2016-06-21 Hauke Mehrtenssecurity: fix reading of permission attribute from...
2016-06-21 jihwan.seoremoved unused parameter warning in resource-container
2016-06-21 Chul LeeHoxfix to support the base64 encoded credential.
2016-06-21 js126.lee[IOT-1129]Crash when received invalild type in security...
2016-06-21 Sandeep SharmaDiscard provisioning tool reply for owned device discovery
2016-06-21 Randeep Singh[IOT-1114] Updated rt for security resource
2016-06-17 David AntlerFix all references from ocmalloc to oic_malloc
2016-06-16 Philippe CovalFix typo "Model" is correct spelling not "Modle"
2016-06-16 Habib Virji[JIRA Issue - 1092] IoTivity Zigbee sample application...
2016-06-16 js126.leeAdd GET request handler for CRED resource
2016-06-15 Gregg ReynoldsWARNING: eliminate warnings: [-Wsometimes-uninitialized]
2016-06-15 Phil Covalresource-container: Port to gcc6 using std namespaces
2016-06-15 Gregg ReynoldsBUGFIX: variable has incomplete type 'OIC::Service...
2016-06-15 Ziran SunRemove extra href property in /oic/res as
2016-06-15 hyuna0213.jofixed bulid issue for tcp adapter in RI layer
2016-06-15 hyuna0213.jomodified tcp connection callback parameter type
2016-06-14 i.pazderskyyImplement missing unit tests for CKM.
2016-06-14 Philippe CovalBuild: Export pkg-config when cross compiling using...
2016-06-14 leechulUpdate OTM's unit test to use the real resource servers...
2016-06-14 Ashwini KumarAdd context param to DP
2016-06-14 Ashwini KumarAdd C++ API for Direct pairing
2016-06-14 js126.leeChanging DOXM resource to be normally discoverable
2016-06-10 Philippe Covaltizen: deploy gtest file to be included by unittests
2016-06-10 Ziran SunChange the type of "rt" in /oic/p from string to array.
2016-06-10 Todd Malsbary[IOT-1113] MAX_ADDR_STR_SIZE_CA should match MAX_ADDR_S...
2016-06-10 jihwan.seoadded Scan Interval API
2016-06-09 Salvatore IoveneExpose OcRepresentation values to the Java layer
2016-06-09 js126.leeChange request method on OTM
2016-06-09 George NashCleanup compiler warnings
2016-06-09 Gregg Reynoldsfix warning/bug: address of array 'info->addr' will...
2016-06-09 Tim Kourt[RI][Android]: Propagation of the mandatory device...
2016-06-09 Todd Malsbary[IOT-1106] Properly clone OCByteString values.
2016-06-08 Dmitriy ZhuravlevFix CA DTLS handshake retransmission timer
2016-06-07 Chul LeeModify the incorrect UUID parse in 'GetSubjectFromQuery...
2016-06-06 Gregg Reynoldsadd missing OCException case
2016-06-03 George NashClean up compiler warning/removed unused code
2016-06-03 George NashClean compiler warnings.
2016-06-03 hyuna0213.joFixed crash issue related to BT on/off in Tizen
2016-06-03 hyuna0213.joAdded CA Util API to assign the port number of IP(UDP...
2016-06-03 jihwan.seomodified observe logic in ocstack
2016-06-03 hyuna0213.jofixed the bug to check the tcp header type from size
2016-06-03 jihwan.seoremoved retry code for uncommon case in android BLE
2016-06-02 Dmitriy ZhuravlevFix retransmission according to RFC
2016-06-02 js126.leeChange QOS to HIGH for security module
2016-06-01 Kyungsun ChoUpdated and typo-fixed |SHA| API names on tinydtls...
2016-06-01 Ziran SunAdd API support to get and set device spec version...
2016-05-31 Philippe CovalBuild: updated hippomocks to support arm64
2016-05-27 Shujuan ChenUpdate secure sample and SVRs for testing NonDevOwner...
2016-05-27 i.pazderskyyFixed build with SECURED=1 DTLS_WITH_X509=1 flags.
2016-05-27 js126.lee[IOT-1097] Fixed bug related to dpc property in doxm
2016-05-27 vimala.v[Tizen]Fix for LE Server termination issue
2016-05-27 hyuna0213.joadded error callback for findResource() in stack
2016-05-27 Todd Malsbary[IOT-1096] Relax rt and if value validation for unregis...
2016-05-27 jihwan.seoadded direct gatt connect in Android
2016-05-25 vimala.v[TIZEN]Moved GMainloop to CSDK sample from network...
2016-05-25 Inga StotlandFix debug output
2016-05-25 hyuna0213.joFix a wrong conditional statement in GetClientCB()
2016-05-25 hyuna0213.jomodified android settings.gradle to build simplebase app
2016-05-25 Todd MalsbaryImplement Binary String transit type in C++ stack
2016-05-25 Manoj GuptaReadme File changed
2016-05-20 jihwan.seomodified tag name for BLE Callback Interface class
2016-05-20 Inga Stotland[IOT-1095] Add request parameters to attribute handlers
2016-05-19 Ashok Babu... Merge "Merge branch '1.1-rel'"
2016-05-17 vimala.vFix in LE adapter to return CA_STATUS_OK when BT is...
2016-05-17 hyuna0213.joclean up the socket close logic in caipserver
2016-05-17 jihwan.seoFixed crash issue related to send in Android BLE
2016-05-17 jihwan.seoreplace response code in keepalive of TCP
2016-05-16 Thiago MacieiraMerge branch '1.1-rel'
2016-05-12 G S Senthil... [Simulator] Minor UI changes fixing the IOT-1087.
2016-05-12 Harish Kumara... Fix for jira issue IOT-1087.
2016-05-10 Philippe Covaltizen: Fixed RHSampleApp project file to use SDK path...
2016-05-10 hyuna0213.jomodified the observe cancel logic for CoAP over TCP
2016-05-10 Jaewook Jungchange the condition for BLE connected callback
2016-05-10 hyuna0213.joUpdated unit test case for CASetNetworkMonitorCallbacks
2016-05-10 Jihun HaUpdate a logic for POST request in Enrollee implementation
2016-05-10 Abhishek SharmaAdded COAP over TCP feature for Arduino for Transport TCP
2016-05-05 jihwan.seoclean up FreeCARequestInfo of security
2016-05-04 jihwan.seoadded filter related to CoAP option that is not supported.
2016-05-04 Jaewook Jungcode clean up for android edr
2016-05-01 hyuna0213.joadded network monitoring logic in CAUtil
2016-04-29 daeken.kwonstdassert.h is not standard-compliant. Change this...
2016-04-29 Jaewook Jungandroid: update EDR socket info when re-connection
2016-04-29 hyuna0213.jofixed build script to test ca api.
2016-04-28 Philippe CovalFixed build issue by Installing missing header OCUtilit...
2016-04-28 Markus Jung[IOT-1065][IOT-1069] RC - Tizen: sample application fix
2016-04-28 Philippe CovalFixed template syntax to prevent ambiguity with stream...
next