summaryrefslogtreecommitdiff
path: root/ftpfs
AgeCommit message (Collapse)Author
1997-08-07.Miles Bader
1997-08-07(struct ftpfs_dir):Miles Bader
timestamp renamed to stat_timestamp. Add name_timestamp field. (struct ftpfs_params): Remove dirent_timeout and dir_timeout fields. Add name_timeout field. (struct ftpfs_dir_entry): dirent_timestamp renamed to name_timestamp.
1997-08-07(lookup):Miles Bader
Initialize timestamps. (update_ordered_name): New function. (ftpfs_dir_lookup): dirent_timeout parameter renamed to name_timeout and dirent_timestamp field renamed to name_timestamp. (update_entry): Allow ST to be zero. Don't leak memory when updating symlink info. Change return type to void. Remove NO_LOCK parameter. (update_ordered_entry, update_old_entry, update_new_entry): Update calls to update_entry. (refresh_dir): Add UPDATE_STATS parameter, and only fetch names if it's zero. Update new timestamps. (ftpfs_dir_refresh, ftpfs_refresh_node, ftpfs_dir_lookup): Supply UPDATE_STATS argument to refresh_dir.
1997-08-07(netfs_append_args):Miles Bader
Output --debug. (OPT_DIR_TIMEOUT, OPT_DIRENT_TIMEOUT): Macros removed. (common_options, parse_common_opt, netfs_append_args, main): Replace --dir-timeout & --dirent-timeout by --name-timeout. Add --bulk-stat-period and --bulk-stat-threshold options. (DEFAULT_DIR_TIMEOUT, DEFAULT_DIRENT_TIMEOUT): Macros removed. (OPT_NAME_TIMEOUT): New macro. (DEFAULT_NAME_TIMEOUT): New macro.
1997-08-07.Miles Bader
1997-08-07(split_server_name):Miles Bader
Enable password parsing.
1997-08-06(lookup):Miles Bader
Initialize the NODE field.
1997-08-06Initial checkin.Miles Bader
1997-08-06Remove unused mig crap.Miles Bader
1997-08-06Initial checkinMiles Bader