summaryrefslogtreecommitdiff
path: root/networking/nslookup.c
Commit message (Expand)AuthorAgeFilesLines
* nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko2013-06-271-2/+13
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+14
* don't call freeaddinfo(NULL)Vitaly Magerya2011-03-221-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* nslookup: glibc + IPv6 address of DNS server don't mix (yet)Denis Vlasenko2008-11-171-4/+9
* nslookup: allow usage of IPv6 addresses or hostnamesDenis Vlasenko2008-11-161-11/+26
* nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko2008-11-041-8/+9
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-4/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* clean up commented out old codeDenis Vlasenko2007-01-221-54/+1
* nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko2007-01-221-29/+88
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-221-1/+0
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-3/+3
* wget: fix error message.Denis Vlasenko2006-11-101-1/+1
* small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko2006-11-071-2/+3
* nslookup: make it more IPv6 friendlyDenis Vlasenko2006-10-261-125/+80
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-2/+2
* Add one-line GPL boilerplate to these source files."Robert P. J. Day"2006-07-111-14/+1
* return failure when nslookup failsEric Andersen2004-10-131-2/+5
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Use proper C99 typesEric Andersen2004-01-301-16/+17
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
* Commited patch from bug #1182Robert Griebl2002-07-241-7/+35
* uClibc supports struct _res these days...Eric Andersen2002-04-271-10/+1
* Latest patch from vodz:Eric Andersen2001-11-101-5/+5
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-3/+3
* Use xgethostbyname instead of gethostbyname (found by Erik Andersen).Matt Kraai2001-10-011-2/+2
* Add woukaround for missing struct _res in uClibcEric Andersen2001-07-061-1/+10
* A patch from Benjamin Zeckel <bzeckel@cisco.com> to allowEric Andersen2001-06-121-39/+40
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-2/+2
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-2/+2
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-1/+2
* Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen2001-01-241-5/+1
* Fix spelling. s/maintainence/maintenance/Eric Andersen2001-01-241-2/+2
* Warn about apps that will be going away in release 0.50Eric Andersen2001-01-221-1/+5
* Fix naming to reflect realityEric Andersen2001-01-201-3/+3
* Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,Eric Andersen2001-01-201-19/+18
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-2/+2
* Extract usage information into a separate file.Matt Kraai2000-07-161-8/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+6
* More stuffErik Andersen2000-05-021-2/+2