diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-10 18:17:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-10 18:17:05 +0000 |
commit | 6d7fa438a7dc33b20de746e31b5e8078c53c4d05 (patch) | |
tree | 97d81954d38c59c9ecd862ba429cf7fe4c399fb6 /Changelog | |
parent | fd402941a7612b5254a65edfedc074d66da3883a (diff) |
This patch from Laurence Anderson <laurence@zxmail.com> fixes
wget HTTP 1.1 support and addes chunked encoding so bb wget
is now fully RFC compliant.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -22,6 +22,8 @@ * Erik Andersen -- Cleanups for libc5, glibc, and uClibc. * Erik Andersen and Matt Kraai -- Cleanups for the human-readable output from ls, du, and df. + * Laurence Anderson <laurence@zxmail.com> -- Fixed wget HTTP 1.1 + support and added chunked encoding so it is now RFC compliant. * John Beppu -- The busybox.pod documentation is now automagically generated from the source code. This makes it _much_ simpler. Now to update the docs, just update the usage message... @@ -51,6 +53,7 @@ * Vladimir Oleynik -- More cmdedit updates * Vladimir Oleynik -- Fixed `du' applet so it continues running after permission errors. + * Vladimir Oleynik -- Reduced stack usage in recursive_action() * Pierre Peiffer <pierre.peiffer@sxb.bsf.alcatel.fr> -- made find_pid_by_name() cope with swapped out processes. * Jari Ruusu <jari.ruusu@pp.inet.fi> -- updates so that setting @@ -58,13 +61,12 @@ * Anthony Towns <aj@azure.humbug.org.au> -- fixed a bug with sed address range handling * Dmitry Zakharov <dmit@crp.bank.gov.ua> -- a number of updates - to wget: support for ftp downloads, basic HTTP basic auth, - handling of http redirects, protocol changed to 1.0 to stop - servers from requesting chunked encoding, when attempting to - continue an aborted download but server doesn't support restarts - then reopen output file in write mode, bugfix: when content-length - not given, wget didn't download anything, if -c is not specified, - it no longer default to restarting an aborted download. + to wget: support for ftp downloads, basic HTTP basic auth, handling + of http redirects, when attempting to continue an aborted download + but server doesn't support restarts then reopen output file in + write mode, bugfix: when content-length not given, wget didn't + download anything, if -c is not specified, it no longer default to + restarting an aborted download. -Erik Andersen, not yet released @@ -76,8 +78,8 @@ * Erik Andersen -- lash environment variable expansion rewritten, with lots of help/fixes/testing from Larry Doolittle. * Erik Andersen -- Fix use of busybox with dmalloc debugging lib - * Erik Andersen -- fixed ls behavior for broken or very narrow terminals. - * Erik Andersen -- stub umount2 and pivot_root if they are not available. + * Erik Andersen -- fixed ls behavior for broken or very narrow terminals + * Erik Andersen -- stub umount2 and pivot_root if they are not available * Erik Andersen -- libc5 fixes * Erik Andersen -- make init work with devfsd * Erik Andersen -- fixed df for nfs and dos where blksize = 512 |