comparison ChangeLog @ 787:3751478bb260

2006-7-27 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_get_all_subdirs) - split this function into several smaller functions. Added support for getting the true file size if it is a symlink. Added more error handling. Fixed a segfault that may occur when transferring deeply nested directories * lib/fsp.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c (*_chdir) - removed support for passing the request->directory into this function. There is no longer a need for this. (*_stat_filename) - added support for getting the file size
author masneyb
date Fri, 28 Jul 2006 01:44:54 +0000
parents 19aaa1571cc8
children 0e7ab0a51ddd
comparison
equal deleted inserted replaced
786:78bad9db6cb0 787:3751478bb260
1 2006-7-27 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (gftp_get_all_subdirs) - split this function into
3 several smaller functions. Added support for getting the true file
4 size if it is a symlink. Added more error handling. Fixed a segfault
5 that may occur when transferring deeply nested directories
6
7 * lib/fsp.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c
8 lib/rfc959.c lib/sshv2.c (*_chdir) - removed support for passing
9 the request->directory into this function. There is no longer a
10 need for this. (*_stat_filename) - added support for getting the
11 file size
12
1 2006-7-21 Brian Masney <masneyb@gftp.org> 13 2006-7-21 Brian Masney <masneyb@gftp.org>
2 * src/gtk/transfer.c (transfer_done) - fixed race condition that 14 * src/gtk/transfer.c (transfer_done) - fixed race condition that
3 would occur when selecting Stop Transfer and then Start Transfer 15 would occur when selecting Stop Transfer and then Start Transfer
4 (from Matthieu Crapet <mcrapet@gmail.com>) (closes #348140) 16 (from Matthieu Crapet <mcrapet@gmail.com>) (closes #348140)
5 17
3482 3494
3483 * configure.in - link in gthread 3495 * configure.in - link in gthread
3484 3496
3485 * cvsclean - added this script 3497 * cvsclean - added this script
3486 3498
3487 * *.[ch] - added $Id: ChangeLog,v 1.456 2006/07/21 13:30:11 masneyb Exp $ tags 3499 * *.[ch] - added $Id: ChangeLog,v 1.457 2006/07/28 01:44:52 masneyb Exp $ tags
3488 3500
3489 * debian/* - updated files from Debian maintainer 3501 * debian/* - updated files from Debian maintainer
3490 3502
3491 2002-10-03 Brian Masney <masneyb@gftp.org> 3503 2002-10-03 Brian Masney <masneyb@gftp.org>
3492 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3504 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)