platform/framework/web/download-provider.git
6 years ago[DF180411-00661] Fix wrong file name length 77/176077/1
Seonah Moon [Mon, 16 Apr 2018 10:25:35 +0000 (19:25 +0900)]
[DF180411-00661] Fix wrong file name length

Change-Id: I6b949ded53c6b7e132b07914e082b1e001a3af6d

6 years agoExtract file extension from URL #2 56/176056/1
Seonah Moon [Mon, 16 Apr 2018 08:06:06 +0000 (17:06 +0900)]
Extract file extension from URL #2

Change-Id: Icb4f003368492ac4566b8a30d46a160aad197cfe

6 years agoMerge "Extract file extension from URL" into tizen
cheoleun moon [Mon, 16 Apr 2018 07:54:51 +0000 (07:54 +0000)]
Merge "Extract file extension from URL" into tizen

6 years agoCheck a number of HTTP header fields 59/175759/6 accepted/tizen/unified/20180413.073633 submit/tizen/20180413.011058
Seonah Moon [Thu, 12 Apr 2018 06:46:50 +0000 (15:46 +0900)]
Check a number of HTTP header fields

The standard imposes no limits to the number of fields.
However, generally, most servers limit it.

Change-Id: I99388a2c3e534c4cc45c648fd54827a2fc826012

6 years agoExtract file extension from URL 65/175165/3
Seonah Moon [Mon, 9 Apr 2018 06:13:56 +0000 (15:13 +0900)]
Extract file extension from URL

Change-Id: I7b6819cb1ee3536546157b5b561f5c2246ff544f

6 years ago[DF180314-00616] Fix file extension issue #2 17/175017/1 accepted/tizen/unified/20180406.144321 submit/tizen/20180406.043604
Seonah Moon [Thu, 5 Apr 2018 12:26:10 +0000 (21:26 +0900)]
[DF180314-00616] Fix file extension issue #2

Change-Id: I7a1c9b52428758dc4e7a4e040b305698e5deb0a0

6 years agoMerge "[DF180327-00886] Add *.xml to the extension translation table" into tizen accepted/tizen/unified/20180403.182351 accepted/tizen/unified/20180406.062031 submit/tizen/20180402.115254 submit/tizen/20180403.231005 submit/tizen/20180404.081806
Jaehyun Kim [Mon, 2 Apr 2018 11:26:15 +0000 (11:26 +0000)]
Merge "[DF180327-00886] Add *.xml to the extension translation table" into tizen

6 years ago[DF180327-00886] Add *.xml to the extension translation table 97/174497/1
Seonah Moon [Mon, 2 Apr 2018 10:52:05 +0000 (19:52 +0900)]
[DF180327-00886] Add *.xml to the extension translation table

Change-Id: I99a46e91f176669155f85c09c1bf74085133f97b

6 years ago[DF180327-00881] Check length of file extension after deriving it 86/174486/1
Seonah Moon [Mon, 2 Apr 2018 10:05:15 +0000 (19:05 +0900)]
[DF180327-00881] Check length of file extension after deriving it

If URL is http://xxx.com/sample.txt?version=123, file extension is removed.
It's becuase txt?version=123 is considered as file extension and its lenth is maximum length or more.

Change-Id: I5b0e9436811f80fc050a2d1061b8015b88b3b0de

6 years agoMerge "Fix coverity issue(major)" into tizen submit/tizen/20180329.051825
cheoleun moon [Thu, 29 Mar 2018 05:16:17 +0000 (05:16 +0000)]
Merge "Fix coverity issue(major)" into tizen

6 years agoFix coverity issue(major) 64/174064/2
Seonah Moon [Wed, 28 Mar 2018 01:56:28 +0000 (10:56 +0900)]
Fix coverity issue(major)

Change-Id: If2730a9c08b449b46cf04734e38448c2bb20dbce

6 years agoFix Coverity issues 77/174077/1 accepted/tizen/unified/20180403.152116 submit/tizen/20180329.051456
chleun.moon [Wed, 28 Mar 2018 04:31:17 +0000 (13:31 +0900)]
Fix Coverity issues

CID-105414, 105656: Data race condition

Change-Id: I4563a022801986fcc7a5a8d1dcb63ede069439d7
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
6 years agoMerge "[DF180314-00616] Fix file extension issue" into tizen accepted/tizen/unified/20180322.060201 submit/tizen/20180322.015713
cheoleun moon [Thu, 22 Mar 2018 01:52:27 +0000 (01:52 +0000)]
Merge "[DF180314-00616] Fix file extension issue" into tizen

6 years agoFix svace issue 26/173226/2
Seonah Moon [Tue, 20 Mar 2018 05:32:00 +0000 (14:32 +0900)]
Fix svace issue

WGID-328327

Change-Id: I797fad91a019e1ea666c57e55be5073f65ba9040

6 years ago[DF180314-00616] Fix file extension issue 55/172955/1
Seonah Moon [Mon, 19 Mar 2018 05:45:12 +0000 (14:45 +0900)]
[DF180314-00616] Fix file extension issue

.json extension is removed from filename when response header has
'Content-Disposition' header.

Change-Id: I436d7639547fb89cb79807a193720bb84219488e

6 years agoFix coverity issues(overflow, missing unlock) 28/172228/3 accepted/tizen/unified/20180322.060152 submit/tizen/20180318.231541 submit/tizen/20180320.044006
Seonah Moon [Tue, 13 Mar 2018 02:22:21 +0000 (11:22 +0900)]
Fix coverity issues(overflow, missing unlock)

CID-108574, 107120, 106975, 106736

Change-Id: I81b1f8d532e4048ec1edc48164a576563e41e923

6 years agoChange the receive timeout on daemon side 86/169286/2 accepted/tizen/unified/20180208.163632 submit/tizen/20180207.230906
Seonah Moon [Mon, 5 Feb 2018 11:41:04 +0000 (20:41 +0900)]
Change the receive timeout on daemon side

Sometimes, a timing issue occures when daemon is launched.
It makes IPC error between app and daemon.
To avoid timing issue, receive timeout value is changed to 5.5 sec

Change-Id: I29153649d28eefb12c2b9bb21721463b506fdc71

