summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-1/+0
* Fixed some compiler warnings on lcc.Dan Fandrich2005-12-131-5/+5
* close the existing socket when trying next IP, as otherwise we leak one!Daniel Stenberg2005-10-251-0/+3
* keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg2005-09-161-6/+6
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-2/+7
* Fixed some typos in output messages.Dan Fandrich2005-07-211-2/+2
* fix warning about redefined symbolDaniel Stenberg2005-05-141-0/+1
* Change for systems with >1 ways of setting (non-)blockingGisle Vanem2005-05-141-5/+11
* improved failf() error messagesDaniel Stenberg2005-05-021-1/+2
* singleipconnect() returns a socket descriptor, not a CURLcode (but perhapsDaniel Stenberg2005-04-301-1/+1
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-1/+1
* silence compiler warnings for mingw win32 builds --enable-debugDaniel Stenberg2005-03-141-0/+3
* close the socket properly when returning error due to failing localbindDaniel Stenberg2005-02-171-1/+3
* include "url.h" for the Curl_safefree() protoDaniel Stenberg2005-01-291-0/+1
* conn->ip_addr MUST NOT be used on re-used connectionsDaniel Stenberg2005-01-291-1/+22
* Connect failures with the multi interface was often returned as "connect()Daniel Stenberg2005-01-281-1/+1
* Set 'data->state.os_errno = error' in some places.Gisle Vanem2004-12-131-1/+4
* Gisle Vanem's fix for better info messages when failing to connect usingDaniel Stenberg2004-12-061-1/+9
* Curl_select's timeout arg is an intDaniel Stenberg2004-11-221-1/+1
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-191-16/+3
* clean up start time and t_startsingle use so that redirect_time works properlyDaniel Stenberg2004-11-151-2/+2
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-0/+13
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-191-0/+2
* SO_NOSIGPIPEDaniel Stenberg2004-10-111-0/+20
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-3/+3
* - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg2004-09-301-3/+8
* set an error message when connection failsDaniel Stenberg2004-09-191-0/+1
* Fixed multiple IP connects with the multi interface. This fix is influencedDaniel Stenberg2004-08-041-4/+5
* make sure the 3rd argument passed to bind() is a socklen_tDaniel Stenberg2004-07-041-1/+1
* Variable type cleanups to please the picky MIPSPro compiler.Daniel Stenberg2004-07-011-3/+3
* make the SSL connect use the same default connect timeout define as theDaniel Stenberg2004-06-301-2/+0
* First attempt at making the multi interface work when connecting to a hostDaniel Stenberg2004-06-291-115/+172
* only use sockaddr_in6 on ipv6-enabled hostsDaniel Stenberg2004-06-241-0/+4
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-62/+10
* static functions are better not Curl_ prefixed to make their staticpre-aifixDaniel Stenberg2004-06-231-3/+3
* prevent a warningDaniel Stenberg2004-06-231-0/+2
* the hostname variable wasn't assigned and we no longer use itDaniel Stenberg2004-06-221-8/+5
* Moved the "About to connect() to" text to the place where the host name isDaniel Stenberg2004-06-221-10/+2
* Gisle Vanem's improved verbose output and timeout handling when connecting toDaniel Stenberg2004-06-101-52/+61
* delete trailing whitespaceDaniel Stenberg2004-06-081-17/+17
* Gisle Vamem reintroduced the verifyconnect() call on windows as well, andDaniel Stenberg2004-05-131-15/+42
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* 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