comparison ChangeLog @ 58:c01d91c10f6c

2002-11-20 Brian Masney <masneyb@gftp.org> * lib/protocols.c lib/gftp.h - added gftp_get_line(), gftp_read(), gftp_write(), gftp_writefmt(), and gftp_set_sockblocking() functions. Added struct_gftp_getline_buffer for gftp_get_line function() * lib/cache.c lib/gftp.h lib/local.c lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - *_get_file() returns off_t instead of long. *_{get,put}_next_file_chunk returns ssize_t instead of size_t. Added *_set_config_options function to gftp_request structure and protocol files. Use the new network functions documented above. Convert usage of ANSI C IO (FILE *) to standard BSD sockets so that I can use timeouts properly with select * lib/misc.c (ssh_start_login_sequence) - use gftp_set_sockblock(), gftp_read() and gftp_write() functions * lib/protocols.c - move some protocol specific code to the protocol specific files * lib/local.c - log succesful messages to gftp_logging_misc instead of gftp_logging_error * lib/cache.c - log some more error conditions to the user * lib/rfc959.c - added rfc959_getcwd(). In, rfc959_accept_active_connection(), set set socket to blocking mode before calling accept() * src/text/gftk-text.c - If we get no files in gftp_text_ls(), return instead of segfaulting * src/gtk/gftp-gtk.c - expand the port field in the toolbar to be 45 pixels wide * src/text/gftp-text.c src/gtk/misc-gtk.c src/gtk/transfer.c src/gtk/view_dialog.c - changes for conversion of request->{sock,data} from ANSI C IO (FILE *) to standard BSD sockets
author masneyb
date Thu, 21 Nov 2002 00:33:51 +0000
parents 72f6ca02c83a
children 618423504fe0
comparison
equal deleted inserted replaced
57:72f6ca02c83a 58:c01d91c10f6c
1 2002-11-20 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c lib/gftp.h - added gftp_get_line(), gftp_read(),
3 gftp_write(), gftp_writefmt(), and gftp_set_sockblocking() functions.
4 Added struct_gftp_getline_buffer for gftp_get_line function()
5
6 * lib/cache.c lib/gftp.h lib/local.c lib/misc.c lib/protocols.c
7 lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - *_get_file() returns
8 off_t instead of long. *_{get,put}_next_file_chunk returns ssize_t
9 instead of size_t. Added *_set_config_options function to gftp_request
10 structure and protocol files. Use the new network functions
11 documented above. Convert usage of ANSI C IO (FILE *) to standard BSD
12 sockets so that I can use timeouts properly with select
13
14 * lib/misc.c (ssh_start_login_sequence) - use gftp_set_sockblock(),
15 gftp_read() and gftp_write() functions
16
17 * lib/protocols.c - move some protocol specific code to the protocol
18 specific files
19
20 * lib/local.c - log succesful messages to gftp_logging_misc instead
21 of gftp_logging_error
22
23 * lib/cache.c - log some more error conditions to the user
24
25 * lib/rfc959.c - added rfc959_getcwd(). In,
26 rfc959_accept_active_connection(), set set socket to blocking mode
27 before calling accept()
28
29 * src/text/gftk-text.c - If we get no files in gftp_text_ls(),
30 return instead of segfaulting
31
32 * src/gtk/gftp-gtk.c - expand the port field in the toolbar to be 45
33 pixels wide
34
35 * src/text/gftp-text.c src/gtk/misc-gtk.c src/gtk/transfer.c
36 src/gtk/view_dialog.c - changes for conversion of request->{sock,data}
37 from ANSI C IO (FILE *) to standard BSD sockets
38
1 2002-11-11 Brian Masney <masneyb@gftp.org> 39 2002-11-11 Brian Masney <masneyb@gftp.org>
2 * configure.in - compile GTK+ 2.0 port by default 40 * configure.in - compile GTK+ 2.0 port by default
3 41
4 2002-11-11 Brian Masney <masneyb@gftp.org> 42 2002-11-11 Brian Masney <masneyb@gftp.org>
5 * src/gtk/dnd.c - fixes to DnD code 43 * src/gtk/dnd.c - fixes to DnD code
200 238
201 * configure.in - link in gthread 239 * configure.in - link in gthread
202 240
203 * cvsclean - added this script 241 * cvsclean - added this script
204 242
205 * *.[ch] - added $Id: ChangeLog,v 1.32 2002/11/12 00:04:44 masneyb Exp $ tags 243 * *.[ch] - added $Id: ChangeLog,v 1.33 2002/11/21 00:33:49 masneyb Exp $ tags
206 244
207 * debian/* - updated files from Debian maintainer 245 * debian/* - updated files from Debian maintainer
208 246
209 2002-10-03 Brian Masney <masneyb@gftp.org> 247 2002-10-03 Brian Masney <masneyb@gftp.org>
210 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 248 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)