summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Bug fix. Command or event was not delivered sometimesaccepted/tizen/6.5/unified/20230807.014208tizen_6.5accepted/tizen_6.5_unifiedjiyong.min2-2/+2
2022-03-15fix 'GSource *timer_src' memory leak and code refactoring for timersubmit/tizen_6.5/20220321.013725accepted/tizen/6.5/unified/20220322.014707jiyong.min2-13/+11
2022-01-21Change gcov object install pathsubmit/tizen_6.5/20220124.032856accepted/tizen/6.5/unified/20220125.121938Jiyong Min1-3/+3
2021-08-17bug fix. unsafe sign extension of expression 'nsec_t' with 'unsigned long'tizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161801submit/tizen/20210817.050956submit/tizen/20210817.013507accepted/tizen/unified/20210818.124613accepted/tizen/6.5/unified/20211028.100227Jiyong Min2-4/+4
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-05-10Fix typo (subtite -> subtitle)submit/tizen/20210510.072803accepted/tizen/unified/20210510.100648backto.kim1-1/+1
2021-04-29Fixed the length of bundle_key to 3-digitsubmit/tizen/20210429.234105accepted/tizen/unified/20210430.052702jiyong.min1-1/+2
2021-04-19Release version 0.2.25jiyong.min1-1/+1
2021-04-19Modify the query of getting playlist's item to order by ROWIDjiyong.min1-1/+1
2021-04-19Add new key for the bundle of playlistjiyong.min2-9/+15
2021-03-23Release version 0.2.24submit/tizen/20210324.015805accepted/tizen/unified/20210324.124253jiyong.min1-1/+1
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 PYO2-3/+2
2020-12-17Update test codessubmit/tizen/20201218.042524accepted/tizen/unified/20201224.151547hj kim1-2/+17
2020-12-15Add new msg to check service launch statushj kim4-14/+25
2020-12-15Update code to reduce complexityhj kim1-11/+21
2020-12-15Fix wrong messageshj kim3-6/+6
2020-10-08Reduce DB locking timetizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114802submit/tizen_6.0_hotfix/20201102.192502submit/tizen_6.0/20201029.205102submit/tizen/20201008.053624accepted/tizen/unified/20201009.090838accepted/tizen/6.0/unified/hotfix/20201103.052243accepted/tizen/6.0/unified/hotfix/20201103.004858accepted/tizen/6.0/unified/20201030.122552tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfixhj kim4-38/+86
2020-10-07Fix document issuehj kim1-1/+1
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 kim2-2/+7
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 kim7-30/+39
2020-09-25fix memory leak for playlist_namesubmit/tizen/20200924.055537accepted/tizen/unified/20200925.140231jiyong.min3-1/+5
2020-09-15Fix resource leaksubmit/tizen/20200917.004955submit/tizen/20200916.012329accepted/tizen/unified/20200917.055750hj kim3-9/+9
2020-08-24Fix doxygen errorsubmit/tizen/20200820.234531accepted/tizen/unified/20200826.133143hj kim2-7/+7
2020-08-19Modify to prevent reuse of values from released handlessubmit/tizen/20200820.043357accepted/tizen/unified/20200820.133526jiyong.min2-24/+26
2020-07-28Merge "Fix typo" into tizensubmit/tizen/20200728.044745accepted/tizen/unified/20200729.165651Jiyong Min2-4/+4
2020-07-28Fix typojiyong.min2-4/+4
2020-07-23Add static keyword and apply tizen coding rulehj kim2-79/+71
2020-07-22Release version 0.2.18submit/tizen/20200722.020114accepted/tizen/unified/20200723.161255jiyong.min1-1/+1
2020-07-22Fix double free if goto ERRORjiyong.min1-0/+2
2020-07-22Fix double free in loopjiyong.min2-0/+4
2020-07-22Fix 'sql_str' memory leak if 'handle' is null or 'sql_str' is empty stringjiyong.min1-2/+14
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-17Fix bug that API return invalid parameter for added enumsubmit/tizen/20200721.000647accepted/tizen/unified/20200722.144620jiyong.min2-2/+2
2020-07-03Fix wrong debug messagesubmit/tizen/20200709.014949accepted/tizen/unified/20200709.164618hj kim1-3/+3
2020-07-03Fix integer overflow for 'mc_result_code_e'submit/tizen/20200703.072353submit/tizen/20200702.014328jiyong.min1-1/+1
2020-06-23Added checking valid display modesubmit/tizen/20200623.070108accepted/tizen/unified/20200624.130217jiyong.min6-17/+32
2020-06-23Fix typohj kim7-13/+13
2020-06-18add user_data_free_func for 'g_dbus_connection_signal_subscribe'jiyong.min1-9/+23
2020-06-18Release version 0.2.16submit/tizen/20200618.061012accepted/tizen/unified/20200619.004556jiyong.min1-1/+1
2020-06-18[ACR-1561] Add new result code and playback statesjiyong.min3-4/+35
2020-06-04Release version 0.2.15submit/tizen/20200608.024241accepted/tizen/unified/20200608.144732jiyong.min1-1/+1