A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds
authorEric Andersen <andersen@codepoet.org>
Thu, 5 Apr 2001 21:45:54 +0000 (21:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 5 Apr 2001 21:45:54 +0000 (21:45 -0000)
commit79757c9c37beab0032bc065b10bf84d4afe2b500
treeec753d3a25083e41816993be04ca9377160ff0e3
parentea9065072c91b6397cb3cb597f248d23415169f0
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
Config.h
applets/usage.h
debian/Config.h-deb
debian/Config.h-static
debian/Config.h-udeb
docs/busybox.pod
include/usage.h
networking/wget.c
usage.h
wget.c