hush/applets
Eric Andersen 79757c9c37 A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds
- support for ftp downloads
- HTTP basic authentication support (as an optional feature)
- handling of http redirections
- protocol version changed to 1.0 (to stop servers from requesting
chunked encoding)
- bugfix: in the case when content-length not given, wget didn't
download anything
- when attempting to continue an aborted download but server doesn't
support restarts, reopen output file in write mode
- changed assumption that existing file should restart an aborted
    download.  Now the user must explicitly specify this with -c
2001-04-05 21:45:54 +00:00
..
applets.c Make 'busybox --help' work as expected, closing bug #1139 2001-04-03 17:05:01 +00:00
busybox.c Make 'busybox --help' work as expected, closing bug #1139 2001-04-03 17:05:01 +00:00
busybox.mkll Per Vladimir's suggestion, force the locale to POSIX for all 2001-03-08 21:42:11 +00:00
busybox.sh Per Vladimir's suggestion, force the locale to POSIX for all 2001-03-08 21:42:11 +00:00
install.sh Per Vladimir's suggestion, force the locale to POSIX for all 2001-03-08 21:42:11 +00:00
usage.c Another update to the way usage messages are done by Evin Robertson 2001-02-22 01:15:47 +00:00
usage.h A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds 2001-04-05 21:45:54 +00:00