aboutsummaryrefslogtreecommitdiff
path: root/libbb/xconnect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-09-101-15/+7
|\
| * libbb: reuse "bad port" error message stringDenys Vlasenko2021-09-101-1/+1
| * libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko2021-09-091-14/+6
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-8/+12
|\|
| * libbb: set netlink socket revbuf size before bindingJan Klötzke2020-11-221-8/+12
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-2/+38
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
| * tftp: optional tftp-hpa compatDenys Vlasenko2019-06-091-0/+1
| * libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-0/+35
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-1/+0
|\|
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* | xconnect: avoid using getsockname/getpeername on WindowsJohannes Schindelin2017-08-241-0/+2
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-2/+5
|\|
| * libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2016-09-261-2/+5
* | 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