Mercurial > gftp.yaz
comparison ChangeLog @ 819:d6fdfcbdb056
2006-10-1 Brian Masney <masneyb@gftp.org>
* src/gtk/transfer.c src/uicommon/gftpui.c src/uicommon/gftpui.h - added
new functions for canceling and skipping file transfers
author | masneyb |
---|---|
date | Sun, 01 Oct 2006 17:57:46 +0000 |
parents | 42a92d671a0d |
children | 435b11d2d628 |
comparison
equal
deleted
inserted
replaced
818:42a92d671a0d | 819:d6fdfcbdb056 |
---|---|
1 2006-10-1 Brian Masney <masneyb@gftp.org> | |
2 * src/gtk/transfer.c src/uicommon/gftpui.c src/uicommon/gftpui.h - added | |
3 new functions for canceling and skipping file transfers | |
4 | |
1 2006-9-26 Brian Masney <masneyb@gftp.org> | 5 2006-9-26 Brian Masney <masneyb@gftp.org> |
2 * lib/rfc959.c (rfc959_end_transfer) - close the data connection before | 6 * lib/rfc959.c (rfc959_end_transfer) - close the data connection before |
3 the control connection is closed. (rfc959_put_next_file_chunk) - make | 7 the control connection is closed. (rfc959_put_next_file_chunk) - make |
4 sure the entire block is properly written to the server. This is due to | 8 sure the entire block is properly written to the server. This is due to |
5 the ASCII conversion (if necessary) is performed in this function. | 9 the ASCII conversion (if necessary) is performed in this function. |
3591 | 3595 |
3592 * configure.in - link in gthread | 3596 * configure.in - link in gthread |
3593 | 3597 |
3594 * cvsclean - added this script | 3598 * cvsclean - added this script |
3595 | 3599 |
3596 * *.[ch] - added $Id: ChangeLog,v 1.476 2006/09/26 11:48:54 masneyb Exp $ tags | 3600 * *.[ch] - added $Id: ChangeLog,v 1.477 2006/10/01 17:57:45 masneyb Exp $ tags |
3597 | 3601 |
3598 * debian/* - updated files from Debian maintainer | 3602 * debian/* - updated files from Debian maintainer |
3599 | 3603 |
3600 2002-10-03 Brian Masney <masneyb@gftp.org> | 3604 2002-10-03 Brian Masney <masneyb@gftp.org> |
3601 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 3605 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |