comparison ChangeLog @ 818:42a92d671a0d

2006-9-26 Brian Masney <masneyb@gftp.org> * lib/rfc959.c (rfc959_end_transfer) - close the data connection before the control connection is closed. (rfc959_put_next_file_chunk) - make sure the entire block is properly written to the server. This is due to the ASCII conversion (if necessary) is performed in this function. Removed rfc959_set_file_time().
author masneyb
date Tue, 26 Sep 2006 11:48:55 +0000
parents cfa4ec2fb98f
children d6fdfcbdb056
comparison
equal deleted inserted replaced
817:cfa4ec2fb98f 818:42a92d671a0d
1 2006-9-26 Brian Masney <masneyb@gftp.org> 1 2006-9-26 Brian Masney <masneyb@gftp.org>
2 * lib/rfc959.c (rfc959_end_transfer) - close the data connection before
3 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
5 the ASCII conversion (if necessary) is performed in this function.
6 Removed rfc959_set_file_time().
7
2 * lib/protocols.c (gftp_fd_read, gftp_fd_write) - make sure the return 8 * lib/protocols.c (gftp_fd_read, gftp_fd_write) - make sure the return
3 value properly matches what was actually read or written to the socket 9 value properly matches what was actually read or written to the socket
4 10
5 * lib/rfc959.c - added rfc959_close_data_connection() 11 * lib/rfc959.c - added rfc959_close_data_connection()
6 12
3585 3591
3586 * configure.in - link in gthread 3592 * configure.in - link in gthread
3587 3593
3588 * cvsclean - added this script 3594 * cvsclean - added this script
3589 3595
3590 * *.[ch] - added $Id: ChangeLog,v 1.475 2006/09/26 11:26:31 masneyb Exp $ tags 3596 * *.[ch] - added $Id: ChangeLog,v 1.476 2006/09/26 11:48:54 masneyb Exp $ tags
3591 3597
3592 * debian/* - updated files from Debian maintainer 3598 * debian/* - updated files from Debian maintainer
3593 3599
3594 2002-10-03 Brian Masney <masneyb@gftp.org> 3600 2002-10-03 Brian Masney <masneyb@gftp.org>
3595 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3601 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)