libproxy: add a PAC/WPAD handling D-Bus service
authorDan Winship <danw@gnome.org>
Thu, 10 Mar 2011 17:07:18 +0000 (12:07 -0500)
committerDan Winship <danw@gnome.org>
Wed, 16 Mar 2011 14:09:49 +0000 (10:09 -0400)
commiteaaa73ebab6485edaa763f6d4627977ce7a97cfb
tree61bde8b5b284f1e11e317f0022e6f6bc1861e609
parent4b41f33515742a9d53cc038dd7efe9997364bf9a
libproxy: add a PAC/WPAD handling D-Bus service

libproxy can deal with PAC and WPAD; other proxy resolvers may not be
able to, so let them use libproxy to do it.

Having it out-of-process is good because the only way to force
libproxy to do exactly what we want is to fiddle with environment
variables, and we don't want those to leak into the environment.

https://bugzilla.gnome.org/show_bug.cgi?id=644211
.gitignore
configure.ac
proxy/libproxy/Makefile.am
proxy/libproxy/glibpacrunner.c [new file with mode: 0644]
proxy/libproxy/glibproxyresolver.c
proxy/libproxy/org.gtk.GLib.PACRunner.service.in [new file with mode: 0644]