summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* exported symbols must use lowercase "curl_", and I also fixed two compilerDaniel Stenberg2007-10-031-4/+5
* Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION andDaniel Stenberg2007-10-031-5/+32
* Minix doesn't support getsockopt on UDP sockets or send/recv on TCPDan Fandrich2007-09-051-0/+7
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-3/+3
* Patrick Monnerat's cleanup fix after my alloc-strings commitDaniel Stenberg2007-08-021-1/+1
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-10/+10
* Colin Hogben filed bug report #1750274Daniel Stenberg2007-07-131-1/+3
* Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn'tDaniel Stenberg2007-07-131-5/+5
* removed now obsolete NETDB_DEFINE_CONTEXT macro calls.Gunter Knauf2007-07-111-3/+0
* minor patches to enable building for NetWare CLIB.Gunter Knauf2007-06-301-2/+5
* Avoid an unnecessary call to gettimeofday() whenYang Tse2007-04-221-22/+26
* fix comment and line spacingYang Tse2007-04-191-7/+6
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-161-1/+1
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-1/+1
* Use Curl_inet_pton() instead of inet_pton().Gisle Vanem2007-03-131-1/+2
* fix compiler warning: unused variableYang Tse2007-03-111-1/+3
* - Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6.Daniel Stenberg2007-03-091-1/+7
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-7/+5
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-6/+1
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-1/+1
* Move portable error number symbolic name definitions to setup_once.hYang Tse2007-02-171-8/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-21/+8
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-9/+9
* - David McCreedy fixed a bad call to getsockname() that wrongly used a size_tDaniel Stenberg2006-12-221-3/+2
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-2/+2
* Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem2006-08-301-1/+1
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-0/+2
* David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA toDaniel Stenberg2006-08-291-0/+11
* Constify some arguments in Curl_connecthost() and singleipconnect().Gisle Vanem2006-07-211-3/+3
* "*connected" must be set to FALSE if trynextip() fails.Yang Tse2006-07-171-3/+4
* Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...Yang Tse2006-07-141-1/+1
* Socket must be set to CURL_SOCKET_BAD after closing it.Yang Tse2006-07-111-0/+1
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-12/+12