| Commit message (Expand) | Author | Age | Files | Lines |
* | latin1 -> utf8 | des | 2011-10-19 | 1 | -2/+2 |
* | Update copyright dates and strip my middle name. | des | 2011-09-27 | 1 | -1/+1 |
* | Think first, commit second. | des | 2011-09-27 | 1 | -4/+3 |
* | Long overdue: make passive mode the default for ftp. | des | 2011-09-27 | 1 | -2/+2 |
* | Increase WARNS to 4. | des | 2011-05-12 | 1 | -1/+1 |
* | Fix a bug related to connection caching which could cause a crash after | des | 2011-01-17 | 1 | -0/+1 |
* | Fix a socket leak in ftp_request() after that a connection is established. | attilio | 2009-11-25 | 1 | -3/+9 |
* | Use memcpy(3) instead of the BSD-specific bcopy(3). | des | 2008-02-08 | 1 | -4/+4 |
* | Fix a regression introduced in rev 1.99: replace fclose(f) with a comment | des | 2008-01-23 | 1 | -1/+5 |
* | As several people pointed out, I did all the ctype casts the wrong | des | 2007-12-19 | 1 | -11/+17 |
* | Add support for the NO_PROXY / no_proxy environment variable as used by | des | 2007-12-18 | 1 | -5/+7 |
* | Old patch I had lying around: correctly cast the argument to is*(). | des | 2007-12-18 | 1 | -10/+10 |
* | Clean up namespace violations. | des | 2007-12-14 | 1 | -116/+116 |
* | Add back the original behavior of changing the entire directory path at | njl | 2007-04-22 | 1 | -1/+23 |
* | Respect FETCH_BIND_ADDRESS when opening the data connection. | des | 2006-06-13 | 1 | -0/+5 |
* | Fix a bug introduced in rev 1.92, where, when changing from one directory | des | 2006-06-13 | 1 | -0/+2 |
* | In order to maintain interoperability with certain broken FTP servers, | des | 2006-01-19 | 1 | -2/+18 |
* | Change directory one level at a time, and use CDUP to back out. This is a | des | 2005-08-12 | 1 | -29/+152 |
* | 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 |