summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Made host name and proxy name get stored in a 'struct hostname' and setDaniel Stenberg2004-04-271-2/+2
* Made defines instead of plain numbers for the Curl_resolv() return code toDaniel Stenberg2004-04-261-2/+2
* added function headers and commentsDaniel Stenberg2004-04-261-12/+21
* Gisle made a failed connect output the reason for itDaniel Stenberg2004-04-171-1/+1
* Moved the 'tcp_nodelay' member to the proper 'UserDefined' struct within theDaniel Stenberg2004-04-131-3/+3
* Andrés García fixed a warning in the ioctlsocket() usage.Daniel Stenberg2004-03-311-1/+1
* typecast setsockopt()'s 4th argument to void * to make compilers complainDaniel Stenberg2004-03-301-1/+2
* netinet/tcp.h may require netinet/in.h to be include beforeDaniel Stenberg2004-03-291-0/+5
* Tor fixed a left-over from the ip argument to setnodelayDaniel Stenberg2004-03-271-1/+0
* check for netinet/tcp.h precense before actually including itDaniel Stenberg2004-03-261-0/+2
* removed the ip number from the notcpdelay functionDaniel Stenberg2004-03-261-5/+4
* only output one line about the nodelay even if it failsDaniel Stenberg2004-03-251-1/+2
* include the strerror.h file without curl_ prefixDaniel Stenberg2004-03-251-1/+1
* tcp-nodelay patch by Joe HalpinDaniel Stenberg2004-03-251-0/+24
* Gisle Vanem's fix to replace the bad use of strerror(). This introducesDaniel Stenberg2004-03-241-36/+8
* switch() on the right variable!Daniel Stenberg2004-03-231-1/+1
* If localbind fails, provide a more portable error message.Daniel Stenberg2004-03-231-11/+12
* Günter Knauf's NetWare changes.Daniel Stenberg2004-03-171-0/+7
* Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.Daniel Stenberg2004-03-111-2/+3
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-9/+9
* waitconnect() takes the timeout argument as a longDaniel Stenberg2004-03-081-1/+1
* Andrés García's patch to prevent warnings while compiling with mingw, mainlyDaniel Stenberg2004-03-041-1/+0
* Use the was_iface variable when binding a socket locally, even if noDaniel Stenberg2004-02-151-14/+11
* Ben Greear's SO_BINDTODEVICE patch that binds to a network interface "evenDaniel Stenberg2004-02-131-2/+32
* Oops. I broke the flow with the previous commit.Daniel Stenberg2004-02-091-2/+6
* some annoying compilers warn about "(void)foo;" lines so we avoid themDaniel Stenberg2004-02-091-15/+17
* only do the verifyconnect() clear magic on mpeixDaniel Stenberg2004-01-301-1/+2
* added verifyconnect proto and use it correctly in the waitconnect functionDaniel Stenberg2004-01-291-1/+3
* 1. changed order of two include files to build fine on MPE/iXDaniel Stenberg2004-01-291-1/+10
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+1
* added missing parenthesisDaniel Stenberg2004-01-151-1/+1
* rearranged the connect() call so that there's no interleaved #ifdef, to makeDaniel Stenberg2004-01-141-4/+5
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.Daniel Stenberg2003-11-131-135/+49
* don't shadow 'socket'Daniel Stenberg2003-10-181-8/+8
* the previous fix left this compiler errorDaniel Stenberg2003-10-151-1/+1
* Avoid doing getsockopt() on Windows to verify connects. It seems that thisDaniel Stenberg2003-10-151-14/+18
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-1/+1
* - Frank Ticheler provided a patch that fixes how libcurl connects to multipleDaniel Stenberg2003-10-081-18/+20
* 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