summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-09-24Code clean up regarding the return valuehjkim6-75/+50
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.160044Jiyong3-5/+5
2024-06-12media_controller_util refactoringaccepted/tizen/unified/x/asan/20240625.092247accepted/tizen/unified/x/20240614.160418accepted/tizen/unified/toolchain/20240624.121419accepted/tizen/unified/dev/20240620.004048accepted/tizen/unified/20240614.084852Minje Ahn4-149/+70
2024-06-11Use g_auto(GStrv)Minje Ahn3-98/+23
2024-06-11Add sql_autoptr typeMinje Ahn1-76/+58
2024-06-04Use sqlite APIs directlyMinje Ahn1-38/+38
2024-05-03Fix memory leak for 'path'Jiyong1-9/+7
2024-04-24Code cleanup for socket functionsaccepted/tizen/unified/x/20240430.094806accepted/tizen/unified/20240426.035448Jiyong1-16/+3
2024-04-25Remove unnecessary socket activation codeJiyong1-71/+7
2024-04-23Modify to limit the size of message for socket ipcaccepted/tizen/unified/x/20240425.051112accepted/tizen/unified/20240424.063525Jiyong3-54/+85
2024-03-08Bug fix of getting signal nameaccepted/tizen/unified/x/20240311.100025accepted/tizen/unified/20240308.174154hjkim1-0/+2
2024-02-20[ACR-1825]Remove deprecated APIshjkim2-144/+0
2024-02-15Improve handle creation performanceaccepted/tizen/unified/x/20240222.211059accepted/tizen/unified/toolchain/20240311.065130accepted/tizen/unified/20240222.012638Jiyong1-1/+1
2023-06-30Fixed the build error using gcc 13accepted/tizen/unified/dev/20230726.115748accepted/tizen/unified/20230703.093346jiyong.min2-5/+4
2023-04-06Remove unnecessary 'oldname'accepted/tizen/unified/20230406.165745jiyong.min1-11/+7
2022-03-31Remove TIZEN_FEATURE_COMPATIBILITY codesubmit/tizen/20220418.220359submit/tizen/20220418.052811accepted/tizen/unified/20220421.065408Minje Ahn2-316/+0
2021-04-29Fixed the length of bundle_key to 3-digitsubmit/tizen/20210429.234105accepted/tizen/unified/20210430.052702jiyong.min1-1/+2
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.min1-5/+11
2020-12-15Add new msg to check service launch statushj kim1-13/+17
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 kim2-37/+80
2020-10-06remove from the connection list when fail to DB updatinghj kim1-1/+1
2020-09-28Update log level to get log for producthj kim3-10/+13
2020-09-25fix memory leak for playlist_namesubmit/tizen/20200924.055537accepted/tizen/unified/20200925.140231jiyong.min2-0/+4
2020-09-15Fix resource leaksubmit/tizen/20200917.004955submit/tizen/20200916.012329accepted/tizen/unified/20200917.055750hj kim2-8/+8
2020-08-19Modify to prevent reuse of values from released handlessubmit/tizen/20200820.043357accepted/tizen/unified/20200820.133526jiyong.min2-24/+26
2020-07-23Add static keyword and apply tizen coding rulehj kim1-1/+1
2020-07-22Fix double free if goto ERRORjiyong.min1-0/+2
2020-07-22Fix 'sql_str' memory leak if 'handle' is null or 'sql_str' is empty stringjiyong.min1-2/+14
2020-07-17Fix bug that API return invalid parameter for added enumsubmit/tizen/20200721.000647accepted/tizen/unified/20200722.144620jiyong.min1-1/+1
2020-06-23Added checking valid display modesubmit/tizen/20200623.070108accepted/tizen/unified/20200624.130217jiyong.min3-12/+30
2020-06-23Fix typohj kim4-7/+7
2020-06-18add user_data_free_func for 'g_dbus_connection_signal_subscribe'jiyong.min1-9/+23
2020-06-04Changes dbus user_data from the listener list to a listenerjiyong.min1-19/+7
2020-06-04Code cleanup for replacing client handle with receiverjiyong.min2-50/+39
2020-06-04Code cleanup for function to check parameter validityjiyong.min5-125/+80
2020-05-18Merge "Revert "Revert "Fix to return ERROR_NONE and NULL for value when metad...Jiyong Min1-1/+2
2020-05-18Merge "Revert "Revert "Remove out of memory related code by using glib""" int...Jiyong Min7-350/+233
2020-05-17Revert "Revert "Fix to return ERROR_NONE and NULL for value when metadata doe...Jiyong Min1-1/+2
2020-05-17Revert "Revert "Remove out of memory related code by using glib""Jiyong Min7-350/+233
2020-05-14Revert "Fix to return ERROR_NONE and NULL for value when metadata doesn't exist"submit/tizen/20200514.115625Jiyong Min1-2/+1
2020-05-14Revert "Remove out of memory related code by using glib"Jiyong Min7-233/+350
2020-05-14Fix to return ERROR_NONE and NULL for value when metadata doesn't existhj kim1-1/+2
2020-05-08Fix typosubmit/tizen/20200508.074554accepted/tizen/unified/20200511.214629jiyong.min2-73/+73
2020-05-08Remove out of memory related code by using glibjiyong.min7-350/+233
2020-04-16Remove null check for nullable functionjiyong.min1-4/+2
2020-04-02Remove unused codesubmit/tizen/20200402.224031accepted/tizen/unified/20200403.153137jiyong.min1-21/+0
2020-03-12Rename and relocate the functions for dbus & socket IPCsubmit/tizen/20200313.030919accepted/tizen/unified/20200315.214713jiyong.min1-60/+59