Fix coverity issue
[platform/core/multimedia/mmsvc-core.git] / server / src / muse_server_private.c
2021-05-20 YoungHun KimFix coverity issue 22/258522/4 accepted/tizen/unified/20210601.135347 submit/tizen/20210521.025641 submit/tizen/20210528.061611
2020-12-24 YoungHun KimCreate /run/mused for muse server related file 53/250353/5 submit/tizen/20201224.052850
2020-08-14 YoungHun KimFix the duplicate state change while muse server termin... 47/241047/1 accepted/tizen/unified/20200825.033157 submit/tizen/20200821.023316
2020-08-03 YoungHun KimUpdate the dlog 69/240069/2 accepted/tizen/unified/20200805.122528 submit/tizen/20200804.040848
2020-07-28 YoungHun KimRemove the unnecessary null check related with g_async_... 01/239601/2
2020-07-24 YoungHun KimRevise the time buffer array size 43/239343/1 accepted/tizen/unified/20200727.132111 submit/tizen/20200724.062205
2020-07-24 YoungHun KimChange fd dump format of a time structure to monotonic... 65/239265/6
2020-07-21 YoungHun KimUse clock_gettime() with CLOCK_MONOTONIC which is not... 67/238867/10 accepted/tizen/unified/20200722.144553 submit/tizen/20200722.020823
2020-07-08 YoungHun KimChange to terminate using raise() 40/238040/5
2020-07-07 YoungHun KimCheck the return value of gettimeofday() and move funct... 40/237940/4 accepted/tizen/unified/20200708.125338 submit/tizen/20200707.102034
2020-06-23 YoungHun KimFix bug to print the idle state properly in every perio... 09/236309/14 accepted/tizen/unified/20200629.143521 submit/tizen/20200624.045121
2020-06-15 YoungHun KimUpdate the dlog of percent and dlog level related with... 03/236103/2
2020-06-09 YoungHun KimDo not execute clean-up right after dispatch_no_instanc... 23/235623/5
2020-06-05 YoungHun KimChange thread name 03/235503/1
2020-06-04 YoungHun KimCode refactorying 21/235321/7
2020-06-03 YoungHun KimUpdate the diagnostic thread structure 11/235211/8
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-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 KimFix the typo 48/231448/1
2020-04-21 YoungHun KimChange remove with unlink of async-signal-safe function 89/230889/10
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-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-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-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-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-13 Seungbae ShinRemove unnecessary workqueue stuff 04/217504/3 accepted/tizen/unified/20191114.042621 submit/tizen/20191113.065131
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-08-27 YoungHun KimCreate the diag thread after daemonizing 01/210201/18 accepted/tizen/unified/20190828.011014 submit/tizen/20190827.081232
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-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-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-02-15 YoungHun KimUpdate to sync with tizen_5.0 branch 36/199836/2
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-01-29 YoungHun KimRemove the duplicate ms_log_get_cmd_info 19/198619/2 submit/tizen/20190129.225447
2019-01-15 YoungHun KimUpdate the Security vulnerability 96/197396/4 submit/tizen/20190115.230031
2018-12-26 YoungHun KimResolve the svace issue 91/196191/1 accepted/tizen/unified/20181227.062019 submit/tizen/20181226.014257
2018-12-21 YoungHun KimUpdate to save errno it may have been changed by librar... 40/196040/2 submit/tizen/20181221.044435
2018-12-19 YoungHun KimMerge "Add BSD 3-clause License" into tizen accepted/tizen/unified/20181219.154857 submit/tizen/20181219.052351
2018-12-18 YoungHun KimNotify corresponding command when mm-resource-managerd... 86/195186/19 accepted/tizen/unified/20181219.063337 submit/tizen/20181218.113808
2018-12-10 YoungHun KimMerge "Update to log additional information for debuggi...
2018-12-10 YoungHun KimUpdate to log additional information for debugging... 16/194216/12
2018-10-25 YoungHun KimChange to call gst_init after executing watchdog becaus... 26/191126/14 accepted/tizen/unified/20181108.074514 submit/tizen/20181030.014051 submit/tizen/20181107.020447
2018-10-24 YoungHun KimMerge "Update to wait until the child processe called... submit/tizen/20181024.032316
2018-10-22 YoungHun KimUpdate to wait until the child processe called by fork... 63/191563/11
2018-10-05 YoungHun KimUpdate to debug the exception error case 80/190780/1 submit/tizen/20181010.021648
2018-09-19 YoungHun KimUpdate the debug macro of glib 84/189484/4 accepted/tizen/5.0/unified/20181102.015617 accepted/tizen/unified/20180921.143050 submit/tizen/20180920.052313 submit/tizen_5.0/20181101.000003
2018-09-17 YoungHun KimUpdate the value of server state when kill signal is... 18/189318/4 accepted/tizen/unified/20180919.142005 submit/tizen/20180918.103706 submit/tizen/20180919.054854
2018-09-10 YoungHun KimSimplifying the return value of epoll_wait using connec... 81/183481/14 accepted/tizen/unified/20180917.135108 submit/tizen/20180917.021556
2018-08-20 Jeongmo YangAdd parameter to check buffer length 65/187165/2 accepted/tizen/unified/20180823.133533 submit/tizen/20180822.063410
2018-06-25 YoungHun KimAdd the on-demand using socket activation with keeping... 24/176524/22 accepted/tizen/unified/20180626.064830 submit/tizen/20180625.071213
2018-06-12 YoungHun KimUpdate to change the registered event with EPOLL_CTL_MOD 41/181241/5 accepted/tizen/unified/20180614.150824 submit/tizen/20180614.010841
2018-06-01 YoungHun KimUpdate to log the thread information at the instance... 61/180661/2 accepted/tizen/unified/20180611.015430 submit/tizen/20180603.223713 submit/tizen/20180607.021137
2018-05-16 YoungHun KimAdd initial gtest codes 65/178265/16
2018-04-06 YoungHun KimResolve the GWarning 96/174996/4 submit/tizen/20180409.010255
2018-03-30 YoungHun KimFix the bug of fd stat 98/171998/21 accepted/tizen/unified/20180402.062608 submit/tizen/20180330.080422
2018-03-23 YoungHun KimAdd the the information of created fd when memory leak 43/173343/4
2018-02-23 Jeongmo YangUpdate message IPC mechanism 25/170925/1 accepted/tizen/unified/20180226.061645 submit/tizen/20180223.074744
2018-01-26 YoungHun KimUpdate the race condition of server state 40/168340/2
2018-01-23 YoungHun KimAdd the condition race at all the instance_queue 09/167909/3 accepted/tizen/unified/20180124.061536 submit/tizen/20180123.080531
2018-01-22 YoungHun KimAdd null check for exception handling 14/167814/1 accepted/tizen/unified/20180123.135405 submit/tizen/20180123.011900
2018-01-19 YoungHun KimMerge branch 'tizen_4.0' to tizen 42/167642/1 submit/tizen/20180119.065656
2018-01-19 YoungHun KimUpdate the global dispatcher's mutex by module instance 02/167502/3 submit/tizen_4.0/20180119.024422
2018-01-17 YoungHun KimAdd the current connecting instance's (pid) information... 64/167164/4
2018-01-10 YoungHun KimComply with muse coding rule 80/166380/2
2018-01-09 YoungHun KimComply with muse coding rule 62/166362/1 accepted/tizen/unified/20180111.074213 submit/tizen/20180110.023520
2018-01-02 YoungHun KimUpdate the resource error handling with same coding... 54/165554/1 accepted/tizen/4.0/unified/20180103.064741 submit/tizen_4.0/20180102.063252 tizen_4.0.IoT.p2_release
2017-12-28 YoungHun KimUpdate the resource error handling with same coding... 58/165358/3 accepted/tizen/unified/20180103.070209 submit/tizen/20180102.063222
2017-12-27 YoungHun KimMove fd-stat-dump function to muse-core for debugging... 87/165187/1 accepted/tizen/4.0/unified/20171227.224340 submit/tizen_4.0/20171227.043010
2017-12-26 YoungHun KimMove fd-stat-dump function to muse-core for debugging... 90/165090/6 accepted/tizen/unified/20171227.224343 submit/tizen/20171227.032030
2017-12-26 YoungHun KimFix the svace issue 89/165089/1
2017-12-26 YoungHun KimFix the svace issue 77/165077/5
2017-12-15 YoungHun KimUpdate the product issue 77/164077/1 accepted/tizen/unified/20171218.072307 submit/tizen/20171215.070209
2017-12-15 YoungHun KimUpdate the product issue 37/164037/7 accepted/tizen/4.0/unified/20171218.072021 submit/tizen_4.0/20171215.070155
2017-12-08 YoungHun KimUpdate the close fd with valid check 02/163202/1 accepted/tizen/4.0/unified/20171213.040806 submit/tizen_4.0/20171208.051548
2017-12-07 YoungHun KimUpdate the close fd with valid check 24/162924/6 accepted/tizen/unified/20171208.170404 submit/tizen/20171208.044750
2017-12-05 YoungHun KimUpdate to pair with using received module address info... 98/162798/1 accepted/tizen/unified/20171207.070151 submit/tizen/20171206.021754
2017-12-05 YoungHun KimUpdate to pair with using received module address info... 39/162539/15 accepted/tizen/4.0/unified/20171206.062903 submit/tizen_4.0/20171205.095618
2017-11-30 YoungHun KimAdd the default value for error handler of invalid key 34/162234/1
2017-11-29 YoungHun KimAdd the default value for error handler of invalid key 39/161939/7 accepted/tizen/4.0/unified/20171130.063700 submit/tizen_4.0/20171130.004232
2017-11-28 YoungHun KimBug fix of product issue 25/161925/1 submit/tizen_4.0/20171128.081006
2017-11-28 YoungHun KimBug fix of product issue 17/161917/2
2017-11-23 YoungHun KimAdd the api to get the number of instance 89/161389/1 accepted/tizen/4.0/unified/20171124.063636 submit/tizen_4.0/20171123.073222
next