| Commit message (Expand) | Author | Age | Files | Lines |
* | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko | 2008-03-12 | 1 | -5/+16 |
* | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 2008-01-29 | 1 | -14/+14 |
* | Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: | Denis Vlasenko | 2007-11-14 | 1 | -3/+16 |
* | introduce and use xdup2(int, int) | Denis Vlasenko | 2007-08-18 | 1 | -14/+24 |
* | nc: make connecting to IPv4 from IPv6-enabled hosts easier | Denis Vlasenko | 2007-06-05 | 1 | -12/+20 |
* | make a few struct bb_applet members conditional | Denis Vlasenko | 2007-04-10 | 1 | -1/+1 |
* | nc: port nc 1.10 to busybox | Denis Vlasenko | 2007-04-05 | 1 | -1/+1 |
* | test: comment out unused code | Denis Vlasenko | 2007-04-02 | 1 | -6/+22 |
* | tcpsvd: new applet | Denis Vlasenko | 2007-04-01 | 1 | -7/+5 |
* | ping: support -I addr in family neutral manner; reuse a bit of common code | Denis Vlasenko | 2007-02-09 | 1 | -1/+1 |
* | tftp: fix IPv6 fallout | Denis Vlasenko | 2007-02-07 | 1 | -1/+1 |
* | udhcp: use improved gethostbyname replacement from IPv6 code | Denis Vlasenko | 2007-02-04 | 1 | -0/+5 |
* | mount: (try to) support cifs with IPv6 | Denis Vlasenko | 2007-02-04 | 1 | -1/+7 |
* | add x to IPv6 functions which can die | Denis Vlasenko | 2007-02-04 | 1 | -20/+21 |
* | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | 2007-01-24 | 1 | -0/+2 |
* | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | 2007-01-22 | 1 | -4/+23 |
* | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko | 2007-01-22 | 1 | -2/+22 |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -3/+2 |
* | comment out unused old networking API parts | Denis Vlasenko | 2007-01-22 | 1 | -8/+16 |
* | small fixes to ipv6 infrastructure | Denis Vlasenko | 2007-01-13 | 1 | -0/+2 |
* | next part of ipv6-ization. mostly netcat. | Denis Vlasenko | 2007-01-12 | 1 | -16/+34 |
* | next part of ipv6-ization is here: wget & httpd | Denis Vlasenko | 2007-01-12 | 1 | -6/+5 |
* | ipv6-ization efforts continue. Few bugs are found, | Denis Vlasenko | 2007-01-11 | 1 | -10/+50 |
* | a bit more IPv6-ization work | Denis Vlasenko | 2007-01-10 | 1 | -21/+10 |
* | Improve generic ipv4+ipv6 support in libbb. | Denis Vlasenko | 2007-01-10 | 1 | -83/+151 |
* | use xbind, xconnect where appropriate. | Denis Vlasenko | 2006-12-23 | 1 | -1/+2 |
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko | 2006-11-22 | 1 | -2/+11 |
* | fix double merge | Denis Vlasenko | 2006-11-22 | 1 | -76/+0 |
* | telnetd: move generic stuff into libbb. It will make it easy | Denis Vlasenko | 2006-11-22 | 1 | -0/+152 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -2/+2 |
* | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko | 2006-10-26 | 1 | -6/+12 |
* | wget: fix bug where wget creates null file if there is no remote one. | Denis Vlasenko | 2006-09-23 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -11/+1 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -1/+1 |
* | type typo. Thanks, Devin Bayer | "Vladimir N. Oleynik" | 2006-02-17 | 1 | -1/+1 |
* | Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. | Rob Landley | 2005-08-22 | 1 | -0/+1 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Modify bb_lookup_port to allow the protocol to be specified, allowing | Glenn L McGrath | 2004-01-17 | 1 | -2/+2 |
* | fix broken formatting | Eric Andersen | 2003-12-23 | 1 | -3/+3 |
* | don't mess up errno | Eric Andersen | 2003-12-23 | 1 | -2/+9 |
* | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath | 2003-12-20 | 1 | -18/+15 |
* | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | Eric Andersen | 2003-11-03 | 1 | -2/+2 |
* | Rework wget, the xconnect interface, and its various clients | Eric Andersen | 2003-10-31 | 1 | -49/+37 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 |
* | use #ifdef CONFIG_* instead of #if CONFIG_* | Glenn L McGrath | 2002-11-26 | 1 | -1/+1 |
* | - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) | Robert Griebl | 2002-07-19 | 1 | -3/+2 |
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 1 | -0/+1 |
* | Brad Campbell <brad@seme.com.au> notes that | Eric Andersen | 2002-07-11 | 1 | -1/+2 |
* | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen | 2002-07-03 | 1 | -0/+78 |