aboutsummaryrefslogtreecommitdiff
path: root/wget.c
AgeCommit message (Expand)Author
2001-05-09Make stdio functions which can be interrupted by the progressmeter timerMatt Kraai
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchMark Whitley
2001-04-11Use putc, and write to stderr as the rest of the progressmeter does.Matt Kraai
2001-04-11Only finish with a newline if we are displaying the progress indicator.Matt Kraai
2001-04-11Fix behavior when extracting to stdout. Report and patch byMatt Kraai
2001-04-10This patch from Laurence Anderson <laurence@zxmail.com> fixesEric Andersen
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-01Fix wget error message and add (and use) chomp library function.Matt Kraai
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-31Patch from Vladimir N. Oleynik to simplify wget file openingEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-26Add errno.hEric Andersen
2001-01-24Some behavioral updates to wget so it acts a bit nicer.Eric Andersen
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen
2001-01-20Clarify the statusbar config option so it states which applet it applies to.Eric Andersen
2001-01-03Prevent / doubling and shrink parse_url.Matt Kraai
2000-12-18Add missing newlines to error messages.Matt Kraai
2000-12-09More wget cleanups I've been working on...Eric Andersen
2000-12-09add quiet mode support.Glenn L McGrath
2000-12-07Patch from Matt Kraai to enable proxy support.Eric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-07Write progress meter to stderr instead of stdoutRandolph Chung
2000-12-07Fixed URL parsing bugRandolph Chung
2000-11-14Remove the BSD advertising clause, and replace it with a link to howEric Andersen
2000-10-25Cleaned up error message handling.Matt Kraai
2000-10-03Add a spiffy progress meter.Eric Andersen
2000-10-02Try to guess an output filenameEric Andersen
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-14Bug fix for wget, and proper attribution of Chip Rosenthal andEric Andersen
2000-09-04Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.Eric Andersen