aboutsummaryrefslogtreecommitdiff
path: root/ftpfs
Commit message (Collapse)AuthorAgeFilesLines
...
* (ccache_read):Miles Bader1997-08-091-0/+3
| | | | Check for thread cancelation.
* .Miles Bader1997-08-071-0/+34
|
* (struct ftpfs_dir):Miles Bader1997-08-071-6/+13
| | | | | | | | | | 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.
* (lookup):Miles Bader1997-08-071-61/+108
| | | | | | | | | | | | | | | | | | | | | 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.
* (netfs_append_args):Miles Bader1997-08-071-28/+33
| | | | | | | | | | | | | | | 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.
* .Miles Bader1997-08-071-0/+2
|
* (split_server_name):Miles Bader1997-08-071-3/+1
| | | | Enable password parsing.
* (lookup):Miles Bader1997-08-061-0/+1
| | | | Initialize the NODE field.
* Initial checkin.Miles Bader1997-08-061-0/+4
|
* Remove unused mig crap.Miles Bader1997-08-061-4/+1
|
* Initial checkinMiles Bader1997-08-0612-0/+2631