platform/core/multimedia/mmsvc-core.git
7 years agoregister muse of vip at tv profile 59/95359/4 accepted/tizen/common/20161103.160133 submit/tizen/20161103.071526
YoungHun Kim [Thu, 3 Nov 2016 04:18:28 +0000 (13:18 +0900)]
register muse of vip at tv profile

 Libresourced provide one API proc_stat_set_vip_process() for VIP process which launches later than resourced
  - Only systemd and resourced is allowed to write oom_score_adj, otherwise LMN driver function is called

Change-Id: I2fc7cebbf2042159c2943c5a148cf0c25a77ef5e

7 years agoUpdate the json parsing and initialized to 0's when allocating data buffer 48/94848/10 accepted/tizen/ivi/20161103.230717 accepted/tizen/mobile/20161103.230621 accepted/tizen/tv/20161103.230639 accepted/tizen/wearable/20161103.230656 submit/tizen/20161103.014632
YoungHun Kim [Tue, 1 Nov 2016 12:43:02 +0000 (21:43 +0900)]
Update the json parsing and initialized to 0's when allocating data buffer

  There is weakpoint of muse_core_msg_json_deserialize

  1) performance issue because json tokener is created whenever parsing every key
  2) memmove is executed now for key parsing and it might someimtes cause the parsing error

Change-Id: I58b95203ddc75f6896ba4868ce322abf44fc5e19

7 years agoUpdate to use the saved module at queue or PID hashing when module addr is NULL at... 51/94151/5
YoungHun Kim [Thu, 27 Oct 2016 07:00:06 +0000 (16:00 +0900)]
Update to use the saved module at queue or PID hashing when module addr is NULL at data channel

Change-Id: I13e29e75701ca1e13ee896f06ebbd2f85e9fc412

7 years agoFix the bug which the received vaule of multiple fds is invalid 77/93977/5 accepted/tizen/3.0/ivi/20161028.133918 accepted/tizen/3.0/mobile/20161028.133023 accepted/tizen/3.0/tv/20161028.133341 accepted/tizen/3.0/wearable/20161028.133651 accepted/tizen/common/20161027.073659 accepted/tizen/ivi/20161027.055030 accepted/tizen/mobile/20161027.054933 accepted/tizen/tv/20161027.055004 accepted/tizen/wearable/20161027.055020 submit/tizen/20161027.030209 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423
YoungHun Kim [Wed, 26 Oct 2016 11:15:25 +0000 (20:15 +0900)]
Fix the bug which the received vaule of multiple fds is invalid

Change-Id: Iac1aba5d22e34f9e3f48c27b48694ca043014217

7 years agoGet the gdbus connection at muse server side and update to execute muse initiation... 40/93540/12 accepted/tizen/common/20161025.155124 submit/tizen/20161025.104308 submit/tizen_3.0_common/20161104.104000
YoungHun Kim [Tue, 25 Oct 2016 01:31:38 +0000 (10:31 +0900)]
Get the gdbus connection at muse server side and update to execute muse initiation after daemonizing

 There is timming issue not when muse module try to get gdbus connection,
 so muse server supports the gdbus connection.

Change-Id: I34b3650719a79e4f3b56086947331b1dcc084024

7 years agoUpdate muse log of server side to verify the message complete 16/93116/11
YoungHun Kim [Thu, 20 Oct 2016 08:52:41 +0000 (17:52 +0900)]
Update muse log of server side to verify the message complete

 When muse client sends the message over MUSE_MSG_MAX_LENGTH at a time,
 muse server have to process only acceptable message at first with storing the remaining part and then it is necessary to process the sequential messages

Change-Id: Ic1e76988057ed8074501d75611cd7776e2cc06a8

7 years agoDisable to set the latest function at MUSE_NO_LOG and resolve the fd leak 53/93453/4
YoungHun Kim [Mon, 24 Oct 2016 09:57:33 +0000 (18:57 +0900)]
Disable to set the latest function at MUSE_NO_LOG and resolve the fd leak

Change-Id: I2990556d932d8da238b99213ae9db79d9cc16efb

7 years agoAdd mutex lock for module open/close and set_value function 38/93438/2
Jeongmo Yang [Mon, 24 Oct 2016 09:13:11 +0000 (18:13 +0900)]
Add mutex lock for module open/close and set_value function

[Version] 0.1.23
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Dependency commit] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161019.4]

Change-Id: I2acb6516c7106d533a8e41f610404b5dfabcc485
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoEnable to send and receive multiple fds simultaneously 16/91716/12
YoungHun Kim [Tue, 11 Oct 2016 04:24:11 +0000 (13:24 +0900)]
Enable to send and receive multiple fds simultaneously

Change-Id: Ieadabab3a6a38c9bfec79ac40c735949c05bad07

7 years agoClose loaded module after some requests 54/92654/1 accepted/tizen/common/20161018.175116 accepted/tizen/ivi/20161018.091639 accepted/tizen/mobile/20161018.091552 accepted/tizen/tv/20161018.091611 accepted/tizen/wearable/20161018.091622 submit/tizen/20161018.031723
Jeongmo Yang [Tue, 18 Oct 2016 01:54:18 +0000 (10:54 +0900)]
Close loaded module after some requests

In general, module is not closed to reuse.
But, it causes system idle memory down.
So, add code to close module for some requests after requests.

[Version] 0.1.21
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Dependency commit] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161016.2]

Change-Id: Idb1ee2002863507f4fa327aaf02b153977b94604
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoAdd macro variable to be applied at build time and update checking the complete msg 05/92105/5 accepted/tizen/common/20161017.170104 accepted/tizen/ivi/20161017.080104 accepted/tizen/mobile/20161017.080017 accepted/tizen/tv/20161017.080034 accepted/tizen/wearable/20161017.080049 submit/tizen/20161017.012004
YoungHun Kim [Thu, 13 Oct 2016 08:49:01 +0000 (17:49 +0900)]
Add macro variable to be applied at build time and update checking the complete msg

