Add initial code for GTest
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-lib /
2017-10-10 saerome kimFix resource leak : 23614 19/154519/1 accepted/tizen/unified/20171011.070005 submit/tizen/20171010.112852
2017-09-29 saerome kimMerge "Fix Prevent issue WGID : 36901" into tizen accepted/tizen/unified/20170929.082113 submit/tizen/20170929.023158
2017-09-28 jh8801.jungFix Prevent issue WGID : 36901 57/153557/1
2017-09-21 saerome kim[WGID-279204] Fix a potential memory leak problem 82/151482/1 accepted/tizen/unified/20170922.065223 submit/tizen/20170921.063233
2017-09-14 jh8801.jungApply coding rule (BRC_M_EUS, SPC_M_OPR, SPC_M_KWD) 48/149148/2 accepted/tizen/unified/20170914.065506 submit/tizen/20170914.012205
2017-06-07 saerome kimRemove codes to copy license files manually. 51/132751/1 accepted/tizen/4.0/unified/20170816.012832 accepted/tizen/4.0/unified/20170828.223559 accepted/tizen/unified/20170608.072539 submit/tizen/20170607.105119 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100003
2017-05-12 Jiwan KimFix build issue on 64bit environment 36/128936/1 accepted/tizen/unified/20170512.165529 submit/tizen/20170512.061224 tizen_4.0.m1_release
2017-05-11 Jiwan KimFix svace issues submit/tizen/20170512.045637
2017-05-11 Jiwan KimFix to follow coding convention
2017-05-11 Jiwan KimFix a bug on zb_zcl_identify_query()
2017-05-11 Jiwan KimSupport asynchronous plugin initializer
2017-05-11 Jiwan KimChange 'disable' method logic
2017-05-11 Jiwan KimChange 'enable' method to async operation
2017-05-11 Jiwan KimFix issues for Group cluster
2017-05-11 Jiwan KimFix SVace warnings
2017-05-11 saerome.kimChange signal / method name
2017-05-11 saerome kimFix a segmentation fault error when calling read_attrib...
2017-05-11 Jiwan KimRemove warning related signedness
2017-05-11 Jiwan KimImplement ZCL Global control
2017-05-11 Jiwan KimImplement ZDO Dev control
2017-05-11 saerome kimImpelement Custom cluster
2017-05-11 saerome kimImplement ZDO Bind cluster
2017-05-11 saerome kimImplement ZCL Thermostat cluster
2017-05-11 saerome kimImplement ZCL Scene cluster
2017-05-11 saerome kimImplement ZCL Poll Control cluster
2017-05-11 saerome kimImplement ZCL Level Control cluster
2017-05-11 saerome kimImplement ZCL Identify Cluster
2017-05-11 saerome.kimImplement ZCL IAS Zone Cluster
2017-05-11 saerome kimImplement ZCL Group cluster
2017-05-11 saerome kimImplement ZCL Color Control Cluster
2017-05-11 Jiwan KimImplement ZCL OnOff Cluster
2017-05-11 saerome kimImplement ZCL Basic Cluster
2017-05-11 saerome kimImplement ZCL Alarm Cluster
2017-05-11 Jiwan KimImplementation for service methods
2017-05-11 Jiwan KimFix handling GVariant byte array
2017-05-11 Jiwan KimFix gvariant string
2017-05-11 saerome.kimRestore GDBus API from async to sync.
2017-05-11 Jiwan KimAdd logic to handle notification and response
2017-05-11 saerome.kimFix a bug
2017-05-11 Suresh Kumar NAdd notification handling framework
2017-05-11 Jiwan KimFix some missing function flow
2017-05-11 saerome.kimFix bugs
2017-05-11 saerome kimRename type definiton file to following Zigbee specific...
2017-05-11 saerome.kimChagne DBus object name following Zigbee Specification
2017-05-11 saerome kimFix build error on plugin build
2017-05-11 Suresh Kumar NAdd driver API to fetch request data
2017-05-11 Suresh Kumar NAdding service interface layer logic for request processing
2017-05-11 Suresh Kumar NImplementing request & response logic
2017-05-11 Suresh Kumar NImplement module dispatcher functions
2017-05-11 Suresh Kumar NAdded deep copy logic for request data
2017-05-11 Suresh Kumar NRequest ID (skeleton)
2017-05-11 Suresh Kumar NAdd module APIs in zigbee-lib
2017-05-11 Suresh Kumar NBase patch (skeleton code)