aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
AgeCommit message (Collapse)Author
2001-10-29SM's waitconnect return code fix!Daniel Stenberg
2001-10-22make sure the connect can't return OK but return a NULL as addrDaniel Stenberg
2001-10-12Curl_tvdiff() now returns a millisecond diff, no double like beforeDaniel Stenberg
2001-10-08hm, an unknown error from bind() when binding the outgoing socket wouldDaniel Stenberg
failf("%d") without the error as argument... it would always make a weird number get output
2001-10-05SM's patch applied, we should not use arguments or variables that have theDaniel Stenberg
same name as common functions...
2001-10-02praise Bjorn Reese for mastering these dusty corners of socket hacking, nowDaniel Stenberg
we check for the error state before believing we are connected in IPv6 cases
2001-10-02IPv6 adjustments, connect()ing to bad ports still don't work properly forDaniel Stenberg
IPv6
2001-10-02major connecting updatesDaniel Stenberg
2001-10-01faster bailout on timeoutsDaniel Stenberg
2001-10-01removed warningDaniel Stenberg
2001-10-01corrected for IPv6Daniel Stenberg
2001-10-01conn->hp is now conn->hostaddrDaniel Stenberg
changed the Curl_connethost() proto again
2001-10-01corrected the #include filesDaniel Stenberg
2001-10-01introduced non-blocking connectsDaniel Stenberg