comparison 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
comparison
equal deleted inserted replaced
810:6cdba64ec675 811:789ff8cb3170
1 2006-9-14 Brian Masney <masneyb@gftp.org>
2 * src/uicommon/gftpui.c - added _do_transfer_file(). This will take
3 care of the actual file transfer. It will also make sure that the
4 entire buffer has been transmitted properly.
5
6 * lib/protocols.c lib/rfc959.c (*_put_next_file_chunk) - removed
7 unneeded code that checks for a block size of 0
8
9 * lib/rfc959.c (rfc959_syst) - disable show_hidden_files and
10 resolve_remote_symlinks if the remote system type is OS/400.
11
1 2006-8-10 Brian Masney <masneyb@gftp.org> 12 2006-8-10 Brian Masney <masneyb@gftp.org>
2 * lib/options.h src/gtk/gftp-gtk.c (_gftp_exit) - added new option: 13 * lib/options.h src/gtk/gftp-gtk.c (_gftp_exit) - added new option:
3 remember_last_directory. This will control whether or not the last 14 remember_last_directory. This will control whether or not the last
4 directory is remembered when the application is closed. I had a lot 15 directory is remembered when the application is closed. I had a lot
5 of people ask for this option. I personally find it annoying, which 16 of people ask for this option. I personally find it annoying, which
3562 3573
3563 * configure.in - link in gthread 3574 * configure.in - link in gthread
3564 3575
3565 * cvsclean - added this script 3576 * cvsclean - added this script
3566 3577
3567 * *.[ch] - added $Id: ChangeLog,v 1.471 2006/09/10 16:18:15 masneyb Exp $ tags 3578 * *.[ch] - added $Id: ChangeLog,v 1.472 2006/09/14 09:07:24 masneyb Exp $ tags
3568 3579
3569 * debian/* - updated files from Debian maintainer 3580 * debian/* - updated files from Debian maintainer
3570 3581
3571 2002-10-03 Brian Masney <masneyb@gftp.org> 3582 2002-10-03 Brian Masney <masneyb@gftp.org>
3572 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3583 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)