sensord: add null check when sensor event is pushed to event queue
[platform/core/system/sensord.git] / src / client /
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
2016-05-24 kibak.yoonsensord: transpose acc/gyro axis w.r.t the display... 87/71087/1
2016-05-24 kibak.yoonsensord: write void explicitly when no parameters allowed 86/71086/1
2016-05-24 kibak.yoonsensord: change the log level from INFO to ERROR 85/71085/1
2016-05-24 kibak.yoonsensord: add/remove useless spaces for code style 76/71076/1
2016-05-23 kibak.yoonsensord: fix default interval when there is no client... 84/70984/1
2016-05-18 kibak.yoonsensord: put a space after "if" 21/70121/1
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-08 kibak.yoonsensord: change the max available interval until 255... 84/65284/2
2016-04-08 kibak.yoonsensord: add sensor types to log for debugging 83/65283/1
2016-04-07 kibak.yoonsensord: use shared_ptr for sensor data which can be... 62/65162/1
2016-04-07 kibak.yoonsensord: remove unused cb_type in library 16/65116/3
2016-04-04 kibak.yoonsensord: replace 0x% with %# 30/64630/1
2016-04-01 kibak.yoonsensord: use memcpy instead of copying values 17/64517/1
2016-04-01 kibak.yoonsensord: remove useless buffer parameter 05/64505/1
2016-04-01 kibak.yoonsensord: fix memory leak when legacy cb is used 04/64504/1
2016-04-01 kibak.yoonsensord: init epoll_event variable 03/64503/1
2016-04-01 kibak.yoonsensord: remove the unnecessary debug log 01/64501/1
2016-04-01 kibak.yoonsensord: fix the bug about calling get_client_name 82/64482/2
2016-04-01 kibak.yoonsensord: remove the changing g_main_context API 78/64478/3
2016-03-31 Mu-Woong LeeMerge "sensord: rename sensord_get_sensor_*_ex() APIs...
2016-03-29 kibak.yoonsensord: rename sensord_get_sensor_*_ex() APIs to prope... 32/63932/4
2016-03-25 kibak.yoonsensord: add get_sensor_*_ex internal APIs for getting... 81/63681/1
2016-03-18 kibak.yoonsensord: change return value from bool to int 57/62757/2
2016-03-17 kibak.yoonsensord: add AUTO_ROTATION_SENSOR to log 97/62597/1
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-08 Mu-Woong Leelibsensord: Disable deprecated sf_* APIs 82/59482/5
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: lazy loading atexit() because static variables... 64/60864/1
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-16 kibak.yoonsensord: rename sensor_logs.h to sensor_log.h 44/59544/1
2016-02-16 Mu-Woong Leeclient: fix initialization issue 76/59476/2
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-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: remove compiler warnings 04/58604/1
2016-02-02 kibak.yoonsensord: [3/4] add the refactored HAL interface 70/58570/2
2016-02-02 kibak.yoonsensord: [2/4] add the refactored HAL interface 69/58569/1
2016-02-01 kibak.yoonsensord: clean up header dependency 16/58516/1
2016-01-22 kibak.yoonsensord: change access permissions about all files 17/57717/2
2016-01-22 kibak.yoonsensord: remove "c" prefix about all classes 11/57711/2
2016-01-21 kibak.yoonsensord: modify HAL interface for support sensorhub 31/57631/5
2016-01-21 kibak.yoonsensord: move poller to share library for using it... 30/57630/3
2016-01-21 kibak.yoonlibsensord: support variable size of sensor data packets 26/57626/2
2016-01-19 Hongkuk, Sonsensord: fix default interval from 10ms to 100ms when... 50/57350/1
2015-12-18 Mu-Woong LeeMerge "sensord: change sprintf to snprintf" into devel...
2015-12-18 Mu-Woong LeeMerge "sensord: initialize member variables" into devel...
2015-12-18 Mu-Woong LeeMerge "sensord: add checking code whether socket is...
2015-12-18 Mu-Woong LeeMerge "sensord: initialize member variables in csocket...
2015-12-18 kibak.yoonsensord: add checking code whether socket is valid... 75/54875/1
2015-12-18 Mu-Woong LeeRename libsensord-devel.so to libsensord-shared.so 61/54861/1
2015-12-18 kibak.yoonRevert "sensord: extra data embedding" 75/54775/1
2015-12-14 Hongkuk, Sonsensord: sensor event listening thread support with... 79/54079/4
2015-12-14 Hongkuk, Sonsensord: use macro in sensord package config 39/54039/2
2015-12-09 Mu-Woong LeeMerge branch 'tizen' into devel/tizen_3.0 91/53791/1
2015-12-03 AnkurSeparate classes for event listener and client info 91/48591/20
2015-12-03 AnkurRenaming uncal_gyro sensor to gyro_uncal sensor 37/52737/7
2015-11-26 AnkurMoving sensor definitions to sensor_types.h and cleanup... 43/52643/2
2015-11-09 RamasamyFixing Cmakelist and spec issues 20/51320/2
2015-11-03 Adarsh Shree RamChanges as per the new sensord structure 07/50907/2
2015-10-27 AnkurRenaming libsensord folder to client 55/50255/1