index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
nslookup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nslookup: tiny shrink (-5 bytes); add comment about res_init
Denis Vlasenko
2008-11-04
1
-8
/
+9
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
printf("%s\n") -> puts()
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
introduce and use xdup2(int, int)
Denis Vlasenko
2007-08-18
1
-4
/
+3
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
1
-1
/
+1
*
add x to IPv6 functions which can die
Denis Vlasenko
2007-02-04
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
clean up commented out old code
Denis Vlasenko
2007-01-22
1
-54
/
+1
*
nslookup: full circle. Here we started IPv6 work. Use "new API"
Denis Vlasenko
2007-01-22
1
-29
/
+88
*
- sed -i -e "/\$Id:/d;"
Bernhard Reutner-Fischer
2007-01-22
1
-1
/
+0
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
1
-3
/
+3
*
wget: fix error message.
Denis Vlasenko
2006-11-10
1
-1
/
+1
*
small ipv6 doc changes; nslookup a tiny bit smaller
Denis Vlasenko
2006-11-07
1
-2
/
+3
*
nslookup: make it more IPv6 friendly
Denis Vlasenko
2006-10-26
1
-125
/
+80
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-2
/
+2
*
Add one-line GPL boilerplate to these source files.
"Robert P. J. Day"
2006-07-11
1
-14
/
+1
*
return failure when nslookup fails
Eric Andersen
2004-10-13
1
-2
/
+5
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-2
/
+2
*
Use proper C99 types
Eric Andersen
2004-01-30
1
-16
/
+17
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-2
/
+2
*
Commited patch from bug #1182
Robert Griebl
2002-07-24
1
-7
/
+35
*
uClibc supports struct _res these days...
Eric Andersen
2002-04-27
1
-10
/
+1
*
Latest patch from vodz:
Eric Andersen
2001-11-10
1
-5
/
+5
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-3
/
+3
*
Use xgethostbyname instead of gethostbyname (found by Erik Andersen).
Matt Kraai
2001-10-01
1
-2
/
+2
*
Add woukaround for missing struct _res in uClibc
Eric Andersen
2001-07-06
1
-1
/
+10
*
A patch from Benjamin Zeckel <bzeckel@cisco.com> to allow
Eric Andersen
2001-06-12
1
-39
/
+40
*
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-20
1
-2
/
+2
*
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-02-14
1
-2
/
+2
*
Fix up copyright msgs. Bump version to 0.49 in preparation for
0_49
Eric Andersen
2001-01-27
1
-2
/
+2
*
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-27
1
-1
/
+2
*
Remove the warning messages. By consensus, netkit-tiny doesn't
Eric Andersen
2001-01-24
1
-5
/
+1
*
Fix spelling. s/maintainence/maintenance/
Eric Andersen
2001-01-24
1
-2
/
+2
*
Warn about apps that will be going away in release 0.50
Eric Andersen
2001-01-22
1
-1
/
+5
*
Fix naming to reflect reality
Eric Andersen
2001-01-20
1
-3
/
+3
*
Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,
Eric Andersen
2001-01-20
1
-19
/
+18
*
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-12-01
1
-2
/
+2
*
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-09-25
1
-2
/
+2
*
Extract usage information into a separate file.
Matt Kraai
2000-07-16
1
-8
/
+1
*
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-06-19
1
-2
/
+2
*
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
Erik Andersen
2000-05-12
1
-2
/
+6
*
More stuff
Erik Andersen
2000-05-02
1
-2
/
+2
*
More documentation updates, and minor fixes to make things sync
Erik Andersen
2000-04-15
1
-9
/
+9
*
Upates to include copyright 2000 to everything
Erik Andersen
2000-04-13
1
-2
/
+1
*
Some updates for the day,
Erik Andersen
2000-02-18
1
-8
/
+8
*
Some formatting updates (ran the code through indent)
Erik Andersen
2000-02-08
1
-98
/
+87
*
A few minor updates. ;-)
Erik Andersen
2000-02-07
1
-1
/
+1
*
made more robust and commented my code.
John Beppu
2000-01-30
1
-34
/
+54
[next]