Age | Commit message (Expand) | Author |
2006-07-21 | Constify some arguments in Curl_connecthost() and singleipconnect(). | Gisle Vanem |
2006-05-04 | Roland Blom filed bug report #1481217 | Daniel Stenberg |
2005-01-29 | conn->ip_addr MUST NOT be used on re-used connections | Daniel Stenberg |
2004-06-30 | make the SSL connect use the same default connect timeout define as the | Daniel Stenberg |
2004-06-29 | corrected the Curl_is_connected() proto | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-03-09 | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-10-18 | gcc -Wshadow complaints fixed | Daniel Stenberg |
2003-05-01 | ourerrno became Curl_ourerrno() and is now available to all libcurl | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2002-11-05 | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-08-12 | Initial fix to make the multi interface return control while waiting for | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2001-11-19 | long port => int port, as the c source uses! (Miklos Nemeth found this) | Daniel Stenberg |
2001-10-31 | nonblock => Curl_nonblock, remade the check for a live SSL connection (again) | Daniel Stenberg |
2001-10-05 | SM's patch applied, we should not use arguments or variables that have the | Daniel Stenberg |
2001-10-02 | major connecting updates | Daniel Stenberg |
2001-10-01 | conn->hp is now conn->hostaddr | Daniel Stenberg |
2001-10-01 | fixed the connecthost proto: added the timeout argument | Daniel Stenberg |
2001-10-01 | introduced non-blocking connects | Daniel Stenberg |