busybox/networking
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
..
hostname.c A cleanup patch from Jeff Garzik to static-ify a number of 2001-03-09 21:24:12 +00:00
ifconfig.c Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmberg@axis.com>. 2001-03-26 16:26:16 +00:00
nc.c Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup 2001-03-09 14:36:42 +00:00
nslookup.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
ping.c Fix socklen_t for libc5 2001-03-14 01:23:07 +00:00
route.c A nice patch from Larry Doolittle that adds -Wshadow and 2001-03-21 07:34:27 +00:00
telnet.c Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> 2001-03-19 23:49:41 +00:00
tftp.c A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few 2001-04-05 03:14:39 +00:00
wget.c A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds 2001-04-05 21:45:54 +00:00