aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* kill superfluous returns at the end of void functionsvda2007-03-111-18/+16
* ifupdown: do not complain if !/var/run/ifstatevda2007-03-091-1/+1
* httpd: make httpd usable for NOMMU CPUsvda2007-03-071-0/+13
* clean up accumulated whitespace damagevda2007-03-073-5/+6
* ifupdown: code to deconstruct the state_list gracefullyvda2007-03-061-4/+17
* httpd: run interpreter for configured file extensions in any dir,vda2007-03-051-0/+14
* httpd: fix breakage (introduced by me)vda2007-03-051-1/+1
* ping: don't measure times if ping payload is less than 8 bytes;vda2007-03-031-105/+75
* I *always* forget svn add :(vda2007-02-271-0/+205
* udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)vda2007-02-276-21/+77
* sort: fix multiple -k (was ignoring all except last)vda2007-02-171-1/+1
* zcip: revert my bogus changevda2007-02-141-11/+11
* httpd: a little bit more correct handling of CGI "HTTP/xxx" outputvda2007-02-131-34/+50
* httpd: fix for POSTDATA handling bugs:vda2007-02-111-24/+24
* 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