Alexandru Cornea [Mon, 1 Jul 2013 16:33:03 +0000 (19:33 +0300)]
resetting manifest requested domain to floor
Rusty Lynch [Sun, 19 May 2013 16:53:11 +0000 (09:53 -0700)]
Update changelog for new release
Anas Nashif [Fri, 26 Apr 2013 22:40:34 +0000 (15:40 -0700)]
Update to 2.42.2
Anas Nashif [Tue, 26 Mar 2013 12:36:32 +0000 (05:36 -0700)]
Update to 2.42.0
Anas Nashif [Tue, 26 Mar 2013 12:36:07 +0000 (05:36 -0700)]
Update to 2.42.0
Anas Nashif [Fri, 22 Mar 2013 18:24:35 +0000 (11:24 -0700)]
Update to 2.41.92
Anas Nashif [Fri, 15 Mar 2013 16:08:42 +0000 (09:08 -0700)]
Changelog Update: 2.41.91
Anas Nashif [Fri, 15 Mar 2013 16:06:36 +0000 (09:06 -0700)]
Update: 2.41.91
Anas Nashif [Tue, 26 Feb 2013 14:59:19 +0000 (06:59 -0800)]
update to 2.41.90
Anas Nashif [Tue, 26 Feb 2013 14:58:02 +0000 (06:58 -0800)]
update to 2.41.90
Anas Nashif [Sun, 10 Feb 2013 22:07:06 +0000 (14:07 -0800)]
fixed typo enable_sqllite -> enable_sqlite
Anas Nashif [Sun, 10 Feb 2013 21:58:15 +0000 (13:58 -0800)]
fixed typo
Anas Nashif [Fri, 8 Feb 2013 14:16:29 +0000 (06:16 -0800)]
Update to 2.41.5
Anas Nashif [Tue, 8 Jan 2013 21:31:06 +0000 (13:31 -0800)]
fixed sqlite option
Anas Nashif [Tue, 8 Jan 2013 21:48:11 +0000 (13:48 -0800)]
do not require typelib w/o gnome enabled
Anas Nashif [Thu, 20 Dec 2012 20:52:19 +0000 (12:52 -0800)]
changes
Anas Nashif [Thu, 20 Dec 2012 20:51:23 +0000 (12:51 -0800)]
cleanup spec
Anas Nashif [Mon, 10 Dec 2012 00:18:48 +0000 (16:18 -0800)]
require glib-2.0 >= 2.35.0
Anas Nashif [Mon, 10 Dec 2012 00:17:48 +0000 (16:17 -0800)]
update to 2.41.2
Anas Nashif [Fri, 30 Nov 2012 19:55:28 +0000 (11:55 -0800)]
add missing slash in %configure
Change-Id: I38c77165fcf394756af6bbde09fee16e17839162
Anas Nashif [Fri, 30 Nov 2012 19:44:13 +0000 (11:44 -0800)]
add changelog
Anas Nashif [Fri, 30 Nov 2012 19:40:10 +0000 (11:40 -0800)]
for gnome, require gnome-keyring-1
Anas Nashif [Fri, 30 Nov 2012 19:02:35 +0000 (11:02 -0800)]
make gnome builds optional
Anas Nashif [Wed, 28 Nov 2012 21:32:52 +0000 (13:32 -0800)]
disable gtkdoc
Anas Nashif [Wed, 28 Nov 2012 21:01:38 +0000 (13:01 -0800)]
make introspection depend on gnome
Anas Nashif [Tue, 27 Nov 2012 03:58:00 +0000 (19:58 -0800)]
require gnome-common
Anas Nashif [Tue, 27 Nov 2012 03:53:21 +0000 (19:53 -0800)]
fixed Makefile.am for sqlite support
Anas Nashif [Tue, 27 Nov 2012 03:39:57 +0000 (19:39 -0800)]
fixed packaging
Anas Nashif [Tue, 27 Nov 2012 03:28:32 +0000 (19:28 -0800)]
fixed packaging
Anas Nashif [Tue, 27 Nov 2012 03:27:25 +0000 (19:27 -0800)]
fixed packaging
Anas Nashif [Tue, 27 Nov 2012 03:17:21 +0000 (19:17 -0800)]
adapt configure script
Anas Nashif [Tue, 27 Nov 2012 03:12:41 +0000 (19:12 -0800)]
sqlite support
Zhang zhengguang [Tue, 4 Nov 2014 03:12:11 +0000 (11:12 +0800)]
Imported Upstream version 2.46.0
Dan Winship [Fri, 19 Apr 2013 14:54:05 +0000 (10:54 -0400)]
build: update Makefile.glib
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.
Dan Winship [Fri, 19 Apr 2013 13:57:34 +0000 (09:57 -0400)]
Fix build on Windows, deprecate soup-portability.h
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
Dan Winship [Thu, 18 Apr 2013 19:40:55 +0000 (15:40 -0400)]
misc-test: skip the IPv6 server test if there's no IPv6 support
https://bugzilla.gnome.org/show_bug.cgi?id=698220
Dan Winship [Thu, 18 Apr 2013 14:30:32 +0000 (10:30 -0400)]
soup-address: fix proxy enumerator implementation
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
Dan Winship [Wed, 17 Apr 2013 21:38:37 +0000 (17:38 -0400)]
tests: fix to pass when glib-networking TLS isn't available
Sergio Villar Senin [Wed, 17 Apr 2013 08:15:59 +0000 (10:15 +0200)]
soup-message-queue: add a priority system to the message queue
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
Sergio Villar Senin [Wed, 17 Apr 2013 07:44:29 +0000 (09:44 +0200)]
Added version 2.44 defines
Dan Winship [Tue, 16 Apr 2013 13:09:54 +0000 (09:09 -0400)]
bump version to 2.43.0
Dan Winship [Tue, 16 Apr 2013 13:09:10 +0000 (09:09 -0400)]
2.42.1
Dan Winship [Wed, 10 Apr 2013 13:11:45 +0000 (09:11 -0400)]
tests: fix ntlm-test when built without ntlm_auth support
Don't try to use external NTLM auth if built without support for that.
https://bugzilla.gnome.org/show_bug.cgi?id=697510
Ozan Çağlayan [Tue, 9 Apr 2013 21:54:56 +0000 (00:54 +0300)]
[l10n] Updated Turkish translation
Dan Winship [Mon, 8 Apr 2013 19:34:11 +0000 (15:34 -0400)]
configure: require glib 2.36 (not just 2.35.x)
Dan Winship [Wed, 3 Apr 2013 15:27:59 +0000 (11:27 -0400)]
soup-connection: fix SoupProxyResolverDefault breakage
It got broken at the last minute when adding
SoupSession:proxy-resolver support.
https://bugzilla.gnome.org/show_bug.cgi?id=697028
Xan Lopez [Tue, 26 Mar 2013 15:20:38 +0000 (16:20 +0100)]
soup-session: fix memory leak
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
Inaki Larranaga Murgoitio [Tue, 26 Mar 2013 10:26:19 +0000 (11:26 +0100)]
Added Basque language\nAdded 'eu' (Basque) to LINGUAS
Kalev Lember [Thu, 21 Mar 2013 22:54:36 +0000 (23:54 +0100)]
win32: link with ws2_32 for htons
https://bugzilla.gnome.org/show_bug.cgi?id=696354
Dan Winship [Mon, 25 Mar 2013 12:40:19 +0000 (08:40 -0400)]
2.42.0
Krishnababu Krothapalli [Mon, 25 Mar 2013 10:41:00 +0000 (16:11 +0530)]
Updated Telugu Translations
Shantha kumar [Mon, 25 Mar 2013 06:41:48 +0000 (12:11 +0530)]
Tamil Translations Updated
Ani Peter [Mon, 25 Mar 2013 06:13:52 +0000 (11:43 +0530)]
Completed for Malayalam
Shankar Prasad [Sun, 24 Mar 2013 12:30:45 +0000 (18:00 +0530)]
Updated kn translations
Arash Mousavi [Sat, 23 Mar 2013 13:38:26 +0000 (18:08 +0430)]
L10N: Updated Persian Translation
ManojKumar Giri [Fri, 22 Mar 2013 13:02:00 +0000 (18:32 +0530)]
Updated Odia Language along with FUEL implementation
Changwoo Ryu [Thu, 21 Mar 2013 19:46:53 +0000 (04:46 +0900)]
Updated Korean translation
Kalev Lember [Wed, 20 Mar 2013 16:33:35 +0000 (17:33 +0100)]
requester-test: fix a printf format compiler warning
Could use G_GSIZE_FORMAT here, but casting to gulong is simpler.
Rajesh Ranjan [Wed, 20 Mar 2013 11:22:29 +0000 (16:52 +0530)]
hindi translation
Sandeep Sheshrao Shedmake [Wed, 20 Mar 2013 01:27:13 +0000 (06:57 +0530)]
Updated Marathi Translations
Victor Ibragimov [Tue, 19 Mar 2013 21:31:49 +0000 (22:31 +0100)]
[l10n] Added Tadjik translation
Dan Winship [Mon, 18 Mar 2013 17:48:40 +0000 (13:48 -0400)]
2.41.92
Rūdolfs Mazurs [Sun, 17 Mar 2013 18:11:48 +0000 (20:11 +0200)]
Updated Latvian translation
Yuri Myasoedov [Sat, 16 Mar 2013 18:48:24 +0000 (22:48 +0400)]
Updated Russian translation
Balázs Úr [Fri, 15 Mar 2013 11:35:44 +0000 (12:35 +0100)]
Updated Hungarian translation
Mattias Põldaru [Wed, 13 Mar 2013 10:56:07 +0000 (12:56 +0200)]
[l10n] Updated Estonian translation
Joe Hansen [Tue, 12 Mar 2013 22:14:56 +0000 (23:14 +0100)]
Updated Danish translation
Carles Ferrando [Tue, 12 Mar 2013 22:07:17 +0000 (23:07 +0100)]
[l10n] Updated Catalan (Valencian) translation
Gil Forcada [Tue, 12 Mar 2013 22:07:12 +0000 (23:07 +0100)]
[l10n] Updated Catalan translation
Claude Paroz [Tue, 12 Mar 2013 16:51:25 +0000 (17:51 +0100)]
Updated French translation
Carlos Garcia Campos [Tue, 12 Mar 2013 16:10:05 +0000 (17:10 +0100)]
Add G_BEGIN_DECLS/G_END_DECLS guards to soup-message-headers.h
Nilamdyuti Goswami [Tue, 12 Mar 2013 13:07:32 +0000 (18:37 +0530)]
Assamese translation updated for gnome 3.8
Sweta Kothari [Tue, 12 Mar 2013 10:52:06 +0000 (16:22 +0530)]
Updated gujarati file
Duarte Loreto [Mon, 11 Mar 2013 22:55:08 +0000 (22:55 +0000)]
Updated Portuguese translation and converted to New Spelling (Novo AO)
Zan Dobersek [Thu, 7 Mar 2013 20:23:15 +0000 (21:23 +0100)]
data: URL requests should serve the whole decoded URL
Address the possibility of data: URLs containing null characters when the data
request is being performed. The uri_decoded_copy method is enhanced with a
third argument, a pointer to an integer that should be set to the length of
decoded data when provided. This length is then set as the request's content
length.
A test checking the correct behavior is added in requester-test. Calls to
uri_decoded_copy where the length of the decoded output is not required are
adjusted to provide NULL as the third argument.
Milo Casagrande [Mon, 11 Mar 2013 16:00:46 +0000 (17:00 +0100)]
[l10n] Updated Italian translation.
Dimitris Spingos [Sat, 9 Mar 2013 09:44:56 +0000 (11:44 +0200)]
Updated Greek translation
Theppitak Karoonboonyanan [Sat, 9 Mar 2013 04:38:55 +0000 (11:38 +0700)]
Updated Thai translation
Matej Urbančič [Thu, 7 Mar 2013 16:02:43 +0000 (17:02 +0100)]
Updated Slovenian translation
Dan Winship [Sun, 17 Feb 2013 00:20:18 +0000 (19:20 -0500)]
Add SoupSession:proxy-resolver
Now that GSocketClient lets you override its proxy resolver, allow
setting a GProxyResolver on a SoupSession, to eventually pass on to
the GSocketClient.
(In the interest of not breaking things this late in the release
cycle, all of the old SoupProxyURIResolver code still exists as well,
in parallel, but in 2.43 it will be removed and replaced with
GProxyResolver-based backward-compat stuff.)
https://bugzilla.gnome.org/show_bug.cgi?id=680273
Ihar Hrachyshka [Thu, 7 Mar 2013 15:06:46 +0000 (18:06 +0300)]
Updated Belarusian translation.
Enrico Nicoletto [Thu, 7 Mar 2013 02:57:19 +0000 (23:57 -0300)]
Updated Brazilian Portuguese translation
Dan Winship [Wed, 6 Mar 2013 17:17:19 +0000 (12:17 -0500)]
SoupAuthManager: deal with "disappearing" auth headers
Normally when sending a 401 response, a server re-sends the initial
WWW-Authenticate challenge. However, it doesn't actually have to, and
libsoup was getting confused if it didn't. Fix that.
https://bugzilla.redhat.com/show_bug.cgi?id=916224
Dan Winship [Wed, 6 Mar 2013 17:58:29 +0000 (12:58 -0500)]
SoupSession: break infinite loops
Every year or two some bug comes up that makes libsoup retry a request
infinitely. (Also, apps can do this on their own by not paying
attention to the "retrying" flag in SoupSession::authenticate.) Move
the "too many redirects" code and rework it to handle all possible
cases of "message gets resent a suspicious number of times".
Dan Winship [Tue, 5 Mar 2013 15:48:24 +0000 (10:48 -0500)]
2.41.91
Sergio Villar Senin [Mon, 4 Mar 2013 16:58:41 +0000 (17:58 +0100)]
soup-cache: update cached headers on revalidations
SoupCache was not updating the cached headers on conditional requests. We
were only doing it for revalidations started by libsoup clients.
This also properly reset the values of freshness_lifetime and
must_revalidate on revalidations. These two fields were keeping their
original values even if the server wasn't providing such information.
Finally this adds a new cache test (do_header_test) and fixes the one
disabled with #ifdefs (second revalidations).
https://bugzilla.gnome.org/show_bug.cgi?id=695121
Carlos Garcia Campos [Fri, 1 Mar 2013 13:18:39 +0000 (14:18 +0100)]
build: Remove gio resource compiler definition from configure.ac
The variable GLIB_COMPILE_RESOURCES is already set by AM_PATH_GLIB_2_0
macro. Spotted by Csaba Osztrogonác.
https://bugzilla.gnome.org/show_bug.cgi?id=694942
Sergio Villar Senin [Mon, 4 Mar 2013 10:26:17 +0000 (11:26 +0100)]
soup-message-queue: hold a reference to the async context
This will ensure that the GMainContext is not freed at least until we get
rid of the queue item. This was causing crashes when synchronously
retrieving resources in WebKit as it uses a different GMainContext for each
of those synchronous requests.
https://bugzilla.gnome.org/show_bug.cgi?id=694920
Mario Blättermann [Sun, 3 Mar 2013 20:11:04 +0000 (21:11 +0100)]
[l10n] Updated German translation
Nguyễn Thái Ngọc Duy [Sat, 2 Mar 2013 13:44:41 +0000 (20:44 +0700)]
Updated Vietnamese translation
Nguyễn Thái Ngọc Duy [Sat, 2 Mar 2013 13:42:54 +0000 (20:42 +0700)]
po/vi: import from Damned Lies
Chao-Hsiung Liao [Fri, 1 Mar 2013 14:41:18 +0000 (22:41 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)
A S Alam [Tue, 26 Feb 2013 02:07:04 +0000 (07:37 +0530)]
Punjabi: Translation updated (aalam)
Pavol Klačanský [Mon, 25 Feb 2013 19:30:40 +0000 (20:30 +0100)]
Updated slovak translation
Kjartan Maraas [Mon, 25 Feb 2013 16:07:20 +0000 (17:07 +0100)]
Updated Norwegian bokmål translation
Aurimas Černius [Sun, 24 Feb 2013 19:55:55 +0000 (21:55 +0200)]
Updated Lithuanian translation
Dan Winship [Sat, 23 Feb 2013 01:43:33 +0000 (02:43 +0100)]
examples: use GOptionContext (finally)
Dan Winship [Sat, 23 Feb 2013 01:13:26 +0000 (02:13 +0100)]
examples: move examples from tests/ to examples/
get, simple-httpd, and simple-proxy are more example code than test
programs, so move them into a separate directory.
Also, remove "dns", which was once a sort-of test of SoupAddress, but
is now just a redundant sort-of test of GResolver.
Dan Winship [Fri, 22 Feb 2013 21:13:33 +0000 (22:13 +0100)]
build: remove some cruft
Remove accumulated cruft, mostly from things we used to depend on but
don't any more.
Also a few minor drive-by configure cleanups
Gheyret Kenji [Fri, 22 Feb 2013 13:20:48 +0000 (22:20 +0900)]
Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>