comparison ChangeLog @ 852:5e3005923374

2006-11-16 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/protocols.c lib/local.c - added support for detecting recursive symbolic links. This currently only works when uploading files. It will only work when downloading files if the inode and device are properly populated. I need to check but it may be possible to get this information from the SSH and FSP protocols. (closes #172499)
author masneyb
date Fri, 17 Nov 2006 02:24:14 +0000
parents 83d39217749c
children e30271d47353
comparison
equal deleted inserted replaced
851:83d39217749c 852:5e3005923374
1 2006-11-16 Brian Masney <masneyb@gftp.org> 1 2006-11-16 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/protocols.c lib/local.c - added support for detecting
3 recursive symbolic links. This currently only works when uploading
4 files. It will only work when downloading files if the inode and device
5 are properly populated. I need to check but it may be possible to get
6 this information from the SSH and FSP protocols. (closes #172499)
7
8 * lib/local.c lib/misc.c - moved uint_hash_compare() and
9 uint_hash_function() from local.c to misc.c
10
2 * lib/protocols.c - backed out last change where hidden files aren't 11 * lib/protocols.c - backed out last change where hidden files aren't
3 transferred in the subdirectories if the show_hidden_files option is 12 transferred in the subdirectories if the show_hidden_files option is
4 disabled. 13 disabled.
5 14
6 * lib/protocols.c - skip over the hidden files when doing a recursive 15 * lib/protocols.c - skip over the hidden files when doing a recursive
3713 3722
3714 * configure.in - link in gthread 3723 * configure.in - link in gthread
3715 3724
3716 * cvsclean - added this script 3725 * cvsclean - added this script
3717 3726
3718 * *.[ch] - added $Id: ChangeLog,v 1.500 2006/11/17 01:38:50 masneyb Exp $ tags 3727 * *.[ch] - added $Id: ChangeLog,v 1.501 2006/11/17 02:24:03 masneyb Exp $ tags
3719 3728
3720 * debian/* - updated files from Debian maintainer 3729 * debian/* - updated files from Debian maintainer
3721 3730
3722 2002-10-03 Brian Masney <masneyb@gftp.org> 3731 2002-10-03 Brian Masney <masneyb@gftp.org>
3723 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3732 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)