summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ale Vesely fixed CURLOPT_INTERFACE when using a hostnameDaniel Stenberg2006-04-211-2/+9
* avoid a warning about declaring a variable that shadows an earlier declaredDaniel Stenberg2006-04-181-1/+1
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-2/+8
* Small fix.Gisle Vanem2006-02-261-1/+1
* Use getprotobyname() to retrieve protocol number for TCPGisle Vanem2006-02-261-1/+9
* Squelch the "warning: 'port' might be used uninitialized in this function".Gisle Vanem2006-01-301-1/+1
* Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg2006-01-301-60/+87
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-1/+0
* Fixed some compiler warnings on lcc.Dan Fandrich2005-12-131-5/+5
* close the existing socket when trying next IP, as otherwise we leak one!Daniel Stenberg2005-10-251-0/+3