[Tizen 5.0] Sensord: Fix memory leak
[platform/core/system/sensord.git] / src / client /
2018-10-31 randeep singhMerge "Heap corruption fixed" into tizen
2018-10-25 SudiptoHeap corruption fixed 34/191934/1
2018-08-14 randeep singhMerge "[Non-ACR][Fix for TFIVE-11871]" into tizen
2018-06-28 Aditya Raj [Non-ACR][Fix for TDAF-350 & TDAF-359] 96/182896/1
2017-12-04 kibak.yoonsensord: fix memory allocation to set string attribute... 15/162115/5
2017-12-04 kibak.yoonsensord: return proper error value 13/162113/3
2017-12-04 kibak.yoonsensord: allocate buf memory for string attribute 18/161618/4
2017-10-25 kibak.yoonMerge branch 'devel/tizen' into tizen 45/157545/1 accepted/tizen/unified/20171107.145639 submit/tizen/20171025.051307 submit/tizen/20171106.090719
2017-10-16 kibak.yoonsensord: check if the event value is a valid number 89/155689/3
2017-10-13 kibak.yoonMerge branch 'devel/tizen' into tizen 73/155573/1 accepted/tizen/unified/20171016.064443 submit/tizen/20171013.144027
2017-10-13 kibak.yoonsensor: check if the event value is NaN 72/155572/1
2017-09-22 kibak.yoonMerge branch 'devel/tizen' into tizen 75/151875/1 accepted/tizen/unified/20170925.071404 submit/tizen/20170922.093245
2017-09-22 kibak.yoonsensord: check the range of values provided from the... 12/151812/2
2017-09-22 kibak.yoonsensord: limit the maximum number of listeners per... 11/151811/1
2017-08-11 kibak.yoonMerge branch 'devel/tizen' into tizen 00/143700/1 accepted/tizen/4.0/unified/20170829.020123 accepted/tizen/unified/20170811.133354 submit/tizen/20170811.045847 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004
2017-08-11 kibak.yoonsensord: add log messages 14/143614/3
2017-06-15 kibak.yoonMerge branch 'devel/tizen' into tizen 04/134204/1 accepted/tizen/unified/20170615.234803 submit/tizen/20170615.081748
2017-06-15 kibak.yoonsensord: fix bugs with using invalid format in logs 01/134201/1
2017-05-19 kibak.yoonMerge branch 'devel/tizen' into tizen 80/130080/1 accepted/tizen/unified/20170519.200727 submit/tizen/20170519.104555 tizen_4.0.m1_release
2017-05-19 kibak.yoonsensord: remove command when manager/listener/provider... 16/129816/2
2017-05-16 kibak.yoonMerge branch 'devel/tizen' into tizen 37/129437/1 accepted/tizen/unified/20170516.180112 submit/tizen/20170516.115454
2017-05-16 kibak.yoonsensord: rename set_interval_cb to interval_changed_cb 03/129403/1
2017-05-10 kibak.yoonMerge branch 'devel/tizen' into tizen 04/128604/1 accepted/tizen/unified/20170510.183808 submit/tizen/20170510.123758
2017-05-10 kibak.yoonsensord: add privilege part to URI format 25/128525/3
2017-05-10 kibak.yoonsensord: remove useless privilege and macros 22/128522/1
2017-05-10 kibak.yoonsensord: seperate socket channel for command and monitor 29/128429/1
2017-05-02 kibak.yoonsensord: add lazy binding event handler to event loop 35/127935/1 accepted/tizen/unified/20170502.170157 submit/tizen/20170502.114827
2017-05-02 kibak.yoonsensord: add lazy binding event handler to event loop 34/127934/1
2017-04-27 kibak.yoonMerge branch 'devel/tizen' into tizen 96/127396/1
2017-04-27 kibak.yoonsensord: check validation of sensor URI to create a... 32/127232/4
2017-04-26 kibak.yoonsensord: add NULL check when callbacks is called 93/127193/4
2017-04-26 kibak.yoonsensord: change return type from bool to int for checki... 94/127094/2
2017-04-26 kibak.yoonMerge "sensord: change unclear classes to inner class...
2017-04-25 kibak.yoonsensord: change unclear classes to inner class 27/126927/2
2017-04-25 kibak.yoonsensord: rename URIs of sensor type and support get_sen... 59/126659/5
2017-04-24 kibak.yoonsensord: initialize class members of sensor_provider_ha... 32/126632/1
2017-04-24 kibak.yoonsensord: add internal API to get URI of sensor 31/126631/1
2017-04-24 kibak.yoonsensord: implement URI-based and provider internal... 53/126553/4
2017-04-24 kibak.yoonsensord: detect that a sensor is added or removed in... 52/126552/4
2017-04-24 kibak.yoonsensord: add sensor_provider for app-level sensor 51/126551/4
2017-04-24 kibak.yoonsensord: add skeleton APIs for sensor provider 19/126519/4
2017-04-14 kibak.yoonMerge branch 'devel/tizen' into tizen 73/125273/1 accepted/tizen/unified/20170414.164053 submit/tizen/20170414.093412
2017-04-13 kibak.yoonsensord: separate channel for event and command 88/125088/1
2017-04-13 kibak.yoonsensord: use int32_t instead size_t 85/125085/1
2017-04-13 kibak.yoonsensord: return the appropriate error 84/125084/1
2017-04-12 kibak.yoonsensord: fix warnings detected from static analysis 89/124689/5
2017-04-12 kibak.yoonsensord: rename information list/map properly 18/124618/3
2017-04-12 kibak.yoonsensord: fix to return approprivate error 13/124613/2
2017-04-12 kibak.yoonsensord: check privilege everytime for every request 06/124606/4
2017-04-12 kibak.yoonsensord: remove sensor_permission_t in the sensord 02/124602/1
2017-04-11 kibak.yoonsensor: remove a bad way for hiding sensor handle 55/123855/2
2017-04-11 kibak.yoonsensord: check URI to find the matched sensor 56/124556/1
2017-04-05 kibak.yoonsensord: implement sensor_listener class for clients 87/123287/2
2017-04-05 kibak.yoonsensord: implement sensor_manager class for clients 61/123261/6
2017-04-05 kibak.yoonsensor: api: implement internal api using classes 46/123246/5
2017-04-05 kibak.yoonsensord: api: add skeleton code of internal apis 24/123224/3
2017-02-28 kibak.yoonsensord: refactoring: remove regacy code 21/114021/2
2017-01-03 kibak.yoonMerge branch 'devel/tizen' into tizen 53/108153/1
2017-01-03 Mu-Woong LeeRemove profile build dependency 38/108038/5
2017-01-02 Mu-Woong LeeMerge branch 'tizen_3.0' into devel/tizen 71/107971/1
2017-01-02 kibak.yoonsensord: add dummy api library for tv profile 39/107939/3
2016-12-06 kibak.yoonMerge branch 'devel/tizen' into tizen_3.0 54/102454/1 accepted/tizen/3.0/common/20161207.194152 accepted/tizen/3.0/ivi/20161207.010558 accepted/tizen/3.0/mobile/20161207.010452 accepted/tizen/3.0/tv/20161207.010529 accepted/tizen/3.0/wearable/20161207.010542 submit/tizen_3.0/20161205.094941
2016-12-06 kibak.yoonsensord: install required header files instead of all... 51/102451/1
2016-12-02 kibak.yoonMerge branch 'devel/tizen' into tizen_3.0 13/101913/1
2016-12-02 kibak.yoonMerge branch 'devel/tizen' into tizen 08/101908/1
2016-11-30 kibak.yoonsensord: change file permission to remove execute permi... 06/99906/2
2016-11-30 kibak.yoonsensord: add internal sensor types 39/99939/2
2016-11-30 kibak.yoonsensord: change variable name of attribute-related... 37/99937/2
2016-11-30 kibak.yoonsensord: change socket type from stream to seqpacket 10/99910/2
2016-11-30 hs81.gosensord: remove an useless event suffix name 07/99907/2
2016-11-11 kibak.yoonMerge branch 'devel/tizen' into tizen 21/97021/1 accepted/tizen/common/20161114.170839 accepted/tizen/ivi/20161114.004642 accepted/tizen/mobile/20161114.004515 accepted/tizen/tv/20161114.004549 accepted/tizen/wearable/20161114.004612 submit/tizen/20161111.035040
2016-11-11 kibak.yoonsensord: change log level from error to warning for... 20/97020/1 accepted/tizen/3.0/common/20161116.143750 accepted/tizen/3.0/ivi/20161116.022722 accepted/tizen/3.0/mobile/20161116.022557 accepted/tizen/3.0/tv/20161116.022627 accepted/tizen/3.0/wearable/20161116.022649 submit/tizen_3.0/20161111.035059 submit/tizen_3.0/20161115.054155
2016-11-09 kibak.yoonsensord: change log level from error to warning for... 35/96535/4
2016-09-28 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 28/90028/1 accepted/tizen/3.0/ivi/20161011.062327 accepted/tizen/3.0/mobile/20161015.034142 accepted/tizen/3.0/tv/20161016.005732 accepted/tizen/3.0/wearable/20161015.084055 accepted/tizen/common/20160928.164057 accepted/tizen/ivi/20160929.081006 accepted/tizen/mobile/20160929.080924 accepted/tizen/tv/20160929.080956 accepted/tizen/wearable/20160929.080946 submit/tizen/20160928.053031 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000006 submit/tizen_3.0_mobile/20161015.000006 submit/tizen_3.0_tv/20161015.000005 submit/tizen_3.0_wearable/20161015.000005
2016-09-28 Mu-Woong LeeMerge "sensord: fix socket issue when client cannot...
2016-09-28 Mu-Woong LeeMerge "sensord: change an input value name of set_attri...
2016-09-28 Mu-Woong LeeMerge "sensord: fix the problem that attribute is not...
2016-09-28 Mu-Woong LeeMerge "sensord: change the default axis policy from...
2016-09-23 kibak.yoonsensord: fix socket issue when client cannot receive... 89/89189/2
2016-09-22 hs81.gosensord: change an input value name of set_attribute... 88/89188/1
2016-09-22 kibak.yoonsensord: fix the problem that attribute is not restored... 86/89186/1
2016-09-22 kibak.yoonsensord: change the default axis policy from DEVICE_ORI... 83/89183/1
2016-07-01 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 82/77482/3 accepted/tizen/common/20160706.142207 accepted/tizen/ivi/20160706.082614 accepted/tizen/mobile/20160706.082522 accepted/tizen/tv/20160706.082512 accepted/tizen/wearable/20160706.082451 submit/tizen/20160705.060431 submit/tizen/20160706.022032
2016-06-29 kibak.yoonsensord: clean up switch-case statement if attribute... 79/77279/1
2016-06-22 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 26/76026/1 accepted/tizen/common/20160627.191141 accepted/tizen/ivi/20160623.121114 accepted/tizen/mobile/20160623.121001 accepted/tizen/tv/20160623.121041 accepted/tizen/wearable/20160623.121057 submit/tizen/20160622.045445
2016-06-22 kibak.yoonsensord: fix the bug which converts wrong pause policy 22/76022/1
2016-06-21 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 37/75737/1
2016-06-20 kibak.yoonsensord: change sensor axis policy by using attribute... 03/75603/1
2016-06-20 kibak.yoonsensord: restore attributes after sensor daemon is... 01/75601/1
2016-06-20 kibak.yoonsensord: support the passive mode which listens sensor... 00/75600/1
2016-06-20 kibak.yoonsensord: change to use is_started() instead of using... 99/75599/1
2016-06-20 kibak.yoonsensord: move operate_sensor function to sensor_client_info 98/75598/1
2016-06-20 kibak.yoonsensord: rename option to pause policy 97/75597/1
2016-06-20 kibak.yoonsensord: support attribute interface & clean up option 96/75596/1
2016-06-01 kibak.yoonsensord: rename return variables from err to ret 08/72508/1
2016-05-26 kibak.yoonsensord: fix double free problem after the allocation... 15/71515/2
2016-05-26 kibak.yoonsensord: remove unused APIs 08/71508/2
2016-05-26 kibak.yoonsensord: remove EVENT_TYPE_SHIFT macro in sensor_log.h 06/71506/3
2016-05-26 kibak.yoonsensord: add power save vconf for syncing with tizen 2.3 06/71306/3
2016-05-24 kibak.yoonsensord: support external sensor feature 61/71161/1
next