Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2014-11-21 | adapt configure script | Anas Nashif | 1 | -0/+24 | |
2014-11-21 | sqlite support | Anas Nashif | 1 | -0/+14 | |
2014-11-04 | Imported Upstream version 2.46.0upstream/2.46.0 | Zhang zhengguang | 288 | -52525/+103157 | |
2013-04-19 | build: update Makefile.glib | Dan Winship | 1 | -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-19 | Fix build on Windows, deprecate soup-portability.h | Dan Winship | 5 | -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-18 | misc-test: skip the IPv6 server test if there's no IPv6 support | Dan Winship | 1 | -0/+5 | |
https://bugzilla.gnome.org/show_bug.cgi?id=698220 | |||||
2013-04-18 | soup-address: fix proxy enumerator implementation | Dan Winship | 3 | -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-17 | tests: fix to pass when glib-networking TLS isn't available | Dan Winship | 3 | -20/+43 | |
2013-04-17 | soup-message-queue: add a priority system to the message queue | Sergio Villar Senin | 8 | -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-17 | Added version 2.44 defines | Sergio Villar Senin | 2 | -0/+19 | |
2013-04-16 | bump version to 2.43.0 | Dan Winship | 1 | -2/+2 | |
2013-04-16 | 2.42.1LIBSOUP_2_42_12.42.1 | Dan Winship | 2 | -1/+17 | |
2013-04-10 | tests: fix ntlm-test when built without ntlm_auth support | Dan Winship | 2 | -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 translation | Ozan Çağlayan | 1 | -25/+58 | |
2013-04-08 | configure: require glib 2.36 (not just 2.35.x) | Dan Winship | 1 | -1/+1 | |