OSDN Git Service

Add --login support. This is the bash way of starting a shell that should
[android-x86/external-busybox.git] / networking /
2002-05-14 Robert GrieblThis patch adds -e (extended information) to route...
2002-05-05 Eric AndersenTom Oehser noticed that we were lacking the SO_REUSEADD...
2002-04-27 Eric AndersenuClibc supports struct _res these days...
2002-04-26 Eric AndersenAdd netcat -i option, per patch from Cristian Ionescu...
2002-04-26 Eric AndersenFix bugs
2002-04-26 Eric AndersenMinor formatting
2002-04-26 Tim Rikeradd missing void, still has issues though
2002-04-26 Eric AndersenForward port patch from Przemyslaw Czerpak <druzus...
2002-04-17 Matt Kraai* networking/wget.c (wget_main): Check return value...
2002-04-15 Eric AndersenPatch from Ben Low <ben@titr.uow.edu.au> to allow tftp...
2002-04-13 Eric AndersenTeach tftp to direct the fetched file to stdout when the
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-03-21 Eric AndersenDoh! I broke ping when removing the nested function.
2002-03-20 Eric AndersenPatch from Jeff Studer <jstuder@aquilagroup.com> to...
2002-03-20 Eric AndersenCave to pressure (2 months later). Eliminate using a
2002-03-19 Matt Kraai* networking/wget.c (parse_url): Allocate a string...
2002-02-01 Matt Kraai2002-01-30 Neal H Walfield <neal@cs.uml.edu>
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-11-10 Eric AndersenLatest patch from vodz:
2001-11-10 Eric AndersenCan't use RESERVE_CONFIG_BUFFER here since the allocation
2001-10-31 Eric AndersenAdd netstat applet, submitted by Bart Visscher <magick...
2001-10-31 Eric AndersenMajor cleanup from Charles Steinkuehler <charles@steink...
2001-10-31 Eric Andersenpatch from Giulio Orsero <giulioo@pobox.com>
2001-10-28 Eric AndersenUse error_msg() instead of fprintf(stderr, ...)
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-25 Glenn L McGrathRecovery from previous commit
2001-10-25 Glenn L McGrathrEcover from my previous commit
2001-10-25 Glenn L McGrathModify applets to use libunarchive
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-05 Glenn L McGrathApply Magnus Damm's patch, adds tftp blocksize support...
2001-10-01 Matt KraaiUse xgethostbyname instead of gethostbyname (found...
2001-09-05 Eric AndersenAnother fix from vodz
2001-08-27 Eric Andersenpatch from vodz -- route cleanup to display all route...
2001-08-23 Eric AndersenA patch from Jaspreet Singh <jsingh@somanetworks.com>
2001-08-20 Eric AndersenApply Glenn's tftp rewrite
2001-08-10 Manuel Novoa III This corrects the _really_poor_ implementation of ...
2001-08-02 Eric AndersenMore libc5 fixups
2001-07-31 Eric AndersenSilence some silly warnings
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-19 Matt KraaiThe -P prefix should only be prepended to filenames...
2001-07-19 Matt KraaiThe directory name should only be prepended if one...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-13 Matt KraaiAllow featureless ping to compile, and featureful ping...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-10 Eric AndersenA traceroute applet from vodz. This could probably...
2001-07-07 Eric AndersenThis patch from Fabio Ferrari <fabio.ferrari@digitro...
2001-07-06 Eric AndersenAdd woukaround for missing struct _res in uClibc
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-23 Eric AndersenThese were broken when using dmalloc due to include...
2001-06-21 Eric AndersenAdd wget -P support, finishing off bug #1176
2001-06-12 Eric AndersenA patch from Benjamin Zeckel <bzeckel@cisco.com> to...
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-16 Matt KraaiWhoops. Forgot the x.
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-15 Eric AndersenSuggestion from Larry: no format string, use fputs...
2001-05-15 Eric AndersenPatch from Adam Heath <doogie@debian.org> to add arbitr...
2001-05-15 Matt KraaiFix incorrect length passed to accept noted by Larry...
2001-05-13 Eric AndersenWhen doing a 'wget -O -' turn on the quiet flag, lest...
2001-05-09 Matt KraaiMake stdio functions which can be interrupted by the...
2001-05-07 Eric AndersenPatch from Jim McQuillan to pass the terminal type...
2001-04-17 Mark WhitleyApplied a patch from Laurence Anderson to fix the wget...
2001-04-11 Matt KraaiUse putc, and write to stderr as the rest of the progre...
2001-04-11 Matt KraaiOnly finish with a newline if we are displaying the...
2001-04-11 Matt KraaiFix behavior when extracting to stdout. Report and...
2001-04-10 Eric AndersenThis patch from Laurence Anderson <laurence@zxmail...
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-05 Eric AndersenA patch from Dmitry Zakharov <dmit@crp.bank.gov.ua...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-26 Manuel Novoa III Fix in_ether bug regarding hex digits reported by Jonas...
2001-03-23 Eric Andersenxstrdup tftp cleanup from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-17 Eric AndersenFix a bug pointed out by Rob Landley <rlandley@austin...
2001-03-15 Eric AndersenDon't confuse people. If the run 'ifconfig' and they...
2001-03-14 Eric AndersenFix socklen_t for libc5
2001-03-12 Manuel Novoa III Reduced code size of interface. Support ifconfig ...
2001-03-10 Manuel Novoa III Quick mod to enable option -a for ifconfig.
2001-03-09 Manuel Novoa III Use perror_msg_and_die function where appropriate.
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-03-08 Manuel Novoa III Improved port of ifconfig... smaller and with more...
2001-03-07 Eric AndersenThis patch by Vladimir and Larry saves a few bytes.
2001-03-06 Mark WhitleyApplied patch from Vladimir Oleynik via Magnus Damm...
2001-03-06 Eric AndersenAdd in a first pass at ifconfig status reporting. ...
2001-03-02 Mark WhitleyAdded Magnus Damm's tftp applet to Busybox.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-18 Eric AndersenA small cleanup by Vladimir
2001-02-15 Mark WhitleyAnother small formatting change from Larry Doolittle.
2001-02-15 Mark WhitleyApplied patch from Larry Doolittle that does the following:
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-14 Eric Andersenimplemented displayroute() based on a patch from Vladim...
2001-02-14 Eric AndersenAdd in ifconfig and route
2001-02-07 Matt KraaiAdd listening support.
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-31 Eric AndersenPatch from Vladimir N. Oleynik to simplify wget file...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-26 Eric AndersenAdd errno.h
next