comparison ChangeLog @ 924:f37091406523

2007-5-18 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_request_destroy) - initialize the request->server_type if the request structure isn't destroyed. * src/gtk/gftp-gtk.c (gftp_gtk_init_request) - don't create a new request structure. * src/gtk/gtkui.c (gftpui_disconnect) - don't free the request structure.
author masneyb
date Sat, 19 May 2007 01:37:07 +0000
parents 70b7e6663a05
children 7b5aa0420fe2
comparison
equal deleted inserted replaced
923:70b7e6663a05 924:f37091406523
1 2007-5-18 Brian Masney <masneyb@gftp.org> 1 2007-5-18 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (gftp_request_destroy) - initialize the
3 request->server_type if the request structure isn't destroyed.
4
5 * src/gtk/gftp-gtk.c (gftp_gtk_init_request) - don't create a new
6 request structure.
7
8 * src/gtk/gtkui.c (gftpui_disconnect) - don't free the request
9 structure.
10
2 * lib/protocols.c (gftp_fd_read, gftp_fd_write) - moved FD_ZERO calls 11 * lib/protocols.c (gftp_fd_read, gftp_fd_write) - moved FD_ZERO calls
3 outside of the while loop. 12 outside of the while loop.
4 13
5 2007-5-4 Brian Masney <masneyb@gftp.org> 14 2007-5-4 Brian Masney <masneyb@gftp.org>
6 * lib/protocols.c (_gftp_get_next_charset) - fixed problem when multiple 15 * lib/protocols.c (_gftp_get_next_charset) - fixed problem when multiple