I *always* forgotting svn add
[oweals/busybox.git] / networking / dnsd.c
2006-12-19 Bernhard Reutner... - use xlisten/xsocket some more. Saves .25 kB
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-15 Rob LandleyBernhard Fischer pointed out some leftover debris needi...
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add bb_xbind() and bb_xl...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-01-25 "Vladimir N. Oleynik"+#include <sys/socket.h>
2006-01-25 "Vladimir N. Oleynik"new applet. Thanks Roberto A. Foglietta