aboutsummaryrefslogtreecommitdiff
path: root/libbb/xconnect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* a bit more IPv6-ization workDenis Vlasenko2007-01-101-21/+10
* Improve generic ipv4+ipv6 support in libbb.Denis Vlasenko2007-01-101-83/+151
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-231-1/+2
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-2/+11
* fix double mergeDenis Vlasenko2006-11-221-76/+0
* telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko2006-11-221-0/+152
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-2/+2
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-261-6/+12
* wget: fix bug where wget creates null file if there is no remote one.Denis Vlasenko2006-09-231-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-11/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-1/+1
* type typo. Thanks, Devin Bayer"Vladimir N. Oleynik"2006-02-171-1/+1
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.Rob Landley2005-08-221-0/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Modify bb_lookup_port to allow the protocol to be specified, allowingGlenn L McGrath2004-01-171-2/+2
* fix broken formattingEric Andersen2003-12-231-3/+3
* don't mess up errnoEric Andersen2003-12-231-2/+9
* Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath2003-12-201-18/+15
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen2003-11-031-2/+2
* Rework wget, the xconnect interface, and its various clientsEric Andersen2003-10-311-49/+37