Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / xconnect.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-06-09 Denys Vlasenkotftp: optional tftp-hpa compat
2019-06-03 Denys Vlasenkolibbb: move netlink socket binding to the utility function
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2016-09-26 Denys Vlasenkolibbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE
2015-08-24 Denys Vlasenkolibbb: add setsockopt_foo helpers
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2012-02-09 Jonh WendellMake unix (local) sockets work without IPv6 enabled
2011-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2011-03-22 Vitaly Mageryadon't call freeaddinfo(NULL)
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-19 Dan FandrichA few minor portability improvements
2010-04-06 Denys Vlasenkotelnetd: fill hostname field in utmp/wtmp records
2010-03-26 Jérémie KoenigHurd compat fixes. Mostly dealing with absent PATH_MAX
2010-02-27 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-02-27 Denys Vlasenko*: gethostname-related fixes
2009-11-24 Denys Vlasenkontpd: locally bind every peer socket. +22 bytes
2009-11-24 Denys Vlasenkofix trivial compile breakage
2009-11-24 Denys Vlasenkontp: simplifications; libbb: simpler resolution of...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-04-25 Denis Vlasenkoadd FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT...
2009-04-21 Denis Vlasenko*: remove check for errors on getsockaddr in cases...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-09 Denis Vlasenkoftpd: EPSV and SIZE support. Tested to work on IPv6...
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2008-12-10 Denis Vlasenkoadd a note that SO_BINDTODEVICE needs padded iface...
2008-12-10 Denis Vlasenko*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ...
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-12 Denis Vlasenkoinetd: make it NOMMU-capable and IPv6-friendly. Lots...
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2007-11-14 Denis VlasenkoIntroduce FEATURE_PREFER_IPV4_ADDRESS. If selected...
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-06-05 Denis Vlasenkonc: make connecting to IPv4 from IPv6-enabled hosts...
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-05 Denis Vlasenkonc: port nc 1.10 to busybox
2007-04-02 Denis Vlasenkotest: comment out unused code
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-02-09 Denis Vlasenkoping: support -I addr in family neutral manner; reuse...
2007-02-07 Denis Vlasenkotftp: fix IPv6 fallout
2007-02-04 Denis Vlasenkoudhcp: use improved gethostbyname replacement from...
2007-02-04 Denis Vlasenkomount: (try to) support cifs with IPv6
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-01-24 Denis VlasenkoUnify ping and ping6. ping has -4 and -6 which force
2007-01-22 Denis Vlasenkoping6: stop using xgethostbyname2, remove it from libbb.
2007-01-22 Denis Vlasenkonslookup: full circle. Here we started IPv6 work. Use...
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-22 Denis Vlasenkocomment out unused old networking API parts
2007-01-13 Denis Vlasenkosmall fixes to ipv6 infrastructure
2007-01-12 Denis Vlasenkonext part of ipv6-ization. mostly netcat.
2007-01-12 Denis Vlasenkonext part of ipv6-ization is here: wget & httpd
2007-01-11 Denis Vlasenkoipv6-ization efforts continue. Few bugs are found,
2007-01-10 Denis Vlasenkoa bit more IPv6-ization work
2007-01-10 Denis VlasenkoImprove generic ipv4+ipv6 support in libbb.
2006-12-23 Denis Vlasenkouse xbind, xconnect where appropriate.
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-11-22 Denis Vlasenkofix double merge
2006-11-22 Denis Vlasenkotelnetd: move generic stuff into libbb. It will make...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-26 Denis Vlasenkoxconnect is non-conforming to "xfunc like libc" rule...
2006-09-23 Denis Vlasenkowget: fix bug where wget creates null file if there...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-02-17 "Vladimir N. Oleynik"type typo. Thanks, Devin Bayer
2005-08-22 Rob LandleyTwo FEATURE_CLEAN_UP patches from Shaun Jackman, closin...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2003-12-23 Eric Andersenfix broken formatting
2003-12-23 Eric Andersendon't mess up errno
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-11-03 Eric AndersenFix rdate and ftpget/ftpput so they compile with the...
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-26 Glenn L McGrathuse #ifdef CONFIG_* instead of #if CONFIG_*
2002-07-19 Robert Griebl- Forgot to cvs add bb_asprintf.c (from vodz' patch...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-11 Eric AndersenBrad Campbell <brad@seme.com.au> notes that
2002-07-03 Eric AndersenA patch from Bart Visscher <magick@linux-fan.com> to...