aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* Ignore environment variables that are set but empty.Dag-Erling Smørgrav2000-07-211-40/+81
* Document the proxy support better.Dag-Erling Smørgrav2000-07-211-2/+15
* The decision to use an HTTP proxy for FTP documents belongs in the FTP codeDag-Erling Smørgrav2000-07-212-13/+24
* Don't send port number to proxy unless it's not the standard FTP portDag-Erling Smørgrav2000-07-211-2/+6
* Fix the case where the file name is preceded by a lone slash.Dag-Erling Smørgrav2000-07-201-1/+1
* Don't try to skip to the requested offset if the server returns more dataDag-Erling Smørgrav2000-07-191-8/+10
* Don't take a failure to stat a file to mean that it doesn't exist, as it mayDag-Erling Smørgrav2000-07-181-1/+5
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() andDag-Erling Smørgrav2000-07-176-113/+236
* Don't forget to set file descriptor to -1 after closing it, since the codeDag-Erling Smørgrav2000-07-171-1/+1
* Use a symbolic constant instead of hardcoding 999Dag-Erling Smørgrav2000-07-171-10/+11
* Don't forget to declare fetchRestartCalls.Dag-Erling Smørgrav2000-07-171-0/+1
* Introduce the (undocumented) variable fetchRestartCalls, which controls whetherDag-Erling Smørgrav2000-07-172-2/+3
* Remove fetchContentType(), which disappeared in the HTTP rewrite.Dag-Erling Smørgrav2000-07-171-1/+0
* #ifdef DEBUG -> #ifndef NDEBUGDag-Erling Smørgrav2000-07-161-2/+2
* Reinsert the MIT copyright, which applies to the base64 code and wasDag-Erling Smørgrav2000-07-161-0/+32
* Fix a bug (misplaced continue) that caused redirects to fail. Lots of codeDag-Erling Smørgrav2000-07-131-16/+29
* Fully document the HTTP authorization feature.Dag-Erling Smørgrav2000-07-121-12/+18
* Extensive rewrite of the HTTP code. The new code is significantly cleaner andDag-Erling Smørgrav2000-07-121-445/+684
* Use fetch_putln()Dag-Erling Smørgrav2000-07-111-11/+5
* Add _fetch_putln()Dag-Erling Smørgrav2000-07-112-6/+30
* Document that basic authorization now kinda works.Dag-Erling Smørgrav2000-07-111-16/+20
* Rework the authorization code.Dag-Erling Smørgrav2000-07-111-77/+82
* Clean up the debugging outputDag-Erling Smørgrav2000-07-112-12/+3
* Free chunks obtained by getaddrinfo(3).Hajimu UMEMOTO2000-07-101-0/+1
* Make EPSV work again. Separate parsing code of 229 replies fromHajimu UMEMOTO2000-07-101-7/+14
* Don't assume the remote address in a 227 reply is enclosed in parentheses.Dag-Erling Smørgrav2000-07-081-2/+1
* Fix basic authentication, and add proxy authentication.Dag-Erling Smørgrav2000-07-081-18/+44
* Make restart work in active mode, too.Dag-Erling Smørgrav2000-06-291-0/+5
* Handle multiline replies properly, instead of kinda-right.Dag-Erling Smørgrav2000-06-281-7/+16
* Don't incorrectly report a protocol error when we get a 302 and redirectsDag-Erling Smørgrav2000-06-211-2/+5
* Back out wes' commit with extreme prejudice.Dag-Erling Smørgrav2000-06-201-143/+5
* Add implementation of fetchListFTP.Wes Peters2000-06-201-5/+143
* Hackish support for 302 redirect.Dag-Erling Smørgrav2000-05-261-24/+59
* Honor FTP_PASSIVE_MODE so caller doesn't need to.Dag-Erling Smørgrav2000-05-261-0/+4
* Output newline after debugging messageDag-Erling Smørgrav2000-05-251-0/+1
* Add (and document) fetchMakeURL()Dag-Erling Smørgrav2000-05-253-3/+51
* Dump com_err, it's a stinking crock of shit.Dag-Erling Smørgrav2000-05-257-127/+49
* Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is notHajimu UMEMOTO2000-05-221-1/+11
* IPv6 support.Hajimu UMEMOTO2000-05-207-68/+278
* Better handling of some boundary conditions.Dag-Erling Smørgrav2000-05-192-4/+9
* Make HTTP_PROXY work for FTP.Hajimu UMEMOTO2000-05-152-13/+45
* Document struct url.Dag-Erling Smørgrav2000-05-151-0/+32
* Initialize the struct url_stat at the beginning of _fetch_stat_file().Dag-Erling Smørgrav2000-05-151-0/+2
* Initialize the struct url_stat at the beginning of fetchStatFTP().Dag-Erling Smørgrav2000-05-151-0/+3
* Remove unused 'verbose'.Dag-Erling Smørgrav2000-05-151-6/+6
* Add workaround for ftpds with the Y2K MDTM bugDag-Erling Smørgrav2000-05-111-7/+22
* Bump major number, since struct url has changed.Dag-Erling Smørgrav2000-05-111-1/+1
* Fix hard sentence break.Dag-Erling Smørgrav2000-05-111-2/+2
* Reorganize some of the http code and split it into more functions.Dag-Erling Smørgrav2000-05-114-103/+203
* Supply only one author name per instance of %A, as per mdoc.samples(7).Sheldon Hearn2000-05-101-3/+10