Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-08 | hm, an unknown error from bind() when binding the outgoing socket would | Daniel Stenberg | |
failf("%d") without the error as argument... it would always make a weird number get output | |||
2001-10-05 | SM's patch applied, we should not use arguments or variables that have the | Daniel Stenberg | |
same name as common functions... | |||
2001-10-02 | praise Bjorn Reese for mastering these dusty corners of socket hacking, now | Daniel Stenberg | |
we check for the error state before believing we are connected in IPv6 cases | |||
2001-10-02 | IPv6 adjustments, connect()ing to bad ports still don't work properly for | Daniel Stenberg | |
IPv6 | |||
2001-10-02 | major connecting updates | Daniel Stenberg | |
2001-10-01 | faster bailout on timeouts | Daniel Stenberg | |
2001-10-01 | removed warning | Daniel Stenberg | |
2001-10-01 | corrected for IPv6 | Daniel Stenberg | |
2001-10-01 | conn->hp is now conn->hostaddr | Daniel Stenberg | |
changed the Curl_connethost() proto again | |||
2001-10-01 | corrected the #include files | Daniel Stenberg | |
2001-10-01 | introduced non-blocking connects | Daniel Stenberg | |