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) | |
download | busybox-w32-6d7fa438a7dc33b20de746e31b5e8078c53c4d05.tar.gz busybox-w32-6d7fa438a7dc33b20de746e31b5e8078c53c4d05.tar.bz2 busybox-w32-6d7fa438a7dc33b20de746e31b5e8078c53c4d05.zip |
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 @@ | |||
22 | * Erik Andersen -- Cleanups for libc5, glibc, and uClibc. | 22 | * Erik Andersen -- Cleanups for libc5, glibc, and uClibc. |
23 | * Erik Andersen and Matt Kraai -- Cleanups for the human-readable | 23 | * Erik Andersen and Matt Kraai -- Cleanups for the human-readable |
24 | output from ls, du, and df. | 24 | output from ls, du, and df. |
25 | * Laurence Anderson <laurence@zxmail.com> -- Fixed wget HTTP 1.1 | ||
26 | support and added chunked encoding so it is now RFC compliant. | ||
25 | * John Beppu -- The busybox.pod documentation is now automagically | 27 | * John Beppu -- The busybox.pod documentation is now automagically |
26 | generated from the source code. This makes it _much_ simpler. | 28 | generated from the source code. This makes it _much_ simpler. |
27 | Now to update the docs, just update the usage message... | 29 | Now to update the docs, just update the usage message... |
@@ -51,6 +53,7 @@ | |||
51 | * Vladimir Oleynik -- More cmdedit updates | 53 | * Vladimir Oleynik -- More cmdedit updates |
52 | * Vladimir Oleynik -- Fixed `du' applet so it continues running | 54 | * Vladimir Oleynik -- Fixed `du' applet so it continues running |
53 | after permission errors. | 55 | after permission errors. |
56 | * Vladimir Oleynik -- Reduced stack usage in recursive_action() | ||
54 | * Pierre Peiffer <pierre.peiffer@sxb.bsf.alcatel.fr> -- made | 57 | * Pierre Peiffer <pierre.peiffer@sxb.bsf.alcatel.fr> -- made |
55 | find_pid_by_name() cope with swapped out processes. | 58 | find_pid_by_name() cope with swapped out processes. |
56 | * Jari Ruusu <jari.ruusu@pp.inet.fi> -- updates so that setting | 59 | * Jari Ruusu <jari.ruusu@pp.inet.fi> -- updates so that setting |
@@ -58,13 +61,12 @@ | |||
58 | * Anthony Towns <aj@azure.humbug.org.au> -- fixed a bug with | 61 | * Anthony Towns <aj@azure.humbug.org.au> -- fixed a bug with |
59 | sed address range handling | 62 | sed address range handling |
60 | * Dmitry Zakharov <dmit@crp.bank.gov.ua> -- a number of updates | 63 | * Dmitry Zakharov <dmit@crp.bank.gov.ua> -- a number of updates |
61 | to wget: support for ftp downloads, basic HTTP basic auth, | 64 | to wget: support for ftp downloads, basic HTTP basic auth, handling |
62 | handling of http redirects, protocol changed to 1.0 to stop | 65 | of http redirects, when attempting to continue an aborted download |
63 | servers from requesting chunked encoding, when attempting to | 66 | but server doesn't support restarts then reopen output file in |
64 | continue an aborted download but server doesn't support restarts | 67 | write mode, bugfix: when content-length not given, wget didn't |
65 | then reopen output file in write mode, bugfix: when content-length | 68 | download anything, if -c is not specified, it no longer default to |
66 | not given, wget didn't download anything, if -c is not specified, | 69 | restarting an aborted download. |
67 | it no longer default to restarting an aborted download. | ||
68 | 70 | ||
69 | 71 | ||
70 | -Erik Andersen, not yet released | 72 | -Erik Andersen, not yet released |
@@ -76,8 +78,8 @@ | |||
76 | * Erik Andersen -- lash environment variable expansion rewritten, | 78 | * Erik Andersen -- lash environment variable expansion rewritten, |
77 | with lots of help/fixes/testing from Larry Doolittle. | 79 | with lots of help/fixes/testing from Larry Doolittle. |
78 | * Erik Andersen -- Fix use of busybox with dmalloc debugging lib | 80 | * Erik Andersen -- Fix use of busybox with dmalloc debugging lib |
79 | * Erik Andersen -- fixed ls behavior for broken or very narrow terminals. | 81 | * Erik Andersen -- fixed ls behavior for broken or very narrow terminals |
80 | * Erik Andersen -- stub umount2 and pivot_root if they are not available. | 82 | * Erik Andersen -- stub umount2 and pivot_root if they are not available |
81 | * Erik Andersen -- libc5 fixes | 83 | * Erik Andersen -- libc5 fixes |
82 | * Erik Andersen -- make init work with devfsd | 84 | * Erik Andersen -- make init work with devfsd |
83 | * Erik Andersen -- fixed df for nfs and dos where blksize = 512 | 85 | * Erik Andersen -- fixed df for nfs and dos where blksize = 512 |