aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unused #include,, improve code readabilityvda2007-02-092-3/+4
* ping: reuse another bit of common code. -60 bytesvda2007-02-091-28/+16
* ping: support -I addr in family neutral manner; reuse a bit of common codevda2007-02-091-42/+30
* tftp: fix my bugvda2007-02-081-1/+1
* tftp: fix IPv6 falloutvda2007-02-071-19/+22
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-062-2/+2
* udhcp: use improved gethostbyname replacement from IPv6 codevda2007-02-041-9/+8
* ifconfig: use IPv6 infrastructurevda2007-02-042-28/+27
* add x to IPv6 functions which can dievda2007-02-047-11/+11
* suppress warnings about easch <applet>_main() havingvda2007-02-0335-6/+40
* assorted fixes for bugs found with randomconfigvda2007-02-032-2/+3
* - update helptextaldot2007-02-021-0/+1
* add a comment so that people won't get confusedvda2007-02-021-0/+1
* httpd: directory indexer example doesn't need piping thru dd anymorevda2007-02-021-5/+0
* trivial warning fixvda2007-02-021-1/+1
* udhcpd: allow "domain" to be a list of DNS servers, not just onevda2007-02-022-13/+21
* correct wget's commentvda2007-02-011-1/+1
* preparatory patch for -Wwrite-strings #8 (missed part)vda2007-01-302-9/+7
* preparatory patch for -Wwrite-strings #6vda2007-01-294-17/+6
* preparatory patch for -Wwrite-strings #5vda2007-01-298-36/+26
* preparatory patch for -Wwrite-strings #4vda2007-01-297-34/+30
* preparatory patch for -Wwrite-strings #2vda2007-01-2913-32/+33
* taskset: fix incorrect rage spec and allow 0xXXX inputvda2007-01-291-37/+30
* work around gcc bugvda2007-01-281-1/+3
* - reinstate static for the command string arrray to be gentle to gcc-3.xaldot2007-01-281-1/+1
* - use uint32_t as suggested by vda.aldot2007-01-281-7/+9
* ether-wake: remove #warningvda2007-01-271-2/+0
* use bb_sanitize_stdio() where appropriatevda2007-01-272-19/+3
* fix numbering in switch(): we don't have "del" anymore,vda2007-01-272-14/+16
* fix option -F mishandlingvda2007-01-261-1/+1
* arping: stop using last gethostbyname2 in the treevda2007-01-252-10/+9
* accidentally applied wrong (old) patch, fixing up...vda2007-01-251-8/+7
* opt_complementary doesn't like numeric opts :(vda2007-01-241-1/+1
* Unify ping and ping6. ping has -4 and -6 which forcevda2007-01-244-554/+458
* hostname declaration was misplacedvda2007-01-241-2/+2
* accumulated post-1.4.0 fixesvda2007-01-242-4/+9
* combine depends linesvapier2007-01-241-2/+1
* - rtnl_rttable_a2n wants an unsigned int32aldot2007-01-231-1/+1
* remove empty source filesvda2007-01-221-1/+0
* clean up commented out old codevda2007-01-225-448/+13
* ping6: stop using xgethostbyname2, remove it from libbb.vda2007-01-222-21/+28
* nslookup: full circle. Here we started IPv6 work. Use "new API"vda2007-01-221-29/+88
* - forgot to include ip_common.haldot2007-01-221-2/+3
* - sed -i -e "/\$Id:/d;"aldot2007-01-225-5/+0
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda2007-01-2210-226/+192
* dnsd: getfileentry was leaking memoryvda2007-01-221-11/+15
* exterminate u_intXXX.vda2007-01-225-65/+71
* comment out unused old networking API partsvda2007-01-222-3/+3
* remove obsolete FEATURE_WGET_IP6_LITERALvda2007-01-222-37/+0
* fixing bugs revealed by randomconfig runsvda2007-01-202-3/+7