summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2013-04-03soup-connection: fix SoupProxyResolverDefault breakageDan Winship1-1/+2
It got broken at the last minute when adding SoupSession:proxy-resolver support. https://bugzilla.gnome.org/show_bug.cgi?id=697028
2013-03-26soup-session: fix memory leakXan Lopez1-1/+1
Do not steal the stream from the GTask, otherwise its destruction method will never run and it will be leaked. https://bugzilla.gnome.org/show_bug.cgi?id=696594
2013-03-26Added Basque language\nAdded 'eu' (Basque) to LINGUASInaki Larranaga Murgoitio2-0/+107
2013-03-25win32: link with ws2_32 for htonsKalev Lember1-0/+5
https://bugzilla.gnome.org/show_bug.cgi?id=696354
2013-03-252.42.0upstream/2.42.0LIBSOUP_2_42_02.42.0Dan Winship2-4/+13
2013-03-25Updated Telugu TranslationsKrishnababu Krothapalli1-16/+43
2013-03-25Tamil Translations UpdatedShantha kumar1-18/+47
2013-03-25Completed for MalayalamAni Peter1-10/+15
2013-03-24Updated kn translationsShankar Prasad1-15/+42
2013-03-23L10N: Updated Persian TranslationArash Mousavi1-16/+52
2013-03-22Updated Odia Language along with FUEL implementationManojKumar Giri1-15/+42
2013-03-22Updated Korean translationChangwoo Ryu1-26/+61
2013-03-20requester-test: fix a printf format compiler warningKalev Lember1-1/+2
Could use G_GSIZE_FORMAT here, but casting to gulong is simpler.
2013-03-20hindi translationRajesh Ranjan1-18/+45
2013-03-20Updated Marathi TranslationsSandeep Sheshrao Shedmake1-16/+43
2013-03-19[l10n] Added Tadjik translationVictor Ibragimov2-0/+108
2013-03-182.41.92upstream/2.41.92LIBSOUP_2_41_922.41.92Dan Winship2-1/+30
2013-03-17Updated Latvian translationRūdolfs Mazurs1-16/+44