comparison ChangeLog @ 862:885038cb945b

2006-11-30 Brian Masney <masneyb@gftp.org> * lib/gftp.h src/uicommon/gftpui.c - when a file transfer is restarted, get the file size of the destination file. This is so that the file is restarted at the proper position (closes #160239). (_gftpui_common_do_transfer_file) - split this function into a smaller function: _do_transfer_block(). * src/gtk/transfer.c - removed debugging statement
author masneyb
date Sat, 23 Dec 2006 16:12:21 +0000
parents 10e2ce91e26c
children 9f10d3c835cb
comparison
equal deleted inserted replaced
861:5aae5b877544 862:885038cb945b
1 2006-11-30 Brian Masney <masneyb@gftp.org> 1 2006-11-30 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h src/uicommon/gftpui.c - when a file transfer is restarted,
3 get the file size of the destination file. This is so that the file is
4 restarted at the proper position (closes #160239).
5 (_gftpui_common_do_transfer_file) - split this function into a smaller
6 function: _do_transfer_block().
7
8 * src/gtk/transfer.c - removed debugging statement
9
2 * lib/rfc959.c lib/sshv2.c src/uicommon/gftpui.c - don't abort the 10 * lib/rfc959.c lib/sshv2.c src/uicommon/gftpui.c - don't abort the
3 entire file transfer if there is a permission denied at some point 11 entire file transfer if there is a permission denied at some point
4 during the file transfer. Give the user an error at the very end if 12 during the file transfer. Give the user an error at the very end if
5 there were any errors. (closes #328550) 13 there were any errors. (closes #328550)
6 14
3743 3751
3744 * configure.in - link in gthread 3752 * configure.in - link in gthread
3745 3753
3746 * cvsclean - added this script 3754 * cvsclean - added this script
3747 3755
3748 * *.[ch] - added $Id: ChangeLog,v 1.505 2006/12/01 00:57:49 masneyb Exp $ tags 3756 * *.[ch] - added $Id: ChangeLog,v 1.506 2006/12/23 16:12:17 masneyb Exp $ tags
3749 3757
3750 * debian/* - updated files from Debian maintainer 3758 * debian/* - updated files from Debian maintainer
3751 3759
3752 2002-10-03 Brian Masney <masneyb@gftp.org> 3760 2002-10-03 Brian Masney <masneyb@gftp.org>
3753 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3761 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)