comparison ChangeLog @ 40:66c064fd05bc

2002-10-17 Brian Masney <masneyb@gftp.org> * lib/protocols.c - add gftp_abort_transfer function. Also, in gftp_transfer_file, when we do a gftp_put_file, if that fails, try to abort the transfer. * lib/rfc959.c - add rfc959_abort_transfer function * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to rfc2068_end_transfer and local_end_transfer respectively * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function * src/gtk/transfer.c - when we stop a transfer, try to abort it first. If that fails, disconnect from the site completely
author masneyb
date Fri, 18 Oct 2002 02:53:52 +0000
parents 474d562c7268
children 4bcfaf6307b5
comparison
equal deleted inserted replaced
39:474d562c7268 40:66c064fd05bc
1 2002-10-17 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c - add gftp_abort_transfer function. Also, in
3 gftp_transfer_file, when we do a gftp_put_file, if that fails,
4 try to abort the transfer.
5
6 * lib/rfc959.c - add rfc959_abort_transfer function
7
8 * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to
9 rfc2068_end_transfer and local_end_transfer respectively
10
11 * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function
12
13 * src/gtk/transfer.c - when we stop a transfer, try to abort it
14 first. If that fails, disconnect from the site completely
15
1 2002-10-15 Brian Masney <masneyb@gftp.org> 16 2002-10-15 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c - enable combo in GTK port for Proxy server type 17 * lib/config_file.c - enable combo in GTK port for Proxy server type
3 18
4 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first 19 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first
5 entry is NULL 20 entry is NULL
62 77
63 * configure.in - link in gthread 78 * configure.in - link in gthread
64 79
65 * cvsclean - added this script 80 * cvsclean - added this script
66 81
67 * *.[ch] - added $Id: ChangeLog,v 1.18 2002/10/16 02:11:06 masneyb Exp $ tags 82 * *.[ch] - added $Id: ChangeLog,v 1.19 2002/10/18 02:53:50 masneyb Exp $ tags
68 83
69 * debian/* - updated files from Debian maintainer 84 * debian/* - updated files from Debian maintainer
70 85
71 2002-10-03 Brian Masney <masneyb@gftp.org> 86 2002-10-03 Brian Masney <masneyb@gftp.org>
72 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 87 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)