| Commit message (Expand) | Author | Age | Files | Lines |
* | Work around buggy servers such as NCSA httpd which send an incomplete | des | 2000-09-24 | 1 | -9/+18 |
* | Document the FTP_PROXY and HTTP_PROXY variables better. | des | 2000-08-31 | 1 | -0/+4 |
* | Grok 125 replies to passive RETR. This fixes an interoperability bug with | des | 2000-08-21 | 1 | -1/+2 |
* | Fix signedness bogon. | des | 2000-08-02 | 1 | -7/+6 |
* | Don't fail if _ftp_stat() reports a protocol error, since that most likely | des | 2000-07-27 | 1 | -0/+1 |
* | If the server reports the size as 0, treat it as unknown. This works around | des | 2000-07-25 | 1 | -3/+2 |
* | Centralize the default port finding code. | des | 2000-07-25 | 3 | -33/+43 |
* | Ignore environment variables that are set but empty. | des | 2000-07-21 | 1 | -40/+81 |
* | Document the proxy support better. | des | 2000-07-21 | 1 | -2/+15 |
* | The decision to use an HTTP proxy for FTP documents belongs in the FTP code | des | 2000-07-21 | 2 | -13/+24 |
* | Don't send port number to proxy unless it's not the standard FTP port | des | 2000-07-21 | 1 | -2/+6 |
* | Fix the case where the file name is preceded by a lone slash. | des | 2000-07-20 | 1 | -1/+1 |
* | Don't try to skip to the requested offset if the server returns more data | des | 2000-07-19 | 1 | -8/+10 |
* | Don't take a failure to stat a file to mean that it doesn't exist, as it may | des | 2000-07-18 | 1 | -1/+5 |
* | Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and | des | 2000-07-17 | 6 | -113/+236 |
* | Don't forget to set file descriptor to -1 after closing it, since the code | des | 2000-07-17 | 1 | -1/+1 |
* | Use a symbolic constant instead of hardcoding 999 | des | 2000-07-17 | 1 | -10/+11 |
* | Don't forget to declare fetchRestartCalls. | des | 2000-07-17 | 1 | -0/+1 |
* | Introduce the (undocumented) variable fetchRestartCalls, which controls whether | des | 2000-07-17 | 2 | -2/+3 |
* | Remove fetchContentType(), which disappeared in the HTTP rewrite. | des | 2000-07-17 | 1 | -1/+0 |
* | #ifdef DEBUG -> #ifndef NDEBUG | des | 2000-07-16 | 1 | -2/+2 |
* | Reinsert the MIT copyright, which applies to the base64 code and was | des | 2000-07-16 | 1 | -0/+32 |
* | Fix a bug (misplaced continue) that caused redirects to fail. Lots of code | des | 2000-07-13 | 1 | -16/+29 |
* | Fully document the HTTP authorization feature. | des | 2000-07-12 | 1 | -12/+18 |
* | Extensive rewrite of the HTTP code. The new code is significantly cleaner and | des | 2000-07-12 | 1 | -446/+685 |
* | Use fetch_putln() | des | 2000-07-11 | 1 | -11/+5 |
* | Add _fetch_putln() | des | 2000-07-11 | 2 | -6/+30 |
* | Document that basic authorization now kinda works. | des | 2000-07-11 | 1 | -16/+20 |
* | Rework the authorization code. | des | 2000-07-11 | 1 | -78/+83 |
* | Clean up the debugging output | des | 2000-07-11 | 2 | -12/+3 |
* | Free chunks obtained by getaddrinfo(3). | ume | 2000-07-10 | 1 | -0/+1 |
* | Make EPSV work again. Separate parsing code of 229 replies from | ume | 2000-07-10 | 1 | -7/+14 |
* | Don't assume the remote address in a 227 reply is enclosed in parentheses. | des | 2000-07-08 | 1 | -2/+1 |
* | Fix basic authentication, and add proxy authentication. | des | 2000-07-08 | 1 | -19/+45 |
* | Make restart work in active mode, too. | des | 2000-06-29 | 1 | -0/+5 |
* | Handle multiline replies properly, instead of kinda-right. | des | 2000-06-28 | 1 | -7/+16 |
* | Don't incorrectly report a protocol error when we get a 302 and redirects | des | 2000-06-21 | 1 | -2/+5 |
* | Back out wes' commit with extreme prejudice. | des | 2000-06-20 | 1 | -143/+5 |
* | Add implementation of fetchListFTP. | wes | 2000-06-20 | 1 | -5/+143 |
* | Hackish support for 302 redirect. | des | 2000-05-26 | 1 | -24/+59 |
* | Honor FTP_PASSIVE_MODE so caller doesn't need to. | des | 2000-05-26 | 1 | -0/+4 |
* | Output newline after debugging message | des | 2000-05-25 | 1 | -0/+1 |
* | Add (and document) fetchMakeURL() | des | 2000-05-25 | 3 | -3/+51 |
* | Dump com_err, it's a stinking crock of shit. | des | 2000-05-25 | 7 | -127/+49 |
* | Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is not | ume | 2000-05-22 | 1 | -1/+11 |
* | IPv6 support. | ume | 2000-05-20 | 7 | -68/+278 |
* | Better handling of some boundary conditions. | des | 2000-05-19 | 2 | -4/+9 |
* | Make HTTP_PROXY work for FTP. | ume | 2000-05-15 | 2 | -13/+45 |
* | Document struct url. | des | 2000-05-15 | 1 | -0/+32 |
* | Initialize the struct url_stat at the beginning of _fetch_stat_file(). | des | 2000-05-15 | 1 | -0/+2 |