Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-17 | nslookup: glibc + IPv6 address of DNS server don't mix (yet) | Denis Vlasenko | |
2008-11-16 | nslookup: allow usage of IPv6 addresses or hostnames | Denis Vlasenko | |
for DNS server name; allow for port specification. Tested to work: "nslookup google.com [::1]:5353" | |||
2008-11-04 | nslookup: tiny shrink (-5 bytes); add comment about res_init | Denis Vlasenko | |
inet_common: cosmetics, no code changes | |||
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | |
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | |||
2007-10-01 | printf("%s\n") -> puts() | Denis Vlasenko | |
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | |
2007-08-18 | introduce and use xdup2(int, int) | Denis Vlasenko | |
stop checking whether setsockopt_reuseaddr(int fd) was successful (it always is) remove second parameter (sockllen) from xmalloc_sockaddr2xxxxx functions sockaddr2str 142 156 +14 collect_blk 467 474 +7 xdup2 28 33 +5 singlemount 4456 4454 -2 print_host 214 212 -2 nslookup_main 139 137 -2 ftpgetput_main 414 412 -2 udhcpd_main 1258 1255 -3 udhcpc_main 2405 2402 -3 traceroute_main 4125 4122 -3 nc_main 1072 1069 -3 buffer_fill_and_print 76 73 -3 xmalloc_sockaddr2hostonly_noport 18 14 -4 xmalloc_sockaddr2host_noport 18 14 -4 xmalloc_sockaddr2host 15 11 -4 xmalloc_sockaddr2dotted_noport 18 14 -4 xmalloc_sockaddr2dotted 18 14 -4 wget_main 2618 2614 -4 ping_main 393 389 -4 ip_port_str 120 115 -5 dhcprelay_main 1146 1141 -5 dnsd_main 1531 1525 -6 passwd_main 1110 1102 -8 udhcp_kernel_packet 206 197 -9 udhcp_listen_socket 154 144 -10 getty_main 2576 2566 -10 setup 655 640 -15 xmove_fd 51 34 -17 dolisten 759 742 -17 tcpudpsvd_main 1866 1836 -30 startservice 339 299 -40 | |||
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-04-12 | style fixes. No code changes | Denis Vlasenko | |
2007-02-04 | add x to IPv6 functions which can die | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-01-22 | clean up commented out old code | Denis Vlasenko | |
2007-01-22 | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko | |
and thus save a few bytes. | |||
2007-01-22 | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko | |
2006-11-10 | wget: fix error message. | Denis Vlasenko | |
Bad: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 : HTTP/1.0 404 Not Foundror 404 Not Found Good: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 get: server returned error: HTTP/1.0 404 Not Found nslookup: fix my mistake applets: make Bernhard Fischer <rep.nop@aon.at> happy :) | |||
2006-11-07 | small ipv6 doc changes; nslookup a tiny bit smaller | Denis Vlasenko | |
2006-10-26 | nslookup: make it more IPv6 friendly | Denis Vlasenko | |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-07-11 | Add one-line GPL boilerplate to these source files. | "Robert P. J. Day" | |
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 | |
Although ssrat@mailbag.com says this is not GNU behaviour, it really *is* (man nslookup) | |||
2002-04-27 | uClibc supports struct _res these days... | Eric Andersen | |
2001-11-10 | Latest patch from vodz: | Eric Andersen | |
-- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets | |||
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
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 | |
nslookup.c to display the correct default nameservers. | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | |
a release. Update the website with release details. -Erik | |||
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||
2001-01-24 | Remove the warning messages. By consensus, netkit-tiny doesn't | Eric Andersen | |
need to happen. | |||
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 | |
-Erik | |||
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 | |
and thereby save 64 bytes. -Erik | |||
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 | |
-Erik | |||
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 | |
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-05-02 | More stuff | Erik Andersen | |
-Erik | |||
2000-04-15 | More documentation updates, and minor fixes to make things sync | Erik Andersen | |
up with the docs. -Erik | |||
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-02-18 | Some updates for the day, | Erik Andersen | |
-Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik |