summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2014-07-04android: add a switch to handle Android LTanguy Pruvot6-20/+66
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-06-26nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko1-2/+13
2011-12-09fix building nslookup against AOSP bionicAusten Dicken1-2/+1
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-22don't call freeaddinfo(NULL)Vitaly Magerya3-11/+14
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2008-11-17nslookup: glibc + IPv6 address of DNS server don't mix (yet)Denis Vlasenko1-4/+9
2008-11-16nslookup: allow usage of IPv6 addresses or hostnamesDenis Vlasenko1-11/+26
2008-11-04nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko2-11/+9
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01printf("%s\n") -> puts()Denis Vlasenko7-15/+15
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko23-107/+95
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-02-04add x to IPv6 functions which can dieDenis Vlasenko10-36/+37
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-22clean up commented out old codeDenis Vlasenko7-452/+16
2007-01-22nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko3-48/+132
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer10-10/+0
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko48-310/+310
2006-11-10wget: fix error message.Denis Vlasenko4-8/+8
2006-11-07small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko3-4/+6
2006-10-26nslookup: make it more IPv6 friendlyDenis Vlasenko2-126/+81
2006-10-26silly size savings and capitalization fixesDenis Vlasenko24-81/+81
2006-07-11Add one-line GPL boilerplate to these source files."Robert P. J. Day"4-53/+6
2004-10-13return failure when nslookup failsEric Andersen1-2/+5
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-01-30Use proper C99 typesEric Andersen2-43/+45
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-07-24Commited patch from bug #1182Robert Griebl1-7/+35
2002-04-27uClibc supports struct _res these days...Eric Andersen1-10/+1
2001-11-10Latest patch from vodz:Eric Andersen10-305/+94
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-10-01Use xgethostbyname instead of gethostbyname (found by Erik Andersen).Matt Kraai2-4/+4
2001-07-06Add woukaround for missing struct _res in uClibcEric Andersen2-2/+20
2001-06-12A patch from Benjamin Zeckel <bzeckel@cisco.com> to allowEric Andersen2-78/+80
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen88-151/+174
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen14-66/+8
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen14-22/+22
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen14-8/+66
2001-01-20Fix naming to reflect realityEric Andersen2-6/+6
2001-01-20Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,Eric Andersen2-38/+36
[next]