6 years agoAdd *.js to the extension translation table 66/167766/1 accepted/tizen/unified/20180123.061103 submit/tizen/20180122.051654
Seonah Moon [Mon, 22 Jan 2018 01:55:50 +0000 (10:55 +0900)]
Add *.js to the extension translation table

If MIME type is 'application/javascript', *.jsm and *.js can be used as file extension.
*.js is added to the extension translation table to avoid using *.jsm.

Change-Id: I0f6b12008f6fb2d23473b271d66bb22cce38e054

6 years agoRemove unused code for checking permission 47/161047/3 accepted/tizen/unified/20171206.063051 submit/tizen/20171205.053202
Seonah Moon [Tue, 21 Nov 2017 07:14:03 +0000 (16:14 +0900)]
Remove unused code for checking permission

Since tizen 3.0, cynara has been used instead of security-server and smack.

Change-Id: Ifab2af45c8b7def4f7cf85b73e459e59ca3fe52a

6 years agoRemove unused build macro 16/161016/1 accepted/tizen/unified/20171124.064537 submit/tizen/20171122.064234 submit/tizen/20171122.231829 submit/tizen/20171123.070710
Seonah Moon [Tue, 21 Nov 2017 05:40:54 +0000 (14:40 +0900)]
Remove unused build macro

- The build macro for profiles has been not used since tizen 3.0.
- There are no source code for 'SUPPORT_KNOX'. Therefore 'SUPPORT_KNOX'
can be removed.

Change-Id: I699eea15bdce0d519d2a155bf96febebc24db4bc

6 years agoApply tizen coding rule 42/160842/2
Seonah Moon [Mon, 20 Nov 2017 08:04:57 +0000 (17:04 +0900)]
Apply tizen coding rule

Change-Id: I0919bb31b4e61d3cfc07246b5126e19baa7bc99b

6 years agoCheck integrity of db file 53/160453/3
Seonah Moon [Thu, 16 Nov 2017 07:56:47 +0000 (16:56 +0900)]
Check integrity of db file

Change-Id: If81942d173abbb1440b72e0253a5a8185df64584
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoAdd new po file for Maori 68/155368/2 accepted/tizen/unified/20171016.064618 submit/tizen/20171015.230104
Seonah Moon [Fri, 13 Oct 2017 02:24:02 +0000 (11:24 +0900)]
Add new po file for Maori

Change-Id: I80ad4cbe83714ab5dee48179c47d8a162aca1bd3
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoDo not call pthread_cancel in notification manager 79/149979/1 accepted/tizen/unified/20170920.081248 submit/tizen/20170918.114609
Semun Lee [Thu, 14 Sep 2017 01:24:21 +0000 (10:24 +0900)]
Do not call pthread_cancel in notification manager

pthread_cancel may lead unpredictable thread synchronization problem
when it is not used properly.
pthread_cancel in notification manager may lead deadlock because
it terminates __dp_notification_manager thread asynchronously.

refer to https://www.securecoding.cert.org/confluence/display/c/POS47-C.+Do+not+use+threads+that+can+be+canceled+asynchronously

Change-Id: I39c00a882df5cfede647e0d456c03eeb57c8971e
Signed-off-by: Semun Lee <semun.lee@samsung.com>
6 years agoRemove not supported update script 07/148007/1 accepted/tizen/unified/20170907.060359 submit/tizen/20170906.091754
Sunmin Lee [Wed, 6 Sep 2017 07:16:14 +0000 (16:16 +0900)]
Remove not supported update script

RW update script for Tizen 2.4 (to 3.0) is not necessary in Tizen 4.0.
(Tizen 4.0 does not support upgrade from Tizen 2.4)
Remove this file in terms of clearing the redundancy.

Change-Id: I2ae685c540853a0d83565f9d7c5445aebc6d4ff8

6 years agoremove old style code for installing a license file 02/146202/1 accepted/tizen/unified/20170901.025941 submit/tizen/20170830.065642
Youngjae Shin [Fri, 25 Aug 2017 08:29:26 +0000 (17:29 +0900)]
remove old style code for installing a license file

Change-Id: I2464b7b2f95f72bdb7304630bf75374f27e2226b

6 years ago[TNEXT-2301] Use the extension in the file name first 71/145271/2 accepted/tizen/4.0/unified/20170829.020504 accepted/tizen/unified/20170822.113119 submit/tizen/20170822.040721 submit/tizen_4.0/20170828.100004
Seonah Moon [Tue, 22 Aug 2017 02:23:40 +0000 (11:23 +0900)]
[TNEXT-2301] Use the extension in the file name first

The download-provider checks the extension from URL first.
So, it appends the extension to the file name although it includes the extension.
This issue makes the file name have the duplicated extension.

Change-Id: I81cc1aa344a7252693397706edfe58b23800dbc2
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoModified macro for tv profile 13/140713/1 accepted/tizen/4.0/unified/20170816.012914 accepted/tizen/4.0/unified/20170816.015620 accepted/tizen/unified/20170727.190836 submit/tizen/20170726.064343 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Seonah Moon [Wed, 26 Jul 2017 06:41:21 +0000 (15:41 +0900)]
Modified macro for tv profile

Change-Id: Ie4f51c485047843f37094a9460b123388bdbb518

6 years agoRemove the p option from capabilities 95/140095/5
Seonah Moon [Mon, 24 Jul 2017 01:32:28 +0000 (10:32 +0900)]
Remove the p option from capabilities

Change-Id: I2faa193bf8b7f8526efc02987c678b3b73e11c24
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years ago[RQ170614-00155] Fixed invalid format argument types #2 76/137676/2 accepted/tizen/unified/20170710.154653 submit/tizen/20170710.074033
Seonah Moon [Fri, 7 Jul 2017 04:56:06 +0000 (13:56 +0900)]
[RQ170614-00155] Fixed invalid format argument types #2

Change-Id: Id4fb50c41f7d152ff4f1fc28f33b7cfcaa514e6c
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years ago[RQ170614-00155] Fixed invalid format argument types 72/134672/1 accepted/tizen/unified/20170623.072741 submit/tizen/20170620.040405
Seonah Moon [Tue, 20 Jun 2017 02:16:57 +0000 (11:16 +0900)]
[RQ170614-00155] Fixed invalid format argument types

