Age | Commit message (Expand) | Author |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-09-06 | more C standard compat fixes from Dan Fandrich | Denys Vlasenko |
2009-04-25 | add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) | Denis Vlasenko |
2009-04-21 | *: remove check for errors on getsockaddr in cases we know they can't happen | Denis Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-03-09 | ftpd: EPSV and SIZE support. Tested to work on IPv6 too. | Denis Vlasenko |
2009-03-09 | *: move get_sock_lsa and xwrite_str to libbb, use where appropriate | Denis Vlasenko |
2008-12-10 | add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26 | Denis Vlasenko |
2008-12-10 | *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. | Denis Vlasenko |
2008-12-07 | Fix forgotten license comments | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-03-12 | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko |
2008-01-29 | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer |
2007-11-14 | Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: | Denis Vlasenko |
2007-08-18 | introduce and use xdup2(int, int) | Denis Vlasenko |
2007-06-05 | nc: make connecting to IPv4 from IPv6-enabled hosts easier | Denis Vlasenko |
2007-04-10 | make a few struct bb_applet members conditional | Denis Vlasenko |
2007-04-05 | nc: port nc 1.10 to busybox | Denis Vlasenko |
2007-04-02 | test: comment out unused code | Denis Vlasenko |
2007-04-01 | tcpsvd: new applet | Denis Vlasenko |
2007-02-09 | ping: support -I addr in family neutral manner; reuse a bit of common code | Denis Vlasenko |
2007-02-07 | tftp: fix IPv6 fallout | Denis Vlasenko |
2007-02-04 | udhcp: use improved gethostbyname replacement from IPv6 code | Denis Vlasenko |
2007-02-04 | mount: (try to) support cifs with IPv6 | Denis Vlasenko |
2007-02-04 | add x to IPv6 functions which can die | Denis Vlasenko |
2007-01-24 | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko |
2007-01-22 | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko |
2007-01-22 | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko |
2007-01-22 | comment out unused old networking API parts | Denis Vlasenko |
2007-01-13 | small fixes to ipv6 infrastructure | Denis Vlasenko |
2007-01-12 | next part of ipv6-ization. mostly netcat. | Denis Vlasenko |
2007-01-12 | next part of ipv6-ization is here: wget & httpd | Denis Vlasenko |
2007-01-11 | ipv6-ization efforts continue. Few bugs are found, | Denis Vlasenko |
2007-01-10 | a bit more IPv6-ization work | Denis Vlasenko |
2007-01-10 | Improve generic ipv4+ipv6 support in libbb. | Denis Vlasenko |
2006-12-23 | use xbind, xconnect where appropriate. | Denis Vlasenko |
2006-11-22 | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko |
2006-11-22 | fix double merge | Denis Vlasenko |
2006-11-22 | telnetd: move generic stuff into libbb. It will make it easy | Denis Vlasenko |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko |
2006-10-26 | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko |
2006-09-23 | wget: fix bug where wget creates null file if there is no remote one. | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer |
2006-02-17 | type typo. Thanks, Devin Bayer | "Vladimir N. Oleynik" |
2005-08-22 | Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. | Rob Landley |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-01-17 | Modify bb_lookup_port to allow the protocol to be specified, allowing | Glenn L McGrath |