index
:
platform/core/iot/iotcon
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
devel/app/ptc_test_app
devel/notification
devel/test_app
devel/tizen
master
sandbox/dkson95/gcc6
tizen
tizen_3.0
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: Network & Connectivity / IoT Connectivity;
Pyun DoHyun <dh79.pyun@samsung.com>, Taesoo Jun <steve.jun@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-30
modify discovery APIs for using query
youngman
16
-108
/
+234
2016-08-25
modify default setting of svr db (random pin -> justworks)
youngman
1
-18
/
+17
2016-08-22
remove unused code in ic-log.h
submit/tizen/20160824.100342
accepted/tizen/wearable/20160825.001221
accepted/tizen/tv/20160825.001204
accepted/tizen/mobile/20160825.001145
accepted/tizen/ivi/20160825.001234
accepted/tizen/common/20160824.155219
youngman
1
-20
/
+2
2016-08-19
Add codes for OC_STACK_RESOURCE_CHANGED
youngman
4
-4
/
+7
2016-08-18
remove unused variable
submit/tizen/20160818.093637
accepted/tizen/wearable/20160819.063411
accepted/tizen/tv/20160819.063424
accepted/tizen/mobile/20160819.063433
accepted/tizen/ivi/20160819.063440
accepted/tizen/common/20160818.144653
youngman
1
-2
/
+1
2016-08-18
Modify default cbor binary
youngman
1
-146
/
+195
2016-08-18
convert "resource changed" to "result ok"
youngman
1
-0
/
+1
2016-08-18
modify logic of deregister observe
youngman
1
-3
/
+0
2016-08-18
Apply security to test program
youngman
3
-1
/
+1
2016-08-18
fix typing error of test program
youngman
2
-2
/
+2
2016-08-16
fix violations of coding rule
Youngjae Shin
2
-2
/
+2
2016-08-16
Remove no effect code
youngman
1
-1
/
+1
2016-08-16
update version 0.3.0
Youngjae Shin
1
-1
/
+1
2016-08-11
Set device info when init
submit/tizen/20160811.073905
accepted/tizen/wearable/20160811.090041
accepted/tizen/tv/20160811.090024
accepted/tizen/mobile/20160811.090007
accepted/tizen/ivi/20160811.090055
accepted/tizen/common/20160812.140829
youngman
1
-0
/
+10
2016-08-11
Memo error number
youngman
1
-0
/
+16
2016-08-10
revise provisioning tool API
youngman
8
-1114
/
+1377
2016-08-04
Modify for IoTivity 1.1.1
youngman
3
-132
/
+196
2016-08-02
Fix build problem
sung.goo.kim
1
-3
/
+3
2016-07-26
ceanup source code.
Youngjae Shin
83
-1132
/
+1125
2016-07-13
connectivity_type validation check when creating remote resource
Donghee Ye
2
-1
/
+6
2016-07-12
Merge "Fix doxygen errta" into tizen
Sunggoo Kim
5
-18
/
+18
2016-07-12
Set owned flag when after register
sung.goo.kim
1
-0
/
+2
2016-07-12
Fix doxygen errta
Donghee Ye
5
-18
/
+18
2016-07-11
fix for tizen coding style and remove unnecessary including
Youngjae Shin
2
-3
/
+1
2016-07-07
Fix iotcon_provisioning_devices_add_device bug
sung.goo.kim
2
-2
/
+1
2016-07-07
modify naming of "set randompins cb" function
youngman
2
-12
/
+12
2016-07-01
Add API for checking whether a device is owned
youngman
5
-0
/
+30
2016-07-01
Add Readme related provisioning tool
youngman
2
-1
/
+214
2016-07-01
change unowned device to owned device when registered
youngman
3
-7
/
+13
2016-06-28
update version 0.2.2
submit/tizen/20160628.100126
accepted/tizen/wearable/20160629.021042
accepted/tizen/tv/20160629.021035
accepted/tizen/mobile/20160629.021053
accepted/tizen/ivi/20160629.021028
accepted/tizen/common/20160628.141714
Youngjae Shin
1
-1
/
+1
2016-06-28
check svr db file in iotcon_initialize()
youngman
1
-4
/
+3
2016-06-28
Modify platform_id from tizen_id to device_name(tizen_id)
sung.goo.kim
2
-8
/
+17
2016-06-28
check init
youngman
6
-185
/
+402
2016-06-28
Move position of cond_polling_init()
sung.goo.kim
2
-6
/
+9
2016-06-28
Fix register_unowned_device bug
sung.goo.kim
1
-1
/
+1
2016-06-27
update version 0.2.1
submit/tizen/20160627.095054
Youngjae Shin
1
-1
/
+1
2016-06-23
seperate out return values of provisioning API
youngman
6
-32
/
+34
2016-06-24
Fix internal API(security) bugs
sung.goo.kim
2
-5
/
+17
2016-06-23
update version : 0.2.0
submit/tizen/20160622.235853
accepted/tizen/wearable/20160623.123250
accepted/tizen/tv/20160623.123230
accepted/tizen/mobile/20160623.123221
accepted/tizen/ivi/20160623.123307
accepted/tizen/common/20160623.154131
Youngjae Shin
1
-1
/
+1
2016-06-22
Add APIs for provisioning tool
youngman
20
-30
/
+2629
2016-06-22
Fix wrong value of svr_db
sung.goo.kim
1
-2
/
+2
2016-06-21
Generate cbor file automatically
sung.goo.kim
4
-2
/
+248
2016-06-20
Remove iotcon_secure_initialize
sung.goo.kim
11
-90
/
+24
2016-06-17
update version : 0.1.6
submit/tizen/20160617.045901
accepted/tizen/wearable/20160617.084335
accepted/tizen/tv/20160617.084144
accepted/tizen/mobile/20160617.084327
accepted/tizen/ivi/20160617.084258
accepted/tizen/common/20160617.121754
Youngjae Shin
1
-1
/
+1
2016-06-14
Modify return type of iotcon_found_resource/device_info/platform_info_cb
sung.goo.kim
12
-142
/
+223
2016-06-14
change the locaiton of callback
Youngjae Shin
3
-3
/
+14
2016-06-15
add error check for OCRepPayloadCreate()
youngman
1
-0
/
+4
2016-06-09
revise the deinit funciton
Youngjae Shin
3
-4
/
+7
2016-06-09
update version : 0.1.5
submit/tizen/20160609.000822
accepted/tizen/wearable/20160609.034237
accepted/tizen/tv/20160609.034203
accepted/tizen/mobile/20160609.034249
accepted/tizen/ivi/20160609.034152
Youngjae Shin
1
-1
/
+1
2016-06-09
Fix polling interval
sung.goo.kim
1
-2
/
+2
[prev]
[next]