Change-Id: If558ab55b3ae16ee999630c6e9fd276a71c7f594
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoRename so file 52/132852/2 accepted/tizen/unified/20170609.203902 submit/tizen/20170608.073827 submit/tizen/20170609.022610
Seonah Moon [Thu, 8 Jun 2017 04:37:12 +0000 (13:37 +0900)]
Rename so file

Change-Id: Iceed5f21de00e1f59e1ce03f268fe22d2b6bd652
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoMoved *.so file to devel package 79/131279/1 accepted/tizen/unified/20170602.154223 submit/tizen/20170601.042236
Seonah Moon [Fri, 26 May 2017 06:16:56 +0000 (15:16 +0900)]
Moved *.so file to devel package

Change-Id: If1c4d9d50ad464343c9bc9c9e5a7f15631d29bda
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoFixed the crash issue 76/130976/2
Seonah Moon [Thu, 25 May 2017 01:04:59 +0000 (10:04 +0900)]
Fixed the crash issue

Change-Id: I9edd951f6429f4494c5f2350e4acbffec951c050
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years ago[RQ170516-00433] Fixed build warnings 80/130580/2 accepted/tizen/unified/20170531.082459 submit/tizen/20170524.112533
Seonah Moon [Tue, 23 May 2017 04:19:16 +0000 (13:19 +0900)]
[RQ170516-00433] Fixed build warnings

- Modify cmake flags to avoid -Wcpp
- Remove unused code and deprecated function

Change-Id: I9b2c7b685ab963e321b0fcdf14cea6556edef4b0
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoFix svace issues (WGID 212871, 212872) 08/130108/2 accepted/tizen/unified/20170522.182800 submit/tizen/20170522.013721 tizen_4.0.m1_release
chleun.moon [Fri, 19 May 2017 06:50:17 +0000 (15:50 +0900)]
Fix svace issues (WGID 212871, 212872)

Signed-off-by: cheoleun <chleun.moon@samsung.com>
Change-Id: Ia30e2d53601defd975871cac51118685da428d0c

7 years agoFix invalid extention 33/128233/1 accepted/tizen/unified/20170510.012935 submit/tizen/20170508.071240
min7.choi [Mon, 8 May 2017 06:48:34 +0000 (15:48 +0900)]
Fix invalid extention

Change-Id: I5fb84b2b3adf54ffaeb8342261e56c120c0253b7
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoAdd explicit build dependency 40/127540/1 accepted/tizen/unified/20170428.033159 accepted/tizen/unified/20170429.023539 submit/tizen/20170427.133911 submit/tizen/20170428.001047
Hwankyu Jhun [Thu, 27 Apr 2017 22:52:33 +0000 (07:52 +0900)]
Add explicit build dependency

Requires:
 - libtzplatform-config

Change-Id: I3f6813f88fe5c89b49ff0c468c75faae959da594
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoUsed a macro of %license to add a license to spec file 72/124872/1 accepted/tizen/unified/20170413.164036 submit/tizen/20170413.033647
jaekuk, lee [Thu, 13 Apr 2017 01:24:08 +0000 (10:24 +0900)]
Used a macro of %license to add a license to spec file

Change-Id: Id337f9be6fdefb94d54289cca52381ad0d349966
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agorefactoring download-provider alloc/free accepted/tizen/unified/20170411.035337 submit/tizen/20170411.023557
min7.choi [Mon, 10 Apr 2017 17:39:45 +0000 (02:39 +0900)]
refactoring download-provider alloc/free

Change-Id: I413491d1f50ef28e4790d2123d3079b232aab469
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoRefactoring for previous security issue accepted/tizen/unified/20170406.173615 submit/tizen/20170406.114851
min7.choi [Thu, 6 Apr 2017 05:03:09 +0000 (14:03 +0900)]
Refactoring for previous security issue

refer to : https://review.tizen.org/gerrit/#/c/122764/

Change-Id: Iec5bf4c878a66401b393fe8e42681f7db4dd7c15
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoFix security issue. submit/tizen/20170406.044006
min7.choi [Mon, 3 Apr 2017 09:35:59 +0000 (18:35 +0900)]
Fix security issue.

Change-Id: I9c76f09bdb4a0fdb2cb471b2a3c8125ac65f2c86
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoFix duplication packaging issue
min7.choi [Mon, 3 Apr 2017 04:35:12 +0000 (13:35 +0900)]
Fix duplication packaging issue

Change-Id: I8c9d6e02e7fb84adb269efeb49d3bc114ee5da1c
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoFixed VD DUMA issue 66/119066/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/3.0/common/20170320.130116 accepted/tizen/3.0/ivi/20170320.074456 accepted/tizen/3.0/mobile/20170320.074410 accepted/tizen/3.0/tv/20170320.074424 accepted/tizen/3.0/wearable/20170320.074439 accepted/tizen/common/20170315.125157 accepted/tizen/ivi/20170315.105740 accepted/tizen/mobile/20170315.105652 accepted/tizen/tv/20170315.105708 accepted/tizen/unified/20170315.105758 accepted/tizen/wearable/20170315.105725 submit/tizen/20170315.100715 submit/tizen_3.0/20170315.100249
jaekuk, lee [Wed, 15 Mar 2017 09:54:42 +0000 (18:54 +0900)]
Fixed VD DUMA issue

Change-Id: I3f827ddf45cadf7a966801ed92a9c1b6e2548d7a
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoFix the Svace issue : WGID 171559 15/115015/1 accepted/tizen/3.0/common/20170221.125020 accepted/tizen/3.0/ivi/20170221.004522 accepted/tizen/3.0/mobile/20170221.004326 accepted/tizen/3.0/tv/20170221.004516 accepted/tizen/3.0/wearable/20170221.004520 accepted/tizen/common/20170216.094208 accepted/tizen/ivi/20170216.095523 accepted/tizen/mobile/20170216.095428 accepted/tizen/tv/20170216.095448 accepted/tizen/unified/20170309.035059 accepted/tizen/wearable/20170216.095504 submit/tizen/20170216.060500 submit/tizen_3.0/20170216.060432 submit/tizen_unified/20170308.100411
min7.choi [Thu, 16 Feb 2017 05:40:40 +0000 (14:40 +0900)]
Fix the Svace issue : WGID 171559

