summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-28packaging: 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_commonAlexander Kanavin1-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-21Update to 2.46.0submit/tizen/20141121.061742Zhang zhengguang1-2/+3
2014-11-21Add autogen.shZhang zhengguang1-0/+33
2014-11-21Update changelog for new releaseJoone Hur1-0/+3
2014-11-21Add glib-networking to the libsoup dependency requirements.Joone Hur2-0/+4
glib-networking needs to be installed with libsoup in order to support SSL/TLS.
2014-11-21resetting manifest requested domain to floorAlexandru Cornea2-0/+10
2014-11-21Update changelog for new releaseRusty Lynch1-0/+3
2014-11-21Update to 2.42.2Anas Nashif2-1/+4
2014-11-21Update to 2.42.0Anas Nashif1-0/+3
2014-11-21Update to 2.42.0Anas Nashif1-1/+1
2014-11-21Update to 2.41.92Anas Nashif2-1/+4
2014-11-21Changelog Update: 2.41.91Anas Nashif1-0/+3
2014-11-21Update: 2.41.91Anas Nashif1-1/+1
2014-11-21update to 2.41.90Anas Nashif1-0/+3
2014-11-21update to 2.41.90Anas Nashif1-2/+2
2014-11-21fixed typo enable_sqllite -> enable_sqliteAnas Nashif1-1/+1
2014-11-21fixed typoAnas Nashif2-2/+2
2014-11-21Update to 2.41.5Anas Nashif2-3/+7
2014-11-21fixed sqlite optionAnas Nashif5-15/+14
2014-11-21do not require typelib w/o gnome enabledAnas Nashif1-0/+2
2014-11-21changesAnas Nashif1-0/+4
2014-11-21cleanup specAnas Nashif1-6/+6
2014-11-21require glib-2.0 >= 2.35.0Anas Nashif1-1/+1
2014-11-21update to 2.41.2Anas Nashif1-1/+1
2014-11-21add missing slash in %configureAnas Nashif2-1/+4
Change-Id: I38c77165fcf394756af6bbde09fee16e17839162
2014-11-21add changelogAnas Nashif1-0/+3
2014-11-21for gnome, require gnome-keyring-1Anas Nashif1-0/+1
2014-11-21make gnome builds optionalAnas Nashif1-5/+5
2014-11-21disable gtkdocAnas Nashif4-5/+2
2014-11-21make introspection depend on gnomeAnas Nashif1-4/+6
2014-11-21require gnome-commonAnas Nashif1-8/+20
2014-11-21fixed Makefile.am for sqlite supportAnas Nashif1-4/+5
2014-11-21fixed packagingAnas Nashif1-0/+1
2014-11-21fixed packagingAnas Nashif1-1/+2
2014-11-21fixed packagingAnas Nashif2-0/+104
2014-11-21adapt configure scriptAnas Nashif1-0/+24
2014-11-21sqlite supportAnas Nashif1-0/+14
2014-11-04Imported Upstream version 2.46.0upstream/2.46.0Zhang zhengguang288-52525/+103157
2013-04-19build: update Makefile.glibDan Winship1-11/+11
If a SOURCES variable changes, we need to recheck the generated files, since a file may have been removed from SOURCES, but still be referenced in a previously-generated -enum-types.c file, etc. So make these generated files depend on Makefile. Also, update spacing of silent rules to match current automake.
2013-04-19Fix build on Windows, deprecate soup-portability.hDan Winship5-5/+10
soup-portability.h created portability problems (ha!) because the windows headers do "#define interface struct", conflicting with variable names elsewhere. The only thing that needed soup-portability.h in the public headers was soup-address.h, which uses struct sockaddr. But we can just do a forward declaration of that type rather than actually pulling in the headers. Then soup-address.h can stop including soup-portability.h, and we can use gio/gnetworking.h in the handful of other places that need networking-related includes. This may possibly break some other modules that depended on implicitly getting network includes as a side effect of including soup.h... https://bugzilla.gnome.org/show_bug.cgi?id=692134
2013-04-18misc-test: skip the IPv6 server test if there's no IPv6 supportDan Winship1-0/+5
https://bugzilla.gnome.org/show_bug.cgi?id=698220
2013-04-18soup-address: fix proxy enumerator implementationDan Winship3-17/+27
When creating a GProxyAddressEnumerator, the destination URI passed to it must include the port number, or the proxy may end up trying to connect to port 0. libsoup was omitting the port number when it was the default for the protocol. https://bugzilla.gnome.org/show_bug.cgi?id=698163
2013-04-17tests: fix to pass when glib-networking TLS isn't availableDan Winship3-20/+43
2013-04-17soup-message-queue: add a priority system to the message queueSergio Villar Senin8-4/+200
Clients can specify a priority for each message added to the SoupSession, which will determine the order in which it is processed by the session's message processing queue. https://bugzilla.gnome.org/show_bug.cgi?id=696277
2013-04-17Added version 2.44 definesSergio Villar Senin2-0/+19
2013-04-16bump version to 2.43.0Dan Winship1-2/+2
2013-04-162.42.1LIBSOUP_2_42_12.42.1Dan Winship2-1/+17
2013-04-10tests: fix ntlm-test when built without ntlm_auth supportDan Winship2-1/+5
Don't try to use external NTLM auth if built without support for that. https://bugzilla.gnome.org/show_bug.cgi?id=697510
2013-04-10[l10n] Updated Turkish translationOzan Çağlayan1-25/+58
2013-04-08configure: require glib 2.36 (not just 2.35.x)Dan Winship1-1/+1