summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-24Merge branch tizen into tizen_4.0submit/tizen_4.0/20200427.011325tizen_4.0YoungHun Kim8-65/+30
2020-04-22Use g_new0 instead of callocsubmit/tizen/20200423.064248accepted/tizen/unified/20200424.141638YoungHun Kim7-34/+18
2020-04-22Update the argc of gst_init_checkYoungHun Kim1-9/+7
2020-04-22Use g_malloc0/g_free instead of malloc/freeYoungHun Kim3-24/+7
2020-04-22Merge branch tizen into tizen_4.0submit/tizen_4.0/20200422.063353accepted/tizen/4.0/unified/20200423.012213accepted/tizen_4.0_unifiedYoungHun Kim5-64/+31
2020-04-22Remove non async-signal-safe function in signal handlersubmit/tizen/20200422.061027accepted/tizen/unified/20200423.054618YoungHun Kim1-34/+21
2020-04-22Fix the typoYoungHun Kim2-2/+2
2020-04-21Change remove with unlink of async-signal-safe functionYoungHun Kim3-27/+8
2020-04-20Revise the watchdog periodYoungHun Kim1-1/+1
2020-04-17Update the macro functionsubmit/tizen_4.0/20200417.030509YoungHun Kim3-10/+14
2020-04-16Update the macro functionsubmit/tizen/20200416.230147accepted/tizen/unified/20200417.152704YoungHun Kim3-10/+14
2020-04-16Merge branch tizen into tizen_4.0YoungHun Kim6-44/+21
2020-04-14Merge "Do not check the value of log_enabled which is always false now" into ...submit/tizen/20200414.085837accepted/tizen/unified/20200416.080117YoungHun Kim1-10/+0
2020-04-14Do not check the value of log_enabled which is always false nowYoungHun Kim1-10/+0
2020-04-13Merge "Fix the bug of signal handler" into tizenYoungHun Kim1-1/+2
2020-04-13Fix the bug of signal handlerYoungHun Kim1-1/+2
2020-04-13Align with a fixed tab spaceYoungHun Kim2-14/+14
2020-04-03Do not call some debugging implementation of deadlock to reduce executing timesubmit/tizen/20200403.043453accepted/tizen/unified/20200406.015151YoungHun Kim1-12/+2
2020-04-03Disable the signal handler of clientYoungHun Kim1-5/+1
2020-03-31fixup! Send sigabrt to debug what the server is not readysubmit/tizen/20200401.115321submit/tizen/20200401.045159submit/tizen/20200331.061908accepted/tizen/unified/20200402.155549YoungHun Kim1-1/+0
2020-03-31Send sigabrt to debug what the server is not readyYoungHun Kim2-1/+3
2020-03-31Revert "Call shutdown command explicitly to release client resources in signa...YoungHun Kim1-14/+0
2020-03-23Fix the bug related with muse_server_is_ready()submit/tizen_4.0/20200323.080939accepted/tizen/4.0/unified/20200324.015522YoungHun Kim4-8/+22
2020-03-23Fix the bug related with muse_server_is_ready()submit/tizen/20200323.230834submit/tizen/20200323.075436accepted/tizen/unified/20200324.101543YoungHun Kim4-8/+22
2020-03-20Call shutdown command at signal handler to resolve exception casesubmit/tizen_4.0/20200320.055515YoungHun Kim2-5/+16
2020-03-20Call shutdown command explicitly to release client resources in signal handlersubmit/tizen/20200320.024643accepted/tizen/unified/20200321.043816YoungHun Kim2-5/+16
2020-03-11Merge branch tizen into tizen_4.0submit/tizen_4.0/20200311.030109accepted/tizen/4.0/unified/20200311.081418YoungHun Kim7-8/+61
2020-03-10Add feature for preloading plugins for GStreamersubmit/tizen/20200312.062225submit/tizen/20200311.030158submit/tizen/20200311.020132accepted/tizen/unified/20200315.214816Jeongmo Yang6-5/+62
2020-03-09Return FALSE so that source callback is not maintained when an exception occurssubmit/tizen/20200309.070913submit/tizen/20200309.061014accepted/tizen/unified/20200309.215640YoungHun Kim2-3/+2
2020-03-09Change to preload module after gst_init callsubmit/tizen_4.0/20200309.033527YoungHun Kim2-15/+16
2020-03-09Change to preload module after gst_init callsubmit/tizen/20200309.023200YoungHun Kim2-15/+16
2020-02-24Update coding rule and licensesubmit/tizen_4.0/20200224.022821accepted/tizen/4.0/unified/20200304.080625YoungHun Kim8-49/+28
2020-02-24Add api name information in dispatcher deadlockYoungHun Kim3-4/+15
2020-02-21Update coding rule of musesubmit/tizen/20200221.062926accepted/tizen/unified/20200224.081458YoungHun Kim11-45/+52
2020-02-19Add api name information in dispatcher deadlockYoungHun Kim3-4/+15
2020-02-04Merge branch tizen into tizen_4.0submit/tizen_4.0/20200204.040643accepted/tizen/4.0/unified/20200204.081113YoungHun Kim7-22/+25
2020-02-03Making variables to staticsubmit/tizen/20200204.004309accepted/tizen/unified/20200204.125748hj kim5-17/+16
2020-01-31Fix SVACE (DEREF_OF_NULL.RET.STAT) issuesubmit/tizen/20200131.071650accepted/tizen/unified/20200203.125758YoungHun Kim3-3/+6
2020-01-21Fix build error due to toolchain upgrade (gcc6->gcc9)YoungHun Kim11-49/+52
2020-01-08Fix build error due to iniparser upgradesubmit/tizen/20200109.104649submit/tizen/20200108.113227accepted/tizen/unified/20200114.130752YoungHun Kim3-5/+5
2020-01-08Merge "Fix build error due to toolchain upgrade (gcc6->gcc9)" into tizensubmit/tizen/20200108.010425accepted/tizen/unified/20200113.130724YoungHun Kim7-26/+29
2020-01-07Fix build error due to toolchain upgrade (gcc6->gcc9)YoungHun Kim7-26/+29
2020-01-07Change the return value to avoid g_source_remove at connection handler when m...YoungHun Kim1-1/+1
2020-01-07Change the return value to avoid g_source_remove at connection handler when m...YoungHun Kim1-1/+1
2019-12-04Improvement variable initializationsubmit/tizen_4.0/20191204.042256accepted/tizen/4.0/unified/20191212.074724INSUN PYO2-2/+2
2019-12-04Merge "Improvement variable initialization" into tizensubmit/tizen/20191204.005847accepted/tizen/unified/20191204.130708YoungHun Kim1-1/+1
2019-11-28Merge "Fix the bug of debugging information from fd directory" into tizen_4.0submit/tizen_4.0/20191128.074548YoungHun Kim1-3/+13
2019-11-28Fix the bug of debugging information from fd directoryYoungHun Kim1-3/+13
2019-11-28Print the process information in dispatcher deadlockYoungHun Kim2-1/+5
2019-11-28Fix the bug of debugging information from fd directorysubmit/tizen/20191128.060302accepted/tizen/unified/20191128.161826YoungHun Kim1-3/+13