Bump to version 1.22.1
[platform/upstream/busybox.git] / networking / nslookup.c
2013-06-26 Denys Vlasenkonslookup: set default DNS server again. Hopefully helps...
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-03-22 Vitaly Mageryadon't call freeaddinfo(NULL)
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2008-11-17 Denis Vlasenkonslookup: glibc + IPv6 address of DNS server don't...
2008-11-16 Denis Vlasenkonslookup: allow usage of IPv6 addresses or hostnames
2008-11-04 Denis Vlasenkonslookup: tiny shrink (-5 bytes); add comment about...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkostyle fixes. No code changes
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 Vlasenkoclean up commented out old code
2007-01-22 Denis Vlasenkonslookup: full circle. Here we started IPv6 work. Use...
2007-01-22 Bernhard Reutner... - sed -i -e "/\$Id:/d;"
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-11-10 Denis Vlasenkowget: fix error message.
2006-11-07 Denis Vlasenkosmall ipv6 doc changes; nslookup a tiny bit smaller
2006-10-26 Denis Vlasenkonslookup: make it more IPv6 friendly
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-07-11 "Robert P. J. Day"Add one-line GPL boilerplate to these source files.
2004-10-13 Eric Andersenreturn failure when nslookup fails
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse proper C99 types
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-24 Robert GrieblCommited patch from bug #1182
2002-04-27 Eric AndersenuClibc supports struct _res these days...
2001-11-10 Eric AndersenLatest patch from vodz:
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-01 Matt KraaiUse xgethostbyname instead of gethostbyname (found...
2001-07-06 Eric AndersenAdd woukaround for missing struct _res in uClibc
2001-06-12 Eric AndersenA patch from Benjamin Zeckel <bzeckel@cisco.com> to...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-24 Eric AndersenRemove the warning messages. By consensus, netkit...
2001-01-24 Eric AndersenFix spelling. s/maintainence/maintenance/
2001-01-22 Eric AndersenWarn about apps that will be going away in release...
2001-01-20 Eric AndersenFix naming to reflect reality
2001-01-20 Eric AndersenApply a patch from Vladimir N. Oleynik <dzo@simtreas...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-02 Erik AndersenMore stuff
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-02-18 Erik AndersenSome updates for the day,
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-30 John Beppumade more robust and commented my code.
2000-01-29 John Beppu nslookup -- a work in progress...