summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* The user name for anonymous ftp is now "anonymous".des2001-01-081-10/+17
* Back out previous (accidental) commit.des2001-01-081-1/+1
* Use "anonymous" rather than "ftp" as login name for anonymous ftp.des2001-01-082-4/+3
* Document FTP_LOGIN.des2000-12-221-0/+2
* Check the FTP_LOGIN environment variable before falling back ondes2000-12-221-0/+2
* Avoid a segfault (due to an unitialized pointer) when parsing URLs that havedes2000-12-131-0/+2
* Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debatedes2000-12-062-4/+4
* Remove some obsolete comments.des2000-12-011-13/+0
* Clean up the whitespace encoding code.des2000-12-011-5/+6
* Add SCHEME_HTTPS.des2000-12-011-0/+1
* Fix old-style proxy specs: default to FTP if FTP_PROXY was set; only defaultdes2000-11-271-2/+6
* Don't try to get the proxy port number from /etc/services.des2000-11-271-4/+0
* Don't go haywire if the server closes the connection in the middle of ades2000-11-221-1/+1
* Revert previous commit, it was somewhat hasty.des2000-11-221-5/+1
* Don't go haywire if the server closes the connection during a multilinedes2000-11-221-1/+5
* logru2000-11-221-1/+2
* Spell the des's name correctly.ru2000-11-141-2/+2
* Use Fx macro wherever possible.ru2000-11-141-1/+3
* Use the documented (and historical) defaults. Centralize the decision logicdes2000-11-104-37/+45
* Use CHECK_FLAGdes2000-10-294-22/+22
* Stricter error checking in the I/O functions.des2000-10-291-1/+25
* Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set.des2000-10-291-0/+5
* Document FTP_PASSIVE_MODE and FTP_PASSWORD.des2000-10-291-1/+8
* Fix this my way. David had absolutely no call overriding MAINTAINER withoutdes2000-10-281-3/+3
* Install per function manpages so one doesn't mistakenly think we don'tobrien2000-10-281-0/+8
* Repeat after me, "check to see that a pointer isn't NULL beforeobrien2000-10-281-3/+3
* MFS: don't expect result code until you close the data connectiondes2000-10-271-3/+3
* Use funopen() instead of fdopen(). This fixes three problems:des2000-10-221-4/+118
* If the scheme is HTTP or HTTPS, percent-escape whitespace in the documentdes2000-10-211-1/+21
* Argh! Fix passive mode selection (again)des2000-10-171-2/+3
* Use the right user namedes2000-10-131-3/+3
* Document recent changes in URL parsing and proxy handlingdes2000-10-121-10/+20
* ftp.c needs _http_request()des2000-10-121-0/+11
* Rework proxy handling so that proxies can be specified as URLs.des2000-10-122-206/+156
* Relax URL syntax so that schemeless URLs are supported.des2000-10-121-24/+23
* Add macros for the names of the URL schemes we support.des2000-10-121-0/+5
* Make the ENVIRONMENT section more legible, and mention that HTTP_AUTH isdes2000-10-121-4/+10
* Work around buggy servers such as NCSA httpd which send an incompletedes2000-09-241-9/+18
* Document the FTP_PROXY and HTTP_PROXY variables better.des2000-08-311-0/+4
* Grok 125 replies to passive RETR. This fixes an interoperability bug withdes2000-08-211-1/+2
* Fix signedness bogon.des2000-08-021-7/+6
* Don't fail if _ftp_stat() reports a protocol error, since that most likelydes2000-07-271-0/+1
* If the server reports the size as 0, treat it as unknown. This works arounddes2000-07-251-3/+2
* Centralize the default port finding code.des2000-07-253-33/+43
* Ignore environment variables that are set but empty.des2000-07-211-40/+81
* Document the proxy support better.des2000-07-211-2/+15
* The decision to use an HTTP proxy for FTP documents belongs in the FTP codedes2000-07-212-13/+24
* Don't send port number to proxy unless it's not the standard FTP portdes2000-07-211-2/+6
* Fix the case where the file name is preceded by a lone slash.des2000-07-201-1/+1
* Don't try to skip to the requested offset if the server returns more datades2000-07-191-8/+10
OpenPOWER on IntegriCloud