]> granicus.if.org Git - curl/commit
- Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.
authorDaniel Stenberg <daniel@haxx.se>
Sun, 25 Jan 2009 23:26:25 +0000 (23:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Jan 2009 23:26:25 +0000 (23:26 +0000)
commit5aeef9c1c87f2f72f10807a609ced1976ab46cd2
tree2989dc65cfaf49acc6e014c256b920dc1e01b95b
parentddd3fe594861e671ea4951371f4a3c0885c3f24f
- Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.
  They basically offer the same thing the NO_PROXY environment variable only
  offered previously: list a set of host names that shall not use the proxy
  even if one is specified.
CHANGES
RELEASE-NOTES
TODO-RELEASE
docs/MANUAL
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
include/curl/typecheck-gcc.h
lib/url.c
lib/urldata.h
src/main.c