Change the order of the member variables of rv_sensor to fix a build warning
[platform/core/system/sensord.git] / src / server /
2016-09-06 Mu-Woong LeeFix the external sensor worker to handle NULL payload... 10/87010/2
2016-09-02 akhilkedia94Face Down Gesture Sensor 11/81911/21
2016-08-25 akhilkedia94Gyroscope RV Sensor 76/84076/7
2016-08-25 akhilkedia94Magnetic RV Sensor 74/84074/6
2016-08-24 akhilkedia94Rotation Vector Sensor 39/83639/7
2016-06-29 kibak.yoonsensord: fix wrong log in case of setting batch latency 81/77281/2
2016-06-29 kibak.yoonsensord: remove unused sensor_config sources 80/77280/2
2016-06-20 kibak.yoonsensord: set to UINT_MAX batch count when there is... 02/75602/1
2016-06-20 kibak.yoonsensord: rename option to pause policy 97/75597/1
2016-06-08 kibak.yoonsensord: store unknown rotation event when auto_rotatio... 87/73387/1
2016-06-01 kibak.yoonsensord: fix comments properly about getting sensor... 09/72509/1
2016-06-01 kibak.yoonsensord: rename return variables from err to ret 08/72508/1
2016-05-30 kibak.yoonsensord: fix to not loading sensor which is already... 68/72068/1
2016-05-26 kibak.yoonsensord: clean up permission_checker for syncing with... 09/71509/3
2016-05-26 kibak.yoonsensord: change error log macro from ERR to _E for... 05/71505/3
2016-05-26 kibak.yoonsensord: add null check when sensor event is pushed... 04/71504/2
2016-05-26 kibak.yoonsensord: initialize dbus when sensord is launched 03/71503/2
2016-05-26 kibak.yoonsensord: fix build warning because of using g_type_init() 38/71338/2
2016-05-25 kibak.yoonsensord: terminate sensord if there is no sensor 12/70412/2
2016-05-24 kibak.yoonsensord: support external sensor feature 61/71161/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.yoonsensord:fix compiler warnings due to the comparison... 78/70878/2
2016-05-19 kibak.yoonsensord: set cynara configuration for cache size 44/70244/4
2016-05-19 kibak.yoonsensord: terminate sensor daemon safely 39/70239/3
2016-05-19 kibak.yoonsensord: change raw pointer to shared pointer for manag... 02/70202/3
2016-05-19 kibak.yoonsensord: set signal fd to poller for knowing what signa... 01/70201/3
2016-05-19 kibak.yoonsensord: add stop() in event_dispatcher thread 00/70200/2
2016-05-19 kibak.yoonsensord: add log message in destructor of sensors 99/70199/2
2016-05-19 kibak.yoonsensord: add lock in permission_checker functions 98/70198/2
2016-05-19 kibak.yoonsensord: add a newline for code readability 97/70197/2
2016-05-18 kibak.yoonsensord: check whether client list is empty or not... 96/70196/1
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-14 kibak.yoonsensord: reduce sensor logs which is printed when event... 49/65949/3
2016-04-05 kibak.yoonsensord: change default return value to true for additi... 39/64739/1
2016-04-04 kibak.yoonsensord: replace 0x% with %# 30/64630/1
2016-04-04 kibak.yoonsensord: change static function to member function... 79/64579/1
2016-04-01 kibak.yoonsensord: set calibration at booting time if cal_node... 31/64531/1
2016-04-01 kibak.yoonsensord: fix the memory leak when get_data is failed 29/64529/1
2016-04-01 kibak.yoonsensord: remove unused variable 19/64519/1
2016-04-01 Mu-Woong Leesensor_base: add sensor event data caching for sync... 18/64518/1
2016-04-01 Mu-Woong Leesensord: in similar with the interval, sensor attribute... 16/64516/1
2016-04-01 kibak.yoonsensord: skip the get_data process when there are some... 15/64515/1
2016-04-01 kibak.yoonsensord: hal: splite sensor_hal.h into sensor_hal inter... 14/64514/1
2016-04-01 kibak.yoonsensord: add the comments for logic 13/64513/1
2016-04-01 kibak.yoonsensord: check whether the data is valid or not 12/64512/1
2016-04-01 Mu-Woong Leepoller: continue to handle remaining events even if... 09/64509/1
2016-04-01 Mu-Woong Leesensor_base: add data length parameter to on_event() 08/64508/1
2016-04-01 kibak.yoonsensord: close handles in sensor_loader destructor 07/64507/1
2016-04-01 Mu-Woong Leesensor_base: modify get_timestamp() to protected functions 02/64502/1
2016-04-01 kibak.yoonsensord: change the default return value to true 83/64483/2
2016-04-01 kibak.yoonsensord: redefine _ERRNO macro to use easily 71/64471/2
2016-03-31 Mu-Woong LeeMerge "sensord: rename sensord_get_sensor_*_ex() APIs...
2016-03-30 kibak.yoonsensord: raise SIGKILL when sensord receive SIGTERM 93/64093/3
2016-03-30 kibak.yoonsensord: fix the bug that it releases static variable 94/64094/3
2016-03-29 kibak.yoonsensord: fix the bug about checking 0 although sensor_i... 47/64047/1
2016-03-28 Mu-Woong Leeget: increase the polling duration limit for sync read 60/63760/2
2016-03-25 kibak.yoonsensord: remove the unnecessary checking code 05/63705/1
2016-03-25 kibak.yoonsensord: send permission-needed sensor information... 80/63680/1
2016-03-17 kibak.yoonsensord: [Svace] change strerror to strerror_r 88/62688/2
2016-03-17 kibak.yoonsensord: [svace] change readdir to readdir_r 87/62687/2
2016-03-15 kibak.yoonsensord: enable hrm/gravity/linear accel sensors 24/62224/2
2016-03-15 kibak.yoonsensord: call on_event() after invoking sensor event... 22/62222/2
2016-03-15 kibak.yoonsensord: add sensord_flush internal API for batching 20/62220/2
2016-03-15 kibak.yoonsensord: sync/clean up sensord source code 17/62217/2
2016-03-15 kibak.yoonsensord: remove set_wakeup API and implementations 68/62168/1
2016-03-07 kibak.yoonsensord: remove sensord compiler warnings 49/61249/1
2016-03-02 kibak.yoonsensord: fix the bug/memory leak/inefficient code 65/60865/3
2016-03-02 kibak.yoonsensord: clean up the source code 63/60863/1
2016-03-02 kibak.yoonsensord: clean up boiler plates 59/60859/1
2016-03-02 kibak.yoonsensord: restructuring sensord directories 58/60858/1
2016-02-22 Mu-Woong LeeMerge "sensord: change to systemd socket" into devel...
2016-02-22 Mu-Woong LeeMerge "sensord: fix the bug about calling read_sensor_d...
2016-02-20 kibak.yoonsensord: fix the bug that set_attribute returns bool 61/59961/2
2016-02-20 kibak.yoonsensord: if poll() is failed, return false 60/59960/2
2016-02-20 kibak.yoonsensord: change to systemd socket 59/59959/2
2016-02-20 kibak.yoonsensord: fix the bug about calling read_sensor_data 58/59958/1
2016-02-16 kibak.yoonsensord: rename sensor_logs.h to sensor_log.h 44/59544/1
2016-02-15 kibak.yoonsensord: rename sensor_handle_t to sensor_info_t 08/59408/1
2016-02-15 Mu-Woong LeeMerge "sensord: fix the bug that uses wrong type if...
2016-02-15 kibak.yoonsensord: fix the bug that uses wrong type if sensor... 99/59399/1
2016-02-15 Mu-Woong LeeMerge "sensord: add the sensord plugin logic for flexib...
2016-02-15 kibak.yoonsensord: add the sensord plugin logic for flexibility 49/59349/6
2016-02-13 kibak.yoonsensord: change macros for log 46/59346/1
2016-02-13 kibak.yoonsensord: clean up sf_common.h/sensor_common.h/sensor_logs.h 45/59345/2
2016-02-13 kibak.yoonsensord: add set_attribute_* API for internal 44/59344/3
2016-02-13 kibak.yoonsensord: create sensor-hal-devel package 35/59335/4
2016-02-13 kibak.yoonsensord: clean up spec/pc/cmakelists.txt 31/59331/4
2016-02-12 kibak.yoonsensord: change the interface of set_attribute_* 87/59287/1
2016-02-12 kibak.yoonsensord: change the type of hal id to int32_t 83/59283/1
2016-02-05 kibak.yoonsensord: change the HAL interface 85/58985/1
2016-02-05 kibak.yoonsensord: clean up sensor fw code 84/58984/1
2016-02-02 kibak.yoonsensord: unify code style for class brackets 49/58649/1
2016-02-02 kibak.yoonsensord: modify HAL interface for batching 39/58639/2
2016-02-02 kibak.yoonsensord: remove unused parameter 28/58628/1
2016-02-02 kibak.yoonsensord: remove compiler warnings 04/58604/1
2016-02-02 kibak.yoonsensord: remove vector in sensor HAL interface 94/58594/2
2016-02-02 kibak.yoonsensord: [4/4] add the refactored HAL interface 71/58571/2
next