| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ignore environment variables that are set but empty. | Dag-Erling Smørgrav | 2000-07-21 | 1 | -40/+81 |
| * | Document the proxy support better. | Dag-Erling Smørgrav | 2000-07-21 | 1 | -2/+15 |
| * | The decision to use an HTTP proxy for FTP documents belongs in the FTP code | Dag-Erling Smørgrav | 2000-07-21 | 2 | -13/+24 |
| * | Don't send port number to proxy unless it's not the standard FTP port | Dag-Erling Smørgrav | 2000-07-21 | 1 | -2/+6 |
| * | Fix the case where the file name is preceded by a lone slash. | Dag-Erling Smørgrav | 2000-07-20 | 1 | -1/+1 |
| * | Don't try to skip to the requested offset if the server returns more data | Dag-Erling Smørgrav | 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 | Dag-Erling Smørgrav | 2000-07-18 | 1 | -1/+5 |
| * | Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and | Dag-Erling Smørgrav | 2000-07-17 | 6 | -113/+236 |
| * | Don't forget to set file descriptor to -1 after closing it, since the code | Dag-Erling Smørgrav | 2000-07-17 | 1 | -1/+1 |
| * | Use a symbolic constant instead of hardcoding 999 | Dag-Erling Smørgrav | 2000-07-17 | 1 | -10/+11 |
| * | Don't forget to declare fetchRestartCalls. | Dag-Erling Smørgrav | 2000-07-17 | 1 | -0/+1 |
| * | Introduce the (undocumented) variable fetchRestartCalls, which controls whether | Dag-Erling Smørgrav | 2000-07-17 | 2 | -2/+3 |
| * | Remove fetchContentType(), which disappeared in the HTTP rewrite. | Dag-Erling Smørgrav | 2000-07-17 | 1 | -1/+0 |
| * | #ifdef DEBUG -> #ifndef NDEBUG | Dag-Erling Smørgrav | 2000-07-16 | 1 | -2/+2 |
| * | Reinsert the MIT copyright, which applies to the base64 code and was | Dag-Erling Smørgrav | 2000-07-16 | 1 | -0/+32 |
| * | Fix a bug (misplaced continue) that caused redirects to fail. Lots of code | Dag-Erling Smørgrav | 2000-07-13 | 1 | -16/+29 |
| * | Fully document the HTTP authorization feature. | Dag-Erling Smørgrav | 2000-07-12 | 1 | -12/+18 |
| * | Extensive rewrite of the HTTP code. The new code is significantly cleaner and | Dag-Erling Smørgrav | 2000-07-12 | 1 | -445/+684 |
| * | Use fetch_putln() | Dag-Erling Smørgrav | 2000-07-11 | 1 | -11/+5 |
| * | Add _fetch_putln() | Dag-Erling Smørgrav | 2000-07-11 | 2 | -6/+30 |
| * | Document that basic authorization now kinda works. | Dag-Erling Smørgrav | 2000-07-11 | 1 | -16/+20 |
| * | Rework the authorization code. | Dag-Erling Smørgrav | 2000-07-11 | 1 | -77/+82 |
| * | Clean up the debugging output | Dag-Erling Smørgrav | 2000-07-11 | 2 | -12/+3 |
| * | Free chunks obtained by getaddrinfo(3). | Hajimu UMEMOTO | 2000-07-10 | 1 | -0/+1 |
| * | Make EPSV work again. Separate parsing code of 229 replies from | Hajimu UMEMOTO | 2000-07-10 | 1 | -7/+14 |
| * | Don't assume the remote address in a 227 reply is enclosed in parentheses. | Dag-Erling Smørgrav | 2000-07-08 | 1 | -2/+1 |
| * | Fix basic authentication, and add proxy authentication. | Dag-Erling Smørgrav | 2000-07-08 | 1 | -18/+44 |
| * | Make restart work in active mode, too. | Dag-Erling Smørgrav | 2000-06-29 | 1 | -0/+5 |
| * | Handle multiline replies properly, instead of kinda-right. | Dag-Erling Smørgrav | 2000-06-28 | 1 | -7/+16 |
| * | Don't incorrectly report a protocol error when we get a 302 and redirects | Dag-Erling Smørgrav | 2000-06-21 | 1 | -2/+5 |
| * | Back out wes' commit with extreme prejudice. | Dag-Erling Smørgrav | 2000-06-20 | 1 | -143/+5 |
| * | Add implementation of fetchListFTP. | Wes Peters | 2000-06-20 | 1 | -5/+143 |
| * | Hackish support for 302 redirect. | Dag-Erling Smørgrav | 2000-05-26 | 1 | -24/+59 |
| * | Honor FTP_PASSIVE_MODE so caller doesn't need to. | Dag-Erling Smørgrav | 2000-05-26 | 1 | -0/+4 |
| * | Output newline after debugging message | Dag-Erling Smørgrav | 2000-05-25 | 1 | -0/+1 |
| * | Add (and document) fetchMakeURL() | Dag-Erling Smørgrav | 2000-05-25 | 3 | -3/+51 |
| * | Dump com_err, it's a stinking crock of shit. | Dag-Erling Smørgrav | 2000-05-25 | 7 | -127/+49 |
| * | Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is not | Hajimu UMEMOTO | 2000-05-22 | 1 | -1/+11 |
| * | IPv6 support. | Hajimu UMEMOTO | 2000-05-20 | 7 | -68/+278 |
| * | Better handling of some boundary conditions. | Dag-Erling Smørgrav | 2000-05-19 | 2 | -4/+9 |
| * | Make HTTP_PROXY work for FTP. | Hajimu UMEMOTO | 2000-05-15 | 2 | -13/+45 |
| * | Document struct url. | Dag-Erling Smørgrav | 2000-05-15 | 1 | -0/+32 |
| * | Initialize the struct url_stat at the beginning of _fetch_stat_file(). | Dag-Erling Smørgrav | 2000-05-15 | 1 | -0/+2 |
| * | Initialize the struct url_stat at the beginning of fetchStatFTP(). | Dag-Erling Smørgrav | 2000-05-15 | 1 | -0/+3 |
| * | Remove unused 'verbose'. | Dag-Erling Smørgrav | 2000-05-15 | 1 | -6/+6 |
| * | Add workaround for ftpds with the Y2K MDTM bug | Dag-Erling Smørgrav | 2000-05-11 | 1 | -7/+22 |
| * | Bump major number, since struct url has changed. | Dag-Erling Smørgrav | 2000-05-11 | 1 | -1/+1 |
| * | Fix hard sentence break. | Dag-Erling Smørgrav | 2000-05-11 | 1 | -2/+2 |
| * | Reorganize some of the http code and split it into more functions. | Dag-Erling Smørgrav | 2000-05-11 | 4 | -103/+203 |
| * | Supply only one author name per instance of %A, as per mdoc.samples(7). | Sheldon Hearn | 2000-05-10 | 1 | -3/+10 |