summaryrefslogtreecommitdiff
path: root/lib/connect.h
Commit message (Expand)AuthorAgeFilesLines
* long port => int port, as the c source uses! (Miklos Nemeth found this)Daniel Stenberg2001-11-191-1/+1
* nonblock => Curl_nonblock, remade the check for a live SSL connection (again)Daniel Stenberg2001-10-311-0/+3
* SM's patch applied, we should not use arguments or variables that have theDaniel Stenberg2001-10-051-2/+2
* major connecting updatesDaniel Stenberg2001-10-021-3/+3
* conn->hp is now conn->hostaddrDaniel Stenberg2001-10-011-0/+2
* fixed the connecthost proto: added the timeout argumentDaniel Stenberg2001-10-011-4/+5
* introduced non-blocking connectsDaniel Stenberg2001-10-011-0/+29