Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.
authorEric Andersen <andersen@codepoet.org>
Mon, 4 Sep 2000 15:15:55 +0000 (15:15 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 4 Sep 2000 15:15:55 +0000 (15:15 -0000)
commit9670083818467b01349e1df4ce97abc3c25b5a43
treeeb2132593d8284699863129f0cc5c4e22a618565
parentb92223b6f5848b2cdb41c3a6b9261b47826a5816
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
applets/busybox.c
busybox.c
busybox.def.h
internal.h
networking/wget.c [new file with mode: 0644]
wget.c [new file with mode: 0644]