diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-04-20 03:22:47 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-04-20 03:22:47 +0000 |
commit | c2d4102f8291fb8af9e29eceb378e4ebda87dda0 (patch) | |
tree | 62162dc85c27ffea6dd328a6b66e9678183a880b /libftpconn/ChangeLog | |
parent | 4326834ca6c1fae1ab7f72f262ec2f4214928dd3 (diff) |
ftpfs/
2002-04-13 Moritz Schulte <moritz@chaosdorf.de>
* ftpfs.c: Include <sys/stat.h>
(main): Stat the underlying node and initialize the root node's
stat information.
* dir.c (ftpfs_refresh_node): If refreshing the root node, simply
use the old stat information.
libftpconn/
2002-04-13 Moritz Schulte <moritz@chaosdorf.de>
* unix.c: Include <libgen.h>.
(struct get_stats_state): New member: searched_name.
(ftp_conn_unix_start_get_stats): Return EINVAL if trying to list
the root node without listing it's content; set searched_name to
the dirname.
(ftp_conn_unix_cont_get_stats): If searching for the list info of
one entry, skip all other entries.
Diffstat (limited to 'libftpconn/ChangeLog')
-rw-r--r-- | libftpconn/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog index b23fce62..c53eb6ba 100644 --- a/libftpconn/ChangeLog +++ b/libftpconn/ChangeLog @@ -1,3 +1,13 @@ +2002-04-13 Moritz Schulte <moritz@chaosdorf.de> + + * unix.c: Include <libgen.h>. + (struct get_stats_state): New member: searched_name. + (ftp_conn_unix_start_get_stats): Return EINVAL if trying to list + the root node without listing it's content; set searched_name to + the dirname. + (ftp_conn_unix_cont_get_stats): If searching for the list info of + one entry, skip all other entries. + 2001-12-22 Roland McGrath <roland@frob.com> * ftpconn.h (ftp_conn_validate_syshooks): Don't make this extern |