aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove _().landley2006-05-291-52/+52
* My first bout of untangling udhcp. Make lots of gratuitous #defines golandley2006-05-2817-221/+86
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-2717-23/+0
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-5/+5
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-263-0/+20
* fix spelling mistakesvapier2006-05-262-2/+2
* Remove a pointless #define.landley2006-05-251-4/+5
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessarylandley2006-05-212-19/+7
* Patch from Robert P. Day to remove #ifdefed out SLIP support code that welandley2006-05-191-40/+0
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-194-35/+2
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-4/+6
* - include strings.haldot2006-05-191-0/+1
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-2/+1
* Patch from Bernhard Fischer to remove some useless bits.landley2006-05-172-12/+0
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-132-2/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* fix no previous prototype warningvapier2006-05-111-0/+1
* fix no previous prototype warningvapier2006-05-111-0/+1
* renamevapier2006-05-111-0/+0
* remove files not related to busyboxvapier2006-05-1122-1677/+0
* accept() takes a socklen_t, not an intvapier2006-05-101-1/+2
* fix whitespace in comment examplevapier2006-05-101-1/+1
* some more useful debug info from Jason Holdenvapier2006-05-101-1/+5
* - add helptext for --retriesaldot2006-05-101-0/+1
* touchup whitespace/english a bit morevapier2006-05-101-3/+2
* whitespace between if and (vapier2006-05-101-5/+5
* re-enable udhcp in a few more placesvapier2006-05-081-1/+2
* add back in udhcp supportvapier2006-05-0861-0/+5812
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-072-9/+9
* Busybox's udhcp was deleted a while ago. Bolting an external project onto thelandley2006-05-051-2/+0
* CONFIG->ENABLE migration.landley2006-05-042-21/+13
* More usage.h cleanups, with collateral changes to httpd. Specifically,landley2006-04-282-30/+30
* - improve wording in some help texts a little bit.aldot2006-04-181-9/+9
* - patch from P.J. Day to rely on the automatic indenting provided by depends.aldot2006-04-181-62/+60
* - simplify config options of the ip applet.aldot2006-04-181-76/+58
* kill off pointless malloc.h includevapier2006-04-161-1/+0
* kill pointless memory.h includesvapier2006-04-161-1/+0
* Remove code for protocols we don't properly support. (Most of this couldlandley2006-04-142-383/+1
* Patch from Robert P Day to remove standalone code from httpd. (Busybox haslandley2006-04-141-64/+0
* Hard wiring configuration symbol values into the code defeats the purposelandley2006-04-141-22/+4
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-1/+2
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-3/+1
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()aldot2006-04-126-27/+12
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-124-10/+8
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-1212-163/+65
* - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page'aldot2006-04-111-5/+5
* - put udhcp back in (Rob, you removed this in r14787 by accident..).aldot2006-04-101-0/+1
* Second verse, same as the first.landley2006-04-101-1/+1
* Missing dependency spotted by Robert P Day.landley2006-04-101-3/+1
* - fix typo introduced in the last commit.aldot2006-04-101-2/+2