platform/core/iot/iotcon.git
2015-12-10 sung.goo.kimFix FC when cloning representation accepted/tizen/common/20151222.101824 accepted/tizen/mobile/20151211.054737 accepted/tizen/tv/20151211.061852 accepted/tizen/wearable/20151211.060632 submit/tizen/20151211.022950 submit/tizen_common/20151211.023048
2015-12-10 sung.goo.kimAdd privilege for caching/monitoring API
2015-12-10 sung.goo.kimAdd out-param null check
2015-12-08 Youngjae Shincheck and apply coding rule
2015-12-07 youngmanfix the problem when structures are destoried, repeatedly accepted/tizen/mobile/20151207.123349 accepted/tizen/tv/20151207.123404 accepted/tizen/wearable/20151207.123422 submit/tizen/20151207.045529
2015-12-07 youngmanAdd timeout for discovery handle
2015-12-07 youngmanfix stop encapsulation problem
2015-12-07 sung.goo.kimAdd smack rule for run in emulator
2015-12-07 youngmanExplain set of enum concretely
2015-12-07 sung.goo.kimRemove invalid doxygen
2015-11-30 youngmanmodify "is_observable->properties", & remove tizen_info accepted/tizen/mobile/20151201.031626 accepted/tizen/tv/20151201.031650 accepted/tizen/wearable/20151201.031713 submit/tizen/20151130.235229
2015-11-30 Minchul Leefix bug : can't parse the representation having state...
2015-11-30 youngmanMove monitoring & caching logic to daemon
2015-11-30 sung.goo.kimApply comments (doxygen)
2015-11-20 sung.goo.kimRemove iotcon_representation_del_state, Rename iotcon_r...
2015-11-20 sung.goo.kimRename API (iotcon_state_set_xxx -> iotcon_state_add_xxx)
2015-11-20 sung.goo.kimFix internal logic
2015-11-20 sung.goo.kimAdd smack rules for bt/wifi
2015-11-19 Youngjae Shinrevise spec file
2015-11-19 sung.goo.kimRevise enumerations
2015-11-19 Minchul Leefix prevent 482199 ~ 488631
2015-11-19 sung.goo.kimFix state bug
2015-11-19 youngmanSet monitoring/caching time interval, internally.
2015-11-19 Youngjae Shincleanup spec file
2015-11-19 youngmanAdd Test Program Readme
2015-11-19 sung.goo.kimAdd example on doxygen
2015-11-19 youngmanAllow multiple presence
2015-11-19 Youngjae Shinrevise header hierarchy
2015-11-19 sung.goo.kimFix observe API (set_notify_cb -> observe_register)
2015-11-19 Youngjae Shinrevise spec file
2015-11-19 youngmanCombine Service & Lib pkg
2015-11-19 youngmanmodify server-side test
2015-11-19 sung.goo.kimFix enum (IOTCON_OBSERVE -> IOTCON_OBSERVE_IGNORE_OUT_O...
2015-11-19 youngmansend empty representation
2015-11-19 youngmanAllow various connectivity(IPv4, IPv6, BT_EDR)
2015-11-19 youngmanRearrange CRUDN methods in "iotcon-test-basic"
2015-11-19 sung.goo.kimAdd iotcon_remote_resource_get_options API
2015-11-19 sung.goo.kim(ACR) Apply comments
2015-11-19 sung.goo.kimFix doxygen hierarchy (repr>state>list)
2015-11-10 sung.goo.kimFix API name (set_header_options -> set_options)
2015-11-10 sung.goo.kimFix API name (observer_id/action -> observe_id/action)
2015-11-10 sung.goo.kimApply comments about parameter type (integer -> enum)
2015-11-10 youngmanModify terms related to signal
2015-11-10 sung.goo.kim(ACR) Apply comments
2015-11-10 sung.goo.kimFix memory leak (Overwrite repr without destroy)
2015-11-10 youngmanHandling optional platform information
2015-11-10 sung.goo.kimFix build error (recover IOTCON_OBSERVE_NO_OPTION)
2015-11-10 sung.goo.kimApply response_cb API changes on sample code
2015-11-10 sung.goo.kimConvert enumeration between iotcon and iotivity
2015-11-10 sung.goo.kimUnsubscribe signal on timeout callback
2015-11-10 sung.goo.kimRevise resource_type/uri on sample code
2015-11-10 youngmanRemove unnecessary constants
2015-11-10 sung.goo.kimRevise file names
2015-11-05 youngmanModify monitoring logic
2015-11-05 youngman(ACR) Modify Presence API
2015-11-05 sung.goo.kim(fix bug) free handle regardless of dbus connection
2015-11-05 youngmanModify API naming (iotcon_query_get_resource_types)
2015-11-05 sung.goo.kim(ACR) Add doxygen for asynchronous API
2015-11-05 sung.goo.kim(ACR) Apply comments about xxx_foreach API
2015-11-05 sung.goo.kim(ACR) Apply doxygen comments
2015-11-05 sung.goo.kimReplace from stdbool.h to tizen_type.h
2015-11-03 youngmanAdd resource type rule
2015-11-03 youngmanUse iotivity.pc
2015-11-03 sung.goo.kim(ACR) Remove iotcon_notimsg_h
2015-11-03 Minchul Leefix an error for tizen version checking
2015-11-03 sung.goo.kim(ACR) Apply comments about resource_is_observable API...
2015-11-03 sung.goo.kim(ACR) Integrate remote_resource_crud/observe_cb
2015-11-03 sung.goo.kimFix build error
2015-11-03 sung.goo.kim(ACR) iotcon_open/close->connect/disconnect
2015-11-03 sung.goo.kimRegister device/platform info when starting daemon
2015-11-03 sung.goo.kim(ACR) Change API name : iotcon_get_xxx -> iotcon_reques...
2015-11-03 sung.goo.kim(ACR) Chagne API name : observe_start/stop -> start...
2015-11-03 sung.goo.kim(ACR) Add iotcon_get_timeout API
2015-11-03 sung.goo.kim(ACR) Change response_result type (integer -> enum)
2015-11-03 sung.goo.kimdon't call cached_repr_changed_cb if not changed
2015-11-03 youngman(ACR) Modify Document
2015-11-03 youngmanAdd connectivity type
2015-11-03 sung.goo.kim(ACR) Add iotcon_request_get_host_address API
2015-11-03 youngmanResource Encapsulation
2015-11-03 sung.goo.kim(ACR) Add query_get/set_interface/resource_types
2015-11-03 youngman(ACR) Specify Input parameter data type, clearly
2015-11-03 sung.goo.kim(ACR) Add timeout error on asynchronous APIs
2015-11-03 youngmanRemove smack label of dbus service & fix permission...
2015-11-03 youngman(ACR) Remove iotcon_request_get_uri_path()
2015-11-03 sung.goo.kim(ACR) Change from iotcon_remote_resource_ref to iotcon_...
2015-11-03 sung.goo.kim(ACR) remove set_device/platform_info API, hide start...
2015-11-03 sung.goo.kim(Bug) Removed wrong error message when destroying resource
2015-11-03 sung.goo.kim(bug) invalid if statement
2015-11-03 youngmanAdd Tizen Info Handling API
2015-11-03 sung.goo.kim(ACR) Integrate notify_list and notify_all
2015-11-03 sung.goo.kim(ACR) Classify IOTCON_ERROR_IOTIVITY
2015-11-03 youngman(ACR) device info / platform info handle
2015-11-03 youngman(ACR) Modify the handle and API naming for resource...
2015-11-03 sung.goo.kim(ACR) Integrate iotcon_state_del_xxx -> iotcon_state_del
2015-11-03 sung.goo.kim(ACR) Integrate iotcon_list_del_nth_xxx -> iotcon_list_...
2015-11-03 sung.goo.kim(ACR) Rename sid -> device_id
2015-11-03 youngmanAlways restart iotcon-daemon
2015-11-03 Youngjae Shinrevise
2015-11-03 Sangkwan Leefix prevent 482200 ~ 482217
2015-11-03 Youngjae Shinfix rpm warning
next