summaryrefslogtreecommitdiff
path: root/svc
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Bug fix. insecure strncmpaccepted/tizen/unified/x/asan/20240813.230759accepted/tizen/unified/x/20240715.042457accepted/tizen/unified/toolchain/20240812.132506accepted/tizen/unified/dev/20240715.080531accepted/tizen/unified/20240712.160044Jiyong1-14/+14
2024-06-11Remove unnecessary executable permissionsaccepted/tizen/unified/x/20240612.110502accepted/tizen/unified/20240612.100030Seungbae Shin5-0/+0
2024-06-11Use g_auto(GStrv)Minje Ahn1-12/+6
2024-06-11Add sql_autoptr typeMinje Ahn1-92/+37
2024-06-11Remove meaningless codeMinje Ahn1-28/+0
2024-06-10Use sqlite3_str instead of gslistMinje Ahn1-37/+12
2024-06-10Remove unused variableaccepted/tizen/unified/x/20240612.025912accepted/tizen/unified/20240611.122520Minje Ahn1-1/+0
2024-06-04Use sqlite APIs directlyMinje Ahn2-22/+22
2024-06-04Remove db upgrade functionMinje Ahn3-165/+18
2024-05-03Remove unused codeaccepted/tizen/unified/x/20240507.050955accepted/tizen/unified/toolchain/20240508.012328accepted/tizen/unified/20240503.115801Jiyong2-8/+0
2024-04-24Code cleanup for socket functionsaccepted/tizen/unified/x/20240430.094806accepted/tizen/unified/20240426.035448Jiyong4-52/+37
2024-04-25Remove unnecessary socket activation codeJiyong3-45/+24
2024-04-23Modify to limit the size of message for socket ipcaccepted/tizen/unified/x/20240425.051112accepted/tizen/unified/20240424.063525Jiyong4-62/+53
2024-03-12Remove unused codesaccepted/tizen/unified/x/20240314.073242accepted/tizen/unified/20240313.135013accepted/tizen/unified/20240313.133525Jiyong3-48/+4
2024-02-15Improve handle creation performanceaccepted/tizen/unified/x/20240222.211059accepted/tizen/unified/toolchain/20240311.065130accepted/tizen/unified/20240222.012638Jiyong2-2/+2
2024-01-29Add null check for 'sql_str'accepted/tizen/unified/x/20240205.063843accepted/tizen/unified/20240131.175410Jiyong1-0/+4
2023-07-31Bug fix. Command or event was not delivered sometimestizen_8.0_m2_releaseaccepted/tizen/unified/20230801.174236accepted/tizen/8.0/unified/20231005.092726jiyong.min1-1/+1
2023-04-05Remove unnecessary database checkjiyong.min1-2/+2
2023-02-16Apply mutex when access connected application list.accepted/tizen/unified/20230227.042008hj kim1-0/+15
2023-02-16Remove useless structures and use queue directly in sockethj kim1-64/+24
2023-02-14Separate GSource from mc_manage_queue_thj kim1-11/+13
2023-02-14Separate connected app list from mc_service_thj kim1-14/+19
2023-02-10Modify code to initialize data when it is neededhj kim1-7/+3
2022-10-21Fix typecast issue of 'socklen_t'accepted/tizen/unified/20221103.165747jiyong.min1-1/+1
2022-03-15fix 'GSource *timer_src' memory leak and code refactoring for timersubmit/tizen/20220321.013712accepted/tizen/unified/20220321.141205jiyong.min1-12/+10
2021-06-01Bug fix. read memory after freesubmit/tizen/20210610.063803accepted/tizen/unified/20210611.013550Jiyong Min1-34/+58
2021-06-01Revert "Bug fix. read memory after free"Jiyong Min1-61/+34
2021-06-01Bug fix. read memory after freeJiyong Min1-34/+61
2021-04-19Add new key for the bundle of playlistjiyong.min1-4/+4
2021-03-23Add retry logic when the database lockedjiyong.min1-3/+18
2021-02-03Change systemd-devel package namesubmit/tizen/20210208.015104accepted/tizen/unified/20210209.124430INSUN PYO1-1/+1
2020-12-15Add new msg to check service launch statushj kim2-0/+7
2020-10-07Improve __mc_service_process()hj kim1-61/+49
2020-10-07Reinforce message for debugginghj kim1-6/+6
2020-10-07Bug fix of sending wrong messagehj kim1-3/+4
2020-10-06remove from the connection list when fail to DB updatinghj kim1-1/+6
2020-10-06Use proper variable namehj kim1-29/+27
2020-10-06Improve __mc_service_remove_connection()hj kim1-34/+21
2020-09-28Update log level to get log for producthj kim2-18/+16
2020-07-28Fix typojiyong.min2-4/+4
2020-07-22Fix memory leak if 'latest_server_name' is empty string.jiyong.min1-2/+2
2020-07-22Fix incorrect return valuejiyong.min1-4/+4
2020-07-03Fix wrong debug messagesubmit/tizen/20200709.014949accepted/tizen/unified/20200709.164618hj kim1-3/+3
2020-06-23Fix typohj kim1-1/+1
2020-06-04Code cleanup for function to check parameter validityjiyong.min2-15/+14
2020-05-17Revert "Revert "Remove out of memory related code by using glib""Jiyong Min3-130/+66
2020-05-14Revert "Remove out of memory related code by using glib"Jiyong Min3-66/+130
2020-05-14Remove unnecessary duplicated codesubmit/tizen/20200513.233945accepted/tizen/unified/20200514.050650hj kim1-30/+3
2020-05-08Remove out of memory related code by using glibjiyong.min3-130/+66
2020-04-16Remove null check for nullable functionjiyong.min1-4/+2