commit | 9670083818467b01349e1df4ce97abc3c25b5a43 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Sep 04 15:15:55 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Sep 04 15:15:55 2000 +0000 |
tree | eb2132593d8284699863129f0cc5c4e22a618565 | |
parent | b92223b6f5848b2cdb41c3a6b9261b47826a5816 [diff] [blame] |
Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. Very cool. Still lacks "chunked" transfer-coding, so not totally RFC compliant for HTTP1.1, but very nice nonethe less, and very small. -Erik
diff --git a/busybox.def.h b/busybox.def.h index 7c5e0c0..3ad118d 100644 --- a/busybox.def.h +++ b/busybox.def.h
@@ -100,6 +100,7 @@ #define BB_UPTIME #define BB_USLEEP #define BB_WC +#define BB_WGET #define BB_WHICH #define BB_WHOAMI #define BB_UUENCODE