platform/core/multimedia/mmsvc-core.git
2020-06-04 YoungHun KimCode refactorying 21/235321/7
2020-06-03 YoungHun KimRevise the cpu usage 72/235272/2
2020-06-03 YoungHun KimUpdate the diagnostic thread structure 11/235211/8
2020-06-03 YoungHun KimFix the issue of buffer overflow 86/235186/4
2020-06-02 YoungHun KimUse g_aync_queue instead of epoll for handling of insta... 68/234968/13
2020-05-26 YoungHun KimSet high priority of g_idle_callback to create ready... 82/234382/2
2020-05-25 YoungHun KimCheck the value at idle time for debugging the cpu... 63/234163/7 submit/tizen/20200525.224545
2020-05-22 YoungHun KimCreate diagnostic thread after executing g_idle_add... 58/234158/4
2020-05-18 YoungHun KimRemove the unnecessary g_thread_exit call 32/233732/1
2020-05-06 YoungHun KimSeparate threads to facilitate control of each operation 30/232230/8 submit/tizen/20200507.052130
2020-04-29 YoungHun KimPrint the log of the instance information at regular... 62/232162/5
2020-04-27 YoungHun KimAdd the coverage measurement for muse 34/231834/7
2020-04-24 YoungHun KimChange the variable of extern with static 49/231849/1
2020-04-22 YoungHun KimUse g_new0 instead of calloc 94/231494/5 accepted/tizen/unified/20200424.141638 submit/tizen/20200423.064248
2020-04-22 YoungHun KimUpdate the argc of gst_init_check 87/231487/2
2020-04-22 YoungHun KimUse g_malloc0/g_free instead of malloc/free 60/231460/4
2020-04-22 YoungHun KimRemove non async-signal-safe function in signal handler 16/231216/7 accepted/tizen/unified/20200423.054618 submit/tizen/20200422.061027
2020-04-22 YoungHun KimFix the typo 48/231448/1
2020-04-21 YoungHun KimChange remove with unlink of async-signal-safe function 89/230889/10
2020-04-20 YoungHun KimRevise the watchdog period 18/231218/1
2020-04-16 YoungHun KimUpdate the macro function 02/230702/4 accepted/tizen/unified/20200417.152704 submit/tizen/20200416.230147
2020-04-14 YoungHun KimMerge "Do not check the value of log_enabled which... accepted/tizen/unified/20200416.080117 submit/tizen/20200414.085837
2020-04-14 YoungHun KimDo not check the value of log_enabled which is always... 01/230701/4
2020-04-13 YoungHun KimMerge "Fix the bug of signal handler" into tizen
2020-04-13 YoungHun KimFix the bug of signal handler 90/230690/2
2020-04-13 YoungHun KimAlign with a fixed tab space 89/230689/1
2020-04-03 YoungHun KimDo not call some debugging implementation of deadlock... 92/229692/3 accepted/tizen/unified/20200406.015151 submit/tizen/20200403.043453
2020-04-02 YoungHun KimDisable the signal handler of client 86/229686/2
2020-03-31 YoungHun Kimfixup! Send sigabrt to debug what the server is not... 62/229362/1 accepted/tizen/unified/20200402.155549 submit/tizen/20200331.061908 submit/tizen/20200401.045159 submit/tizen/20200401.115321
2020-03-31 YoungHun KimSend sigabrt to debug what the server is not ready 12/229312/1
2020-03-31 YoungHun KimRevert "Call shutdown command explicitly to release... 07/229307/2
2020-03-23 YoungHun KimFix the bug related with muse_server_is_ready() 38/228438/6 accepted/tizen/unified/20200324.101543 submit/tizen/20200323.075436 submit/tizen/20200323.230834
2020-03-20 YoungHun KimCall shutdown command explicitly to release client... 42/228142/5 accepted/tizen/unified/20200321.043816 submit/tizen/20200320.024643
2020-03-10 Jeongmo YangAdd feature for preloading plugins for GStreamer 66/227066/3 accepted/tizen/unified/20200315.214816 submit/tizen/20200311.020132 submit/tizen/20200311.030158 submit/tizen/20200312.062225
2020-03-09 YoungHun KimReturn FALSE so that source callback is not maintained... 22/227022/1 accepted/tizen/unified/20200309.215640 submit/tizen/20200309.061014 submit/tizen/20200309.070913
2020-03-08 YoungHun KimChange to preload module after gst_init call 81/226981/1 submit/tizen/20200309.023200
2020-02-21 YoungHun KimUpdate coding rule of muse 00/225300/2 accepted/tizen/unified/20200224.081458 submit/tizen/20200221.062926
2020-02-19 YoungHun KimAdd api name information in dispatcher deadlock 99/225299/2
2020-02-03 hj kimMaking variables to static 20/223720/2 accepted/tizen/unified/20200204.125748 submit/tizen/20200204.004309
2020-01-31 YoungHun KimFix SVACE (DEREF_OF_NULL.RET.STAT) issue 92/223592/2 accepted/tizen/unified/20200203.125758 submit/tizen/20200131.071650
2020-01-08 YoungHun KimFix build error due to iniparser upgrade 28/221928/3 accepted/tizen/unified/20200114.130752 submit/tizen/20200108.113227 submit/tizen/20200109.104649
2020-01-08 YoungHun KimMerge "Fix build error due to toolchain upgrade (gcc6... accepted/tizen/unified/20200113.130724 submit/tizen/20200108.010425
2020-01-07 YoungHun KimFix build error due to toolchain upgrade (gcc6->gcc9) 45/221745/4
2020-01-07 YoungHun KimChange the return value to avoid g_source_remove at... 26/221726/1
2019-12-04 YoungHun KimMerge "Improvement variable initialization" into tizen accepted/tizen/unified/20191204.130708 submit/tizen/20191204.005847
2019-11-28 YoungHun KimFix the bug of debugging information from fd directory 69/218769/3 accepted/tizen/unified/20191128.161826 submit/tizen/20191128.060302
2019-11-27 YoungHun KimPrint the process information in dispatcher deadlock 48/218748/2
2019-11-27 INSUN PYOImprovement variable initialization 81/218681/1
2019-11-22 YoungHun KimChange the value of timeout in case gst_init does not... 06/218306/10 accepted/tizen/unified/20191125.135538 submit/tizen/20191122.052207
2019-11-14 YoungHun Kim[VD Req] Do not execute mused in standalone mode 01/217801/3 accepted/tizen/unified/20191120.034451 submit/tizen/20191119.081953
2019-11-13 Seungbae ShinRemove unnecessary workqueue stuff 04/217504/3 accepted/tizen/unified/20191114.042621 submit/tizen/20191113.065131
2019-11-12 YoungHun KimConsider as normal operation when destroy is executed... 72/217472/2 accepted/tizen/unified/20191113.010232 submit/tizen/20191112.062523
2019-10-14 YoungHun KimDo not create a dispatcher thread when accessing an... 36/215536/3 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.022527 accepted/tizen/5.5/unified/mobile/hotfix/20201027.090335 accepted/tizen/unified/20191015.012032 submit/tizen/20191014.103159 submit/tizen_5.5/20191031.000004 submit/tizen_5.5_mobile_hotfix/20201026.185104 tizen_5.5.m2_release
2019-09-25 YoungHun KimAdd workqueue job after confirming that the module... 32/214432/11 accepted/tizen/unified/20190925.220406 submit/tizen/20190925.015442
2019-09-11 YoungHun KimAvoid the module access after destroy 36/213736/2 accepted/tizen/unified/20190917.034027 submit/tizen/20190911.082511
2019-09-06 YoungHun KimAdd the removed data channel creation 37/213537/1 accepted/tizen/unified/20190909.103549 submit/tizen/20190908.233223
2019-08-29 Jeongmo YangFix crash when create dispatch is failed 93/212993/1 accepted/tizen/unified/20190830.040814 submit/tizen/20190829.112508
2019-08-27 YoungHun KimCreate the diag thread after daemonizing 01/210201/18 accepted/tizen/unified/20190828.011014 submit/tizen/20190827.081232
2019-08-26 YoungHun KimUpdate the cyclomatic complexity of SAM violation issues 54/212654/11 submit/tizen/20190827.010208
2019-08-26 YoungHun KimUpdate duplicate part to get JSON value 94/212694/5
2019-08-08 YoungHun KimFix the issue of heap-use-after-free 76/211676/3 accepted/tizen/unified/20190820.115033 submit/tizen/20190808.055627 submit/tizen/20190820.015220
2019-08-01 YoungHun KimChange the level of log about instance number and idle... 07/211307/2 accepted/tizen/unified/20190805.042856 submit/tizen/20190802.063806
2019-07-26 YoungHun KimModule without data thread does not execute a data... 12/210812/8 accepted/tizen/unified/20190730.224236 submit/tizen/20190729.062055
2019-07-23 YoungHun Kimfix the issue of memory leak 34/210634/2 submit/tizen/20190724.023818
2019-07-11 YoungHun KimRemove unused path files 31/209831/3 accepted/tizen/unified/20190715.111927 submit/tizen/20190712.045104
2019-07-08 YoungHun KimMerge "Add new api to get the value of on-demand" into... accepted/tizen/unified/20190709.071134 submit/tizen/20190708.231734
2019-07-04 YoungHun KimAdd new api to get the value of on-demand 66/209266/2
2019-06-24 INSUN PYOChange the config value of the systemd service ("false... 78/208378/1
2019-06-11 YoungHun KimUpdate to lock/unlock entirely 55/207655/1 accepted/tizen/unified/20190613.061530 submit/tizen/20190612.011342
2019-06-05 YoungHun KimAdd mutex to prevent json object corruption of free 42/207442/1 accepted/tizen/unified/20190612.044531 submit/tizen/20190611.052542
2019-05-29 YoungHun KimSubstitute to use pthead attribute 36/206836/7 accepted/tizen/unified/20190530.043140 submit/tizen/20190529.081944
2019-05-21 YoungHun KimMerge "Able to get client pid at muse module simply...
2019-05-20 YoungHun KimSet the sleep value of the comment appropriately 75/206475/1 submit/tizen/20190520.225431
2019-05-20 YoungHun KimAble to get client pid at muse module simply 42/206442/2
2019-05-14 Jeongmo YangRemove thread check in _ms_ipc_dispatch_worker function. 96/206096/1 submit/tizen/20190514.085759
2019-04-26 YoungHun KimFix the heap-use-after-free of workqueue thread 20/204720/3 accepted/tizen/unified/20190429.103752 submit/tizen/20190426.101702 submit/tizen/20190429.001931
2019-04-25 YoungHun KimAdd sleep to avoid busy looping on epoll_wait 20/204620/1 accepted/tizen/unified/20190426.054051 submit/tizen/20190425.063141
2019-04-19 YoungHun KimAvoid dispatching if RM is not launched to prevent... 46/203546/7 accepted/tizen/unified/20190422.003831 submit/tizen/20190419.033804
2019-03-26 YoungHun Kimfixup! Execute dispatcher worker only when muse-server... 95/202195/2 accepted/tizen/unified/20190327.025244 submit/tizen/20190326.055955 submit/tizen/20190326.111110
2019-03-22 YoungHun KimExecute dispatcher worker only when muse-server is... 04/201904/5 accepted/tizen/unified/20190325.070928 submit/tizen/20190322.043412 submit/tizen/20190322.112341
2019-03-05 YoungHun KimRemove the json free at module cleanup because already... 35/200835/1 accepted/tizen/unified/20190320.082238 submit/tizen/20190319.020059
2019-02-21 Jeongmo YangAdd new API to get fds 18/200218/5
2019-02-15 YoungHun KimUpdate to sync with tizen_5.0 branch 36/199836/2
2019-02-14 YoungHun KimMerge "Update message parsing error handling" into... accepted/tizen/unified/20190218.063823 submit/tizen/20190214.113838
2019-02-14 YoungHun KimUpdate message parsing error handling 76/199476/4
2019-02-14 YoungHun KimMerge "Resolve the ASAN issue of heap-use-after-free...
2019-02-14 YoungHun KimResolve the ASAN issue of heap-use-after-free 64/198764/25
2019-02-01 YoungHun KimMerge "Release the connection only if connected properl...
2019-02-01 Jeongmo YangCorrect pkgconfig dependency 53/199053/1
2019-02-01 Jeongmo YangRevert "Set mm-common only at client packages" 49/199049/1
2019-01-31 YoungHun KimRelease the connection only if connected properly 20/198620/8
2019-01-31 YoungHun KimSet mm-common only at client packages 78/198978/1 submit/tizen/20190131.105357
2019-01-31 YoungHun KimIgnore the client connection requests prior to server... 86/198886/1
2019-01-30 Jeongmo YangAdd mm-common to pc file for client packages 23/198823/3 submit/tizen/20190130.080354
2019-01-29 YoungHun KimRemove the duplicate ms_log_get_cmd_info 19/198619/2 submit/tizen/20190129.225447
2019-01-23 YoungHun KimChange not to export muse module enumeration 85/198185/4
2019-01-18 YoungHun KimChange to use new feature of external storage 65/198065/2
2019-01-17 YoungHun KimDisable storage_change_cb at wearable because there... 49/197749/5 accepted/tizen/unified/20190128.061324 submit/tizen/20190117.103356 submit/tizen/20190121.010243
2019-01-16 YoungHun KimFix the svace issue 21/197721/1 submit/tizen/20190116.015000
2019-01-15 YoungHun KimUpdate the Security vulnerability 96/197396/4 submit/tizen/20190115.230031
next