aboutsummaryrefslogtreecommitdiff
path: root/libbb/xconnect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: set new listening sockets to dual-stack modeRon Yorston2016-07-051-0/+4
* Merge branch 'busybox' into mergeRon Yorston2015-10-131-2/+23
|\
| * libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-2/+23
* | ipcalc: enable by default for WIN32Ron Yorston2015-07-131-4/+4
|/
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* Make unix (local) sockets work without IPv6 enabledJonh Wendell2012-02-091-7/+9
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-7/+9
* don't call freeaddinfo(NULL)Vitaly Magerya2011-03-221-2/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* A few minor portability improvementsDan Fandrich2010-06-191-0/+1
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-3/+13
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-0/+10
* *: gethostname-related fixesDenys Vlasenko2010-02-271-22/+0
* ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko2009-11-241-1/+1
* fix trivial compile breakageDenys Vlasenko2009-11-241-2/+2
* ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko2009-11-241-5/+36
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-0/+1
* add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko2009-04-251-1/+23
* *: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko2009-04-211-8/+13
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-5/+5
* ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko2009-03-091-2/+7
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-2/+16
* add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko2008-12-101-1/+3
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-101-0/+15
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-25/+25
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-121-5/+16
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-14/+14
* Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko2007-11-141-3/+16
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-14/+24
* nc: make connecting to IPv4 from IPv6-enabled hosts easierDenis Vlasenko2007-06-051-12/+20
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-1/+1
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-051-1/+1
* test: comment out unused codeDenis Vlasenko2007-04-021-6/+22
* tcpsvd: new appletDenis Vlasenko2007-04-011-7/+5
* ping: support -I addr in family neutral manner; reuse a bit of common codeDenis Vlasenko2007-02-091-1/+1
* tftp: fix IPv6 falloutDenis Vlasenko2007-02-071-1/+1
* udhcp: use improved gethostbyname replacement from IPv6 codeDenis Vlasenko2007-02-041-0/+5
* mount: (try to) support cifs with IPv6Denis Vlasenko2007-02-041-1/+7
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-041-20/+21
* Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko2007-01-241-0/+2
* ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko2007-01-221-4/+23
* nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko2007-01-221-2/+22
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-3/+2
* comment out unused old networking API partsDenis Vlasenko2007-01-221-8/+16
* small fixes to ipv6 infrastructureDenis Vlasenko2007-01-131-0/+2
* next part of ipv6-ization. mostly netcat.Denis Vlasenko2007-01-121-16/+34
* next part of ipv6-ization is here: wget & httpdDenis Vlasenko2007-01-121-6/+5
* ipv6-ization efforts continue. Few bugs are found,Denis Vlasenko2007-01-111-10/+50