Change-Id: Ie4e7500374e077313d9f0820278d03133e79ad44

7 years agoDisable muse log at TV profile because of abnormal operation and performance issue 80/91880/8 accepted/tizen/common/20161013.155912 accepted/tizen/ivi/20161013.072919 accepted/tizen/mobile/20161013.072828 accepted/tizen/tv/20161013.072844 accepted/tizen/wearable/20161013.072859 submit/tizen/20161012.232049
YoungHun Kim [Wed, 12 Oct 2016 05:20:46 +0000 (14:20 +0900)]
Disable muse log at TV profile because of abnormal operation and performance issue

Change-Id: Ia8f5712ecf9b6c15b6ad0dc0e3ce51afa68e0a00

7 years agoFix build error of Tizen_Z200/Z300 product and add the api to check message complete... 15/91815/3 accepted/tizen/common/20161012.154207 accepted/tizen/ivi/20161012.065405 accepted/tizen/mobile/20161012.065247 accepted/tizen/tv/20161012.065316 accepted/tizen/wearable/20161012.065339 submit/tizen/20161012.010406
YoungHun Kim [Tue, 11 Oct 2016 12:53:22 +0000 (21:53 +0900)]
Fix build error of Tizen_Z200/Z300 product and add the api to check message complete or not

Change-Id: I90e071287510d502b8804bf88c78acf2706528cc

7 years agoUpdate to concatenate the broken message only muse server side and enlarge the size... 23/91523/3
YoungHun Kim [Mon, 10 Oct 2016 03:53:55 +0000 (12:53 +0900)]
Update to concatenate the broken message only muse server side and enlarge the size of msg cache buff

 Handling the broken message which can be called in both the server client with using existing muse_client_h and g_hash_table
 has changed to handle only server side without g_hash_table

Change-Id: Ie38ab0f8ddb29301ac89b7b46ed139ca10b75c49

7 years agoAdd service file for VD Product 70/91270/7
YoungHun Kim [Thu, 6 Oct 2016 12:14:58 +0000 (21:14 +0900)]
Add service file for VD Product

 TV product (AV audio product) requires muse to launch with starter service,
 because speaker app using muse operates through starter service whilte booting

Change-Id: I0ef0f2f8c71acd7d3ea99569fae663ffdc4f57d9

7 years agoFix no response for some APIs 04/91404/1 accepted/tizen/common/20161007.173356 submit/tizen_common/20161007.092620
Jeongmo Yang [Fri, 7 Oct 2016 08:41:59 +0000 (17:41 +0900)]
Fix no response for some APIs

Some APIs are request commands without API_CREATE,
but, muse server could not call dispatcher of module at specific case.
It is fixed.

[Version] 0.1.16
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Dependency commit] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161007.1]

Change-Id: I495c65c446be8d2c67a331cec6b6e3fd61464712
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoResolve the problem not to update value when changing the value of same key continuously 95/91195/2 accepted/tizen/3.0/mobile/20161015.033930 accepted/tizen/3.0/tv/20161016.005230 accepted/tizen/3.0/wearable/20161015.083530 accepted/tizen/common/20161006.153419 accepted/tizen/common/20161006.154104 accepted/tizen/ivi/20161007.003930 accepted/tizen/mobile/20161007.003713 accepted/tizen/tv/20161007.003821 accepted/tizen/wearable/20161007.003858 submit/tizen/20161005.055916 submit/tizen_3.0_mobile/20161015.000005 submit/tizen_3.0_tv/20161015.000004 submit/tizen_3.0_wearable/20161015.000004 submit/tizen_common/20161006.020612
YoungHun Kim [Thu, 6 Oct 2016 07:33:47 +0000 (16:33 +0900)]
Resolve the problem not to update value when changing the value of same key continuously

Change-Id: I05dc3024f3cce2b5a9a872f4430b16f6f984f631

7 years agoUpdate inserting the module state value 12/91112/1
YoungHun Kim [Thu, 6 Oct 2016 01:53:09 +0000 (10:53 +0900)]
Update inserting the module state value

Change-Id: I4ed26c18efc7f00d793cd91f09ec5109a5059bb4

7 years agoUpdate to insert key-value to g_hash_table without memory leak and free key normally 84/90684/2 accepted/tizen/common/20161005.165450
YoungHun Kim [Mon, 3 Oct 2016 23:59:46 +0000 (08:59 +0900)]
Update to insert key-value to g_hash_table without memory leak and free key normally

Change-Id: I2951eba8586391e36315bb7d2cd1e0a9405a8b55

7 years agoMerge "Add MUSE_DRM module and update message size for MUSE_DRM" into tizen accepted/tizen/3.0/ivi/20161011.055409 accepted/tizen/common/20160928.163927 accepted/tizen/ivi/20160930.040742 accepted/tizen/mobile/20160930.040412 accepted/tizen/tv/20160930.040552 accepted/tizen/wearable/20160930.040651 submit/tizen/20160928.043825 submit/tizen_3.0_ivi/20161010.000005
YoungHun Kim [Tue, 27 Sep 2016 06:46:41 +0000 (23:46 -0700)]
Merge "Add MUSE_DRM module and update message size for MUSE_DRM" into tizen

7 years agoAdd MUSE_DRM module and update message size for MUSE_DRM 17/89817/1
Gilbok Lee [Tue, 27 Sep 2016 06:28:10 +0000 (15:28 +0900)]
Add MUSE_DRM module and update message size for MUSE_DRM

