Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-08-20Apply Glenn's tftp rewriteEric Andersen
2001-08-10This corrects the _really_poor_ implementation of "broadcast +" handlingManuel Novoa III
2001-08-02More libc5 fixupsEric Andersen
2001-08-01Silence some silly warningsEric Andersen
2001-07-20Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen
2001-07-19The -P prefix should only be prepended to filenames which are not explicitlyMatt Kraai
2001-07-19The directory name should only be prepended if one was specified.Matt Kraai
2001-07-17This is vodz' latest patch. Sorry it took so long...Eric Andersen
2001-07-14Allow featureless ping to compile, and featureful ping to shrinkMatt Kraai
2001-07-13Patch from vodz:Eric Andersen
2001-07-10A traceroute applet from vodz. This could probably be slimmed down,Eric Andersen
2001-07-07This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enablesEric Andersen
2001-07-06Add woukaround for missing struct _res in uClibcEric Andersen
2001-06-26Vladimir's last_patch_15Glenn L McGrath
2001-06-23These were broken when using dmalloc due to include file orderingEric Andersen
2001-06-21Add wget -P support, finishing off bug #1176Eric Andersen
2001-06-13A patch from Benjamin Zeckel <bzeckel@cisco.com> to allowEric Andersen
2001-05-22Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen
2001-05-16Whoops. Forgot the x.Matt Kraai
2001-05-16Add xgethostbyname and herror_msg* functions.Matt Kraai
2001-05-16Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai
2001-05-16Suggestion from Larry: no format string, use fputs instead.Eric Andersen
2001-05-15Patch from Adam Heath <doogie@debian.org> to add arbitrary header supportEric Andersen
2001-05-15Fix incorrect length passed to accept noted by Larry Doolittle.Matt Kraai
2001-05-13When doing a 'wget -O -' turn on the quiet flag, lest the status barEric Andersen
2001-05-09Make stdio functions which can be interrupted by the progressmeter timerMatt Kraai
2001-05-07Patch from Jim McQuillan to pass the terminal type to the remote host.Eric Andersen
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchMark Whitley
2001-04-12Use putc, and write to stderr as the rest of the progressmeter does.Matt Kraai
2001-04-12Only finish with a newline if we are displaying the progress indicator.Matt Kraai
2001-04-12Fix behavior when extracting to stdout. Report and patch byMatt Kraai
2001-04-10This patch from Laurence Anderson <laurence@zxmail.com> fixesEric Andersen
2001-04-10Update how we detect if libc5 is in use.Eric Andersen
2001-04-06A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-03-26Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb...Manuel Novoa III
2001-03-23xstrdup tftp cleanup from Jeff GarzikEric Andersen
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
2001-03-20Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen
2001-03-17Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, whereEric Andersen
2001-03-15Don't confuse people. If the run 'ifconfig' and they didn'tEric Andersen
2001-03-14Fix socklen_t for libc5Eric Andersen
2001-03-12Reduced code size of interface. Support ifconfig -a and ifconfig interfaceManuel Novoa III
2001-03-10Quick mod to enable option -a for ifconfig.Manuel Novoa III
2001-03-10Use perror_msg_and_die function where appropriate.Manuel Novoa III
2001-03-10A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-03-09Improved port of ifconfig... smaller and with more features.Manuel Novoa III
2001-03-07This patch by Vladimir and Larry saves a few bytes.Eric Andersen
2001-03-06Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines fromMark Whitley