| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correctly figure out that the remove cannot do passive mode. | Poul-Henning Kamp | 1998-04-11 | 1 | -1/+3 |
| * | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | Philippe Charnier | 1998-03-19 | 1 | -2/+5 |
| * | environment variables missing from ftpio(3) man page | Jordan K. Hubbard | 1998-02-10 | 1 | -1/+12 |
| * | Change errno usage as a field in a structure and as an argument to a | John Birrell | 1997-12-20 | 2 | -28/+28 |
| * | Teach ftpErrString to format UNIX errnos, since at least ftpLogin() | Bill Fenner | 1997-10-02 | 1 | -1/+4 |
| * | Correct an ancient bogon which involved trying to read() from a | Jordan K. Hubbard | 1997-10-01 | 1 | -10/+8 |
| * | Many places in the code NULL is used in integer context, where | Poul-Henning Kamp | 1997-09-18 | 1 | -2/+2 |
| * | Make this C++ safe. | Jordan K. Hubbard | 1997-05-05 | 1 | -1/+5 |
| * | Fixed #include and/or prototype bugs in synopsis. | Bruce Evans | 1997-04-19 | 1 | -3/+3 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 4 | -4/+4 |
| * | Only send QUIT if the last operation didn't time out (otherwise you're | Jordan K. Hubbard | 1997-01-21 | 1 | -2/+5 |
| * | Yow! Is my face red... I just noticed (duh) that signal() always installs | Jordan K. Hubbard | 1997-01-17 | 1 | -9/+41 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 4 | -4/+4 |
| * | Sanitize and extend SIGALRM timeout handling. | Jordan K. Hubbard | 1996-12-17 | 1 | -34/+59 |
| * | Oops, back out previous optimization, don't work as I expect | Andrey A. Chernov | 1996-11-14 | 1 | -4/+12 |
| * | Since ftpPutURL not use hostname cache, optimize it by always closing | Andrey A. Chernov | 1996-11-14 | 1 | -13/+5 |
| * | For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to know | Andrey A. Chernov | 1996-11-14 | 4 | -20/+44 |
| * | Oops, forget the fact that several ftp connections can be active | Andrey A. Chernov | 1996-11-14 | 2 | -10/+6 |
| * | 1) Don't allow endless recursion in ftp_close when it attempts to | Andrey A. Chernov | 1996-11-14 | 1 | -2/+8 |
| * | Send PASV instead of PASSIVE. | Jordan K. Hubbard | 1996-10-10 | 1 | -2/+2 |
| * | delete doubled words, e.g.: "the the" -> "the" | Wolfram Schneider | 1996-10-05 | 1 | -1/+2 |
| * | Make libftpio 64-bit clean. | Peter Wemm | 1996-09-19 | 3 | -25/+36 |
| * | Intelligently cache previous connection to host if we can still | Jordan K. Hubbard | 1996-08-31 | 1 | -10/+32 |
| * | cmp -s || install -c ==> install -C | Peter Wemm | 1996-08-30 | 1 | -2/+2 |
| * | D'oh! verbose output should go to stderr. | Jordan K. Hubbard | 1996-08-24 | 1 | -2/+2 |
| * | Implement a change suggested by Archie Cobbs - the seekto argument should | Jordan K. Hubbard | 1996-08-21 | 2 | -3/+4 |
| * | Add an ftpErrString() function for returning human readable failure | Jordan K. Hubbard | 1996-08-21 | 5 | -6/+88 |
| * | 1. Add verbose flag to ftp_login() | Jordan K. Hubbard | 1996-08-03 | 5 | -306/+16 |
| * | Implement an ftpVerbose() hook. | Jordan K. Hubbard | 1996-07-04 | 3 | -2/+22 |
| * | Makefile: | Gary Palmer | 1996-06-26 | 2 | -3/+3 |
| * | Adjust docs to match reality. | Jordan K. Hubbard | 1996-06-24 | 1 | -4/+8 |
| * | Adjust the reference to ftpBinary() in the (unused) TCL wrappers. | Jordan K. Hubbard | 1996-06-24 | 1 | -4/+4 |
| * | Fix a bug in the way binary/ascii settings were being done. New | Jordan K. Hubbard | 1996-06-22 | 2 | -42/+78 |
| * | Make certain small things more consistent with the other stdio man pages. | Jordan K. Hubbard | 1996-06-20 | 1 | -10/+10 |
| * | Manage control connections a little better for the URL routines. | Jordan K. Hubbard | 1996-06-17 | 1 | -5/+13 |
| * | Make binary mode the default. | Jordan K. Hubbard | 1996-06-17 | 1 | -1/+2 |
| * | Stamp out a potential memory leak. | Jordan K. Hubbard | 1996-06-17 | 2 | -10/+17 |
| * | Rethink and reimpliment the way RESTARTS are handled. The method I inheirited | Jordan K. Hubbard | 1996-06-17 | 3 | -53/+33 |
| * | Add a feature: If the environment variable FTP_PASSIVE_MODE is defined | Jordan K. Hubbard | 1996-06-17 | 1 | -1/+3 |
| * | Whoops, give the authors all proper credit. | Jordan K. Hubbard | 1996-06-17 | 1 | -0/+2 |
| * | Bring in a new library `libftpio', so named to avoid clashes with older | Jordan K. Hubbard | 1996-06-17 | 6 | -0/+1226 |