Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-08 | Refactor DNS Cache and support store multi IPsubmit/tizen/20160608.101452accepted/tizen/wearable/20160609.090720accepted/tizen/tv/20160609.090730accepted/tizen/mobile/20160609.090623accepted/tizen/ivi/20160609.090752accepted/tizen/common/20160608.160921 | qi1988.yang | 1 | -81/+127 | |
[Problem] DNS cache doesn't store multi IP; [Cause] DNS cache port from TIZEN2.2. At that time, don't take into account in design [Solution] Refactor DNS cache and support to store multi IP Change-Id: Iff0353f96eb83f774d90d048a283e811c5576e21 Signed-off-by: qi1988.yang <qi1988.yang@samsung.com> | |||||
2016-06-08 | Maintain a DNS cache in soup library to reduce DNS request time | qi1988.yang | 3 | -3/+145 | |
[Problem] Prefetch DNS need supporting of DNS Cache [Cause] Support DNS Cache in libsoup [Solution] Maintain a DNS cache in soup library to reduce DNS request time. Change-Id: Ic4d580cda32baaba97bf285c4286f4543000bcba Signed-off-by: qi1988.yang <qi1988.yang@samsung.com> | |||||
2016-06-08 | Fix TLS DB intialization to remove memory consumption | Seonah Moon | 3 | -81/+11 | |
Change-Id: Ia35c7eb629d9f478a363e1102622c71480484674 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2016-06-08 | Resolve crash issue about cookie | Seonah Moon | 1 | -1/+5 | |
Change-Id: I27c02a936e654d5fee5395c8b09d0d76ed94ef97 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2016-06-08 | Modified cache checking to remove unnecessary debugging log | Seonah Moon | 1 | -1/+2 | |
Change-Id: I3aa1b45cba4fda72a2ee149af3ff757878103aed Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2016-06-08 | Fix limit of HCL length | Seonah Moon | 5 | -11/+10 | |
Change-Id: Ifaae7590e64137a49f72e860ac1a22a03225f57f Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2016-06-08 | Pre-load the default system TLS database | Seonah Moon | 1 | -0/+2 | |
[Problem] For the first time to load https websites, axtra time(300ms) is consumed [Cause] When refer to the TLS database set by upstream, 'set_tlsdb' will check whether the default system database is used. Because the default system TLS db is singleton and not created once, so in 'set_tlsdb', it consume the axtra time [Solution] Pre-load the default system database togther with the used TLS database Change-Id: I2e13156570d3d468c36664e439721b1a8ceae41d Signed-off-by: qi1988.yang <qi1988.yang@samsung.com> | |||||
2016-06-08 | fix typo error about TIZEN_TV_NO_CACHE_ABOUT_VIDEO_AND_AUDIO. | Seonah Moon | 1 | -1/+1 | |
AM_CONDITIONAL() is used to conditional check in make file. but TIZEN_TV_NO_CACHE_ABOUT_VIDEO_AND_AUDIO is only used on source file. so it has no problem in libsoup feature working. Change-Id: I1aa759f348808e766ca0b93ff1753bd2967d63a0 Signed-off-by: Minho Im <minho.im@samsung.com> | |||||
2016-05-17 | Disable adjust time feature for TVsubmit/tizen/20160517.075821accepted/tizen/wearable/20160518.003804accepted/tizen/tv/20160518.003831accepted/tizen/mobile/20160518.003816accepted/tizen/ivi/20160518.003839accepted/tizen/common/20160518.124820 | Seonah Moon | 1 | -1/+0 | |
Change-Id: I205ebb89b111ced432df2b9dc650f7cdd2c5a667 | |||||
2016-03-15 | Remove build warningsubmit/tizen/20160418.070112 | Seonah Moon | 3 | -11/+5 | |
Change-Id: I142d5e1be47c0170a494bd6f03d67ac6ec1d9f95 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2016-03-07 | [SVACE][TIZEN_3.0_TV][Critical][WGID 41378] PROC_USE.VULNERABLEsubmit/tizen/20160307.113634accepted/tizen/wearable/20160308.022712accepted/tizen/tv/20160308.022633accepted/tizen/mobile/20160308.022557accepted/tizen/ivi/20160308.022747accepted/tizen/common/20160308.142346 | Seonah Moon | 1 | -1/+5 | |
Change-Id: I2ae498015b91794d3900625b7165971e4815a07b Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2016-03-02 | [SVACE][TIZEN_3.0_TV][Major][WGID 29408]UNUSED_RETURN_VALUEsubmit/tizen/20160302.112011accepted/tizen/wearable/20160302.224930accepted/tizen/tv/20160302.224916accepted/tizen/mobile/20160302.224900accepted/tizen/ivi/20160302.224952accepted/tizen/common/20160302.193933 | Seonah Moon | 1 | -1/+1 | |
Change-Id: I59fd615bfe294adfe7c8576252f2da3dbaaece0a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2015-12-23 | [WGID-21000] Fix the Svace issuesubmit/tizen_ivi/20160217.000006submit/tizen_ivi/20160217.000000submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen/20151224.011845accepted/tizen/wearable/20151224.062826accepted/tizen/tv/20151224.062748accepted/tizen/mobile/20151224.062711accepted/tizen/ivi/20160218.025200 | Seonah Moon | 1 | -0/+6 | |
Change-Id: I14ccd3fde1dcc16b87c4f850cff0525ed719ed9a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2015-12-09 | Replace 'tizen_profile_name' to 'profile' for Tizen 3.0submit/tizen/20151209.020613accepted/tizen/wearable/20151210.013834accepted/tizen/tv/20151210.020751accepted/tizen/mobile/20151210.024314 | Seonah Moon | 1 | -1/+1 | |
Change-Id: Iea55884ad1434d793fc1010dbf3ec3b814540349 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2015-11-10 | Base Code merged to tizen 2.4submit/tizen/20151111.070234accepted/tizen/wearable/20151111.232009accepted/tizen/tv/20151111.232000accepted/tizen/mobile/20151111.231940 | Seonah Moon | 141 | -54709/+2229 | |
Change-Id: Ib8fa0cdd6ef2d5b2e57e5ede491743545db72e25 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2014-11-28 | packaging: don't require gnome for introspection filestizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_ivi/20141209.000000submit/tizen_ivi/20141208.111111submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20141128.030230accepted/tizen/mobile/20141201.102307accepted/tizen/ivi/20141209.110801accepted/tizen/common/20141128.094650tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_common | Alexander Kanavin | 1 | -4/+13 | |
Bug-Tizen: TIVI-2984 Change-Id: Id75730e1b8c33f4b732d45a274032fa9725cefa8 Signed-off-by: Alexander Kanavin <alexander.kanavin@intel.com> Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org> | |||||
2014-11-21 | Update to 2.46.0submit/tizen/20141121.061742 | Zhang zhengguang | 1 | -2/+3 | |
2014-11-21 | Add autogen.sh | Zhang zhengguang | 1 | -0/+33 | |
2014-11-21 | Update changelog for new release | Joone Hur | 1 | -0/+3 | |
2014-11-21 | Add glib-networking to the libsoup dependency requirements. | Joone Hur | 2 | -0/+4 | |
glib-networking needs to be installed with libsoup in order to support SSL/TLS. | |||||
2014-11-21 | resetting manifest requested domain to floor | Alexandru Cornea | 2 | -0/+10 | |
2014-11-21 | Update changelog for new release | Rusty Lynch | 1 | -0/+3 | |
2014-11-21 | Update to 2.42.2 | Anas Nashif | 2 | -1/+4 | |
2014-11-21 | Update to 2.42.0 | Anas Nashif | 1 | -0/+3 | |
2014-11-21 | Update to 2.42.0 | Anas Nashif | 1 | -1/+1 | |
2014-11-21 | Update to 2.41.92 | Anas Nashif | 2 | -1/+4 | |
2014-11-21 | Changelog Update: 2.41.91 | Anas Nashif | 1 | -0/+3 | |
2014-11-21 | Update: 2.41.91 | Anas Nashif | 1 | -1/+1 | |
2014-11-21 | update to 2.41.90 | Anas Nashif | 1 | -0/+3 | |
2014-11-21 | update to 2.41.90 | Anas Nashif | 1 | -2/+2 | |
2014-11-21 | fixed typo enable_sqllite -> enable_sqlite | Anas Nashif | 1 | -1/+1 | |
2014-11-21 | fixed typo | Anas Nashif | 2 | -2/+2 | |
2014-11-21 | Update to 2.41.5 | Anas Nashif | 2 | -3/+7 | |
2014-11-21 | fixed sqlite option | Anas Nashif | 5 | -15/+14 | |
2014-11-21 | do not require typelib w/o gnome enabled | Anas Nashif | 1 | -0/+2 | |
2014-11-21 | changes | Anas Nashif | 1 | -0/+4 | |
2014-11-21 | cleanup spec | Anas Nashif | 1 | -6/+6 | |
2014-11-21 | require glib-2.0 >= 2.35.0 | Anas Nashif | 1 | -1/+1 | |
2014-11-21 | update to 2.41.2 | Anas Nashif | 1 | -1/+1 | |
2014-11-21 | add missing slash in %configure | Anas Nashif | 2 | -1/+4 | |
Change-Id: I38c77165fcf394756af6bbde09fee16e17839162 | |||||
2014-11-21 | add changelog | Anas Nashif | 1 | -0/+3 | |
2014-11-21 | for gnome, require gnome-keyring-1 | Anas Nashif | 1 | -0/+1 | |
2014-11-21 | make gnome builds optional | Anas Nashif | 1 | -5/+5 | |
2014-11-21 | disable gtkdoc | Anas Nashif | 4 | -5/+2 | |
2014-11-21 | make introspection depend on gnome | Anas Nashif | 1 | -4/+6 | |
2014-11-21 | require gnome-common | Anas Nashif | 1 | -8/+20 | |
2014-11-21 | fixed Makefile.am for sqlite support | Anas Nashif | 1 | -4/+5 | |
2014-11-21 | fixed packaging | Anas Nashif | 1 | -0/+1 | |
2014-11-21 | fixed packaging | Anas Nashif | 1 | -1/+2 | |
2014-11-21 | fixed packaging | Anas Nashif | 2 | -0/+104 | |