comparison ChangeLog @ 207:cf4098008615

2003-7-1 Brian Masney <masneyb@gftp.org> * lib/httpcommon.h lib/rfc2068.c - more HTTP improvements. Mostly with chunked file transfers. Also fixed several memory leaks. Added more informative error messages to aid in debugging. Size parsing fixes * lib/misc.c (base64_encode) - alphabet fix (+ wasn't a valid character, it should have been /) (thanks to Holger Kiehl <Holger.Kiehl@dwd.de> for pointing this out) * lib/config_file.c lib/gftp.h - added copy function for options variables. The functions gftp_config_file_copy_text(), gftp_config_file_copy_ptr_contents() and gftp_config_file_copy_color() were added * lib/protocols.c - make sure the remote_charsets string is restored properly after it is used * src/gtk/bookmarks.c - remove memory leak comments, these are fixed now * src/gtk/transfer.c - removed start_file_transfers variable * src/gtk/misc-gtk.c src/gtk/gftp-gtk.h lib/misc.c lib/gftp.h - moved get_next_selection() to lib * acinclude.h (AC_TYPE_SOCKLEN_T) - AC_DEFINE fix (from Nathan Robertson <nathanr@nathanr.net>)
author masneyb
date Wed, 02 Jul 2003 01:44:57 +0000
parents 9b2de8d3fafe
children d79e2782eb1b
comparison
equal deleted inserted replaced
206:5ef3a4c3b19a 207:cf4098008615
1 2003-07-01 gettextize <bug-gnu-gettext@gnu.org>
2
3 * Makefile.am (SUBDIRS): Add intl.
4 (EXTRA_DIST): Add config.rpath mkinstalldirs.
5 * configure.in (AC_OUTPUT): Add intl/Makefile,
6
7 2003-7-1 Brian Masney <masneyb@gftp.org>
8 * lib/misc.c (base64_encode) - alphabet fix (+ wasn't a valid
9 character, it should have been /) (thanks to Holger Kiehl
10 <Holger.Kiehl@dwd.de> for pointing this out)
11
12 * lib/config_file.c lib/gftp.h - added copy function for options
13 variables. The functions gftp_config_file_copy_text(),
14 gftp_config_file_copy_ptr_contents() and gftp_config_file_copy_color()
15 were added
16
17 * lib/protocols.c - make sure the remote_charsets string is restored
18 properly after it is used
19
20 * src/gtk/bookmarks.c - remove memory leak comments, these are fixed
21 now
22
23 * src/gtk/transfer.c - removed start_file_transfers variable
24
25 * src/gtk/misc-gtk.c src/gtk/gftp-gtk.h lib/misc.c lib/gftp.h - moved
26 get_next_selection() to lib
27
28 * acinclude.h (AC_TYPE_SOCKLEN_T) - AC_DEFINE fix (from
29 Nathan Robertson <nathanr@nathanr.net>)
30
1 2003-6-25 Brian Masney <masneyb@gftp.org> 31 2003-6-25 Brian Masney <masneyb@gftp.org>
2 * lib/misc.c (expand_path) - small improvements 32 * lib/misc.c (expand_path) - small improvements
3 33
4 * lib/rfc2068.c src/text/gftp-gtk.c - fixes for path handling, namely 34 * lib/rfc2068.c src/text/gftp-gtk.c - fixes for path handling, namely
5 when changing directories to the parent (..) 35 when changing directories to the parent (..)
1132 1162
1133 * configure.in - link in gthread 1163 * configure.in - link in gthread
1134 1164
1135 * cvsclean - added this script 1165 * cvsclean - added this script
1136 1166
1137 * *.[ch] - added $Id: ChangeLog,v 1.103 2003/06/26 02:14:22 masneyb Exp $ tags 1167 * *.[ch] - added $Id: ChangeLog,v 1.104 2003/07/02 01:44:54 masneyb Exp $ tags
1138 1168
1139 * debian/* - updated files from Debian maintainer 1169 * debian/* - updated files from Debian maintainer
1140 1170
1141 2002-10-03 Brian Masney <masneyb@gftp.org> 1171 2002-10-03 Brian Masney <masneyb@gftp.org>
1142 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1172 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)