kdelibs/kio/misc/kpac
Ivailo Monev 61333c4671 generic: namespaced Qt4/Katie build fixes
most of the changes were done trought Katie's namefsck script which
convertes forward class declarations to include directives, however
other fixes here and there were needed as well as some questionable
changes to Q_DECLARE_TYPEINFO() macro calls because they most likely
have to do the namespacing themselfs (QT_BEGIN/END_NAMESPACE, and
probably will be in Katie) meaning that some of the changes may be
temporary and reverted later.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2017-08-04 09:24:39 +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: 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: 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: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +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".