summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* New code for BeOS-style non-blocking sockets, provided by Shard andDaniel Stenberg2003-10-051-3/+14
* bindlocal works for Windows!Daniel Stenberg2003-08-111-6/+1
* ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg2003-08-051-4/+11
* CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setupDaniel Stenberg2003-05-131-6/+2
* before checking for network interfaces using if2ip(), check that the givenDaniel Stenberg2003-05-121-1/+5
* ourerrno became Curl_ourerrno() and is now available to all libcurlDaniel Stenberg2003-05-011-6/+5
* Martin C. Martin's fix to produce an error message in case of failureDaniel Stenberg2003-03-111-4/+7
* Fix Curl_is_connected() even more to deal with waitconnect() return codesDaniel Stenberg2003-02-141-2/+6
* geterrno() renamed to ourerrno() to prevent the name clash that occurred inDaniel Stenberg2003-02-141-8/+4
* Martin C. Martin's fix for multi-interface connects to non-listening ports.Daniel Stenberg2003-02-141-0/+9
* added the sharing of DNS cacheJean-Philippe Barette-LaPierre2003-02-041-1/+1
* Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabledDaniel Stenberg2003-01-231-4/+14
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* This fixed yet another connect problem with the multi interface and ipv4Daniel Stenberg2003-01-091-2/+10
* Removed weird special multi interface condition that caused bug reportDaniel Stenberg2002-12-171-6/+0
* conn->bits.tcpconnect now keeps track of if this connection is connectedDaniel Stenberg2002-12-131-2/+2
* make a little work-around for file:// in _is_connected() and voila, now theDaniel Stenberg2002-12-131-0/+5
* unlock dns cache entries with a function call instead of a variable fiddleDaniel Stenberg2002-11-111-2/+2
* ipv4-fixes for the new Curl_dns_entry struct and Curl_resolv() protoDaniel Stenberg2002-11-051-5/+5
* Curl_resolv() now returns a different struct, and it contains a referenceDaniel Stenberg2002-11-051-6/+11
* return error properly when a non-blocking connect fails using the multiDaniel Stenberg2002-10-121-0/+2
* Lukasz Czekierda correctly pointed out that curl used a bad Host: headerDaniel Stenberg2002-09-111-1/+5
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Andrew Francis removed the need for/use of MSVC pragmasDaniel Stenberg2002-08-261-1/+1
* fixed a Curl_connecthost() bug, we should default to set connected to falseDaniel Stenberg2002-08-121-0/+3
* Initial fix to make the multi interface return control while waiting forDaniel Stenberg2002-08-121-3/+88
* added a connect failure error message that might get empty otherwiseDaniel Stenberg2002-06-121-0/+1
* added a missing failf() for certain connect failuresDaniel Stenberg2002-06-101-0/+1
* In order to not get problems with DNS cache pruning, we no longer storeDaniel Stenberg2002-04-251-12/+9
* allow binding the local end of a connection even when using IPv6, thus weDaniel Stenberg2002-04-221-10/+27
* added info in to failf() lines and added a infof() call just before theDaniel Stenberg2002-04-101-2/+6
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* better time selection for the connect timeoutDaniel Stenberg2002-02-221-2/+7
* Nico Baggus' VMS tweaksDaniel Stenberg2002-02-201-0/+4
* connection timeout comparison fix by EmilDaniel Stenberg2002-02-181-1/+1
* fixed time-out returned without error text setDaniel Stenberg2002-01-161-1/+3
* Modified to use non-blocking sockets all the time.Daniel Stenberg2002-01-071-5/+3
* Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg2002-01-031-7/+2
* Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed.Daniel Stenberg2002-01-021-3/+4
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-1/+1
* Eric's #include fixes for better macos compilesDaniel Stenberg2001-12-041-0/+4
* Andrés García's minor fix to make it compile on win32Daniel Stenberg2001-11-231-0/+1
* this fix seems to make the connect fail properly even on IPv4-only LinuxDaniel Stenberg2001-11-221-3/+11
* added error text for a failed connect caseDaniel Stenberg2001-11-211-0/+1
* nonblock => Curl_nonblock, remade the check for a live SSL connection (again)Daniel Stenberg2001-10-311-7/+7
* SM's waitconnect return code fix!Daniel Stenberg2001-10-291-1/+1
* make sure the connect can't return OK but return a NULL as addrDaniel Stenberg2001-10-221-3/+10
* Curl_tvdiff() now returns a millisecond diff, no double like beforeDaniel Stenberg2001-10-121-4/+4
* hm, an unknown error from bind() when binding the outgoing socket wouldDaniel Stenberg2001-10-081-2/+3