freebsd-dev/lib/libfetch
Dag-Erling Smørgrav 2738229eb8 Ignore HTTP_PROXY if it is defined but empty. This was already handled
correctly in the case of FTP_PROXY, because an empty FTP_PROXY has a
specific meaning ("don't use any proxy at all for ftp, even if HTTP_PROXY
is defined"), while an empty HTTP_PROXY has no meaning at all.

PR:		bin/85185
Submitted by:	Conall O'Brien <conallob=freebsd@maths.tcd.ie>
MFC after:	2 weeks
2005-08-24 12:28:05 +00:00
..
common.c Fix a memory leak: when freeing the connection structure, don't forget to 2005-02-16 12:46:46 +00:00
common.h Update copyright years. 2004-09-21 18:35:21 +00:00
fetch.3 Expand contractions. 2005-02-13 23:45:54 +00:00
fetch.c Update copyright years. 2004-09-21 18:35:21 +00:00
fetch.h Update copyright years. 2004-09-21 18:35:21 +00:00
file.c Update copyright years. 2004-09-21 18:35:21 +00:00
ftp.c Change directory one level at a time, and use CDUP to back out. This is a 2005-08-12 12:48:50 +00:00
ftp.errors Recognize the (incorrect) error code a MediaHawk server sends in reply to 2002-10-30 06:06:16 +00:00
http.c Ignore HTTP_PROXY if it is defined but empty. This was already handled 2005-08-24 12:28:05 +00:00
http.errors Add some error codes that were added in RFC2616. 2001-05-23 18:52:02 +00:00
Makefile Bump the shared library version number of all libraries that have not 2005-07-22 17:19:05 +00:00