[Version] 0.1.12
[Profile] Common
[Issue Type] Fix bugs

Change-Id: I771db617299a701bffee5a4a5ffee68e6bcc3d1d

7 years agoRemove unnecessary realloc 57/88057/3
Hyongtaek Lim [Tue, 13 Sep 2016 04:16:09 +0000 (13:16 +0900)]
Remove unnecessary realloc

Change-Id: I52857fba2ac2fd3decfaa3ab375a418cfd9ff82b
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
7 years agoRollback the g_hash_table key free 90/88990/2 accepted/tizen/common/20160921.162201 accepted/tizen/ivi/20160922.042618 accepted/tizen/mobile/20160922.042329 accepted/tizen/tv/20160922.042454 accepted/tizen/wearable/20160922.042540 submit/tizen/20160921.041639
YoungHun Kim [Wed, 21 Sep 2016 10:25:26 +0000 (19:25 +0900)]
Rollback the g_hash_table key free

Change-Id: Icdd1f97491170f6a8b4caf5a37b8465fd8f71ce6

7 years agoAdd service file of tv profile 65/88665/3
YoungHun Kim [Tue, 20 Sep 2016 07:16:29 +0000 (16:16 +0900)]
Add service file of tv profile

Change-Id: I6a835514f9bfa124266ae6418ab808728d805300

7 years agoAdd mutex_lock when create api is called because of iniparser reentrancy 26/87526/3
YoungHun Kim [Thu, 8 Sep 2016 11:01:09 +0000 (20:01 +0900)]
Add mutex_lock when create api is called because of iniparser reentrancy

Change-Id: I9e8cb9b374c2c784f128c1c639a144040d8762d7

7 years agoFree the key of g_hash_table normally using g_hash_table_foreach_remove 48/87248/5
YoungHun Kim [Wed, 7 Sep 2016 06:52:28 +0000 (15:52 +0900)]
Free the key of g_hash_table normally using g_hash_table_foreach_remove

Change-Id: I50385e911cec8f9f5710342b586f34219450df6d

7 years agoAdd assertion for debuging at data channel 39/87539/3
Hyongtaek Lim [Thu, 8 Sep 2016 11:48:48 +0000 (20:48 +0900)]
Add assertion for debuging at data channel

Change-Id: I060e1d289bfd5a60dc65c9de7ef04832c206b31d
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
7 years agoChange strtok into strtok_r for thread safety 40/87640/1
Gilbok Lee [Fri, 9 Sep 2016 03:54:50 +0000 (12:54 +0900)]
Change strtok into strtok_r for thread safety

[Version] 0.1.7 (same as version wriiten in spec file)
[Profile] Common
[Issue Type] Fix bugs

Change-Id: Ib2bb256a15bbd92428e8f7b81ecc96dbb3fbd091
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
7 years agoAdd functoins to set / get fd 34/87034/7 accepted/tizen/common/20160907.154645 accepted/tizen/ivi/20160908.044153 accepted/tizen/mobile/20160908.043241 accepted/tizen/tv/20160908.043935 accepted/tizen/wearable/20160908.044044 submit/tizen/20160907.074000
YoungHun Kim [Tue, 6 Sep 2016 05:23:34 +0000 (14:23 +0900)]
Add functoins to set / get fd

Change-Id: I116155c2e7cc642f0741c1ea2ffd01d00b1da732

7 years agoChange to use the sendmsg / recvmsg by default 73/86973/5
YoungHun Kim [Mon, 5 Sep 2016 23:02:46 +0000 (08:02 +0900)]
Change to use the sendmsg / recvmsg by default

Change-Id: I37ac283c21716401b7ccba0da81b9cfa0da10797

7 years agoLogging the message that server sends to client and add formatting log functoin 17/85417/7 accepted/tizen/common/20160831.162107 accepted/tizen/ivi/20160901.065304 accepted/tizen/mobile/20160901.065045 accepted/tizen/tv/20160901.065140 accepted/tizen/wearable/20160901.065217 submit/tizen/20160831.052250
YoungHun Kim [Thu, 25 Aug 2016 05:12:21 +0000 (14:12 +0900)]
Logging the message that server sends to client and add formatting log functoin

Change-Id: I7a18c0e3ed151bd87f504eb6371670e52752ddf6

7 years agoAdd return value at g_return fail macro 78/84978/1
Hyongtaek Lim [Tue, 23 Aug 2016 06:01:47 +0000 (15:01 +0900)]
Add return value at g_return fail macro

Change-Id: I28bf836b08c18e3a2cf8742d5d0ce281bf64a81c
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
7 years agoResolve socket fd leak and add privilege 44/82744/10 accepted/tizen/common/20160818.144341 accepted/tizen/ivi/20160818.231819 accepted/tizen/mobile/20160818.231641 accepted/tizen/tv/20160818.231750 accepted/tizen/wearable/20160818.231719 submit/tizen/20160818.052348
YoungHun Kim [Fri, 5 Aug 2016 11:52:18 +0000 (20:52 +0900)]
Resolve socket fd leak and add privilege

Change-Id: I421f4d5e95fdcbe15594ef62598c45feeeaba905

7 years agoUpdate muse logging info 43/82743/12
YoungHun Kim [Fri, 5 Aug 2016 11:48:45 +0000 (20:48 +0900)]
Update muse logging info

Change-Id: Ia2d993568a31f02f276da200e2b30e318b75295c

7 years agoCreate ready file and send ACK signal after muse-server.service is activated 39/82739/6 submit/tizen/20160812.084807
YoungHun Kim [Fri, 5 Aug 2016 10:54:25 +0000 (19:54 +0900)]
Create ready file and send ACK signal after muse-server.service is activated

