busybox/include
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.h I said no new features till after the 0.51 release. Well, I lied. This is a 2001-04-04 17:31:15 +00:00
busybox.h In fact, socklen_t *is* defined by libc5. 2001-03-27 18:22:00 +00:00
grp.h Fix header file usage -- there were many unnecessary header files included in 2001-01-27 08:24:39 +00:00
libbb.h A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few 2001-04-05 03:14:39 +00:00
pwd.h Fix header file usage -- there were many unnecessary header files included in 2001-01-27 08:24:39 +00:00
usage.h A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds 2001-04-05 21:45:54 +00:00