summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1248
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1248/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-16/+16
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-4/+2
* Curl_connecthost: friendlier "couldn't connect" messageLars Buitinck2012-11-071-1/+3
* keepalive: multiply value for OS-specific unitsDaniel Stenberg2012-07-221-0/+9
* Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing"Yang Tse2012-06-121-21/+17
* connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasingMarc Hoersken2012-06-111-17/+21
* singleipconnect: return OK even when Curl_socket() failsDaniel Stenberg2012-04-191-1/+4
* connect.c: return changed to CURLE_COULDNT_CONNECT when opensocket failsLijo Antony2012-04-031-1/+1
* fix several compiler warningsYang Tse2012-03-201-3/+3
* fix some compiler warningsYang Tse2012-03-161-1/+1
* add library support for tuning TCP_KEEPALIVEDave Reisner2012-02-091-0/+32
* more resilient connection times among IP addressesPierre Ynard2012-01-281-8/+11
* remove write-only variablePierre Ynard2012-01-281-3/+1
* add LF termination to infof() trace stringYang Tse2012-01-161-2/+2
* timeleft_accept: ack global timeout, moved to ftp.cDaniel Stenberg2011-12-201-28/+0
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-0/+28
* connect.c: fix compiler warning 'enumerated type is mixed with another type'Yang Tse2011-12-131-2/+2
* CURLOPT_INTERFACE: avoid resolving interfaces namesJason Glasgow2011-12-121-1/+16
* Curl_closesocket: clear sock_accepted on closeGokhan Sengun2011-12-071-3/+6
* FTP: close callback fixDaniel Stenberg2011-12-051-4/+8
* FTP: call opensocket callback properlyDaniel Stenberg2011-12-051-6/+12
* Curl_socket: internal replacement for socket()Daniel Stenberg2011-12-051-58/+67
* singleipconnect: unstick the ipv6-connection booleanDaniel Stenberg2011-10-171-5/+4
* singleipconnect: don't clobber errnoDaniel Stenberg2011-10-151-3/+3
* 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