index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
connect.c
Age
Commit message (
Expand
)
Author
2007-09-05
Minix doesn't support getsockopt on UDP sockets or send/recv on TCP
Dan Fandrich
2007-08-30
Renamed several libcurl error codes and options to make them more general
Dan Fandrich
2007-08-02
Patrick Monnerat's cleanup fix after my alloc-strings commit
Daniel Stenberg
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
2007-07-13
Colin Hogben filed bug report #1750274
Daniel Stenberg
2007-07-13
Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn't
Daniel Stenberg
2007-07-11
removed now obsolete NETDB_DEFINE_CONTEXT macro calls.
Gunter Knauf
2007-06-30
minor patches to enable building for NetWare CLIB.
Gunter Knauf
2007-04-22
Avoid an unnecessary call to gettimeofday() when
Yang Tse
2007-04-19
fix comment and line spacing
Yang Tse
2007-04-16
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
Daniel Stenberg
2007-03-26
Internal function Curl_select() renamed to Curl_socket_ready()
Yang Tse
2007-03-13
Use Curl_inet_pton() instead of inet_pton().
Gisle Vanem
2007-03-11
fix compiler warning: unused variable
Yang Tse
2007-03-09
- Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6.
Daniel Stenberg
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-22
Check for stdbool.h at configuration stage, and include it if available.
Yang Tse
2007-02-21
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
Yang Tse
2007-02-17
Move portable error number symbolic name definitions to setup_once.h
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-05
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
Daniel Stenberg
2006-12-22
- David McCreedy fixed a bad call to getsockname() that wrongly used a size_t
Daniel Stenberg
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
2006-08-30
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
Gisle Vanem
2006-08-29
Watcom lacks <sys/time.h>.
Gisle Vanem
2006-08-29
David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to
Daniel Stenberg
2006-07-21
Constify some arguments in Curl_connecthost() and singleipconnect().
Gisle Vanem
2006-07-17
"*connected" must be set to FALSE if trynextip() fails.
Yang Tse
2006-07-14
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...
Yang Tse
2006-07-11
Socket must be set to CURL_SOCKET_BAD after closing it.
Yang Tse
2006-05-04
Roland Blom filed bug report #1481217
Daniel Stenberg
2006-04-21
Ale Vesely fixed CURLOPT_INTERFACE when using a hostname
Daniel Stenberg
2006-04-18
avoid a warning about declaring a variable that shadows an earlier declared
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2006-02-26
Small fix.
Gisle Vanem
2006-02-26
Use getprotobyname() to retrieve protocol number for TCP
Gisle Vanem
2006-01-30
Squelch the "warning: 'port' might be used uninitialized in this function".
Gisle Vanem
2006-01-30
Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the
Daniel Stenberg
2005-12-18
Cleanup windows header includes. Where aplicable, inclusion of
Yang Tse
2005-12-13
Fixed some compiler warnings on lcc.
Dan Fandrich
2005-10-25
close the existing socket when trying next IP, as otherwise we leak one!
Daniel Stenberg
2005-09-16
keep 'socktype' in the connectdata struct and make sure we use that for all
Daniel Stenberg
2005-09-02
John Kelly added TFTP support to libcurl. A bunch of new error codes was
Daniel Stenberg
2005-07-21
Fixed some typos in output messages.
Dan Fandrich
2005-05-14
fix warning about redefined symbol
Daniel Stenberg
2005-05-14
Change for systems with >1 ways of setting (non-)blocking
Gisle Vanem
2005-05-02
improved failf() error messages
Daniel Stenberg
2005-04-30
singleipconnect() returns a socket descriptor, not a CURLcode (but perhaps
Daniel Stenberg
2005-04-26
Cory Nelson's work on nuking compiler warnings when building on x64 with
Daniel Stenberg
2005-03-14
silence compiler warnings for mingw win32 builds --enable-debug
Daniel Stenberg
[prev]
[next]