aboutsummaryrefslogtreecommitdiff
path: root/ftpfs/ftpfs.c
Commit message (Collapse)AuthorAgeFilesLines
* auth/Marcus Brinkmann2001-02-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * auth.c (main): New variable ARGP defining a doc string. Pass address of ARGP to argp_parse(). exec/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * main.c: Change hurd version name from proc to exec. (main): Add period to doc string. ftpfs/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * ftpfs.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. hostmux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * hostmux.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. usermux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * usermux.c (options): Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. trans/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * fifo.c: Make version string say `fifo', not `null'. Add period to doc text in ARGP. * firmlink.c: Add period to doc text in ARGP_DOC, convert semi-colon to colon. * magic.c (options): Add period to DOC. * new-fifo.c (fifo_trans_parse_args): Add doc string to ARGP. Include <version.h>, new global variable ARGP_PROGRAM_VERSION. * crash.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. * hello.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. (hello_argp): Add doc string. * hello-mt.c: Likewise. * streamio.c: Add period to DOC. Change streamdev to streamio in version string. * password.c (main): Add period to doc string in ARGP.
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-9/+11
|
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-9/+9
| | | | * ftpfs.c (netfs_append_args): Use %ld for time_t and %Zu for size_t.
* (netfs_append_args):Miles Bader1997-09-091-2/+16
| | | | | | | | Fix printed name of --node-cache-size. (parse_runtime_opt): New function. (runtime_argp): Use it.
* (parse_common_opt):Miles Bader1997-08-281-2/+3
| | | | Turn on debugging when there *aren't* any errors...
* (netfs_maxsymlinks):Miles Bader1997-08-221-9/+12
| | | | | | Initialize to 12. (parse_common_opt): Release DEBUG_LOCK even if we get an error.
* (netfs_append_args):Miles Bader1997-08-181-9/+66
| | | | | | | | | | | | | | 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.
* (main):Miles Bader1997-08-121-1/+3
| | | | Supply the FSID argument to ftpfs_create.
* (ftpfs_hooks):Miles Bader1997-08-091-1/+1
| | | | Initialize INTERRUPT_CHECK Field.
* (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.
* Initial checkinMiles Bader1997-08-061-0/+313