summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix compiler warningYang Tse2008-10-241-13/+18
* portability fix to avoid memory alignment problemsYang Tse2008-10-171-33/+55
* There's no guarantee that a socket was involved at this point, so avoid displ...Yang Tse2008-10-131-4/+2
* fix compiler warningYang Tse2008-10-111-8/+11
* Allow compilation when no IPv6 stack is available.Dan Fandrich2008-10-101-0/+2
* Fixed the --interface option to work with IPv6 connections on glibcDan Fandrich2008-10-091-53/+58
* fix compiler warningYang Tse2008-09-081-1/+1
* Fixed out of memory problems that caused torture test failures in testsDan Fandrich2008-08-261-8/+5
* - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URLDaniel Stenberg2008-07-301-0/+7
* Fixed display of the interface bind address in the trace output when it'sDan Fandrich2008-07-281-3/+1
* use our *printf functions only.Gunter Knauf2008-06-081-0/+3
* - Added CURLINFO_PRIMARY_IP as a new information retrievable withDaniel Stenberg2008-06-061-2/+7
* Removed some duplicated #includesDan Fandrich2008-05-211-3/+0
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-121-0/+44
* - Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAYDaniel Stenberg2008-05-031-1/+8
* - Bart Whiteley provided a patch that made libcurl work properly when an appDaniel Stenberg2008-05-011-5/+19
* Added support for running on Symbian OS.Dan Fandrich2008-04-221-0/+5
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-071-57/+81
* Change typecast due to http://cool.haxx.se/cvs.cgi/curl/include/curl/curl.h.d...Yang Tse2008-01-081-2/+2
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-25/+25
* Fix compiler warning: signed and unsigned type in conditional expressionYang Tse2007-10-171-5/+6
* Fix compiler warning: comparison between signed and unsignedYang Tse2007-10-171-2/+3
* Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.Daniel Stenberg2007-10-041-0/+1