NetBSD/usr.bin/ftp
lukem d30bdcd79c separate out the main `data pump' loop into two: one that supports
rate limiting and one that doesn't. simplifies the code, and speeds
up the latter case a bit, at the expense of duplicating a few lines...
1999-12-11 02:02:21 +00:00
..
Makefile simple dependancy so addition of global vars to ftp_var.h is detected for main.c 1999-10-01 07:58:02 +00:00
cmds.c move version into separate file to reduce recompilation after version crank. 1999-12-05 22:54:35 +00:00
cmdtab.c - implement `set rprompt'; right side version of `set prompt'. depends on 1999-11-12 02:50:38 +00:00
complete.c * implement xsl_init() and xsl_add(); error checking forms of sl_{init,add}() 1999-11-28 06:32:04 +00:00
domacro.c whitespace nits 1999-11-11 01:19:11 +00:00
extern.h * implement xsl_init() and xsl_add(); error checking forms of sl_{init,add}() 1999-11-28 06:32:04 +00:00
fetch.c Fix chunked support; probably broke after rate limiting was added. 1999-12-11 00:56:13 +00:00
ftp.1 * complete_remote(): use remglob("", ...) instead of remglob(".", ...), 1999-11-26 21:41:55 +00:00
ftp.c separate out the main `data pump' loop into two: one that supports 1999-12-11 02:02:21 +00:00
ftp_var.h move version into separate file to reduce recompilation after version crank. 1999-12-05 22:54:35 +00:00
main.c * implement xsl_init() and xsl_add(); error checking forms of sl_{init,add}() 1999-11-28 06:32:04 +00:00
ruserpass.c new features: 1999-10-24 12:31:36 +00:00
util.c fix memory leak in fetch_url (no freeaddrinfo was there). 1999-12-03 06:10:01 +00:00
version.h move version into separate file to reduce recompilation after version crank. 1999-12-05 22:54:35 +00:00