Change-Id: Ia80d57c37c28f20e4e29634a3730cd684a71ebe2

7 years agoAdd send_fd / recv_fd to communicate fd message 65/78765/9
YoungHun Kim [Wed, 6 Jul 2016 22:38:31 +0000 (07:38 +0900)]
Add send_fd / recv_fd to communicate fd message

Change-Id: I1e24053bd15d2b4f47047666b4e7907f713b838c

7 years agoMerge "Add function of data header infomation" into tizen
Jeongmo Yang [Thu, 11 Aug 2016 05:06:35 +0000 (22:06 -0700)]
Merge "Add function of data header infomation" into tizen

7 years agoSet the SMACK security label to run given executable file in systemd services 74/80874/1 accepted/tizen/common/20160721.175657 accepted/tizen/ivi/20160721.090733 accepted/tizen/mobile/20160721.090422 accepted/tizen/tv/20160721.091254 accepted/tizen/wearable/20160721.090938 submit/tizen/20160721.003054
jooseong lee [Wed, 20 Jul 2016 11:56:48 +0000 (20:56 +0900)]
Set the SMACK security label to run given executable file in systemd services

Change-Id: Id83b0bd4af63c86db5dae2dd0aa8ce22ff4e8f0d
Signed-off-by: jooseong lee <jooseong.lee@samsung.com>
8 years agoAdd function of data header infomation 37/80137/3
Hyongtaek Lim [Fri, 15 Jul 2016 01:20:44 +0000 (10:20 +0900)]
Add function of data header infomation

Change-Id: I9e8668087ad9f857cd97d9362cb4efb3ba364836
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
8 years agoEnable multimedia_fw session with resolving boot sequence 60/79560/2 accepted/tizen/common/20160712.150657 accepted/tizen/ivi/20160712.043547 accepted/tizen/mobile/20160712.043456 accepted/tizen/tv/20160712.043517 accepted/tizen/wearable/20160712.043537 submit/tizen/20160712.021942
YoungHun Kim [Mon, 11 Jul 2016 23:48:18 +0000 (08:48 +0900)]
Enable multimedia_fw session with resolving boot sequence

Change-Id: Ibcccdec8c98c9cc0f811db7432f6022757f3cf2e

8 years agoRemove unnecessary capability 32/79432/1 accepted/tizen/common/20160711.171021 accepted/tizen/ivi/20160712.000053 accepted/tizen/mobile/20160711.235815 accepted/tizen/tv/20160712.000022 accepted/tizen/wearable/20160712.000003 submit/tizen/20160711.114456
Jeongmo Yang [Mon, 11 Jul 2016 10:04:02 +0000 (19:04 +0900)]
Remove unnecessary capability

Change-Id: If9572e09c074ec3a091e55e3e351738ce215ba5a
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoChange root daemon because of tbm side effect 19/78819/1 accepted/tizen/common/20160707.171802 accepted/tizen/ivi/20160707.043603 accepted/tizen/mobile/20160707.043715 accepted/tizen/tv/20160707.043529 accepted/tizen/wearable/20160707.043626 submit/tizen/20160707.031448
YoungHun Kim [Thu, 7 Jul 2016 03:11:00 +0000 (12:11 +0900)]
Change root daemon because of tbm side effect

Change-Id: I7e3f68515bb5e5639eb6c9279b1d132daeaa6c78

8 years agoChange the uid/gid for non-root (system) daemon 48/77548/3 accepted/tizen/common/20160707.171337 accepted/tizen/ivi/20160706.132858 accepted/tizen/mobile/20160706.132255 accepted/tizen/tv/20160706.132309 accepted/tizen/wearable/20160706.132425 submit/tizen/20160706.103825
YoungHun Kim [Thu, 30 Jun 2016 07:13:19 +0000 (16:13 +0900)]
Change the uid/gid for non-root (system) daemon

Change-Id: Icbda982dcc510917f778cbd0a698511e499404a4

8 years agoResolve the cmd_dispatcher side effect and change function name 38/77538/2 accepted/tizen/common/20160703.130509 accepted/tizen/ivi/20160701.033245 accepted/tizen/mobile/20160701.033417 accepted/tizen/tv/20160701.033037 accepted/tizen/wearable/20160701.033139 submit/tizen/20160630.084032 submit/tizen_common/20160701.180000
YoungHun Kim [Thu, 30 Jun 2016 06:59:53 +0000 (15:59 +0900)]
Resolve the cmd_dispatcher side effect and change function name

Change-Id: I9a16145d2677e7d7c8b18bac1ec45ed073ec999c

8 years agoResolve the infinetly loop when receiving some signals 20/77520/1
YoungHun Kim [Thu, 30 Jun 2016 06:21:48 +0000 (15:21 +0900)]
Resolve the infinetly loop when receiving some signals

Change-Id: I1ef665dff9db686a3d4f5e56138021f4d9e8d3e7

8 years agoFix build error 18/76718/1 accepted/tizen/common/20160627.191927 accepted/tizen/ivi/20160629.015425 accepted/tizen/mobile/20160629.015324 accepted/tizen/tv/20160629.015403 accepted/tizen/wearable/20160629.015346 submit/tizen/20160627.022624
Seungbae Shin [Mon, 27 Jun 2016 04:56:06 +0000 (13:56 +0900)]
Fix build error

Change-Id: I07a2451b4a93121c11806cb39cb3466bc1fbc62e

8 years agofix 64bit build error 09/76709/2
Eunhae Choi [Mon, 27 Jun 2016 04:27:18 +0000 (13:27 +0900)]
fix 64bit build error

Change-Id: I2b4974addd055fe7aaf47a527ebdbd54b75276f0

