Bump to version 1.22.1
[platform/upstream/busybox.git] / networking / dnsd.c
2011-07-08 Dan Fandrichtypo fixes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-28 Denys Vlasenkodnsd: fix 64-bit bug 2539.
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-04-26 Denys Vlasenkodnsd: fix unaligned access problem
2010-04-14 Denys Vlasenkodnsd: enforce alignment on packet buffer
2010-03-05 Denys Vlasenkotftp: do not show progress bar if we get error right...
2010-02-07 Denys Vlasenkodnsd: add -s option. This allows (clumsy) operation...
2010-02-07 Denys Vlasenkodnsd: add more -v messages
2010-02-06 Denys Vlasenkodnsd: fix one big-endian goof; add a TODO about RA bit
2009-04-12 Denis Vlasenkodnsd: stop using oversized buffer. trim comment.
2009-04-12 Denis Vlasenkomount: users report that CIFS support is breaking things,
2009-04-12 Denis Vlasenkodnsd: removed highly questionable setting of signals...
2009-04-12 Denis Vlasenkodnsd: fix a number of bugs. Ideas by Ming-Ching Tiew...
2009-03-11 Denis Vlasenkodocs/logging_and_backgrounding.txt: new mini-doc
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-20 Denis Vlasenkodnsd,sestatus: use libbb to parse config file (by Vladimir)
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-22 Denis Vlasenkodnsd: fixes various segfaults.
2008-03-17 Denis Vlasenkodnsd: properly set _src_ IP:port on outgoing UDP packets
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-24 Denis Vlasenkodc: use common_bufsiz1 for evaluation stack
2007-03-24 Denis Vlasenkodnsd: last commit had a typo :(
2007-03-24 Denis Vlasenkodnsd: fix several buglets, make smaller
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-22 Denis Vlasenkodnsd: getfileentry was leaking memory
2007-01-20 Denis Vlasenkofixes for amd64 compilation
2007-01-12 Denis Vlasenkonext part of ipv6-ization. dnsd code is "interesting"...
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
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