comparison ChangeLog @ 304:95bcb77d62c1

2003-11-2 Brian Masney <masneyb@gftp.org> * lib/rfc2068.c (rfc2068_get_file) - if there is any data in the current read buffer, grab that data first. Otherwise, read from the socket.
author masneyb
date Mon, 03 Nov 2003 02:35:18 +0000
parents 3b9d5797050f
children 6d180e6a8ba5
comparison
equal deleted inserted replaced
303:3b9d5797050f 304:95bcb77d62c1
1 2003-11-2 Brian Masney <masneyb@gftp.org> 1 2003-11-2 Brian Masney <masneyb@gftp.org>
2 * lib/rfc2068.c (rfc2068_get_file) - if there is any data in the current
3 read buffer, grab that data first. Otherwise, read from the socket.
4
2 * lib/rfc2068.c (rfc2068_chunked_read) - more improvements to this 5 * lib/rfc2068.c (rfc2068_chunked_read) - more improvements to this
3 function so that it will parse more chunked file transfers correctly. 6 function so that it will parse more chunked file transfers correctly.
4 7
5 * lib/misc.c lib/gftp.h lib/rfc2068.c src/gtk/bookmarks.c 8 * lib/misc.c lib/gftp.h lib/rfc2068.c src/gtk/bookmarks.c
6 src/gtk/dnd.c - removed remove_double_slashes(). Call gftp_build_path() 9 src/gtk/dnd.c - removed remove_double_slashes(). Call gftp_build_path()
1670 1673
1671 * configure.in - link in gthread 1674 * configure.in - link in gthread
1672 1675
1673 * cvsclean - added this script 1676 * cvsclean - added this script
1674 1677
1675 * *.[ch] - added $Id: ChangeLog,v 1.164 2003/11/03 02:11:16 masneyb Exp $ tags 1678 * *.[ch] - added $Id: ChangeLog,v 1.165 2003/11/03 02:35:18 masneyb Exp $ tags
1676 1679
1677 * debian/* - updated files from Debian maintainer 1680 * debian/* - updated files from Debian maintainer
1678 1681
1679 2002-10-03 Brian Masney <masneyb@gftp.org> 1682 2002-10-03 Brian Masney <masneyb@gftp.org>
1680 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1683 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)