8 years agoAdd server_ack & resource_not_available command and init command in preload enabled 36/76136/5
YoungHun Kim [Thu, 23 Jun 2016 02:40:10 +0000 (11:40 +0900)]
Add server_ack & resource_not_available command and init command in preload enabled

Change-Id: I73dc1a23c4ed2bdd9017a9d7761f2868889a3ae4

8 years agoAdd tizen directory path for muse directory 63/75963/6 63/75963/7 63/75963/8
YoungHun Kim [Wed, 22 Jun 2016 08:43:11 +0000 (17:43 +0900)]
Add tizen directory path for muse directory

Change-Id: I36bdd270d0f30ab8db261434fac287540b5d210d

8 years agoadd message concatenation and remove sig handler dlog 18/73818/16
YoungHun Kim [Thu, 9 Jun 2016 12:36:57 +0000 (21:36 +0900)]
add message concatenation and remove sig handler dlog

Change-Id: Icf3873a4d6bff72f47b5b404c2bcdf3fbe6e737d

8 years agoUpdate memory leak issue and cynara cache size 80/71980/2
YoungHun Kim [Mon, 30 May 2016 05:28:11 +0000 (14:28 +0900)]
Update memory leak issue and cynara cache size

Change-Id: I0682948e76a79f79fe3ac9c3777ad67048d6a27e

8 years agomove mused.conf to mmfw_sysconf 34/74134/2 accepted/tizen/common/20160620.162516 accepted/tizen/ivi/20160617.082454 accepted/tizen/mobile/20160617.081950 accepted/tizen/tv/20160617.082042 accepted/tizen/wearable/20160617.082139 submit/tizen/20160616.065630
Hyongtaek Lim [Mon, 13 Jun 2016 03:25:26 +0000 (12:25 +0900)]
move mused.conf to mmfw_sysconf

Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
Change-Id: Ia4acf3737f867c2add3fd4e872ff097ecf1cfb05

8 years agoresolve the crash issue when free message 60/69060/1 accepted/tizen/common/20160516.143515 accepted/tizen/ivi/20160517.032241 accepted/tizen/mobile/20160517.032236 accepted/tizen/tv/20160517.032209 accepted/tizen/wearable/20160517.032320 submit/tizen/20160516.075843
YoungHun Kim [Wed, 11 May 2016 09:10:37 +0000 (18:10 +0900)]
resolve the crash issue when free message

Change-Id: I7cc27afdb29ab1820f2184c7e56171a1e5ec3c65

8 years agoMerge "Resolve svace and memory leak issue" into tizen accepted/tizen/common/20160509.135035 accepted/tizen/ivi/20160510.002302 accepted/tizen/mobile/20160510.002152 accepted/tizen/tv/20160510.002235 accepted/tizen/wearable/20160510.002212 submit/tizen/20160509.073743
Heechul Jeon [Mon, 9 May 2016 05:50:08 +0000 (22:50 -0700)]
Merge "Resolve svace and memory leak issue" into tizen

8 years agoMerge "Add sound module" into tizen
Heechul Jeon [Tue, 3 May 2016 07:10:06 +0000 (00:10 -0700)]
Merge "Add sound module" into tizen

8 years agoResolve svace and memory leak issue 21/68121/1
YoungHun Kim [Mon, 2 May 2016 10:27:13 +0000 (19:27 +0900)]
Resolve svace and memory leak issue

Change-Id: I9fcdc666bcb25f86db96f367f64e18068a433679

8 years agoAdd sound module 72/67072/1
Seungbae Shin [Mon, 18 Apr 2016 10:12:46 +0000 (19:12 +0900)]
Add sound module

Change-Id: I00111de5823ea330133c2b233d27f4bdefa80782

8 years agoAdd json deserialize api for parsing performance 09/62009/9
YoungHun Kim [Sun, 13 Mar 2016 23:40:58 +0000 (08:40 +0900)]
Add json deserialize api for parsing performance

Change-Id: I2767fbbee4cd2b67571c8d138e75cfcac2bd7a50

8 years agoUpdate pts data type with uint64_t 54/65654/1 accepted/tizen/common/20160413.130919 accepted/tizen/ivi/20160413.082804 accepted/tizen/mobile/20160413.073247 accepted/tizen/tv/20160413.075547 accepted/tizen/wearable/20160413.080547 submit/tizen/20160412.054936 submit/tizen/20160412.073044
YoungHun Kim [Tue, 12 Apr 2016 04:42:36 +0000 (13:42 +0900)]
Update pts data type with uint64_t

Change-Id: Iccad109b7f678a5b45c1393944a3ec278b5c8a87

8 years agoAdd the initialize event, set_timer api and raise signal 79/65079/4
YoungHun Kim [Thu, 7 Apr 2016 07:04:53 +0000 (16:04 +0900)]
Add the initialize event, set_timer api and raise signal

Change-Id: I1982f390297b49494b1c4ba0c6c7e8614473c1f5

8 years agoStart after display-manager.service 79/57379/3 accepted/tizen/common/20160407.132403 accepted/tizen/ivi/20160407.110645 accepted/tizen/mobile/20160407.110556 accepted/tizen/tv/20160407.110611 accepted/tizen/wearable/20160407.110627 submit/tizen/20160407.030648
Łukasz Stelmach [Tue, 19 Jan 2016 13:14:53 +0000 (14:14 +0100)]
Start after display-manager.service

Change Idd3cfdad8bad7b33e9359e05cb3566595fcee11e enables changing
ownership and permissions for /run/wayland-0 socket internally by
enlightenment and makes display-manager.path and display-manager.service
units which have handeled the permissions and owhership obsolete.

