comparison ChangeLog @ 60:8a9324fb63a4

2002-11-21 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_get_next_line) - fixed several bugs * lib/cache.c - Don't do a cache lookup in gftp_new_cache_entry(). In gftp_find_cache_entry(), don't log an error to the user if we can't open up the cache file * lib/rfc959.c lib/rfc2068.c lib/protocols.c - small cache fixes * lib/cache.c lib/rfc2068.c lib/rfc959.c - pass full buffer size instead of buffer size - 1 to gftp_get_line
author masneyb
date Fri, 22 Nov 2002 00:54:38 +0000
parents 618423504fe0
children 42df9e4be8e0
comparison
equal deleted inserted replaced
59:618423504fe0 60:8a9324fb63a4
1 2002-11-21 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (gftp_get_next_line) - fixed several bugs
3
4 * lib/cache.c - Don't do a cache lookup in gftp_new_cache_entry(). In
5 gftp_find_cache_entry(), don't log an error to the user if we can't
6 open up the cache file
7
8 * lib/rfc959.c lib/rfc2068.c lib/protocols.c - small cache fixes
9
10 * lib/cache.c lib/rfc2068.c lib/rfc959.c - pass full buffer size
11 instead of buffer size - 1 to gftp_get_line
12
1 2002-11-20 Brian Masney <masneyb@gftp.org> 13 2002-11-20 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c - don't check buf[-1] for blank newlines in 14 * lib/config_file.c - don't check buf[-1] for blank newlines in
3 gftp_read_config_file() and gftp_read_bookmarks_file() 15 gftp_read_config_file() and gftp_read_bookmarks_file()
4 16
5 * lib/misc.c (string_hash_function) - Fixes if the string was less 17 * lib/misc.c (string_hash_function) - Fixes if the string was less
250 262
251 * configure.in - link in gthread 263 * configure.in - link in gthread
252 264
253 * cvsclean - added this script 265 * cvsclean - added this script
254 266
255 * *.[ch] - added $Id: ChangeLog,v 1.34 2002/11/21 02:49:05 masneyb Exp $ tags 267 * *.[ch] - added $Id: ChangeLog,v 1.35 2002/11/22 00:54:37 masneyb Exp $ tags
256 268
257 * debian/* - updated files from Debian maintainer 269 * debian/* - updated files from Debian maintainer
258 270
259 2002-10-03 Brian Masney <masneyb@gftp.org> 271 2002-10-03 Brian Masney <masneyb@gftp.org>
260 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 272 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)