Home
last modified time | relevance | path

Searched refs:no_proxy (Results 1 – 8 of 8) sorted by relevance

/external/curl/tests/data/
Dtest110133 no_proxy=%HOSTIP
/external/curl/lib/
Durl.c4708 static bool check_noproxy(const char *name, const char *no_proxy) in check_noproxy() argument
4722 if(no_proxy && no_proxy[0]) { in check_noproxy()
4723 if(strcasecompare("*", no_proxy)) { in check_noproxy()
4729 no_proxy_len = strlen(no_proxy); in check_noproxy()
4738 strchr(separator, no_proxy[tok_start]) != NULL) { in check_noproxy()
4747 strchr(separator, no_proxy[tok_end]) == NULL; ++tok_end) in check_noproxy()
4755 if(no_proxy[tok_start] == '.') in check_noproxy()
4761 if(strncasecompare(no_proxy + tok_start, checkn, in check_noproxy()
4805 char *no_proxy=NULL; in detect_proxy() local
4808 no_proxy=curl_getenv("no_proxy"); in detect_proxy()
[all …]
/external/python/cpython2/Lib/
Durllib.py1418 no_proxy = proxies['no']
1422 if no_proxy == '*':
1427 no_proxy_list = [proxy.strip() for proxy in no_proxy.split(',')]
/external/python/cpython2/Doc/library/
Durllib.rst100 The :envvar:`no_proxy` environment variable can be used to specify hosts which
142 :envvar:`no_proxy` environment variable.
/external/libxml2/
DNEWS1364 (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
DChangeLog6273 Mike Hommey for $no_proxy, c.f. #133470
/external/python/cpython2/Misc/
DNEWS520 no_proxy to be case-insensitive, and to not match unrelated host names that
7880 - Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment.
10984 - Issue #856047: respect the ``no_proxy`` environment variable when
/external/curl/
DCHANGES.01488 no_proxy which made it not skip the proxy if the URL entered contained a
5706 get confused and not acknowledge the 'no_proxy' variable properly once it
12348 - Improved the 'no_proxy' check, as using port numbers in the URL confused it