Change Ieb7ddcc2b0f4494fd9ec9628b09e16ea8c4f8017 renames
display-manager-run.service to display-manager.service and removes
display-manager.path service.

Change-Id: I8367515669f5c3678617d1fde25e13c20e0d808a
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
8 years agoUpdate the code to close the value of accept() and memory leak 90/63390/1 accepted/tizen/common/20160323.185630 accepted/tizen/ivi/20160323.141248 accepted/tizen/mobile/20160323.140131 accepted/tizen/tv/20160323.140213 accepted/tizen/wearable/20160323.140054 submit/tizen/20160323.115321
YoungHun Kim [Wed, 23 Mar 2016 11:35:13 +0000 (20:35 +0900)]
Update the code to close the value of accept() and memory leak

Change-Id: If486a6def56a512bb57dadeb06719108fde689b7

8 years agoAdd the build option and resolve warning 09/62809/4 submit/tizen/20160321.072619
YoungHun Kim [Fri, 18 Mar 2016 11:05:32 +0000 (20:05 +0900)]
Add the build option and resolve warning

Change-Id: I9af19d1c2f64dc18ff1caa808702d09d50190bc5

8 years agoFix the svace issue of strerror 92/62692/2
YoungHun Kim [Thu, 17 Mar 2016 11:26:36 +0000 (20:26 +0900)]
Fix the svace issue of strerror

Change-Id: I56f33fd16c96ad05efb952d4c4890307147b59d7

8 years agoEnable to use tbm_bufmgr because tbm backend supported at x86_64/i586 arch 15/62315/1 accepted/tizen/common/20160315.222009 accepted/tizen/ivi/20160315.125346 accepted/tizen/mobile/20160315.125244 accepted/tizen/tv/20160315.125308 accepted/tizen/wearable/20160315.125326 submit/tizen/20160315.105104
YoungHun Kim [Tue, 15 Mar 2016 10:22:37 +0000 (19:22 +0900)]
Enable to use tbm_bufmgr because tbm backend supported at x86_64/i586 arch

Change-Id: I5f5d306966d61613606a531ba4e50832c5067285

8 years agoFix Svace Issue 03/61703/2
YoungHun Kim [Thu, 10 Mar 2016 02:50:05 +0000 (11:50 +0900)]
Fix Svace Issue

Change-Id: I6d9c41f0586d740cf98ecf44baae1d5a3446a127

8 years agoRollback json deserialize because tbm key is used for large buffer at muse-player 26/61726/2 accepted/tizen/common/20160311.201405 accepted/tizen/ivi/20160311.055530 accepted/tizen/mobile/20160311.055438 accepted/tizen/tv/20160311.055457 accepted/tizen/wearable/20160311.055510 submit/tizen/20160310.085319
YoungHun Kim [Thu, 10 Mar 2016 06:55:27 +0000 (15:55 +0900)]
Rollback json deserialize because tbm key is used for large buffer at muse-player

Change-Id: I23ccecd0df052c9110802f6e33d0fd5efa0e8d98

8 years agoUpdate the ipc and json message for large buffer 77/60777/5 accepted/tizen/common/20160304.195236 accepted/tizen/ivi/20160304.105011 accepted/tizen/mobile/20160304.104900 accepted/tizen/tv/20160304.104915 accepted/tizen/wearable/20160304.104936 submit/tizen/20160304.023853
YoungHun Kim [Wed, 2 Mar 2016 07:15:18 +0000 (16:15 +0900)]
Update the ipc and json message for large buffer

Change-Id: I0563b1c32134c27bbb299d12f95f088e8d6f9e0e

8 years agoUpdate the module value api's argument 42/58542/8
YoungHun Kim [Mon, 1 Feb 2016 23:28:04 +0000 (08:28 +0900)]
Update the module value api's argument

Change-Id: I25c74dc552758ebc495fbea910f457bc9e7fa14e

8 years agoAdd g_main_context for g_main_loop 41/58541/8
YoungHun Kim [Mon, 1 Feb 2016 23:25:42 +0000 (08:25 +0900)]
Add g_main_context for g_main_loop

Change-Id: I10d1d003de1dd80858246aa50740954d6c92718e

8 years agoUpdate the blocking fd to be able to block 40/58540/7
YoungHun Kim [Mon, 1 Feb 2016 23:20:33 +0000 (08:20 +0900)]
Update the blocking fd to be able to block

Change-Id: I72896066d7d20259eb18319474e5cd7725b13709

8 years agoSimplify the log code 91/58491/8
YoungHun Kim [Mon, 1 Feb 2016 11:49:55 +0000 (20:49 +0900)]
Simplify the log code

Change-Id: I261967fbf5110fd4258179fa6d96ca823cb28246

8 years agoUpdate boilerplate 85/58485/5
YoungHun Kim [Mon, 1 Feb 2016 11:39:39 +0000 (20:39 +0900)]
Update boilerplate

Change-Id: I0f742fc0b19f18c35d0e65054beb287b58815ab9

8 years agoBypass the tbm part since it is not supported in x86_64 / i586 arch 69/57869/10 accepted/tizen/ivi/20160218.023919 accepted/tizen/mobile/20160204.023320 accepted/tizen/tv/20160204.061759 accepted/tizen/wearable/20160204.061818 submit/tizen/20160203.114356 submit/tizen_common/20160204.042138 submit/tizen_common/20160211.052553 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000003
YoungHun Kim [Mon, 25 Jan 2016 12:00:22 +0000 (21:00 +0900)]
Bypass the tbm part since it is not supported in x86_64 / i586 arch

Change-Id: I6f19da2fb6dc908cdff2da8482899be20a63e785

