资 源 简 介
libproxy is a library that provides automatic proxy configuration management.
The Problem
Problem statement: Applications suck at correctly and consistently supporting proxy configuration.
Proxy configuration is problematic for a number of reasons:
1. There are a variety of places to get configuration information
1. There are a variety of proxy types
1. Proxy auto-configuration (PAC) requires Javascript (which most applications don"t have)
1. Automatically determining PAC location requires an implementation of the WPAD protocol
These issues make programming with support for proxies hard. Application developers only want to answer the question: Given a network resource, how do I reach it?
Because this is their concern, most applications just give up and try to read the proxy from an environment variable. This is problematic because:
1. Given the increased use of mobile computing, network switchi
文 件 列 表
libproxy-0.4.11
COPYING
INSTALL
autogen.sh
libproxy.spec.in
bindings
ruby
test.rb
.gitignore
doc
libproxy_files.dia
README
.cproject
cmake
CMakeCSharpCompiler.cmake.in
.project
CMakeLists.txt
NEWS
libmodman
module_manager.hpp
libproxy
extension_config.cpp
AUTHORS
ChangeLog
samples
vala
sample.vala
utils
CMakeLists.txt
libproxy-CVE-2012-4504.patch