comparison ChangeLog @ 305:6d180e6a8ba5

2003-11-3 Brian Masney <masneyb@gftp.org> * lib/gftp.h src/gtk/transfer.c src/gtk/delete_dialog.c - removed transfer_direction variable from gftp_transfer structure. Cleaned up the code that did checks based on the value of this variable. * lib/rfc959.c (rfc959_syst) - added a check for Novell FTP servers * src/gtk/transfer.c (add_file_transfer) - check the value of the option one_transfer and if that is disabled, do not append the file transfers. (transfer_done) - refresh the destination window correctly after a transfer is completed.
author masneyb
date Tue, 04 Nov 2003 02:53:17 +0000
parents 95bcb77d62c1
children 8978792d0855
comparison
equal deleted inserted replaced
304:95bcb77d62c1 305:6d180e6a8ba5
1 2003-11-3 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h src/gtk/transfer.c src/gtk/delete_dialog.c - removed
3 transfer_direction variable from gftp_transfer structure. Cleaned
4 up the code that did checks based on the value of this variable.
5
6 * lib/rfc959.c (rfc959_syst) - added a check for Novell FTP servers
7
8 * src/gtk/transfer.c (add_file_transfer) - check the value of the option
9 one_transfer and if that is disabled, do not append the file transfers.
10 (transfer_done) - refresh the destination window correctly after a
11 transfer is completed.
12
1 2003-11-2 Brian Masney <masneyb@gftp.org> 13 2003-11-2 Brian Masney <masneyb@gftp.org>
2 * lib/rfc2068.c (rfc2068_get_file) - if there is any data in the current 14 * lib/rfc2068.c (rfc2068_get_file) - if there is any data in the current
3 read buffer, grab that data first. Otherwise, read from the socket. 15 read buffer, grab that data first. Otherwise, read from the socket.
4 16
5 * lib/rfc2068.c (rfc2068_chunked_read) - more improvements to this 17 * lib/rfc2068.c (rfc2068_chunked_read) - more improvements to this
1673 1685
1674 * configure.in - link in gthread 1686 * configure.in - link in gthread
1675 1687
1676 * cvsclean - added this script 1688 * cvsclean - added this script
1677 1689
1678 * *.[ch] - added $Id: ChangeLog,v 1.165 2003/11/03 02:35:18 masneyb Exp $ tags 1690 * *.[ch] - added $Id: ChangeLog,v 1.166 2003/11/04 02:53:16 masneyb Exp $ tags
1679 1691
1680 * debian/* - updated files from Debian maintainer 1692 * debian/* - updated files from Debian maintainer
1681 1693
1682 2002-10-03 Brian Masney <masneyb@gftp.org> 1694 2002-10-03 Brian Masney <masneyb@gftp.org>
1683 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1695 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)