You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdeio/misc/kpac
Michele Calgaro 04d3532360
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
1 year ago
..
CMakeLists.txt
Makefile.am
README
README.wpad
TODO
configure.in.in
dhcp.h Removed code formatting modelines. 4 years ago
discovery.cpp Removed code formatting modelines. 4 years ago
discovery.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
downloader.cpp Removed code formatting modelines. 4 years ago
downloader.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
eventsrc
kpac_dhcp_helper.c Removed code formatting modelines. 4 years ago
kpactest.pac
proxyscout.cpp Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. 1 year ago
proxyscout.desktop
proxyscout.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
script.cpp Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 1 year ago
script.h Removed code formatting modelines. 4 years ago

README

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".