httpd: do not set alarm() timeout if we read cached header
[oweals/busybox.git] / networking / nslookup.c
2019-01-09 Denys Vlasenkonslookup: return exitcode 1 on resolution errors
2018-12-28 Denys Vlasenkoconfig: update size information
2018-08-01 Denys Vlasenkonslookup: add support for search domains, closes 11161
2018-06-27 Denys Vlasenkonslookup: placate "warning: unused variable i"
2018-04-15 Denys Vlasenkonslookup: simplify make_ptr
2018-04-15 Denys Vlasenkonslookup: get rid of query::rlen field
2018-04-15 Denys Vlasenkonslookup: move array of queries to "globals"
2018-04-15 Denys Vlasenkonslookup: accept lowercase -type=soa, document query...
2018-04-15 Denys Vlasenkonslookup: change -stats to -debug (it's a bug in bind...
2018-04-15 Denys Vlasenkonslookup: rework option parsing
2018-04-15 Denys Vlasenkonslookup: smaller qtypes[] array
2018-04-15 Denys Vlasenkonslookup: process replies immediately, do not store...
2018-04-14 Denys Vlasenkonslookup: fix output corruption for "nslookup 1.2.3.4"
2018-04-14 Denys Vlasenkonslookup: more closely resemble output format of bind...
2018-04-14 Denys Vlasenkonslookup: shrink send_queries()
2018-04-14 Denys Vlasenkonslookup: use xmalloc_sockaddr2dotted() instead of...
2018-04-14 Denys Vlasenkonslookup: usee bbox network functions instead of opne...
2018-04-14 Denys Vlasenkonslookup: add openwrt / lede version
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-19 Denys VlasenkoUpdate remaining menuconfig items with approximate...
2016-11-23 Denys VlasenkoConvert all networking/* applets to "new style" applet...
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...