8 years agoAdd the code of module cleanup when create api is not called 68/56968/4 accepted/tizen/mobile/20160115.005831 accepted/tizen/tv/20160115.005848 accepted/tizen/wearable/20160115.005911 submit/tizen/20160114.065755
YoungHun Kim [Thu, 14 Jan 2016 04:33:33 +0000 (13:33 +0900)]
Add the code of module cleanup when create api is not called

Change-Id: Ibbc420a964b0739db26dab408713a3d2abdb430e
Signed-off-by: YoungHun Kim <yh8004.kim@samsung.com>
8 years agoRemove the code of destroying hash table because of crash 25/56625/1 accepted/tizen/mobile/20160111.230141 accepted/tizen/tv/20160111.230215 accepted/tizen/wearable/20160111.230242 submit/tizen/20160111.112054
YoungHun Kim [Mon, 11 Jan 2016 11:15:40 +0000 (20:15 +0900)]
Remove the code of destroying hash table because of crash

Change-Id: I63bcb05d0aa6168d7d8249bedd7b11ef7b1886f8

8 years agoRelease version 0.1.2 19/56219/2 accepted/tizen/mobile/20160107.100525 accepted/tizen/tv/20160107.100541 accepted/tizen/wearable/20160107.100608 submit/tizen/20160106.024151
YoungHun Kim [Tue, 5 Jan 2016 10:56:46 +0000 (19:56 +0900)]
Release version 0.1.2

Change-Id: I45c9704aee3805b9f7b67be537ab7b7d95e5a1ea

8 years agoRemove the gstreamer registry option and resolve the savce issue 49/56149/4 submit/tizen/20160105.053631
YoungHun Kim [Tue, 5 Jan 2016 02:12:23 +0000 (11:12 +0900)]
Remove the gstreamer registry option and resolve the savce issue

Change-Id: I4c25c4cefebed340cc699f8166df84c2064c683a

8 years agoUpdate module state for removing vconf dependency 37/54937/13 submit/tizen/20160104.022701
YoungHun Kim [Mon, 21 Dec 2015 02:00:24 +0000 (11:00 +0900)]
Update module state for removing vconf dependency

Change-Id: Ie438c3b3f4c9995db2422deca0bd5c8cb1551d66

8 years agoresolve svace issue 24/55924/1 accepted/tizen/mobile/20151230.223452 accepted/tizen/tv/20151230.223510 accepted/tizen/wearable/20151230.223542 submit/tizen/20151230.080254
Eunhae Choi [Wed, 30 Dec 2015 07:34:32 +0000 (16:34 +0900)]
resolve svace issue

Change-Id: Ie19967827393ee319e70c1e3f45f14da422e5494

8 years agoFlush the log buffer when destroy 13/54713/2 accepted/tizen/mobile/20151221.100934 accepted/tizen/tv/20151221.100938 accepted/tizen/wearable/20151221.101027 submit/tizen/20151221.043041 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
YoungHun Kim [Thu, 17 Dec 2015 09:41:36 +0000 (18:41 +0900)]
Flush the log buffer when destroy

Change-Id: Ia7841414a9ac185ab9981de5e91d4412c213f79b

8 years agoResolve the assertion string null error 99/54099/4
YoungHun Kim [Fri, 11 Dec 2015 10:00:40 +0000 (19:00 +0900)]
Resolve the assertion string null error

Change-Id: Ide7a416d5aa09bb9786405297845e153c3dc6739

8 years agoWrite logging using buffer cache 10/53610/2 accepted/tizen/mobile/20151209.070807 accepted/tizen/tv/20151209.070848 accepted/tizen/wearable/20151209.070941 submit/tizen/20151209.013821
YoungHun Kim [Tue, 8 Dec 2015 06:07:17 +0000 (15:07 +0900)]
Write logging using buffer cache

Change-Id: I160eae649a96d5de0fb1c3bf45bb9988cf1cd3f4

8 years agoAdd the length for null in snprintf 46/53546/2
YoungHun Kim [Tue, 8 Dec 2015 01:40:17 +0000 (10:40 +0900)]
Add the length for null in snprintf

Change-Id: I04775277acf8bb57ac2b18997c5a18da3780efcd

8 years ago[Svace] update the syntax error 44/53244/4 accepted/tizen/mobile/20151208.124425 accepted/tizen/tv/20151208.124442 accepted/tizen/wearable/20151208.124501 submit/tizen/20151207.234157
YoungHun Kim [Thu, 3 Dec 2015 06:06:17 +0000 (15:06 +0900)]
[Svace] update the syntax error

Change-Id: Id181290e81271f026a814eeb9db903af3e633ae6

8 years agoApply ASLR 83/53383/1 accepted/tizen/mobile/20151206.224726 accepted/tizen/tv/20151206.224745 accepted/tizen/wearable/20151206.224806 submit/tizen/20151204.103317
YoungHun Kim [Fri, 4 Dec 2015 10:25:34 +0000 (19:25 +0900)]
Apply ASLR

Change-Id: I12b74a2b65d5741c8aa742db43ff6f53ac621da3

8 years ago1. Update code for double type in deserialize function 89/51789/1 accepted/tizen/mobile/20151117.005445 accepted/tizen/tv/20151117.005459 accepted/tizen/wearable/20151117.005510 submit/tizen/20151116.054236
Jeongmo Yang [Mon, 16 Nov 2015 05:15:29 +0000 (14:15 +0900)]
1. Update code for double type in deserialize function

Change-Id: Icb8f6dd16ed0392c280ffd398653d5ccca82a015
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoUpdate module preloading and g_thread_join error 64/51364/2
YoungHun Kim [Mon, 9 Nov 2015 06:54:28 +0000 (15:54 +0900)]
Update module preloading and g_thread_join error

Change-Id: I748d77e75ae20510e257af4631a99b5c80ec26e0

