index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
nslookup.c
Age
Commit message (
Expand
)
Author
2004-10-13
return failure when nslookup fails
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-30
Use proper C99 types
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-07-24
Commited patch from bug #1182
Robert Griebl
2002-04-27
uClibc supports struct _res these days...
Eric Andersen
2001-11-10
Latest patch from vodz:
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-01
Use xgethostbyname instead of gethostbyname (found by Erik Andersen).
Matt Kraai
2001-07-06
Add woukaround for missing struct _res in uClibc
Eric Andersen
2001-06-12
A patch from Benjamin Zeckel <bzeckel@cisco.com> to allow
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-24
Remove the warning messages. By consensus, netkit-tiny doesn't
Eric Andersen
2001-01-24
Fix spelling. s/maintainence/maintenance/
Eric Andersen
2001-01-22
Warn about apps that will be going away in release 0.50
Eric Andersen
2001-01-20
Fix naming to reflect reality
Eric Andersen
2001-01-20
Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,
Eric Andersen
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-05-12
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
Erik Andersen
2000-05-02
More stuff
Erik Andersen
2000-04-15
More documentation updates, and minor fixes to make things sync
Erik Andersen
2000-04-13
Upates to include copyright 2000 to everything
Erik Andersen
2000-02-18
Some updates for the day,
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
2000-02-07
A few minor updates. ;-)
Erik Andersen
2000-01-30
made more robust and commented my code.
John Beppu
2000-01-29
nslookup -- a work in progress...
John Beppu