| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | des | 2004-09-21 | 1 | -1/+1 |
* | Don't close a FILE * which we know is bogus. | des | 2003-08-29 | 1 | -1/+0 |
* | Some servers respond to RETR in active mode with 125 (connection already | des | 2003-08-19 | 1 | -1/+1 |
* | The flags passed in to _ftp_get_proxy may be null | mtm | 2003-03-19 | 1 | -1/+1 |
* | Don't parse the proxy URL unless we're actually going to use it. No real | des | 2003-03-11 | 1 | -5/+10 |
* | style(9): add parentheses to sizeof even when not strictly required. | des | 2003-01-28 | 1 | -6/+6 |
* | Hook in the .netrc code + don't use pointers as if they were booleans. | des | 2003-01-22 | 1 | -4/+6 |
* | The FTP connection caching needs a better interface -- connections are | njl | 2002-10-25 | 1 | -0/+4 |
* | When recycling a cached connection, increment the reference count so that | tjr | 2002-10-20 | 1 | -1/+1 |
* | Make _fetch_connect() always set the error code. | fenner | 2002-09-17 | 1 | -3/+2 |
* | Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach | ume | 2002-07-02 | 1 | -0/+1 |
* | Add a reference count to struct fetchconn so we don't prematurely close and | des | 2002-06-11 | 1 | -1/+1 |
* | Wrap everything in struct connection, and enforce timeouts everywhere | des | 2002-06-05 | 1 | -15/+17 |
* | First step towards SSL support: wrap connections in a 'struct connection' | des | 2002-06-05 | 1 | -92/+89 |
* | Modernize my email address | phk | 2002-03-25 | 1 | -1/+1 |
* | Reindent, and add parentheses to return statements. Some functions in | des | 2002-02-05 | 1 | -689/+694 |
* | Mark uploads as O_WRONLY, not O_RDONLY. | des | 2002-01-20 | 1 | -2/+6 |
* | Remove VT100 escapes from debugging messages now that they're enabled by | des | 2002-01-01 | 1 | -3/+2 |
* | Reorganize to reduce code duplication. | des | 2001-12-04 | 1 | -64/+32 |
* | Tons of type, style and warning fixes that have been rotting in my tree for | des | 2001-10-18 | 1 | -29/+29 |
* | Add __FBSDID()s to libfetch | dillon | 2001-09-30 | 1 | -2/+3 |
* | Handle snprintf() returning < 0 (not just -1) | brian | 2001-08-20 | 1 | -1/+1 |
* | Handle snrintf overflows. | brian | 2001-08-20 | 1 | -0/+2 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 1 | -1/+2 |
* | Don't call _ftp_closefn() upon EOF in _ftp_readfn(); just return 0. This | des | 2001-06-11 | 1 | -1/+1 |
* | Add rudimentary support for an authentication callback function. | des | 2001-05-26 | 1 | -41/+45 |
* | Plug memory leak. | des | 2001-05-26 | 1 | -6/+3 |
* | Apply 'const' liberally. | archie | 2001-04-24 | 1 | -17/+19 |
* | If the server's reply to the SIZE command is unparseable, reset us->size | des | 2001-04-07 | 1 | -0/+1 |
* | Use high port range by default, and replace the 'h' option with an 'l' option | des | 2001-03-24 | 1 | -4/+4 |
* | Don't remember an EINTR, since the caller may want to restart the call. | des | 2001-03-07 | 1 | -2/+4 |
* | Support lower-case versions of the proxy environment variables. | des | 2001-03-07 | 1 | -2/+3 |
* | Use "anonymous" rather than "ftp" as login name for anonymous ftp. | des | 2001-01-08 | 1 | -3/+2 |
* | Check the FTP_LOGIN environment variable before falling back on | des | 2000-12-22 | 1 | -0/+2 |
* | Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate | des | 2000-12-06 | 1 | -1/+1 |
* | Fix old-style proxy specs: default to FTP if FTP_PROXY was set; only default | des | 2000-11-27 | 1 | -2/+6 |
* | Don't go haywire if the server closes the connection in the middle of a | des | 2000-11-22 | 1 | -1/+1 |
* | Revert previous commit, it was somewhat hasty. | des | 2000-11-22 | 1 | -5/+1 |
* | Don't go haywire if the server closes the connection during a multiline | des | 2000-11-22 | 1 | -1/+5 |
* | Use the documented (and historical) defaults. Centralize the decision logic | des | 2000-11-10 | 1 | -17/+4 |
* | Use CHECK_FLAG | des | 2000-10-29 | 1 | -11/+11 |
* | Stricter error checking in the I/O functions. | des | 2000-10-29 | 1 | -1/+25 |
* | Fix this my way. David had absolutely no call overriding MAINTAINER without | des | 2000-10-28 | 1 | -3/+3 |
* | Repeat after me, "check to see that a pointer isn't NULL before | obrien | 2000-10-28 | 1 | -3/+3 |
* | MFS: don't expect result code until you close the data connection | des | 2000-10-27 | 1 | -3/+3 |
* | Use funopen() instead of fdopen(). This fixes three problems: | des | 2000-10-22 | 1 | -4/+118 |
* | Argh! Fix passive mode selection (again) | des | 2000-10-17 | 1 | -2/+3 |
* | Use the right user name | des | 2000-10-13 | 1 | -3/+3 |
* | Rework proxy handling so that proxies can be specified as URLs. | des | 2000-10-12 | 1 | -74/+91 |
* | Grok 125 replies to passive RETR. This fixes an interoperability bug with | des | 2000-08-21 | 1 | -1/+2 |