kdelibs/kio/misc/kpac
Ivailo Monev 31ee051ff4 generic: remove some compatibility bits
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-27 08:58:02 +02:00
..
CMakeLists.txt generic: remove some compatibility bits 2021-02-27 08:58:02 +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: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +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: adjust to Katie changes 2019-07-04 23:59:42 +00:00
proxyscout.desktop initial import 2014-11-13 01:04:59 +02:00
proxyscout.h generic: adjust to Katie changes 2019-07-04 23:59:42 +00: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 generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00: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".