summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Tom Mueller correctly reported in bug report #2870221Daniel Stenberg2009-10-011-1/+1
* - Constantine Sapuntzakis: The current implementation will always setDaniel Stenberg2009-10-011-0/+7
* add cast to silent compiler warning with 64bit systems.Gunter Knauf2009-08-291-1/+1
* - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses forDaniel Stenberg2009-07-091-54/+1
* Curl_sndbufset is (at times) defined in the header, no need to do it again hereDaniel Stenberg2009-05-071-2/+0
* - Made the SO_SNDBUF setting for the data connection socket for ftp uploads asDaniel Stenberg2009-05-071-5/+3
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-4/+4
* fix compiler warning: unused parameterYang Tse2009-04-301-0/+1
* - Constantine Sapuntzakis filed bug report #2783090Daniel Stenberg2009-04-281-0/+23
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* for portability reasons: s/inet_pton/Curl_inet_pton/Yang Tse2009-02-281-3/+5
* - Senthil Raja Velu reported a problem when CURLOPT_INTERFACE andDaniel Stenberg2009-02-271-107/+101
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...Gunter Knauf2008-12-301-1/+1
* Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem2008-12-161-4/+0
* Added some #ifdefs around header files and change the EAGAIN test toDan Fandrich2008-11-141-1/+3
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-36/+19
* Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse2008-11-061-1/+0
* - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out aDaniel Stenberg2008-11-031-22/+8
* Stop using in6addr_any because it's not available everywhere (e.g. Symbian)Dan Fandrich2008-10-241-1/+3