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
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
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
Seonah Moon [Mon, 20 Nov 2017 08:04:57 +0000 (17:04 +0900)]
Apply tizen coding rule
Change-Id: I0919bb31b4e61d3cfc07246b5126e19baa7bc99b
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>
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>
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>
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
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
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>
Seonah Moon [Wed, 26 Jul 2017 06:41:21 +0000 (15:41 +0900)]
Modified macro for tv profile
Change-Id: Ie4f51c485047843f37094a9460b123388bdbb518
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
lee [Thu, 19 May 2016 08:59:51 +0000 (01:59 -0700)]
Merge "Fix Cynara cache size" into tizen
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
cookie [Fri, 18 Mar 2016 05:11:16 +0000 (14:11 +0900)]
Fix SVace issue localtimer - WGID 46818, 47048
Change-Id: I701f463fbc043fbf52a0ef018627c5435072a5f6
Signed-off-by: cookie <cookie@samsung.com>
cookie [Fri, 18 Mar 2016 04:50:37 +0000 (13:50 +0900)]
fix the Svace issue for TRACE_STRERROR
Change-Id: Ifcad1050d42c8ca1f818241e6891976e94019a78
Signed-off-by: cookie <cookie@samsung.com>
cookie [Fri, 18 Mar 2016 04:16:48 +0000 (13:16 +0900)]
Fix the Svace Issue for strerror
Change-Id: Ie661af1854fa9f86423d6f0afe9df5f9d55e32d8
Signed-off-by: cookie <cookie@samsung.com>
Hye Kyoung Hwang [Fri, 18 Mar 2016 04:03:29 +0000 (21:03 -0700)]
Merge "Use aul_app_get_appid_bypid_for_uid() to get appid" into tizen
sungwon2.han [Fri, 18 Mar 2016 03:01:32 +0000 (12:01 +0900)]
Use aul_app_get_appid_bypid_for_uid() to get appid
Change-Id: I4d830f9d54fa8f1d2320cc2027901fe254b122cd
min7.choi [Thu, 17 Mar 2016 07:01:48 +0000 (16:01 +0900)]
Fix Svace issue
Change-Id: I38f9d7d12b189e1cc06bae3cb25b7b433a1eb5d7
Signed-off-by: min7.choi <min7.choi@samsung.com>
min7.choi [Thu, 17 Mar 2016 00:37:17 +0000 (09:37 +0900)]
Fix get_available_memory()
Change-Id: I9ebe876a55ef40dfc1e78973fed68a2c272e257e
Signed-off-by: min7.choi <min7.choi@samsung.com>
min7.choi [Thu, 17 Mar 2016 00:15:21 +0000 (09:15 +0900)]
Fix download-provider.spec file for emulator initialize
Change-Id: I8d8a214d3ff8f2d3cca2149c0e82065dc5e1cf70
Signed-off-by: min7.choi <min7.choi@samsung.com>
min7.choi [Fri, 4 Mar 2016 02:35:19 +0000 (11:35 +0900)]
Replace hard-coded paths with Tizen config variables
Change-Id: Ifeffaa43e06b1183e1f72fe7bb25355a879f2353
Signed-off-by: min7.choi <min7.choi@samsung.com>
min7.choi [Wed, 30 Dec 2015 01:33:41 +0000 (10:33 +0900)]
remove sys-assert dependency
Change-Id: Ib3e068c86405b574a01e22b2c0a628dcd09667cb
Signed-off-by: min7.choi <min7.choi@samsung.com>
gloryj.kim [Tue, 22 Dec 2015 06:54:39 +0000 (15:54 +0900)]
Add free()
Change-Id: Idab735b08debaba49ee1728928d54007fdf2a9f1
gloryj.kim [Fri, 18 Dec 2015 01:51:46 +0000 (10:51 +0900)]
Add libcurl certificate pinning
Change-Id: I0479f44b7675b08307f1c4285ec251381c060832
Youngjae Kim [Thu, 17 Dec 2015 08:18:12 +0000 (00:18 -0800)]
Merge "Include bundle_internal.h for internal bundle apis" into tizen
SukHyung, Kang [Tue, 15 Dec 2015 02:31:02 +0000 (11:31 +0900)]
Include bundle_internal.h for internal bundle apis
Change-Id: I7d6e16aec5e379ce51a907c2e4dbb463f3a7b361
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Kyungwook Tak [Fri, 4 Dec 2015 01:35:46 +0000 (10:35 +0900)]
Remove meaningless condition check on curl_multi
Change-Id: Id4a449001942a07bf90595b48e51899c10b2e214
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
min7.choi [Fri, 2 Oct 2015 06:03:29 +0000 (15:03 +0900)]
Add openssl lock and protect pthread_cancel crash
Change-Id: I40f642eb5a5fe9c703240d2f1c5b45b028cf662e
Signed-off-by: min7.choi <min7.choi@samsung.com>
gloryj.kim [Wed, 9 Sep 2015 12:57:07 +0000 (21:57 +0900)]
Implement cynara check for CTC
Change-Id: I5688a220d9cd0f0b4f76b2fad3cdbb4aa3d6e6a8