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