Change-Id: Ib8e9c98e927484a22616ec3a4c6bd01d7e93a715
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoInstall the notstrip file to avoid be stripped at vd product 77/114377/1 submit/tizen_3.0/20170213.071316
min7.choi [Mon, 13 Feb 2017 07:09:15 +0000 (16:09 +0900)]
Install the notstrip file to avoid be stripped at vd product

Change-Id: If3533be941a2eca5225d19f977ad122fc4b3834f
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoAdd exception when getting extension name from url 60/111260/1 accepted/tizen/3.0/common/20170123.132141 accepted/tizen/3.0/ivi/20170123.095646 accepted/tizen/3.0/mobile/20170123.095556 accepted/tizen/3.0/tv/20170123.095612 accepted/tizen/3.0/wearable/20170123.095627 accepted/tizen/common/20170123.182133 accepted/tizen/ivi/20170123.113922 accepted/tizen/mobile/20170123.113828 accepted/tizen/tv/20170123.113848 accepted/tizen/wearable/20170123.113903 submit/tizen/20170123.023310 submit/tizen_3.0/20170123.023017
min7.choi [Fri, 20 Jan 2017 04:14:18 +0000 (13:14 +0900)]
Add exception when getting extension name from url

Change-Id: If5799ad108d7887752cd629bd5350494085be6af
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoFix resource leak for pthread_cancel() 29/105329/2 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170105.023852 accepted/tizen/3.0.m2/tv/20170105.024217 accepted/tizen/3.0.m2/wearable/20170105.024519 accepted/tizen/3.0/common/20161219.113545 accepted/tizen/3.0/ivi/20161219.012808 accepted/tizen/3.0/mobile/20161219.012716 accepted/tizen/3.0/tv/20161219.012736 accepted/tizen/3.0/wearable/20161219.012751 accepted/tizen/common/20161216.124547 accepted/tizen/ivi/20161219.021447 accepted/tizen/mobile/20161219.021348 accepted/tizen/tv/20161219.021409 accepted/tizen/wearable/20161219.021433 submit/tizen/20161216.085540 submit/tizen_3.0.m2/20170104.093752 submit/tizen_3.0/20161216.085435
min7.choi [Fri, 16 Dec 2016 08:19:29 +0000 (17:19 +0900)]
Fix resource leak for pthread_cancel()

Change-Id: I6563d045f9ff64d16e3ffc4762f4379fa62a48fc
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoFix x86_64-type of emulator issue 94/105194/1 accepted/tizen/3.0/common/20161216.124042 accepted/tizen/3.0/ivi/20161216.084757 accepted/tizen/3.0/mobile/20161216.084740 accepted/tizen/3.0/tv/20161216.084744 accepted/tizen/3.0/wearable/20161216.084747 accepted/tizen/ivi/20161216.082903 accepted/tizen/mobile/20161216.082808 accepted/tizen/tv/20161216.082824 accepted/tizen/wearable/20161216.082843 submit/tizen/20161216.030332 submit/tizen_3.0/20161216.025116
min7.choi [Fri, 16 Dec 2016 02:42:30 +0000 (11:42 +0900)]
Fix x86_64-type of emulator issue

Change-Id: I2aeb138a7643444e250d41408942949cc48f579b
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoupgrade script numbering 89/104489/1 accepted/tizen/3.0/common/20161215.162738 accepted/tizen/3.0/ivi/20161215.043528 accepted/tizen/3.0/mobile/20161215.043441 accepted/tizen/3.0/tv/20161215.043450 accepted/tizen/3.0/wearable/20161215.043524 accepted/tizen/common/20161214.160921 accepted/tizen/ivi/20161214.090207 accepted/tizen/mobile/20161214.090028 accepted/tizen/tv/20161214.090036 accepted/tizen/wearable/20161214.090058 submit/tizen/20161214.073740 submit/tizen_3.0/20161214.071622
jaekuk, lee [Tue, 13 Dec 2016 10:52:57 +0000 (19:52 +0900)]
upgrade script numbering

Change-Id: I3024a31af93b16d58d5365ad2701eb1bb661fdb4
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoFix svace issue. 07/103207/1 accepted/tizen/3.0/common/20161208.153754 accepted/tizen/3.0/ivi/20161208.063715 accepted/tizen/3.0/mobile/20161208.063705 accepted/tizen/3.0/tv/20161208.063426 accepted/tizen/3.0/wearable/20161208.063711 accepted/tizen/common/20161208.135418 accepted/tizen/ivi/20161209.005039 accepted/tizen/mobile/20161209.004943 accepted/tizen/tv/20161209.005000 accepted/tizen/wearable/20161209.005021 submit/tizen/20161208.011612 submit/tizen_3.0/20161208.010713
jaekuk, lee [Wed, 7 Dec 2016 14:38:52 +0000 (23:38 +0900)]
Fix svace issue.

Change-Id: Ib790cd177c18b2783618a60b52eb922af4c2af01
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoChange CURLOPT_VERBOSE value to on/off 12/99512/2 accepted/tizen/3.0/common/20161124.182348 accepted/tizen/3.0/ivi/20161124.082953 accepted/tizen/3.0/mobile/20161124.082859 accepted/tizen/3.0/tv/20161124.082913 accepted/tizen/3.0/wearable/20161124.082933 accepted/tizen/common/20161124.170121 accepted/tizen/ivi/20161125.004349 accepted/tizen/mobile/20161125.004327 accepted/tizen/tv/20161125.004335 accepted/tizen/wearable/20161125.004346 submit/tizen/20161124.031519 submit/tizen_3.0/20161124.031003
min7.choi [Wed, 23 Nov 2016 06:44:26 +0000 (15:44 +0900)]
Change CURLOPT_VERBOSE value to on/off

Change-Id: I9fc95cb9f16df92af0d69fbc83a3895bdc0bc8e3
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoFix the path convert issue 99/91099/1 accepted/tizen/3.0/common/20161114.110351 accepted/tizen/3.0/ivi/20161011.043836 accepted/tizen/3.0/mobile/20161015.033159 accepted/tizen/3.0/tv/20161016.004110 accepted/tizen/3.0/wearable/20161015.081941 accepted/tizen/common/20161006.153547 accepted/tizen/ivi/20161006.080046 accepted/tizen/mobile/20161006.080000 accepted/tizen/tv/20161006.080016 accepted/tizen/wearable/20161006.080027 submit/tizen/20161006.005831 submit/tizen_3.0/20161124.012252 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000002 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
jaekuk, lee [Thu, 6 Oct 2016 00:30:19 +0000 (09:30 +0900)]
Fix the path convert issue

