| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r199801: | Attilio Rao | 2009-12-19 | 1 | -3/+9 |
| * | Use memcpy(3) instead of the BSD-specific bcopy(3). | Dag-Erling Smørgrav | 2008-02-08 | 1 | -4/+4 |
| * | Fix a regression introduced in rev 1.99: replace fclose(f) with a comment | Dag-Erling Smørgrav | 2008-01-23 | 1 | -1/+5 |
| * | As several people pointed out, I did all the ctype casts the wrong | Dag-Erling Smørgrav | 2007-12-19 | 1 | -11/+17 |
| * | Add support for the NO_PROXY / no_proxy environment variable as used by | Dag-Erling Smørgrav | 2007-12-18 | 1 | -5/+7 |
| * | Old patch I had lying around: correctly cast the argument to is*(). | Dag-Erling Smørgrav | 2007-12-18 | 1 | -10/+10 |
| * | Clean up namespace violations. | Dag-Erling Smørgrav | 2007-12-14 | 1 | -116/+116 |
| * | Add back the original behavior of changing the entire directory path at | Nate Lawson | 2007-04-22 | 1 | -1/+23 |
| * | Respect FETCH_BIND_ADDRESS when opening the data connection. | Dag-Erling Smørgrav | 2006-06-13 | 1 | -0/+5 |
| * | Fix a bug introduced in rev 1.92, where, when changing from one directory | Dag-Erling Smørgrav | 2006-06-13 | 1 | -0/+2 |
| * | In order to maintain interoperability with certain broken FTP servers, | Dag-Erling Smørgrav | 2006-01-19 | 1 | -2/+18 |
| * | Change directory one level at a time, and use CDUP to back out. This is a | Dag-Erling Smørgrav | 2005-08-12 | 1 | -29/+152 |
| * | Update copyright years. | Dag-Erling Smørgrav | 2004-09-21 | 1 | -1/+1 |
| * | Don't close a FILE * which we know is bogus. | Dag-Erling Smørgrav | 2003-08-29 | 1 | -1/+0 |
| * | Some servers respond to RETR in active mode with 125 (connection already | Dag-Erling Smørgrav | 2003-08-19 | 1 | -1/+1 |
| * | The flags passed in to _ftp_get_proxy may be null | Mike Makonnen | 2003-03-19 | 1 | -1/+1 |
| * | Don't parse the proxy URL unless we're actually going to use it. No real | Dag-Erling Smørgrav | 2003-03-11 | 1 | -5/+10 |
| * | style(9): add parentheses to sizeof even when not strictly required. | Dag-Erling Smørgrav | 2003-01-28 | 1 | -6/+6 |
| * | Hook in the .netrc code + don't use pointers as if they were booleans. | Dag-Erling Smørgrav | 2003-01-22 | 1 | -4/+6 |
| * | The FTP connection caching needs a better interface -- connections are | Nate Lawson | 2002-10-25 | 1 | -0/+4 |
| * | When recycling a cached connection, increment the reference count so that | Tim J. Robbins | 2002-10-20 | 1 | -1/+1 |
| * | Make _fetch_connect() always set the error code. | Bill Fenner | 2002-09-17 | 1 | -3/+2 |
| * | Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach | Hajimu UMEMOTO | 2002-07-02 | 1 | -0/+1 |
| * | Add a reference count to struct fetchconn so we don't prematurely close and | Dag-Erling Smørgrav | 2002-06-11 | 1 | -1/+1 |
| * | Wrap everything in struct connection, and enforce timeouts everywhere | Dag-Erling Smørgrav | 2002-06-05 | 1 | -15/+17 |
| * | First step towards SSL support: wrap connections in a 'struct connection' | Dag-Erling Smørgrav | 2002-06-05 | 1 | -92/+89 |
| * | Modernize my email address | Poul-Henning Kamp | 2002-03-25 | 1 | -1/+1 |
| * | Reindent, and add parentheses to return statements. Some functions in | Dag-Erling Smørgrav | 2002-02-05 | 1 | -689/+694 |
| * | Mark uploads as O_WRONLY, not O_RDONLY. | Dag-Erling Smørgrav | 2002-01-20 | 1 | -2/+6 |
| * | Remove VT100 escapes from debugging messages now that they're enabled by | Dag-Erling Smørgrav | 2002-01-01 | 1 | -3/+2 |
| * | Reorganize to reduce code duplication. | Dag-Erling Smørgrav | 2001-12-04 | 1 | -64/+32 |
| * | Tons of type, style and warning fixes that have been rotting in my tree for | Dag-Erling Smørgrav | 2001-10-18 | 1 | -29/+29 |
| * | Add __FBSDID()s to libfetch | Matthew Dillon | 2001-09-30 | 1 | -2/+3 |
| * | Handle snprintf() returning < 0 (not just -1) | Brian Somers | 2001-08-20 | 1 | -1/+1 |
| * | Handle snrintf overflows. | Brian Somers | 2001-08-20 | 1 | -0/+2 |
| * | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 1 | -1/+2 |
| * | Don't call _ftp_closefn() upon EOF in _ftp_readfn(); just return 0. This | Dag-Erling Smørgrav | 2001-06-11 | 1 | -1/+1 |
| * | Add rudimentary support for an authentication callback function. | Dag-Erling Smørgrav | 2001-05-26 | 1 | -41/+45 |
| * | Plug memory leak. | Dag-Erling Smørgrav | 2001-05-26 | 1 | -6/+3 |
| * | Apply 'const' liberally. | Archie Cobbs | 2001-04-24 | 1 | -17/+19 |
| * | If the server's reply to the SIZE command is unparseable, reset us->size | Dag-Erling Smørgrav | 2001-04-07 | 1 | -0/+1 |
| * | Use high port range by default, and replace the 'h' option with an 'l' option | Dag-Erling Smørgrav | 2001-03-24 | 1 | -4/+4 |
| * | Don't remember an EINTR, since the caller may want to restart the call. | Dag-Erling Smørgrav | 2001-03-07 | 1 | -2/+4 |
| * | Support lower-case versions of the proxy environment variables. | Dag-Erling Smørgrav | 2001-03-07 | 1 | -2/+3 |
| * | Use "anonymous" rather than "ftp" as login name for anonymous ftp. | Dag-Erling Smørgrav | 2001-01-08 | 1 | -3/+2 |
| * | Check the FTP_LOGIN environment variable before falling back on | Dag-Erling Smørgrav | 2000-12-22 | 1 | -0/+2 |
| * | Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate | Dag-Erling Smørgrav | 2000-12-06 | 1 | -1/+1 |
| * | Fix old-style proxy specs: default to FTP if FTP_PROXY was set; only default | Dag-Erling Smørgrav | 2000-11-27 | 1 | -2/+6 |
| * | Don't go haywire if the server closes the connection in the middle of a | Dag-Erling Smørgrav | 2000-11-22 | 1 | -1/+1 |
| * | Revert previous commit, it was somewhat hasty. | Dag-Erling Smørgrav | 2000-11-22 | 1 | -5/+1 |