Modify android sample app
[platform/upstream/iotivity.git] / resource /
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-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 GuptaFix memory leak in sample app for linux
2015-06-18 Jaehong JoFixed android build error
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 Charlie LenahanFix segfault in ocserver on invalid PUT json
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
2015-06-15 Sachin AgrawalAdded REST query parser
2015-06-15 Sakthivel SamiduraiProvisioning Manager to send CON request
2015-06-15 Ravi NanjundappaUpdated README files to refer to usage of scons
2015-06-15 Ravi NanjundappaRemove sample.sh file
2015-06-12 Sachin AgrawalUpdated resource discovery parsing logic for new 'polic...
2015-06-12 Erich KeaneFixed memory leak in OICStrdup test
2015-06-12 jnashokUpdate NDK build with common source location change
2015-06-12 Ravi NanjundappaAdded unit tests for StackStop
2015-06-12 Omkar HegdeChanging ocstack to retrieve double instead of int...
2015-06-11 Charlie Lenahanfix master because cherry-picked change broke build
2015-06-11 Charlie LenahanAdd EntityHandler callback parameter to C SDK.
2015-06-10 Randeep SinghFixed possible memory leak condition.
2015-06-10 Sakthivel SamiduraiUpdate pstat property name
2015-06-10 Ravi NanjundappaAdded unit tests for StackStart
2015-06-10 Abhishek Sharma[ARDUINO] Modified sample to let user select response
2015-06-10 Abhishek Sharma[TIZEN] Fix broken build caused by c_common merge
2015-06-09 Hauke Mehrtenscdsk: fix big endian problem
2015-06-09 Mandeep ShettyIncrease delay in presence notifications to avoid stabi...
2015-06-09 jihwan.seofixed android LE multicast
2015-06-08 Ravi NanjundappaBug fixing related to stringtests failures on x86
2015-06-08 Abhishek Sharma[ARDUINO] [BLE / IP] Fixed broken BLE build and IP...
2015-06-05 Erich KeaneAdded Policy property to web type linking format
2015-06-05 Caiwen ZhangClean Arduino build intermediate files
2015-06-04 Sachin AgrawalMerging security-M3 to master
2015-06-04 jnashokNDK build Fix to support DTLS in Android sample
2015-06-04 hyuna0213.joremove the unnecessary file.
2015-06-03 Erich KeaneMoved oic_string and combined mallocs to central place
2015-06-03 Ravi NanjundappaAddressed build warnings in resource folder.
2015-06-03 nraviAdded unit tests for OCCreateResource()
2015-06-03 jnashokAdding Error handling from CA to RI
2015-06-03 jaehong.joFix to android EDR multicast
2015-06-02 jihwan.seoFixed [IOT-539] issue for CAInitialize
2015-06-01 Erich KeaneFixes for strcat/strcpy implementation
2015-06-01 Charlie LenahanRemove CreateResourceWithHost calls.
2015-06-01 Erich KeaneFixed trailing-comma in too-long JSON discovery packet
2015-06-01 jnashokFix to avoid android log messages in release mode
2015-05-29 Joseph MorrowRefactoring the TB_LOG flag for Android builds.
2015-05-29 Erich KeaneRevert "Adding error handling in IP Adapter"
2015-05-29 jw1103.kimAdding error handling in IP Adapter
2015-05-29 hyuna0213.joFix for issue of CA don't check the invalid CAResponseI...
2015-05-29 Erich KeaneImplementation of OICStrcat/OICStrcpy
2015-05-29 Abhishek Sharma[TIZEN][DTLS] Fix broken DTLS build for Tizen
2015-05-28 Joseph MorrowConverting OTA payload for advertisements to JSON packa...
2015-05-27 Moumita RayChanged ampersand '&' to semicolon ';' to concatenate...
2015-05-27 Erich KeaneAdded constructors to trivial struct types used in C++
2015-05-27 Doug HudsonFix broken build for Arduino when UPLOAD=yes.
2015-05-26 Mandeep ShettyAdded support for device discovery at oic/d.
2015-05-26 jihwan.seoreplace 'org_iotivity' with 'org_iotivity_ca' and chang...
2015-05-26 Moumita RayRenamed all references to ‘/oc/core’ to ‘/oic/res’...
2015-05-26 jnashok[Jira] IOT-529, Fix to support multiple IP networks...
2015-05-22 Ossama OthmanCorrected spelling. s/Unitcast/Unicast/g
2015-05-22 k.karthickFixed linking issue when LOGGING=true is enabled
2015-05-21 Charlie LenahanFix darwin/ios build issues
2015-05-21 Harish Kumara MarappaFix for tizen build failure issue.
2015-05-21 YounghyunJooUpdate Doxyfile for generating Primitive Service C...
2015-05-21 jw1103.kimprevent defects resolved (removed not useful code)
2015-05-20 Ossama OthmanRemoved executable bit from non-executable files.
2015-05-20 Mandeep ShettyRemoved duplicate switch case in OCDoResource.
2015-05-20 Mandeep ShettyUpdate sample apps to include platform discovery at...
2015-05-20 Shilpa SodaniAdded unit test for OCResourceResponse.cpp
2015-05-20 Ossama OthmanFixed CAGetNetworkInformation() aggregation problem.
2015-05-20 Ossama OthmanSupport BLE transport in casample program.
2015-05-20 Jay SharmaMerging primitive services(TM, SSM and NM) from android...
2015-05-20 sanjayshSpec Compliance Interface name change.
2015-05-19 Mandeep ShettyFix memory leaks in handling server requests.
2015-05-19 Mandeep ShettyAdded unit tests for OCSetPlatformInfo()
2015-05-19 jnashokFixing Prevent reported issues in Android Sample
2015-05-19 Charlie LenahanRemove unused OC_INIT_FLAG.
2015-05-19 jihwan.seoremove unnecessary code in protocolmessage
2015-05-19 k.karthickResolved merging issues in tizen connectivity build.
2015-05-19 Charlie Lenahanremove unused OCResponseHandle
2015-05-19 Mandeep ShettySpec compliance change to move oc/core/d to oic/p.
2015-05-19 Erich KeaneFix Android build failures, enable random unit tests
2015-05-15 Erich KeaneChanged ServerInstanceID to UUID
2015-05-15 Doug HudsonRemove WiFi and Ethernet connectivity type options...
2015-05-15 vimala.vFixed following Tizen BLE issues
2015-05-15 jnashokRemoving Single/Double underscores at beginning of...
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
next