Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | Approved by: des | |||||
* | Make EPSV work again. Separate parsing code of 229 replies from | ume | 2000-07-10 | 1 | -7/+14 | |
| | | | | | | the code for 227 and 228. Submitted by: des | |||||
* | 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 | |
| | | | | Submitted by: se | |||||
* | Make restart work in active mode, too. | des | 2000-06-29 | 1 | -0/+5 | |
| | | | | | PR: bin/18688 Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz> | |||||
* | 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 | |
| | | | | are disabled. | |||||
* | 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 | |
| | | | | Reviewed by: silence | |||||
* | 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 | |
| | | | | found, `yourname@yourhost' is used. | |||||
* | IPv6 support. | ume | 2000-05-20 | 7 | -68/+278 | |
| | ||||||
* | Better handling of some boundary conditions. | des | 2000-05-19 | 2 | -4/+9 | |
| | | | | Submitted by: ume | |||||
* | Make HTTP_PROXY work for FTP. | ume | 2000-05-15 | 2 | -13/+45 | |
| | | | | | Reported by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: des | |||||
* | Document struct url. | des | 2000-05-15 | 1 | -0/+32 | |
| | | | | Document the default values for fetchStat*(). | |||||
* | Initialize the struct url_stat at the beginning of _fetch_stat_file(). | des | 2000-05-15 | 1 | -0/+2 | |
| | ||||||
* | Initialize the struct url_stat at the beginning of fetchStatFTP(). | des | 2000-05-15 | 1 | -0/+3 | |
| | ||||||
* | Remove unused 'verbose'. | des | 2000-05-15 | 1 | -6/+6 | |
| | | | | Initialize the struct url_stat at the beginning of fetchStatHTTP(). | |||||
* | Add workaround for ftpds with the Y2K MDTM bug | des | 2000-05-11 | 1 | -7/+22 | |
| | ||||||
* | Bump major number, since struct url has changed. | des | 2000-05-11 | 1 | -1/+1 | |
| | | | | Discussed with: jdp | |||||
* | Fix hard sentence break. | des | 2000-05-11 | 1 | -2/+2 | |
| | | | | Submitted by: sheldonh | |||||
* | Reorganize some of the http code and split it into more functions. | des | 2000-05-11 | 4 | -103/+203 | |
| | | | | | | Implement fetchStatHTTP(). Unbungle struct url, and add fetchFreeURL(). Document it. | |||||
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -3/+10 | |
| | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | |||||
* | While we're at it, add a length field too in case we want to fully implement | des | 2000-05-07 | 1 | -0/+1 | |
| | | | | partial fetches later. | |||||
* | Implement restart | des | 2000-05-07 | 1 | -1/+32 | |
| | ||||||
* | Use sizeof more consistently. | des | 2000-05-07 | 2 | -3/+3 | |
| | ||||||
* | Use sizeof more consistently. | des | 2000-05-07 | 1 | -11/+41 | |
| | | | | Outline sanity checking of server port spec. | |||||
* | Implement restart. | des | 2000-05-07 | 1 | -14/+41 | |
| | | | | | Use sizeof more consistently. Outline sanity checking of server port spec. | |||||
* | Implement restart | des | 2000-05-07 | 1 | -1/+13 | |
| | ||||||
* | Add offset field to struct url | des | 2000-05-07 | 1 | -0/+1 | |
| | ||||||
* | Introduce .Lb macro to libfetch manpage | phantom | 2000-04-22 | 1 | -6/+8 | |
| | | | | | | Sort .Nm values Change first column width in errors list (table look much better now) Remove redundant comma | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -19/+38 | |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | |||||
* | Fix timestamp handling. | des | 2000-01-26 | 1 | -5/+7 | |
| | | | | Submitted by: bde | |||||
* | Replace beforeinstall target with new variables used by .mk system. | rgrimes | 2000-01-14 | 1 | -6/+1 | |
| | | | | Reviewed by: marcel, and make world | |||||
* | More old uncommitted patches: implement timeouts at the protocol level. | des | 2000-01-07 | 5 | -99/+206 | |
| | | | | Currently only supported for ftp connections. | |||||
* | Add error codes for protocol errors. | des | 2000-01-07 | 3 | -1/+3 | |
| | ||||||
* | Patches I've had lying around for several months: | des | 2000-01-07 | 4 | -20/+78 | |
| | | | | | | | * Add the 'h' ftp flag (allocate local port in high range) * Add the 'd' flag (use direct connection even if proxy is defined) * Make sure flags != NULL before calling strchr(). * Minor changes to some comments. | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 12 | -12/+12 | |
| | ||||||
* | Fixed prototype for fetchParseURL(). | bde | 1999-03-05 | 1 | -2/+2 | |
| | ||||||
* | Add MAINTAINER. | des | 1999-01-29 | 1 | -1/+2 | |
| | ||||||
* | Implement and document file list retrieval. | des | 1998-12-21 | 8 | -13/+207 | |
| | ||||||
* | Don't specify a language to compile_et. | des | 1998-12-18 | 5 | -12/+12 | |
| | | | | Rename fetchConnect to _fetch_connect since it's internal. | |||||
* | Implement and document fetchStatFTP. | des | 1998-12-16 | 2 | -49/+132 | |
| | | | | | Update description of struct url_stat in the man page. Clean up error handling in ftp.c. | |||||
* | Remove unused header files. Fix a few shadowing bugs. Improve error reporting. | des | 1998-12-16 | 2 | -57/+30 | |
| | ||||||
* | Add verbose flag, and support functions. | des | 1998-12-16 | 10 | -59/+109 | |
| | | | | | | | | | Brucify the Makefile. Differentiate atime and mtime in fetch*Stat(). Fix a few pointer bugs. Tweak some error messages. Don't #include sys/param.h and stdio.h in fetch.h. Document that sys/param.h and stdio.h must be #included before fetch.h. |