Change-Id: Idff8dae8865968f56e53fffc941741c1f8abdd09
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agomodify download-provider_upgrade.sh 81/90181/1 accepted/tizen/common/20160929.163052 accepted/tizen/ivi/20160929.081452 accepted/tizen/mobile/20160929.081559 accepted/tizen/tv/20160929.081607 accepted/tizen/wearable/20160929.081545 submit/tizen/20160929.003516
jaekuk, lee [Wed, 28 Sep 2016 23:38:26 +0000 (08:38 +0900)]
modify download-provider_upgrade.sh

Change-Id: I4c63b7e32944493307467d172b7b4b709cfab626
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoModify download-provider_upgrade.sh 17/89317/1 accepted/tizen/common/20160923.160749 accepted/tizen/ivi/20160925.234349 accepted/tizen/mobile/20160925.234423 accepted/tizen/tv/20160925.234352 accepted/tizen/wearable/20160925.234342 submit/tizen/20160923.055938
min7.choi [Fri, 23 Sep 2016 05:46:45 +0000 (14:46 +0900)]
Modify download-provider_upgrade.sh

Change-Id: I9c59508b4bc063ab0c8e216818e8149865a2b547
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoMove variables definitions to .c file for address sanitizer 48/86248/1 accepted/tizen/common/20160831.162245 accepted/tizen/ivi/20160831.125332 accepted/tizen/mobile/20160831.125244 accepted/tizen/tv/20160831.125258 accepted/tizen/wearable/20160831.125313 submit/tizen/20160831.084300
min7.choi [Wed, 31 Aug 2016 08:35:20 +0000 (17:35 +0900)]
Move variables definitions to .c file for address sanitizer

Change-Id: I2becfe63526af778c1c73b5a8d6eb891b0bf5f6e
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agodownload-provider patch for upgrade 02/86202/1 accepted/tizen/ivi/20160831.080616 accepted/tizen/mobile/20160831.080456 accepted/tizen/tv/20160831.080522 accepted/tizen/wearable/20160831.080547 submit/tizen/20160831.052657
jaekuk, lee [Wed, 31 Aug 2016 05:20:53 +0000 (14:20 +0900)]
download-provider patch for upgrade

Change-Id: Id3f1cfb5dd48004444dcd3b0cd1726ff7c4f932c
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agodownload-provider patch for upgrade 33/86033/1 accepted/tizen/common/20160830.150341 accepted/tizen/ivi/20160830.235716 accepted/tizen/mobile/20160830.235706 accepted/tizen/tv/20160830.235709 accepted/tizen/wearable/20160830.235712 submit/tizen/20160830.080136
jaekuk, lee [Tue, 30 Aug 2016 07:57:17 +0000 (16:57 +0900)]
download-provider patch for upgrade

Change-Id: I7f9dd69ae088c955d33ffcce6b6b22233907ed1b
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoMove variables definitions to .c file 19/85419/1 accepted/tizen/common/20160825.062902 accepted/tizen/ivi/20160825.084353 accepted/tizen/mobile/20160825.084306 accepted/tizen/tv/20160825.084318 accepted/tizen/wearable/20160825.084333 submit/tizen/20160825.053253
min7.choi [Thu, 25 Aug 2016 05:14:22 +0000 (14:14 +0900)]
Move variables definitions to .c file

Change-Id: If417a2fd2dabfa9076ae44cf29811d7b28da94d9
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoRemove check-mount.service in download-provider.service 13/85413/1
min7.choi [Thu, 25 Aug 2016 04:40:01 +0000 (13:40 +0900)]
Remove check-mount.service in download-provider.service

Change-Id: Iebc8abb4f92efd48e5c1c40738f829d2465dc8f9
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agomodify the user data path 14/84714/1 accepted/tizen/common/20160822.132808 accepted/tizen/mobile/20160824.021810 accepted/tizen/tv/20160824.021813 accepted/tizen/wearable/20160824.021805 submit/tizen/20160822.073828 submit/tizen_mobile/20160824.003954 submit/tizen_tv/20160824.003935 submit/tizen_wearable/20160824.004021
jaekuk, lee [Mon, 22 Aug 2016 06:08:28 +0000 (15:08 +0900)]
modify the user data path

Change-Id: Ied836a672cd9aeb7cb727ae320206fc9f90d0aa8
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoVersion 2.1.60 46/83346/1 accepted/tizen/common/20160810.161809 accepted/tizen/ivi/20160811.002637 accepted/tizen/mobile/20160811.002630 accepted/tizen/tv/20160811.002625 accepted/tizen/wearable/20160811.003017 submit/tizen/20160810.080151
jaekuk, lee [Wed, 10 Aug 2016 07:58:12 +0000 (16:58 +0900)]
Version 2.1.60

Change-Id: Ica29ae05bae0915f9a159bfd75ffe139ec4bfb46
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoRemove dependency about libresourced 45/83045/2
Kichan Kwon [Tue, 9 Aug 2016 01:42:21 +0000 (10:42 +0900)]
Remove dependency about libresourced

Change-Id: Ifef6dc6d6e7c384e6d6e8c08a2e363c668ce8396
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
7 years agoFix externelstorage download issue 80/81880/1 accepted/tizen/common/20160804.174631 accepted/tizen/mobile/20160809.062808 accepted/tizen/tv/20160809.062845 accepted/tizen/wearable/20160809.062907 submit/tizen_common/20160804.050909 submit/tizen_common/20160809.021304 submit/tizen_mobile/20160804.050855 submit/tizen_mobile/20160808.015447 submit/tizen_mobile/20160809.021200 submit/tizen_tv/20160804.050848 submit/tizen_tv/20160808.010716 submit/tizen_tv/20160809.021058 submit/tizen_wearable/20160804.050902 submit/tizen_wearable/20160808.015516 submit/tizen_wearable/20160809.021229
min7.choi [Fri, 29 Jul 2016 04:44:40 +0000 (13:44 +0900)]
Fix externelstorage download issue

