sensord: check the range of values provided from the client
[platform/core/system/sensord.git] / src / shared /
2017-09-22 kibak.yoonsensord: check the range of values provided from the... 12/151812/2
2017-08-09 kibak.yoonsensord: fix double-free issue 61/143361/1
2017-08-03 kibak.yoonsensord: fix bug with incorrect bit operation 72/142372/1
2017-08-03 kibak.yoonsensord: ternimate sensord instantly when signal is... 71/142371/1
2017-08-03 kibak.yoonsensord: remove excessive sensor log when socket buffer... 47/142347/4
2017-07-21 kibak.yoonsensord: increase timeout time 98/139898/1
2017-07-18 kibak.yoonsensord: remove unused debugging function 14/139314/1
2017-06-15 kibak.yoonsensord: fix bugs with using invalid format in logs 01/134201/1
2017-06-13 kibak.yoonsensord: remove redundant blank lines at the end of... 42/133642/1
2017-06-07 kibak.yoonsensord: add select() before read a data to check wheth... 25/132725/2
2017-05-19 kibak.yoonsensord: remove command when manager/listener/provider... 16/129816/2
2017-05-11 kibak.yoonsensord: add location privilege to location-related... 15/128615/4
2017-05-10 kibak.yoonsensord: fix typo errors about sensor URI 92/128592/2
2017-05-10 kibak.yoonsensord: specify the appropriate sensor type based... 26/128526/5
2017-05-10 kibak.yoonsensord: add privilege part to URI format 25/128525/3
2017-05-02 kibak.yoonsensord: add lazy binding event handler to event loop 34/127934/1
2017-04-28 kibak.yoonsensord: sleep 10 ms instead of 100 ms if socket is... 47/127647/3
2017-04-27 kibak.yoonsensord: check validation of sensor URI to create a... 32/127232/4
2017-04-26 kibak.yoonMerge "sensord: change unclear classes to inner class...
2017-04-25 kibak.yoonsensord: assign a category number to enum of commands 55/126755/3
2017-04-25 kibak.yoonsensord: rename URIs of sensor type and support get_sen... 59/126659/5
2017-04-24 kibak.yoonsensord: add command types/macros for sensor provider 50/126550/4
2017-04-24 kibak.yoonsensord: remove set/get API for the URI of sensor type 46/126546/2
2017-04-20 kibak.yoonsensord: sleep 100ms instead of a very short time 53/126053/2
2017-04-14 kibak.yoonsensord: fix bug with invalid character(!) 57/125257/1
2017-04-13 kibak.yoonsensord: remove unnecessary socket log 79/123679/3
2017-04-13 kibak.yoonsensord: support get_data() API simply 89/125089/1
2017-04-13 kibak.yoonsensord: use underscore(_) instead of dot(.) for URI... 83/125083/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: check privilege everytime for every request 06/124606/4
2017-04-12 kibak.yoonsensord: add tokenize function to sensor::utils 04/124604/2
2017-04-11 kibak.yoonsensord: remove sensor_permission_t from sensor_info 52/123852/2
2017-04-06 kibak.yoonsensord: add physical_sensor/fusion_sensor/external_sen... 01/123601/4
2017-04-05 kibak.yoonsensord: clean up sensor_info class to support URI... 18/123218/3
2017-04-05 kibak.yoonsensord: add util functions to sensor:utils namepsace 90/123190/3
2017-04-05 kibak.yoonsensord: remove build warnings in ipc-utils 75/123175/1
2017-04-05 kibak.yoonsensord: ipc: add ipc_server class 66/123166/1
2017-04-05 kibak.yoonsensord: ipc: add ipc_client class 58/123158/2
2017-04-05 kibak.yoonsensord: ipc: add channel class 57/123157/2
2017-04-05 kibak.yoonsensord: ipc: add message class 14/123114/2
2017-04-05 kibak.yoonsensord: ipc: add event_loop class 01/123101/3
2017-04-05 kibak.yoonsensord: ipc: add socket class 81/123081/5
2017-04-05 kibak.yoonsensord: clean up command-related types and log-related... 67/123067/5
2017-04-04 kibak.yoonsensord: clean up cmake configurations 66/123066/1
2017-04-04 kibak.yoonsensord: change sensord systemd socket files and name 43/123043/3
2017-04-04 kibak.yoonsensord: remove sensor_common.h 34/123034/3
2017-02-28 kibak.yoonsensord: refactoring: remove regacy code 21/114021/2
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
2016-12-13 kibak.yoonsensor: fix return value from false to 0 46/104446/1
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-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: add select before sending the event 12/99912/2
2016-11-30 minsoo kimsensord: set socket_type when connection of client... 11/99911/2
2016-11-30 kibak.yoonsensord: change socket type from stream to seqpacket 10/99910/2
2016-11-30 minsoo kimsensord: create file for macros 05/99905/2
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: change an input value name of set_attri...
2016-09-22 hs81.gosensord: change an input value name of set_attribute... 88/89188/1
2016-09-02 akhilkedia94Face Down Gesture Sensor 11/81911/21
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-07-01 hs81.gosensord: modify enum values for classification 87/77887/1
2016-07-01 kibak.yoonsensord: print errno log when proper errors are returned 19/77719/2
2016-06-21 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 37/75737/1
2016-06-21 kibak.yoonsensord: rename and reorder sensor types 22/75722/1
2016-06-20 kibak.yoonsensord: add new internal sensor types 04/75604/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-05-26 kibak.yoonsensord: remove EVENT_TYPE_SHIFT macro in sensor_log.h 06/71506/3
2016-05-26 kibak.yoonsensord: move deprecated event types to sensor_deprecated.h 37/71337/2
2016-05-24 kibak.yoonsensord: support external sensor feature 61/71161/1
2016-05-24 kibak.yoonsensord: change comment for syncing 60/71160/1
2016-05-24 kibak.yoonsensord: write void explicitly when no parameters allowed 86/71086/1
2016-05-24 kibak.yoonsensord: add/remove useless spaces for code style 76/71076/1
2016-05-23 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 79/70879/2
2016-05-19 kibak.yoonsensord: terminate sensor daemon safely 39/70239/3
2016-05-19 kibak.yoonsensord: set signal fd to poller for knowing what signa... 01/70201/3
2016-05-18 kibak.yoonsensord: put a space after "if" 21/70121/1
2016-05-13 kibak.yoonsensord: enable rotation vector/orientation sensors 58/69058/3
2016-05-10 kibak.yoonsensord: clean up the code detected by style checker 43/68943/4
2016-04-25 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 28/67128/1 accepted/tizen/common/20160427.053748 accepted/tizen/ivi/20160426.103125 accepted/tizen/mobile/20160426.103039 accepted/tizen/tv/20160426.102946 accepted/tizen/wearable/20160426.102903 submit/tizen/20160426.040753
2016-04-14 kibak.yoonsensord: reduce sensor logs which is printed when event... 49/65949/3
2016-04-14 kibak.yoonsensord: declare sensor types by using macro for conver... 44/65944/3
2016-04-08 kibak.yoonsensord: change the max available interval until 255... 84/65284/2
2016-04-08 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 38/65238/1 accepted/tizen/common/20160408.185536 accepted/tizen/ivi/20160408.105200 accepted/tizen/mobile/20160408.105104 accepted/tizen/tv/20160408.105123 accepted/tizen/wearable/20160408.105139 submit/tizen/20160408.063044
2016-04-07 kibak.yoonsensord: add internal sensor types 28/65028/1
2016-04-06 kibak.yoonsensord: add the checking EAGAIN while the data is... 64/64864/2
2016-04-05 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 99/64699/1
2016-04-04 kibak.yoonsensord: replace 0x% with %# 30/64630/1
2016-04-01 kibak.yoonsensord: hal: splite sensor_hal.h into sensor_hal inter... 14/64514/1
2016-04-01 kibak.yoonsensord: redefine _ERRNO macro to use easily 71/64471/2
2016-03-24 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 04/63504/1 accepted/tizen/common/20160324.173054 accepted/tizen/ivi/20160324.131328 accepted/tizen/mobile/20160324.132509 accepted/tizen/tv/20160324.132358 accepted/tizen/wearable/20160324.132336 submit/tizen/20160324.083530
2016-03-24 kibak.yoonsensord: remove the error log that is not error actually 00/63500/1
2016-03-21 kibak.yoonMerge branch 'devel/tizen_3.0' into tizen 52/62952/1 accepted/tizen/common/20160322.145625 accepted/tizen/ivi/20160322.003104 accepted/tizen/mobile/20160322.003013 accepted/tizen/tv/20160322.003030 accepted/tizen/wearable/20160322.003045 submit/tizen/20160321.103327
next