comparison ChangeLog @ 813:11159114bb97

2006-9-15 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_fd_write, gftp_fd_read, gftp_fd_set_sockblocking) - added checks to make sure the file descriptor is not set to -1 (gftp_abort_transfer) - added FIXME comment
author masneyb
date Fri, 15 Sep 2006 11:26:05 +0000
parents 789ff8cb3170
children 214d7e6ea78b
comparison
equal deleted inserted replaced
812:3f1d3d35620b 813:11159114bb97
1 2006-9-15 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (gftp_fd_write, gftp_fd_read,
3 gftp_fd_set_sockblocking) - added checks to make sure the file
4 descriptor is not set to -1 (gftp_abort_transfer) - added FIXME
5 comment
6
1 2006-9-14 Brian Masney <masneyb@gftp.org> 7 2006-9-14 Brian Masney <masneyb@gftp.org>
2 * src/uicommon/gftpui.c - added _do_transfer_file(). This will take 8 * src/uicommon/gftpui.c - added _do_transfer_file(). This will take
3 care of the actual file transfer. It will also make sure that the 9 care of the actual file transfer. It will also make sure that the
4 entire buffer has been transmitted properly. 10 entire buffer has been transmitted properly.
5 11
3573 3579
3574 * configure.in - link in gthread 3580 * configure.in - link in gthread
3575 3581
3576 * cvsclean - added this script 3582 * cvsclean - added this script
3577 3583
3578 * *.[ch] - added $Id: ChangeLog,v 1.472 2006/09/14 09:07:24 masneyb Exp $ tags 3584 * *.[ch] - added $Id: ChangeLog,v 1.473 2006/09/15 11:26:01 masneyb Exp $ tags
3579 3585
3580 * debian/* - updated files from Debian maintainer 3586 * debian/* - updated files from Debian maintainer
3581 3587
3582 2002-10-03 Brian Masney <masneyb@gftp.org> 3588 2002-10-03 Brian Masney <masneyb@gftp.org>
3583 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3589 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)