summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Remove unnecessary workqueue stuffsubmit/tizen/20191113.065131accepted/tizen/unified/20191114.042621Seungbae Shin5-252/+9
2019-11-12Consider as normal operation when destroy is executed before job function of ...submit/tizen/20191112.062523accepted/tizen/unified/20191113.010232YoungHun Kim1-1/+5
2019-10-14Do not create a dispatcher thread when accessing an invalid fdtizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185104submit/tizen_5.5/20191031.000004submit/tizen/20191014.103159accepted/tizen/unified/20191015.012032accepted/tizen/5.5/unified/mobile/hotfix/20201027.090335accepted/tizen/5.5/unified/20191031.022527tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixYoungHun Kim1-0/+1
2019-09-25Add workqueue job after confirming that the module is validsubmit/tizen/20190925.015442accepted/tizen/unified/20190925.220406YoungHun Kim5-8/+14
2019-09-11Avoid the module access after destroysubmit/tizen/20190911.082511accepted/tizen/unified/20190917.034027YoungHun Kim2-1/+5
2019-09-06Add the removed data channel creationsubmit/tizen/20190908.233223accepted/tizen/unified/20190909.103549YoungHun Kim1-0/+2
2019-08-29Fix crash when create dispatch is failedsubmit/tizen/20190829.112508accepted/tizen/unified/20190830.040814Jeongmo Yang1-2/+2
2019-08-27Create the diag thread after daemonizingsubmit/tizen/20190827.081232accepted/tizen/unified/20190828.011014YoungHun Kim6-393/+467
2019-08-27Update the cyclomatic complexity of SAM violation issuessubmit/tizen/20190827.010208YoungHun Kim2-85/+141
2019-08-08Fix the issue of heap-use-after-freesubmit/tizen/20190820.015220submit/tizen/20190808.055627accepted/tizen/unified/20190820.115033YoungHun Kim4-22/+4
2019-08-01Change the level of log about instance number and idle memory to warningsubmit/tizen/20190802.063806accepted/tizen/unified/20190805.042856YoungHun Kim2-3/+8
2019-07-26Module without data thread does not execute a data socket closesubmit/tizen/20190729.062055accepted/tizen/unified/20190730.224236YoungHun Kim3-43/+47
2019-07-24fix the issue of memory leaksubmit/tizen/20190724.023818YoungHun Kim1-0/+2
2019-07-04Add new api to get the value of on-demandYoungHun Kim2-0/+14
2019-05-29Substitute to use pthead attributesubmit/tizen/20190529.081944accepted/tizen/unified/20190530.043140YoungHun Kim1-9/+18
2019-05-21Merge "Able to get client pid at muse module simply" into tizenYoungHun Kim2-0/+7
2019-05-20Set the sleep value of the comment appropriatelysubmit/tizen/20190520.225431YoungHun Kim1-1/+1
2019-05-20Able to get client pid at muse module simplyYoungHun Kim2-0/+7
2019-05-14Remove thread check in _ms_ipc_dispatch_worker function.submit/tizen/20190514.085759Jeongmo Yang1-1/+1
2019-04-26Fix the heap-use-after-free of workqueue threadsubmit/tizen/20190429.001931submit/tizen/20190426.101702accepted/tizen/unified/20190429.103752YoungHun Kim3-15/+17
2019-04-25Add sleep to avoid busy looping on epoll_waitsubmit/tizen/20190425.063141accepted/tizen/unified/20190426.054051YoungHun Kim2-5/+13
2019-04-19Avoid dispatching if RM is not launched to prevent unnecessary crashsubmit/tizen/20190419.033804accepted/tizen/unified/20190422.003831YoungHun Kim4-7/+24
2019-03-26fixup! Execute dispatcher worker only when muse-server is readysubmit/tizen/20190326.111110submit/tizen/20190326.055955accepted/tizen/unified/20190327.025244YoungHun Kim3-5/+5
2019-03-22Execute dispatcher worker only when muse-server is readysubmit/tizen/20190322.112341submit/tizen/20190322.043412accepted/tizen/unified/20190325.070928YoungHun Kim3-7/+13
2019-03-05Remove the json free at module cleanup because already freedsubmit/tizen/20190319.020059accepted/tizen/unified/20190320.082238YoungHun Kim1-6/+4
2019-02-21Add new API to get fdsJeongmo Yang3-7/+29
2019-02-15Update to sync with tizen_5.0 branchYoungHun Kim4-4/+17
2019-02-14Update message parsing error handlingYoungHun Kim1-0/+5
2019-02-14Resolve the ASAN issue of heap-use-after-freeYoungHun Kim10-99/+290
2019-02-01Release the connection only if connected properlyYoungHun Kim3-82/+86
2019-01-31Ignore the client connection requests prior to server reaedyYoungHun Kim1-1/+1
2019-01-29Remove the duplicate ms_log_get_cmd_infosubmit/tizen/20190129.225447YoungHun Kim3-29/+5
2019-01-23Change not to export muse module enumerationYoungHun Kim3-4/+4
2019-01-18Change to use new feature of external storageYoungHun Kim1-1/+8
2019-01-17Disable storage_change_cb at wearable because there is not external storagesubmit/tizen/20190121.010243submit/tizen/20190117.103356accepted/tizen/unified/20190128.061324YoungHun Kim3-15/+20
2019-01-16Fix the svace issuesubmit/tizen/20190116.015000YoungHun Kim1-2/+6
2019-01-15Update the Security vulnerabilitysubmit/tizen/20190115.230031YoungHun Kim5-4/+12
2019-01-03Send create server ack alwayssubmit/tizen/20190103.062346accepted/tizen/unified/20190104.061250YoungHun Kim1-2/+2
2018-12-26Resolve the svace issuesubmit/tizen/20181226.014257accepted/tizen/unified/20181227.062019YoungHun Kim1-5/+11
2018-12-21Update to save errno it may have been changed by library callsubmit/tizen/20181221.044435YoungHun Kim2-8/+10
2018-12-19Update the system part according to build featuresubmit/tizen/20181219.104521accepted/tizen/unified/20181220.061617YoungHun Kim1-72/+90
2018-12-18Notify corresponding command when mm-resource-managerd shutdownsubmit/tizen/20181218.113808accepted/tizen/unified/20181219.063337YoungHun Kim4-43/+163
2018-12-10Merge "Update to log additional information for debugging the exception error...YoungHun Kim2-3/+28
2018-12-10Update to log additional information for debugging the exception errorsYoungHun Kim2-3/+28
2018-12-07Fix the dlog's invalid formatYoungHun Kim1-1/+1
2018-11-12Troubleshoot exceeding maximum dispatcherYoungHun Kim5-39/+36
2018-10-25Change to call gst_init after executing watchdog because it may not respondsubmit/tizen/20181107.020447submit/tizen/20181030.014051accepted/tizen/unified/20181108.074514YoungHun Kim3-28/+34
2018-10-24Merge "Update to wait until the child processe called by fork() completes" in...submit/tizen/20181024.032316YoungHun Kim3-10/+54
2018-10-24Merge "Update to split the LOG_TAG explicitly" into tizenYoungHun Kim1-0/+2
2018-10-24Resolve the build error of -Wswitch-unreachableYoungHun Kim1-1/+1