aboutsummaryrefslogtreecommitdiff
path: root/libbb/xconnect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb/xconnect: initialize winsock before using itNguyễn Thái Ngọc Duy2009-04-281-0/+8
* make a few struct bb_applet members conditionalvda2007-04-101-1/+1
* nc: port nc 1.10 to busyboxvda2007-04-051-1/+1
* test: comment out unused codevda2007-04-021-6/+22
* tcpsvd: new appletvda2007-04-011-7/+5
* ping: support -I addr in family neutral manner; reuse a bit of common codevda2007-02-091-1/+1
* tftp: fix IPv6 falloutvda2007-02-071-1/+1
* udhcp: use improved gethostbyname replacement from IPv6 codevda2007-02-041-0/+5
* mount: (try to) support cifs with IPv6vda2007-02-041-1/+7
* add x to IPv6 functions which can dievda2007-02-041-20/+21
* Unify ping and ping6. ping has -4 and -6 which forcevda2007-01-241-0/+2
* ping6: stop using xgethostbyname2, remove it from libbb.vda2007-01-221-4/+23
* nslookup: full circle. Here we started IPv6 work. Use "new API"vda2007-01-221-2/+22
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda2007-01-221-3/+2
* comment out unused old networking API partsvda2007-01-221-8/+16
* small fixes to ipv6 infrastructurevda2007-01-131-0/+2
* next part of ipv6-ization. mostly netcat.vda2007-01-121-16/+34
* next part of ipv6-ization is here: wget & httpdvda2007-01-121-6/+5
* ipv6-ization efforts continue. Few bugs are found,vda2007-01-111-10/+50
* a bit more IPv6-ization workvda2007-01-101-21/+10
* Improve generic ipv4+ipv6 support in libbb.vda2007-01-101-83/+151
* use xbind, xconnect where appropriate.vda2006-12-231-1/+2
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-221-2/+11
* fix double mergevda2006-11-221-76/+0
* telnetd: move generic stuff into libbb. It will make it easyvda2006-11-221-0/+152
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-2/+2
* xconnect is non-conforming to "xfunc like libc" rule. Fixingvda2006-10-261-6/+12
* wget: fix bug where wget creates null file if there is no remote one.vda2006-09-231-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-11/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-121-1/+1
* type typo. Thanks, Devin Bayervodz2006-02-171-1/+1
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.landley2005-08-221-0/+1
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Modify bb_lookup_port to allow the protocol to be specified, allowingbug12004-01-171-2/+2
* fix broken formattingandersen2003-12-231-3/+3
* don't mess up errnoandersen2003-12-231-2/+9
* Change interface to bb_lookup_host, dont try and set port inside thisbug12003-12-201-18/+15
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.andersen2003-11-031-2/+2
* Rework wget, the xconnect interface, and its various clientsandersen2003-10-311-49/+37
* Major coreutils update.mjn32003-03-191-3/+3
* use #ifdef CONFIG_* instead of #if CONFIG_*bug12002-11-261-1/+1
* - Forgot to cvs add bb_asprintf.c (from vodz' patch #50)sandman2002-07-191-3/+2
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-191-0/+1
* Brad Campbell <brad@seme.com.au> notes thatandersen2002-07-111-1/+2
* A patch from Bart Visscher <magick@linux-fan.com> to add anandersen2002-07-031-0/+78