summaryrefslogtreecommitdiff
path: root/lib/connect.h
Commit message (Expand)AuthorAgeFilesLines
...
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Initial fix to make the multi interface return control while waiting forDaniel Stenberg2002-08-121-2/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* 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