comparison ChangeLog @ 173:4c288d05b26a

2003-6-8 Brian Masney <masneyb@gftp.org> * lib/bookmark.c lib/gftp.h lib/https.c lib/local.c lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c src/text/gftp-text.c src/gtk/gftp-gtk.c - made the init function for all the protocols return an integer instead of nothing. If there was an error setting up the protocol, GFTP_EFATAL should be returned and the connection should be aborted. The HTTPS protocol uses this to return if SSL support was not compiled in * lib/protocols.c src/text/gftp-text.c src/gtk/dnd.c src/gtk/gftp-gtk.c src/gtk/menu-items.c - have gftp_parse_url() log the error messages to the user. This shouldn't have been done in the individual ports * lib/https.c - only initialize the SSL engine the first time a SSL connection is made.
author masneyb
date Mon, 09 Jun 2003 00:53:20 +0000
parents c4d4a788c31b
children e643d287fe32
comparison
equal deleted inserted replaced
172:9273b56e7529 173:4c288d05b26a
1 2003-6-8 Brian Masney <masneyb@gftp.org>
2 * lib/bookmark.c lib/gftp.h lib/https.c lib/local.c lib/misc.c
3 lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c
4 src/text/gftp-text.c src/gtk/gftp-gtk.c - made the init function for
5 all the protocols return an integer instead of nothing. If there was an
6 error setting up the protocol, GFTP_EFATAL should be returned and the
7 connection should be aborted. The HTTPS protocol uses this to return if
8 SSL support was not compiled in
9
10 * lib/protocols.c src/text/gftp-text.c src/gtk/dnd.c
11 src/gtk/gftp-gtk.c src/gtk/menu-items.c - have gftp_parse_url() log the
12 error messages to the user. This shouldn't have been done in the
13 individual ports
14
15 * lib/https.c - only initialize the SSL engine the first time a SSL
16 connection is made.
17
1 2003-6-8 Brian Masney <masneyb@gftp.org> 18 2003-6-8 Brian Masney <masneyb@gftp.org>
2 * aclocal.m4 - removed, this file is automatically generated 19 * aclocal.m4 - removed, this file is automatically generated
3 20
4 * autogen.sh - just call automake and aclocal, instead of automake-1.4 21 * autogen.sh - just call automake and aclocal, instead of automake-1.4
5 and aclocal-1.4 (from Nathan Robertson <nathanr@nathanr.net>) 22 and aclocal-1.4 (from Nathan Robertson <nathanr@nathanr.net>)
904 921
905 * configure.in - link in gthread 922 * configure.in - link in gthread
906 923
907 * cvsclean - added this script 924 * cvsclean - added this script
908 925
909 * *.[ch] - added $Id: ChangeLog,v 1.82 2003/06/08 16:01:39 masneyb Exp $ tags 926 * *.[ch] - added $Id: ChangeLog,v 1.83 2003/06/09 00:53:17 masneyb Exp $ tags
910 927
911 * debian/* - updated files from Debian maintainer 928 * debian/* - updated files from Debian maintainer
912 929
913 2002-10-03 Brian Masney <masneyb@gftp.org> 930 2002-10-03 Brian Masney <masneyb@gftp.org>
914 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 931 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)