index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
connect.c
Age
Commit message (
Expand
)
Author
2001-12-04
Eric's #include fixes for better macos compiles
Daniel Stenberg
2001-11-23
Andrés García's minor fix to make it compile on win32
Daniel Stenberg
2001-11-22
this fix seems to make the connect fail properly even on IPv4-only Linux
Daniel Stenberg
2001-11-21
added error text for a failed connect case
Daniel Stenberg
2001-10-31
nonblock => Curl_nonblock, remade the check for a live SSL connection (again)
Daniel Stenberg
2001-10-29
SM's waitconnect return code fix!
Daniel Stenberg
2001-10-22
make sure the connect can't return OK but return a NULL as addr
Daniel Stenberg
2001-10-12
Curl_tvdiff() now returns a millisecond diff, no double like before
Daniel Stenberg
2001-10-08
hm, an unknown error from bind() when binding the outgoing socket would
Daniel Stenberg
2001-10-05
SM's patch applied, we should not use arguments or variables that have the
Daniel Stenberg
2001-10-02
praise Bjorn Reese for mastering these dusty corners of socket hacking, now
Daniel Stenberg
2001-10-02
IPv6 adjustments, connect()ing to bad ports still don't work properly for
Daniel Stenberg
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
2001-10-01
corrected the #include files
Daniel Stenberg
2001-10-01
introduced non-blocking connects
Daniel Stenberg