summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-03register muse of vip at tv profilesubmit/tizen/20161103.071526accepted/tizen/common/20161103.160133YoungHun Kim3-5/+27
2016-11-03Update the json parsing and initialized to 0's when allocating data buffersubmit/tizen/20161103.014632accepted/tizen/wearable/20161103.230656accepted/tizen/tv/20161103.230639accepted/tizen/mobile/20161103.230621accepted/tizen/ivi/20161103.230717YoungHun Kim5-215/+80
2016-11-01Update to use the saved module at queue or PID hashing when module addr is NU...YoungHun Kim10-40/+214
2016-10-26Fix the bug which the received vaule of multiple fds is invalidsubmit/tizen_3.0/20161028.082423submit/tizen_3.0/20161028.062323submit/tizen/20161027.030209accepted/tizen/wearable/20161027.055020accepted/tizen/tv/20161027.055004accepted/tizen/mobile/20161027.054933accepted/tizen/ivi/20161027.055030accepted/tizen/common/20161027.073659accepted/tizen/3.0/wearable/20161028.133651accepted/tizen/3.0/tv/20161028.133341accepted/tizen/3.0/mobile/20161028.133023accepted/tizen/3.0/ivi/20161028.133918YoungHun Kim1-10/+13
2016-10-25Get the gdbus connection at muse server side and update to execute muse initi...submit/tizen_3.0_common/20161104.104000submit/tizen/20161025.104308accepted/tizen/common/20161025.155124YoungHun Kim6-32/+78
2016-10-24Update muse log of server side to verify the message completeYoungHun Kim8-47/+131
2016-10-24Disable to set the latest function at MUSE_NO_LOG and resolve the fd leakYoungHun Kim2-5/+21
2016-10-24Add mutex lock for module open/close and set_value functionJeongmo Yang4-1/+14
2016-10-19Enable to send and receive multiple fds simultaneouslyYoungHun Kim5-33/+33
2016-10-18Close loaded module after some requestssubmit/tizen/20161018.031723accepted/tizen/wearable/20161018.091622accepted/tizen/tv/20161018.091611accepted/tizen/mobile/20161018.091552accepted/tizen/ivi/20161018.091639accepted/tizen/common/20161018.175116Jeongmo Yang3-4/+13
2016-10-14Add macro variable to be applied at build time and update checking the comple...submit/tizen/20161017.012004accepted/tizen/wearable/20161017.080049accepted/tizen/tv/20161017.080034accepted/tizen/mobile/20161017.080017accepted/tizen/ivi/20161017.080104accepted/tizen/common/20161017.170104YoungHun Kim7-25/+21
2016-10-12Disable muse log at TV profile because of abnormal operation and performance ...submit/tizen/20161012.232049accepted/tizen/wearable/20161013.072859accepted/tizen/tv/20161013.072844accepted/tizen/mobile/20161013.072828accepted/tizen/ivi/20161013.072919accepted/tizen/common/20161013.155912YoungHun Kim5-1/+22
2016-10-12Fix build error of Tizen_Z200/Z300 product and add the api to check message c...submit/tizen/20161012.010406accepted/tizen/wearable/20161012.065339accepted/tizen/tv/20161012.065316accepted/tizen/mobile/20161012.065247accepted/tizen/ivi/20161012.065405accepted/tizen/common/20161012.154207YoungHun Kim6-2/+23
2016-10-10Update to concatenate the broken message only muse server side and enlarge th...YoungHun Kim7-158/+43
2016-10-10Add service file for VD ProductYoungHun Kim2-3/+33
2016-10-07Fix no response for some APIssubmit/tizen_common/20161007.092620accepted/tizen/common/20161007.173356Jeongmo Yang2-6/+7
2016-10-06Resolve the problem not to update value when changing the value of same key c...submit/tizen_common/20161006.020612submit/tizen_3.0_wearable/20161015.000004submit/tizen_3.0_tv/20161015.000004submit/tizen_3.0_mobile/20161015.000005submit/tizen/20161005.055916accepted/tizen/wearable/20161007.003858accepted/tizen/tv/20161007.003821accepted/tizen/mobile/20161007.003713accepted/tizen/ivi/20161007.003930accepted/tizen/common/20161006.154104accepted/tizen/common/20161006.153419accepted/tizen/3.0/wearable/20161015.083530accepted/tizen/3.0/tv/20161016.005230accepted/tizen/3.0/mobile/20161015.033930YoungHun Kim2-2/+3
2016-10-06Update inserting the module state valueYoungHun Kim2-2/+2
2016-10-04Update to insert key-value to g_hash_table without memory leak and free key n...accepted/tizen/common/20161005.165450YoungHun Kim3-10/+18
2016-09-26Merge "Add MUSE_DRM module and update message size for MUSE_DRM" into tizensubmit/tizen_3.0_ivi/20161010.000005submit/tizen/20160928.043825accepted/tizen/wearable/20160930.040651accepted/tizen/tv/20160930.040552accepted/tizen/mobile/20160930.040412accepted/tizen/ivi/20160930.040742accepted/tizen/common/20160928.163927accepted/tizen/3.0/ivi/20161011.055409YoungHun Kim3-1/+4
2016-09-27Add MUSE_DRM module and update message size for MUSE_DRMGilbok Lee3-1/+4
2016-09-21Remove unnecessary reallocHyongtaek Lim1-5/+1
2016-09-21Rollback the g_hash_table key freesubmit/tizen/20160921.041639accepted/tizen/wearable/20160922.042540accepted/tizen/tv/20160922.042454accepted/tizen/mobile/20160922.042329accepted/tizen/ivi/20160922.042618accepted/tizen/common/20160921.162201YoungHun Kim3-14/+5
2016-09-21Add service file of tv profileYoungHun Kim3-3/+25
2016-09-21Add mutex_lock when create api is called because of iniparser reentrancyYoungHun Kim2-1/+3
2016-09-19Free the key of g_hash_table normally using g_hash_table_foreach_removeYoungHun Kim3-5/+14
2016-09-12Add assertion for debuging at data channelHyongtaek Lim1-0/+7
2016-09-09Change strtok into strtok_r for thread safetyGilbok Lee1-2/+3
2016-09-07Add functoins to set / get fdsubmit/tizen/20160907.074000accepted/tizen/wearable/20160908.044044accepted/tizen/tv/20160908.043935accepted/tizen/mobile/20160908.043241accepted/tizen/ivi/20160908.044153accepted/tizen/common/20160907.154645YoungHun Kim4-4/+33
2016-09-07Change to use the sendmsg / recvmsg by defaultYoungHun Kim8-109/+73
2016-08-31Logging the message that server sends to client and add formatting log functoinsubmit/tizen/20160831.052250accepted/tizen/wearable/20160901.065217accepted/tizen/tv/20160901.065140accepted/tizen/mobile/20160901.065045accepted/tizen/ivi/20160901.065304accepted/tizen/common/20160831.162107YoungHun Kim5-8/+34
2016-08-23Add return value at g_return fail macroHyongtaek Lim1-1/+1
2016-08-12Resolve socket fd leak and add privilegesubmit/tizen/20160818.052348accepted/tizen/wearable/20160818.231719accepted/tizen/tv/20160818.231750accepted/tizen/mobile/20160818.231641accepted/tizen/ivi/20160818.231819accepted/tizen/common/20160818.144341YoungHun Kim3-2/+4
2016-08-11Update muse logging infoYoungHun Kim10-91/+218
2016-08-10Create ready file and send ACK signal after muse-server.service is activatedsubmit/tizen/20160812.084807YoungHun Kim4-3/+16
2016-08-10Add send_fd / recv_fd to communicate fd messageYoungHun Kim3-6/+99
2016-08-10Merge "Add function of data header infomation" into tizenJeongmo Yang2-1/+19
2016-07-20Set the SMACK security label to run given executable file in systemd servicessubmit/tizen/20160721.003054accepted/tizen/wearable/20160721.090938accepted/tizen/tv/20160721.091254accepted/tizen/mobile/20160721.090422accepted/tizen/ivi/20160721.090733accepted/tizen/common/20160721.175657jooseong lee1-0/+1
2016-07-15Add function of data header infomationHyongtaek Lim2-1/+19
2016-07-12Enable multimedia_fw session with resolving boot sequencesubmit/tizen/20160712.021942accepted/tizen/wearable/20160712.043537accepted/tizen/tv/20160712.043517accepted/tizen/mobile/20160712.043456accepted/tizen/ivi/20160712.043547accepted/tizen/common/20160712.150657YoungHun Kim4-5/+8
2016-07-11Remove unnecessary capabilitysubmit/tizen/20160711.114456accepted/tizen/wearable/20160712.000003accepted/tizen/tv/20160712.000022accepted/tizen/mobile/20160711.235815accepted/tizen/ivi/20160712.000053accepted/tizen/common/20160711.171021Jeongmo Yang2-1/+3
2016-07-07Change root daemon because of tbm side effectsubmit/tizen/20160707.031448accepted/tizen/wearable/20160707.043626accepted/tizen/tv/20160707.043529accepted/tizen/mobile/20160707.043715accepted/tizen/ivi/20160707.043603accepted/tizen/common/20160707.171802YoungHun Kim2-4/+0
2016-07-06Change the uid/gid for non-root (system) daemonsubmit/tizen/20160706.103825accepted/tizen/wearable/20160706.132425accepted/tizen/tv/20160706.132309accepted/tizen/mobile/20160706.132255accepted/tizen/ivi/20160706.132858accepted/tizen/common/20160707.171337YoungHun Kim6-2/+28
2016-06-30Resolve the cmd_dispatcher side effect and change function namesubmit/tizen_common/20160701.180000submit/tizen/20160630.084032accepted/tizen/wearable/20160701.033139accepted/tizen/tv/20160701.033037accepted/tizen/mobile/20160701.033417accepted/tizen/ivi/20160701.033245accepted/tizen/common/20160703.130509YoungHun Kim2-8/+6
2016-06-30Resolve the infinetly loop when receiving some signalsYoungHun Kim1-2/+0
2016-06-27Fix build errorsubmit/tizen/20160627.022624accepted/tizen/wearable/20160629.015346accepted/tizen/tv/20160629.015403accepted/tizen/mobile/20160629.015324accepted/tizen/ivi/20160629.015425accepted/tizen/common/20160627.191927Seungbae Shin1-1/+1
2016-06-27fix 64bit build errorEunhae Choi1-2/+2
2016-06-23Add server_ack & resource_not_available command and init command in preload e...YoungHun Kim5-11/+41
2016-06-23Add tizen directory path for muse directoryYoungHun Kim5-1/+17
2016-06-24add message concatenation and remove sig handler dlogYoungHun Kim10-69/+208