Mercurial > gftp.yaz
diff ChangeLog @ 818:42a92d671a0d
2006-9-26 Brian Masney <masneyb@gftp.org>
* lib/rfc959.c (rfc959_end_transfer) - close the data connection before
the control connection is closed. (rfc959_put_next_file_chunk) - make
sure the entire block is properly written to the server. This is due to
the ASCII conversion (if necessary) is performed in this function.
Removed rfc959_set_file_time().
author | masneyb |
---|---|
date | Tue, 26 Sep 2006 11:48:55 +0000 |
parents | cfa4ec2fb98f |
children | d6fdfcbdb056 |
line wrap: on
line diff
--- a/ChangeLog Tue Sep 26 11:26:31 2006 +0000 +++ b/ChangeLog Tue Sep 26 11:48:55 2006 +0000 @@ -1,4 +1,10 @@ 2006-9-26 Brian Masney <masneyb@gftp.org> + * lib/rfc959.c (rfc959_end_transfer) - close the data connection before + the control connection is closed. (rfc959_put_next_file_chunk) - make + sure the entire block is properly written to the server. This is due to + the ASCII conversion (if necessary) is performed in this function. + Removed rfc959_set_file_time(). + * lib/protocols.c (gftp_fd_read, gftp_fd_write) - make sure the return value properly matches what was actually read or written to the socket @@ -3587,7 +3593,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.475 2006/09/26 11:26:31 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.476 2006/09/26 11:48:54 masneyb Exp $ tags * debian/* - updated files from Debian maintainer