mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
![]() 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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
config-kpac.h.cmake | ||
ConfigureChecks.cmake | ||
dhcp.h | ||
discovery.cpp | ||
discovery.h | ||
downloader.cpp | ||
downloader.h | ||
kpac_dhcp_helper.c | ||
kpactest.pac | ||
kpactest2.pac | ||
proxyscout.cpp | ||
proxyscout.desktop | ||
proxyscout.h | ||
proxyscout.notifyrc | ||
README | ||
README.wpad | ||
script.cpp | ||
script.h | ||
TODO |
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".