kdelibs/kio/misc/kpac
Ivailo Monev cd1ca7c87e generic: replace KProcess with QProcess where feasable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-30 06:09:02 +00:00
..
CMakeLists.txt generic: build system cleanups 2015-11-02 03:38:51 +02:00
config-kpac.h.cmake initial import 2014-11-13 01:04:59 +02:00
ConfigureChecks.cmake initial import 2014-11-13 01:04:59 +02:00
dhcp.h initial import 2014-11-13 01:04:59 +02:00
discovery.cpp generic: replace KProcess with QProcess where feasable 2016-04-30 06:09:02 +00:00
discovery.h generic: replace KProcess with QProcess where feasable 2016-04-30 06:09:02 +00:00
downloader.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
downloader.h initial import 2014-11-13 01:04:59 +02:00
kpac_dhcp_helper.c initial import 2014-11-13 01:04:59 +02:00
kpactest.pac initial import 2014-11-13 01:04:59 +02:00
kpactest2.pac initial import 2014-11-13 01:04:59 +02:00
proxyscout.cpp generic: misc cleanups 2016-04-16 13:56:36 +00:00
proxyscout.desktop initial import 2014-11-13 01:04:59 +02:00
proxyscout.h generic: headers inclusion cleanup 2015-10-14 22:38:09 +03:00
proxyscout.notifyrc initial import 2014-11-13 01:04:59 +02:00
README initial import 2014-11-13 01:04:59 +02:00
README.wpad initial import 2014-11-13 01:04:59 +02:00
script.cpp generic: misc cleanups 2016-04-16 13:56:36 +00:00
script.h initial import 2014-11-13 01:04:59 +02:00
TODO initial import 2014-11-13 01:04:59 +02:00

Proxy Auto Configuration is a means to use a JavaScript function to
determine the proxy to use based on the requested URL.
It is described in detail here:
http://home.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html

Also implemented by this library are parts of the now expired Internet Draft
at http://www.wrec.org/Drafts/draft-cooper-webi-wpad-00.txt about WPAD
(Web Proxy Automatic Discovery). The discovery implemented discovery methods
are DHCP and DNS "Well known Aliases".