Change-Id: Icea27c2633f04a8b574e11e59f6f634e23b4dd58
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/platform/framework/web/download... accepted/tizen/common/20160721.175828 accepted/tizen/common/20160721.180110 accepted/tizen/ivi/20160721.090753 accepted/tizen/mobile/20160721.090502 accepted/tizen/tv/20160721.091321 accepted/tizen/wearable/20160721.091032 submit/tizen/20160721.003054 submit/tizen/20160721.025509 submit/tizen_common/20160804.050654 submit/tizen_mobile/20160804.050632 submit/tizen_tv/20160804.050625 submit/tizen_wearable/20160804.050647
jaekuk, lee [Thu, 21 Jul 2016 02:44:44 +0000 (11:44 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/framework/web/download-provider into tizen_30

7 years agorelease 2.1.58 27/80927/2
jaekuk, lee [Thu, 21 Jul 2016 02:38:39 +0000 (11:38 +0900)]
release 2.1.58

Change-Id: I81e4d074d456c7cc480404dbf8ecf49b4f5c00c5
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agorelease 2.1.58 27/80927/1
jaekuk, lee [Thu, 21 Jul 2016 02:38:39 +0000 (11:38 +0900)]
release 2.1.58

Change-Id: I81e4d074d456c7cc480404dbf8ecf49b4f5c00c5
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoSet SmackProcessLabel to System 73/80873/1
Yunjin Lee [Wed, 20 Jul 2016 11:56:08 +0000 (20:56 +0900)]
Set SmackProcessLabel to System

Change-Id: Ibf4e4058ba7554fb0162e298e4a0c225d976db8c
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
7 years agofix TSAM-6105 of jira issue 31/79431/1 accepted/tizen/common/20160711.170939 accepted/tizen/ivi/20160712.000020 accepted/tizen/mobile/20160711.235740 accepted/tizen/tv/20160711.235946 accepted/tizen/wearable/20160711.235911 submit/tizen/20160711.100924
jaekuk, lee [Mon, 11 Jul 2016 10:01:47 +0000 (19:01 +0900)]
fix TSAM-6105 of jira issue

Change-Id: Ibdae2566b83d5c2915a70382fc1c3cd49bd78ff4
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoadd path variable 04/77004/1 accepted/tizen/common/20160628.141627 accepted/tizen/ivi/20160628.100506 accepted/tizen/mobile/20160628.100456 accepted/tizen/tv/20160628.100454 accepted/tizen/wearable/20160628.100503 submit/tizen/20160628.084525
jaekuk, lee [Tue, 28 Jun 2016 08:29:34 +0000 (17:29 +0900)]
add path variable

Change-Id: I60528b1ceca014cf1dbd31479e3ef59b3bcca0bd
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoFix Svace issue, WGID 68210 80/75980/1 accepted/tizen/common/20160624.134353 accepted/tizen/ivi/20160627.090900 accepted/tizen/mobile/20160627.090812 accepted/tizen/tv/20160627.090827 accepted/tizen/wearable/20160627.090843 submit/tizen/20160627.012952 submit/tizen_common/20160624.012817 submit/tizen_mobile/20160624.012759 submit/tizen_tv/20160624.012804 submit/tizen_wearable/20160624.012811
min7.choi [Wed, 22 Jun 2016 08:55:38 +0000 (17:55 +0900)]
Fix Svace issue, WGID 68210

Change-Id: I6667c5478c122ba7c927c0641f5b2c9d65116257
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoFix SVACE issue : WGID 67706 64/75964/1
min7.choi [Wed, 22 Jun 2016 08:43:43 +0000 (17:43 +0900)]
Fix SVACE issue : WGID 67706

Change-Id: I703e6241d70a2c6278c9c49828e341f2efcb8968
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoFix SVACE issue : WGID 24156 62/75962/1
min7.choi [Wed, 22 Jun 2016 08:43:00 +0000 (17:43 +0900)]
Fix SVACE issue : WGID 24156

Change-Id: Ic4574f984c35ce72f2dfca34453dff0c2370da47
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agochange the download-provider permission from root to web_fw 42/74342/1 accepted/tizen/common/20160614.144323 accepted/tizen/mobile/20160614.103846 accepted/tizen/tv/20160614.103817 accepted/tizen/wearable/20160614.103807 submit/tizen_common/20160614.042100 submit/tizen_mobile/20160614.042044 submit/tizen_tv/20160614.042049 submit/tizen_wearable/20160614.042055
jaekuk, lee [Tue, 14 Jun 2016 03:53:08 +0000 (12:53 +0900)]
change the download-provider permission from root to web_fw

Change-Id: Iebbb58d63ab28de2f8537dbcacd9b191a6ab32b7
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoRevert "change the download-provider permission from root to web_fw" 83/74283/2 accepted/tizen/common/20160613.145048 accepted/tizen/mobile/20160614.041943 accepted/tizen/tv/20160614.042506 accepted/tizen/wearable/20160614.042242 submit/tizen_common/20160613.130215 submit/tizen_mobile/20160613.130153 submit/tizen_tv/20160613.130206 submit/tizen_wearable/20160613.130211
jaekuk, lee [Mon, 13 Jun 2016 12:49:22 +0000 (21:49 +0900)]
Revert "change the download-provider permission from root to web_fw"
This reverts commit aec384948ca516b84d53750bc9501f4fc584aa92

Change-Id: I7cd75b31c1498f870ce5528dc99115f15510b1c7
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agochange the download-provider permission from root to web_fw 49/74149/1 accepted/tizen/mobile/20160613.074329 accepted/tizen/tv/20160613.074458 accepted/tizen/wearable/20160613.074543 submit/tizen_common/20160613.042738 submit/tizen_mobile/20160613.042704 submit/tizen_tv/20160613.042715 submit/tizen_wearable/20160613.042726
jaekuk, lee [Mon, 13 Jun 2016 04:18:14 +0000 (13:18 +0900)]
change the download-provider permission from root to web_fw

Change-Id: I8f54848443c6a4e0b59ea9c56b2c565b847fd203
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoRevert "change the download-provider permission from root to web_fw" 48/74148/1
jaekuk lee [Mon, 13 Jun 2016 04:10:23 +0000 (21:10 -0700)]
Revert "change the download-provider permission from root to web_fw"

This reverts commit d1d80aa5c12ff72d08075bf43d08a2310902fdfc.

Change-Id: If18cde3cb9796457f350f9bfe5b27e325a321efe

7 years agochange the download-provider permission from root to web_fw 40/74140/2
jaekuk, lee [Mon, 13 Jun 2016 03:59:36 +0000 (12:59 +0900)]
change the download-provider permission from root to web_fw

Change-Id: Ide47e045598462c1388fab2681ae6151710ed448
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agomodify a hard-cording path 71/72671/1 accepted/tizen/common/20160602.140932 accepted/tizen/mobile/20160602.091851 accepted/tizen/tv/20160602.091756 accepted/tizen/wearable/20160602.091832 submit/tizen_common/20160602.055338 submit/tizen_mobile/20160602.055313 submit/tizen_tv/20160602.055320 submit/tizen_wearable/20160602.055329
jaekuk, lee [Thu, 2 Jun 2016 05:42:35 +0000 (14:42 +0900)]
modify a hard-cording path

Change-Id: I976d487e0432d27b99a1c3791822ab9d3dd382b6
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
7 years agoAdd free for strdup api 95/72195/1 accepted/tizen/common/20160531.143715 accepted/tizen/mobile/20160602.023410 accepted/tizen/tv/20160531.094720 accepted/tizen/wearable/20160602.023329 submit/tizen_common/20160531.071454 submit/tizen_mobile/20160531.071434 submit/tizen_tv/20160531.071440 submit/tizen_wearable/20160531.071448
min7.choi [Tue, 31 May 2016 06:59:13 +0000 (15:59 +0900)]
Add free for strdup api

Change-Id: I89290a854dcda276227fc080cbbe5a7d525a6b6f
Signed-off-by: min7.choi <min7.choi@samsung.com>
7 years agoFix dp_client_slot_free() api 05/71805/1 accepted/tizen/common/20160527.154038 submit/tizen_common/20160527.071314 submit/tizen_mobile/20160527.071239 submit/tizen_tv/20160527.071251 submit/tizen_wearable/20160527.071304
min7.choi [Fri, 27 May 2016 07:03:04 +0000 (16:03 +0900)]
Fix dp_client_slot_free() api
   - Kona : CH160523-00058

Change-Id: I6820c819b753727e017be1306f7688317a10c825
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoMerge "Fix Cynara cache size" into tizen accepted/tizen/mobile/20160520.004416 accepted/tizen/tv/20160520.003744 accepted/tizen/wearable/20160520.003721 submit/tizen_mobile/20160519.094938 submit/tizen_tv/20160519.095017 submit/tizen_wearable/20160519.095025
lee [Thu, 19 May 2016 08:59:51 +0000 (01:59 -0700)]
Merge "Fix Cynara cache size" into tizen

8 years agoFix Cynara cache size 22/70422/1
min7.choi [Thu, 19 May 2016 07:46:28 +0000 (16:46 +0900)]
Fix Cynara cache size

Change-Id: Ib05a72332493cdd5e60b05d7c1e2ca34f45d8c2d
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoFix memory leak issue 21/70221/1
jaekuk, lee [Thu, 19 May 2016 00:58:42 +0000 (09:58 +0900)]
Fix memory leak issue

Change-Id: Ic10461bd43188bbc08d53e1280dada3e04ff203e
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
8 years agoFix SVACE issue : WGID 81541 31/69731/1 accepted/tizen/mobile/20160518.004538 accepted/tizen/tv/20160518.004512 accepted/tizen/wearable/20160518.004458 submit/tizen_mobile/20160517.081740 submit/tizen_tv/20160517.081748 submit/tizen_wearable/20160517.081757
min7.choi [Mon, 16 May 2016 11:21:43 +0000 (20:21 +0900)]
Fix SVACE issue : WGID 81541

Change-Id: I582b45c484b654ee6943cfb02b7a10fc2a9cc419
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoSync with tizen_2.4, latest 42/69642/1 accepted/tizen/mobile/20160516.091818 accepted/tizen/tv/20160516.091727 accepted/tizen/wearable/20160516.091821 submit/tizen_mobile/20160516.083439 submit/tizen_tv/20160516.083444 submit/tizen_wearable/20160516.083449
min7.choi [Mon, 16 May 2016 08:17:16 +0000 (17:17 +0900)]
Sync with tizen_2.4, latest

- Fix memory leak bug
- Fix repeated deallocate bug
- Fix Security issue
- Fix Large file download issue

Change-Id: I80e5df5a116f939a2ede51d2f5327bd69ea2f295
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoSync with tizen_2.4, 201601 34/69634/1 submit/tizen_mobile/20160516.075625 submit/tizen_tv/20160516.075629 submit/tizen_wearable/20160516.075636
min7.choi [Mon, 16 May 2016 07:53:15 +0000 (16:53 +0900)]
Sync with tizen_2.4, 201601

- Fix bug of file name contain 2 more '.'
- Fix mime type and extension bug
- Fix smack issue for usb drive

Change-Id: I3fe862a6d5dde42f55ee2b9eda3c59e6f9295d6b
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoRevert "Sync with tizen_2.4, 201601" 29/69629/2 submit/tizen_mobile/20160516.074922 submit/tizen_tv/20160516.074927 submit/tizen_wearable/20160516.074931
Minseok Choi [Mon, 16 May 2016 07:43:26 +0000 (00:43 -0700)]
Revert "Sync with tizen_2.4, 201601"

    - Fix bug of file name contain 2 more '.'
    - Fix mime type and extension bug
    - Fix smack issue for usb drive

This reverts commit d190ef2fd09507881dbc45f9875774138ad85d9f.

Change-Id: I6d309f791b4c67218eb2f8b6958f2461be85787a

8 years agoSync with tizen_2.4, 201601 26/69626/1
min7.choi [Mon, 16 May 2016 07:38:16 +0000 (16:38 +0900)]
Sync with tizen_2.4, 201601

Change-Id: Idbbcaef7a597a000f9a367af2c505920220bcc9e
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoFix hard-coded path 24/69624/1 submit/tizen_mobile/20160516.072737 submit/tizen_tv/20160516.072744 submit/tizen_wearable/20160516.072748
min7.choi [Mon, 16 May 2016 07:22:23 +0000 (16:22 +0900)]
Fix hard-coded path

Change-Id: Ia5d07507a7f5b14940c9e3efccb7d5210b4d0c2a
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoSync with tizen_2.4 201512 69/69569/1 submit/tizen_mobile/20160516.030006 submit/tizen_tv/20160516.030012 submit/tizen_wearable/20160516.030019
min7.choi [Mon, 16 May 2016 02:17:07 +0000 (11:17 +0900)]
Sync with tizen_2.4 201512

- Modify log level
- Saving of Image with space in it resolved
- Possible fix for the different existing file extesions,
  choose file extension over mime type if both exists.
- Fix SVACE 622008
- Fix file name length problem
- Fix prevent defects in download-agent-file.c
- Fix prevent defects regarding memory leakage
- Fix file name bug
- Fix file name memory problem

Change-Id: I30a39de864308b83eb9b375432445ddb0d17bc33
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoSync with tizen_2.4, 201511 22/69422/1 accepted/tizen/mobile/20160513.082551 accepted/tizen/tv/20160513.082542 accepted/tizen/wearable/20160513.082545 submit/tizen_mobile/20160513.064904 submit/tizen_tv/20160513.064919 submit/tizen_wearable/20160513.064938
min7.choi [Fri, 13 May 2016 06:42:06 +0000 (15:42 +0900)]
Sync with tizen_2.4, 201511

- Add define to separate emul and target
- Remove () in candidate file name
- Fix max value problems of download id
- Debugging the log macro
- Add null check,remove secure error code
- Remove vconf for user agent
- Fix Prevent in tizen 2.4

Change-Id: Id1e5d2ed6dcc15633c3dc09521404e7291a59a78
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoRelease 2.1.26 24/68624/1 accepted/tizen/mobile/20160509.062527 accepted/tizen/tv/20160509.062644 accepted/tizen/wearable/20160509.062701 submit/tizen_mobile/20160509.025040 submit/tizen_tv/20160509.025029 submit/tizen_wearable/20160509.025050
HyeKyoung Hwang [Mon, 9 May 2016 02:49:00 +0000 (11:49 +0900)]
Release 2.1.26

Change-Id: Ifc26ccfbce8f507d100cd8c8e01fbcc44adbc51c
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoFix SVACE issue : WGID 25417 87/68187/2 submit/tizen_mobile/20160509.011005 submit/tizen_tv/20160509.011015 submit/tizen_wearable/20160509.011021
min7.choi [Tue, 3 May 2016 02:15:53 +0000 (11:15 +0900)]
Fix SVACE issue : WGID 25417

[issue] WGID 25417
[Problem] DEREF_AFTER_NULL.EX
[Solution] Add null check before pointer value dereference
[Verify] Latest SVACE result

Change-Id: I8bf6031243034ac8598a51c1edd7e491f8f67776
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoFix arch-type of emulator issue 02/68102/2
min7.choi [Mon, 2 May 2016 08:27:12 +0000 (17:27 +0900)]
Fix arch-type of emulator issue

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-2677
           http://suprem.sec.samsung.net/jira/browse/TSAM-2675
[Problem]  there is not /usr/lib64 directory
[Solution] Changed the arch-type in download-provider.spec file
[Verify]   gbs build success

Change-Id: I726cd469cff0423b8b78c95eb30ec06d816019f3
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoModify license-name in spec file 14/63814/1 accepted/tizen/common/20160406.145345 accepted/tizen/mobile/20160405.013334 accepted/tizen/tv/20160405.013552 accepted/tizen/wearable/20160405.013722 submit/tizen_common/20160505.135200 submit/tizen_common/20160506.103415 submit/tizen_mobile/20160328.073502 submit/tizen_tv/20160328.073452 submit/tizen_wearable/20160328.073512
min7.choi [Mon, 28 Mar 2016 02:39:51 +0000 (11:39 +0900)]
Modify license-name in spec file

Change-Id: I64e91905968de52c3fa9e374eaa149d8f6da7efc
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoFix SVACE issue WGID : 56518 24/63624/1 accepted/tizen/mobile/20160325.073630 accepted/tizen/tv/20160325.073656 accepted/tizen/wearable/20160325.073734 submit/tizen_mobile/20160325.041617 submit/tizen_tv/20160325.041605 submit/tizen_wearable/20160325.044527 submit/tizen_wearable/20160325.065534
min7.choi [Fri, 25 Mar 2016 04:05:01 +0000 (13:05 +0900)]
Fix SVACE issue WGID : 56518

Change-Id: Ic905c7144141c3c91be993bf89a0a51e42bd5f0b
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoFix diretory path issue 61/63361/1 accepted/tizen/mobile/20160324.132453 accepted/tizen/tv/20160324.132332 submit/tizen_mobile/20160324.005509 submit/tizen_tv/20160324.005457
min7.choi [Wed, 23 Mar 2016 10:03:51 +0000 (19:03 +0900)]
Fix diretory path issue

Change-Id: I24c2284020d5db8c5d465a4e208acbbf9121f4d6
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoFix SVACE issue : WGID 34575 54/63254/1 accepted/tizen/mobile/20160323.074712 accepted/tizen/mobile/20160323.140205 accepted/tizen/tv/20160323.074906 accepted/tizen/tv/20160323.140316 submit/tizen_mobile/20160323.025929 submit/tizen_mobile/20160323.104006 submit/tizen_tv/20160323.025919 submit/tizen_tv/20160323.103954
min7.choi [Wed, 23 Mar 2016 02:45:02 +0000 (11:45 +0900)]
Fix SVACE issue : WGID 34575

Change-Id: Id6c1963e49002320138df09f648509d8d7abacd0
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoFix SVACE issue : WGID 56518 30/62930/1 accepted/tizen/mobile/20160323.013930 accepted/tizen/tv/20160323.014023 submit/tizen_mobile/20160322.102141 submit/tizen_tv/20160322.102129
min7.choi [Mon, 21 Mar 2016 06:28:34 +0000 (15:28 +0900)]
Fix SVACE issue : WGID 56518

Change-Id: If11a5ed1fe523ce3febac95b5a1d9c0ca26dc94d
Signed-off-by: min7.choi <min7.choi@samsung.com>