Mercurial > gftp.yaz
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Thu Nov 21 02:49:06 2002 +0000 +++ b/ChangeLog Fri Nov 22 00:54:38 2002 +0000 @@ -1,3 +1,15 @@ +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 + 2002-11-20 Brian Masney <masneyb@gftp.org> * lib/config_file.c - don't check buf[-1] for blank newlines in gftp_read_config_file() and gftp_read_bookmarks_file() @@ -252,7 +264,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.34 2002/11/21 02:49:05 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.35 2002/11/22 00:54:37 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
