summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't take a failure to stat a file to mean that it doesn't exist, as it maydes2000-07-181-1/+5
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() anddes2000-07-176-113/+236
* Don't forget to set file descriptor to -1 after closing it, since the codedes2000-07-171-1/+1
* Use a symbolic constant instead of hardcoding 999des2000-07-171-10/+11
* Don't forget to declare fetchRestartCalls.des2000-07-171-0/+1
* Introduce the (undocumented) variable fetchRestartCalls, which controls whetherdes2000-07-172-2/+3
* Remove fetchContentType(), which disappeared in the HTTP rewrite.des2000-07-171-1/+0
* #ifdef DEBUG -> #ifndef NDEBUGdes2000-07-161-2/+2
* Reinsert the MIT copyright, which applies to the base64 code and wasdes2000-07-161-0/+32
* Fix a bug (misplaced continue) that caused redirects to fail. Lots of codedes2000-07-131-16/+29
* Fully document the HTTP authorization feature.des2000-07-121-12/+18
* Extensive rewrite of the HTTP code. The new code is significantly cleaner anddes2000-07-121-446/+685
* Use fetch_putln()des2000-07-111-11/+5
* Add _fetch_putln()des2000-07-112-6/+30
* Document that basic authorization now kinda works.des2000-07-111-16/+20
* Rework the authorization code.des2000-07-111-78/+83
* Clean up the debugging outputdes2000-07-112-12/+3
* Free chunks obtained by getaddrinfo(3).ume2000-07-101-0/+1
* Make EPSV work again. Separate parsing code of 229 replies fromume2000-07-101-7/+14
* Don't assume the remote address in a 227 reply is enclosed in parentheses.des2000-07-081-2/+1
* Fix basic authentication, and add proxy authentication.des2000-07-081-19/+45
* Make restart work in active mode, too.des2000-06-291-0/+5
* Handle multiline replies properly, instead of kinda-right.des2000-06-281-7/+16
* Don't incorrectly report a protocol error when we get a 302 and redirectsdes2000-06-211-2/+5
* Back out wes' commit with extreme prejudice.des2000-06-201-143/+5
* Add implementation of fetchListFTP.wes2000-06-201-5/+143
* Hackish support for 302 redirect.des2000-05-261-24/+59
* Honor FTP_PASSIVE_MODE so caller doesn't need to.des2000-05-261-0/+4
* Output newline after debugging messagedes2000-05-251-0/+1
* Add (and document) fetchMakeURL()des2000-05-253-3/+51
* Dump com_err, it's a stinking crock of shit.des2000-05-257-127/+49
* Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is notume2000-05-221-1/+11
* IPv6 support.ume2000-05-207-68/+278
* Better handling of some boundary conditions.des2000-05-192-4/+9
* Make HTTP_PROXY work for FTP.ume2000-05-152-13/+45
* Document struct url.des2000-05-151-0/+32
* Initialize the struct url_stat at the beginning of _fetch_stat_file().des2000-05-151-0/+2
* Initialize the struct url_stat at the beginning of fetchStatFTP().des2000-05-151-0/+3
* Remove unused 'verbose'.des2000-05-151-6/+6
* Add workaround for ftpds with the Y2K MDTM bugdes2000-05-111-7/+22
OpenPOWER on IntegriCloud