aboutsummaryrefslogtreecommitdiff
path: root/wget.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix for wget, and proper attribution of Chip Rosenthal andandersen2000-09-141-8/+4
| | | | | | | | Covad Communications for the contribution of wget. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1050 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.andersen2000-09-041-0/+264
Very cool. Still lacks "chunked" transfer-coding, so not totally RFC compliant for HTTP1.1, but very nice nonethe less, and very small. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1005 69ca8d6d-28ef-0310-b511-8ec308f3f277