summaryrefslogtreecommitdiff
path: root/ftpfs/ftpfs.c
AgeCommit message (Collapse)Author
1998-10-20Add braces to silence gcc warnings.Roland McGrath
1998-09-041998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* ftpfs.c (netfs_append_args): Use %ld for time_t and %Zu for size_t.
1997-09-09(netfs_append_args):Miles Bader
Fix printed name of --node-cache-size. (parse_runtime_opt): New function. (runtime_argp): Use it.
1997-08-28(parse_common_opt):Miles Bader
Turn on debugging when there *aren't* any errors...
1997-08-22(netfs_maxsymlinks):Miles Bader
Initialize to 12. (parse_common_opt): Release DEBUG_LOCK even if we get an error.
1997-08-18(netfs_append_args):Miles Bader
Print FILE argument to --debug. (debug_stream, debug_stream_name): New variables. (debug_lock): New variable (was local to cntl_debug). (cntl_debug): Print to DEBUG_STREAM. (ftpfs_ftp_hooks): Use ports_self_interrupted to check for interrupts. (parse_common_opt): Accept a FILE argument to --debug.
1997-08-12(main):Miles Bader
Supply the FSID argument to ftpfs_create.
1997-08-09(ftpfs_hooks):Miles Bader
Initialize INTERRUPT_CHECK Field.
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-06Initial checkinMiles Bader