aboutsummaryrefslogtreecommitdiff
path: root/networking/dnsd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-2/+2
| | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it.
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-1/+1
| | | | - include the correct headers: applets need busybox.h while lib* need libbb.h
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-7/+9
| | | | the busybox binary) into enums (which don't).
* +#include <sys/socket.h>"Vladimir N. Oleynik"2006-01-251-237/+238
| | | | | remove unused 'int i' form main whitespacing only
* new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"2006-01-251-0/+469