diff options
author | Miles Bader <miles@gnu.org> | 1997-08-18 18:54:17 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-08-18 18:54:17 +0000 |
commit | 3e2fa21483abd532c5ec08431ea532e917bb1639 (patch) | |
tree | d88ec72a07a7cc4ca832c60bd2b7a3c5bbba99b9 /ftpfs | |
parent | d91287ce1fde56cb61cb62664f0841ee43b0a398 (diff) |
.
Diffstat (limited to 'ftpfs')
-rw-r--r-- | ftpfs/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog index af897d4b..38732808 100644 --- a/ftpfs/ChangeLog +++ b/ftpfs/ChangeLog @@ -1,3 +1,17 @@ +1997-08-15 Miles Bader <miles@gnu.ai.mit.edu> + + * netfs.c (netfs_attempt_mkfile): Unlock DIR. + + * dir.c (ftpfs_dir_null_lookup): New function. + (ftpfs_dir_lookup): Handle "" lookups like ".". + * ftpfs.h (ftpfs_dir_null_lookup): New declaration. + * fs.c (ftpfs_create): Use ftpfs_dir_null_lookup instead of + ftpfs_dir_lookup. + + * dir.c (ftpfs_dir_lookup): Set E's name timestamp for noent entries. + (ftpfs_refresh_node): Record ENOENT entries. + (refresh_dir): Add PRESERVE_ENTRY parameter; all callers changed. + 1997-08-12 Miles Bader <miles@gnu.ai.mit.edu> * ftpfs.c (main): Supply the FSID argument to ftpfs_create. |