Add SoupSession:proxy-resolver
authorDan Winship <danw@gnome.org>
Sun, 17 Feb 2013 00:20:18 +0000 (19:20 -0500)
committerDan Winship <danw@gnome.org>
Thu, 7 Mar 2013 15:07:40 +0000 (10:07 -0500)
commit24aaa6d7566eacc8f848f22d213a09a44a061121
treeee003f2bdf4d089c9bc97dfc18c761661ffbd205
parent4ea885c0e036c6978d1af26ba44434f7796738f5
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
libsoup/soup-connection.c
libsoup/soup-connection.h
libsoup/soup-misc-private.h
libsoup/soup-session.c
libsoup/soup-session.h
libsoup/soup-socket.c