8 years agoRemove the cynara dependency of pkgconfig and update the misprinted cplusplus macro 67/49367/1 accepted/tizen/mobile/20151013.071147 accepted/tizen/tv/20151013.071204 accepted/tizen/wearable/20151013.071211 submit/tizen/20151013.051647 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
YoungHun Kim [Tue, 13 Oct 2015 04:12:07 +0000 (13:12 +0900)]
Remove the cynara dependency of pkgconfig and update the misprinted cplusplus macro

Change-Id: Ib995679e2e699b514232acc4a362f14cf4468a7e

8 years agoapply the cynara api as new security policy 63/49263/3 accepted/tizen/mobile/20151012.223156 accepted/tizen/tv/20151012.223208 accepted/tizen/wearable/20151012.223220 submit/tizen/20151012.104810
YoungHun Kim [Mon, 12 Oct 2015 06:45:24 +0000 (15:45 +0900)]
apply the cynara api as new security policy

Change-Id: If8a5e429261bacec7bb2a3adb0cc0c2bb607354f

8 years agoUpdate the mmsvc with muse including module_t and remove the handle argument when... 29/48829/7 accepted/tizen/mobile/20151001.224721 accepted/tizen/tv/20151001.224735 accepted/tizen/wearable/20151001.224748 submit/tizen/20151001.072241
YoungHun Kim [Wed, 30 Sep 2015 08:54:04 +0000 (17:54 +0900)]
Update the mmsvc with muse including module_t and remove the handle argument when dispatching

Change-Id: Ib975f7c100373e0f4c15ba9077f8ea98c09f0368

8 years agoUpdate the logging with buffer cache 33/48533/1
YoungHun Kim [Tue, 22 Sep 2015 12:16:18 +0000 (21:16 +0900)]
Update the logging with buffer cache

Change-Id: Iad911ac70d166352fd9c760ccac251e54f9b89c0

8 years agologging with buffer cache, update setting client's handle and tbm bufmgr init 17/48317/2 accepted/tizen/mobile/20150922.000736 accepted/tizen/tv/20150922.000748 accepted/tizen/wearable/20150922.000807 submit/tizen/20150921.082839
YoungHun Kim [Fri, 18 Sep 2015 02:51:59 +0000 (11:51 +0900)]
logging with buffer cache, update setting client's handle and tbm bufmgr init

Change-Id: If0b702eaf39c185c6313b40141c3843938276690

8 years ago[zombie issue] Update workqueue shutdown and sigaction 73/48073/4 accepted/tizen/mobile/20150917.040403 accepted/tizen/tv/20150917.040417 accepted/tizen/wearable/20150917.040427 submit/tizen/20150914.122253
YoungHun Kim [Mon, 14 Sep 2015 01:56:31 +0000 (10:56 +0900)]
[zombie issue] Update workqueue shutdown and sigaction

Change-Id: Ibe4a3dccaea5923c443486d9fea1ca49dad7363f

8 years agoAdd XDG_RUNTIME_DIR at service file 86/47686/2 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150908.074242 accepted/tizen/tv/20150908.074327 accepted/tizen/wearable/20150908.074308 submit/tizen/20150908.052037 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
YoungHun Kim [Tue, 8 Sep 2015 03:40:06 +0000 (12:40 +0900)]
Add XDG_RUNTIME_DIR at service file

Change-Id: I83d7bc4585f2e6df40ecb1e737a6eda7c324f4ef

8 years agoUpdate the naming with muse-server 38/47638/4
YoungHun Kim [Mon, 7 Sep 2015 10:14:03 +0000 (19:14 +0900)]
Update the naming with muse-server

Change-Id: Ib3173cd4f934565a460e72e21c6b7af0f96fdaff

8 years agoAdd the value of client handle in shutdown 99/47399/4 accepted/tizen/mobile/20150903.110820 accepted/tizen/tv/20150903.110937 accepted/tizen/wearable/20150903.111114 submit/tizen/20150903.081422
YoungHun Kim [Thu, 3 Sep 2015 06:06:28 +0000 (15:06 +0900)]
Add the value of client handle in shutdown

Change-Id: I9bc4fbb423adabda7bf2767577417fa2e1b54cac

8 years agoAdd command dispatcher to notify the disconnection of client forsely 16/46616/8 accepted/tizen/mobile/20150901.083638 accepted/tizen/tv/20150901.083643 accepted/tizen/wearable/20150901.083654 submit/tizen/20150901.043507
YoungHun Kim [Mon, 24 Aug 2015 06:39:58 +0000 (15:39 +0900)]
Add command dispatcher to notify the disconnection of client forsely

Change-Id: Ia4760fffcf02f23bb600cf277a27fc74426e4238

8 years agoupdate the library path value of config file 27/46627/2 accepted/tizen/mobile/20150827.050552 accepted/tizen/tv/20150827.050605 accepted/tizen/wearable/20150827.050610 submit/tizen/20150827.015804
YoungHun Kim [Mon, 24 Aug 2015 08:01:30 +0000 (17:01 +0900)]
update the library path value of config file

Change-Id: Ib9dbd82ca17ae58e0bb56d07adf17d69191759c7

8 years agoChange URI_MAX_LENGTH to linux file path max(4096) 23/46523/1 accepted/tizen/mobile/20150821.130458 accepted/tizen/tv/20150821.130450 accepted/tizen/wearable/20150821.130512 submit/tizen/20150821.105941
Hyongtaek Lim [Fri, 21 Aug 2015 09:23:13 +0000 (18:23 +0900)]
Change URI_MAX_LENGTH to linux file path max(4096)

Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
Change-Id: Ibaff81175708f76ba55f0ec078c3cf6b19900d62