Mercurial > gftp.yaz
diff ChangeLog @ 811:789ff8cb3170
2006-9-14 Brian Masney <masneyb@gftp.org>
* src/uicommon/gftpui.c - added _do_transfer_file(). This will take
care of the actual file transfer. It will also make sure that the
entire buffer has been transmitted properly.
* lib/protocols.c lib/rfc959.c (*_put_next_file_chunk) - removed
unneeded code that checks for a block size of 0
* lib/rfc959.c (rfc959_syst) - disable show_hidden_files and
resolve_remote_symlinks if the remote system type is OS/400.
author | masneyb |
---|---|
date | Thu, 14 Sep 2006 09:07:29 +0000 |
parents | 72400fdbd0ed |
children | 11159114bb97 |
line wrap: on
line diff
--- a/ChangeLog Wed Sep 13 20:50:45 2006 +0000 +++ b/ChangeLog Thu Sep 14 09:07:29 2006 +0000 @@ -1,3 +1,14 @@ +2006-9-14 Brian Masney <masneyb@gftp.org> + * src/uicommon/gftpui.c - added _do_transfer_file(). This will take + care of the actual file transfer. It will also make sure that the + entire buffer has been transmitted properly. + + * lib/protocols.c lib/rfc959.c (*_put_next_file_chunk) - removed + unneeded code that checks for a block size of 0 + + * lib/rfc959.c (rfc959_syst) - disable show_hidden_files and + resolve_remote_symlinks if the remote system type is OS/400. + 2006-8-10 Brian Masney <masneyb@gftp.org> * lib/options.h src/gtk/gftp-gtk.c (_gftp_exit) - added new option: remember_last_directory. This will control whether or not the last @@ -3564,7 +3575,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.471 2006/09/10 16:18:15 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.472 2006/09/14 09:07:24 masneyb Exp $ tags * debian/* - updated files from Debian maintainer