summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftpfs/ChangeLog26
-rw-r--r--libftpconn/ChangeLog7
2 files changed, 33 insertions, 0 deletions
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog
index 83a39b3a..7bf44abd 100644
--- a/ftpfs/ChangeLog
+++ b/ftpfs/ChangeLog
@@ -1,3 +1,29 @@
+1997-08-09 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * dir.c (struct new_entry_state): DIR_PFX & DIR_PFX_LEN fields removed.
+ (update_new_entry): Don't futz with NAME anymore.
+
+ * ftpfs.c (ftpfs_hooks): Initialize INTERRUPT_CHECK Field.
+ * ccache.c (ccache_read): Check for thread cancelation.
+
+1997-08-08 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * dir.c (update_ordered_entry): Correctly handle a non-empty list.
+ Only insert E in the ordered entry list if it's not already there.
+ (refresh_dir): Don't clear the ordered entry list.
+ Only reset bulk stat detection state if actually doing a bulk stat.
+ Initialize DFS.prev_entry_next_p instead of DFS.prev_entry.
+ (struct dir_fetch_state): Replace PREV_ENTRY by PREV_ENTRY_NEXT_P.
+ (lookup): Grow the hash table when it gets large.
+ (rehash): Zero the new hash table.
+
+ * dir.c (path_append): Macro removed.
+ (ftpfs_dir_lookup, ftpfs_refresh_node): Use ftp_conn_append_name
+ instead of path_append.
+ Don't set dir_pfx fields in RES anymore.
+ (update_old_entry): Don't futz with NAME anymore.
+ (struct refresh_entry_state): DIR_PFX & DIR_PFX_LEN fields removed.
+
1997-08-07 Miles Bader <miles@gnu.ai.mit.edu>
* ftpfs.c (DEFAULT_NAME_TIMEOUT): New macro.
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog
index 8b410340..881afcba 100644
--- a/libftpconn/ChangeLog
+++ b/libftpconn/ChangeLog
@@ -1,3 +1,10 @@
+1997-08-09 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * names.c (ftp_conn_cont_get_names): Check for interrupts.
+ * unix.c (ftp_conn_unix_cont_get_stats): Likewise.
+ * reply.c (ftp_conn_getline): Likewise.
+ * ftpconn.h (struct ftp_conn_hooks): Add INTERRUPT_CHECK field.
+
1997-08-08 Miles Bader <miles@gnu.ai.mit.edu>
* rmt.c (ftp_conn_rmt_transfer): If we get an error, close SRC_CONN