comparison ChangeLog @ 209:d79e2782eb1b

2003-7-5 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_get_line) - fixed bug where the read function was being called one extra time after the end of file was reached * lib/rfc2068.c - fixes for chunked file transfers. All known issues with the HTTP protocol should be (hopefully) fixed now * lib/httpcommon.h (struct rfc2068_params_tag) - added eof variable
author masneyb
date Sat, 05 Jul 2003 17:30:14 +0000
parents cf4098008615
children 82ebd1b05345
comparison
equal deleted inserted replaced
208:86a3e0da176d 209:d79e2782eb1b
1 2003-07-01 gettextize <bug-gnu-gettext@gnu.org> 1 2003-7-5 Brian Masney <masneyb@gftp.org>
2 2 * lib/protocols.c (gftp_get_line) - fixed bug where the read function
3 * Makefile.am (SUBDIRS): Add intl. 3 was being called one extra time after the end of file was reached
4 (EXTRA_DIST): Add config.rpath mkinstalldirs. 4
5 * configure.in (AC_OUTPUT): Add intl/Makefile, 5 * lib/rfc2068.c - fixes for chunked file transfers. All known issues with the
6 HTTP protocol should be (hopefully) fixed now
7
8 * lib/httpcommon.h (struct rfc2068_params_tag) - added eof variable
6 9
7 2003-7-1 Brian Masney <masneyb@gftp.org> 10 2003-7-1 Brian Masney <masneyb@gftp.org>
8 * lib/misc.c (base64_encode) - alphabet fix (+ wasn't a valid 11 * lib/misc.c (base64_encode) - alphabet fix (+ wasn't a valid
9 character, it should have been /) (thanks to Holger Kiehl 12 character, it should have been /) (thanks to Holger Kiehl
10 <Holger.Kiehl@dwd.de> for pointing this out) 13 <Holger.Kiehl@dwd.de> for pointing this out)
1162 1165
1163 * configure.in - link in gthread 1166 * configure.in - link in gthread
1164 1167
1165 * cvsclean - added this script 1168 * cvsclean - added this script
1166 1169
1167 * *.[ch] - added $Id: ChangeLog,v 1.104 2003/07/02 01:44:54 masneyb Exp $ tags 1170 * *.[ch] - added $Id: ChangeLog,v 1.105 2003/07/05 17:30:13 masneyb Exp $ tags
1168 1171
1169 * debian/* - updated files from Debian maintainer 1172 * debian/* - updated files from Debian maintainer
1170 1173
1171 2002-10-03 Brian Masney <masneyb@gftp.org> 1174 2002-10-03 Brian Masney <masneyb@gftp.org>
1172 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1175 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)