summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* tcpnodelay: rename variableDaniel Stenberg2011-09-091-3/+3
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* connect: set TIMER_CONNECTDaniel Stenberg2011-08-191-1/+2
* FTP: fix proxy connect race conditionDaniel Stenberg2011-08-181-2/+2
* BSD-style lwIP TCP/IP stack support - followupYang Tse2011-08-051-1/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-3/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-101-0/+2
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-2/+2
* compiler warning: fixYang Tse2011-05-261-0/+1
* CLOSESOCKETFUNCTION: use the callbackDaniel Stenberg2011-05-181-3/+4
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-8/+21
* multi-socks: fix connect to proxyDaniel Stenberg2011-04-281-1/+7
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-3/+3
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-11/+11
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-1/+1
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* checkconnection: don't call with NULL pointerDaniel Stenberg2011-04-111-0/+3
* SOCKOPTFUNCTION: callback can say already-connectedDaniel Stenberg2011-02-171-4/+8
* CURLOPT_SOCKOPTFUNCTION: return proper error codeDaniel Stenberg2011-02-091-1/+1
* connect: use UDP correctlyDaniel Stenberg2011-01-111-1/+1
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-5/+7
* multi: connect fail => use next IP addressDaniel Stenberg2010-12-231-12/+24
* fix getinfo CURLINFO_LOCAL* for reused connections (take 2) follow-upYang Tse2010-12-031-14/+21
* connect: fix compiler warning: unused variableYang Tse2010-12-011-1/+1
* fix getinfo CURLINFO_LOCAL* for reused connections (take 2)Yang Tse2010-11-301-33/+47
* fix getinfo CURLINFO_LOCAL* for reused connections follow-upYang Tse2010-11-301-0/+3
* fix getinfo CURLINFO_LOCAL* for reused connectionsYang Tse2010-11-301-35/+23
* ip_version: moved to connection structDaniel Stenberg2010-11-111-4/+4
* Curl_timeleft: avoid returning "no timeout" by mistakeDaniel Stenberg2010-09-171-0/+3
* multi: don't do extra expire calls for the connectionDaniel Stenberg2010-09-141-10/+0
* portabilty: use proper variable type to hold socketsDaniel Stenberg2010-09-061-9/+9
* Curl_is_connected: use correct errnoDirk Manske2010-08-211-23/+22
* callbacks: acknowledge progress callback error returnsDaniel Stenberg2010-08-101-30/+49
* multi_socket: re-use of same socket without notifying appDaniel Stenberg2010-06-241-3/+10
* avoid redundant work when reusing same connectionYang Tse2010-06-081-0/+4
* fix function result checkingYang Tse2010-06-081-2/+2
* Curl_updateconninfo() error handling fixYang Tse2010-06-071-13/+49
* replace socklen_t with curl_socklen_tYang Tse2010-06-051-1/+1
* getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier2010-06-051-0/+47
* multi interface: missed storing connection timeDaniel Stenberg2010-05-071-0/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* mark connection as connectedDaniel Stenberg2010-03-231-0/+1
* fix printf-style format stringsYang Tse2010-02-041-2/+2
* Fix compiler warning: conditional expression is constantYang Tse2010-02-021-3/+3
* fix printf-style format stringsYang Tse2010-01-281-2/+2
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-6/+7
* - Made sure that the progress callback is repeatedly called at a regularDaniel Stenberg2010-01-111-16/+31
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1