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
2004-05-13
Gisle Vamem reintroduced the verifyconnect() call on windows as well, and
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-04-27
Made host name and proxy name get stored in a 'struct hostname' and set
Daniel Stenberg
2004-04-26
Made defines instead of plain numbers for the Curl_resolv() return code to
Daniel Stenberg
2004-04-26
added function headers and comments
Daniel Stenberg
2004-04-17
Gisle made a failed connect output the reason for it
Daniel Stenberg
2004-04-13
Moved the 'tcp_nodelay' member to the proper 'UserDefined' struct within the
Daniel Stenberg
2004-03-31
Andrés García fixed a warning in the ioctlsocket() usage.
Daniel Stenberg
2004-03-30
typecast setsockopt()'s 4th argument to void * to make compilers complain
Daniel Stenberg
2004-03-29
netinet/tcp.h may require netinet/in.h to be include before
Daniel Stenberg
2004-03-27
Tor fixed a left-over from the ip argument to setnodelay
Daniel Stenberg
2004-03-26
check for netinet/tcp.h precense before actually including it
Daniel Stenberg
2004-03-26
removed the ip number from the notcpdelay function
Daniel Stenberg
2004-03-25
only output one line about the nodelay even if it fails
Daniel Stenberg
2004-03-25
include the strerror.h file without curl_ prefix
Daniel Stenberg
2004-03-25
tcp-nodelay patch by Joe Halpin
Daniel Stenberg
2004-03-24
Gisle Vanem's fix to replace the bad use of strerror(). This introduces
Daniel Stenberg
2004-03-23
switch() on the right variable!
Daniel Stenberg
2004-03-23
If localbind fails, provide a more portable error message.
Daniel Stenberg
2004-03-17
Günter Knauf's NetWare changes.
Daniel Stenberg
2004-03-11
Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.
Daniel Stenberg
2004-03-09
Use curl_socket_t instead of int for holding sockets. The typedefs and
Daniel Stenberg
2004-03-08
waitconnect() takes the timeout argument as a long
Daniel Stenberg
2004-03-04
Andrés García's patch to prevent warnings while compiling with mingw, mainly
Daniel Stenberg
2004-02-15
Use the was_iface variable when binding a socket locally, even if no
Daniel Stenberg
2004-02-13
Ben Greear's SO_BINDTODEVICE patch that binds to a network interface "even
Daniel Stenberg
2004-02-09
Oops. I broke the flow with the previous commit.
Daniel Stenberg
2004-02-09
some annoying compilers warn about "(void)foo;" lines so we avoid them
Daniel Stenberg
2004-01-30
only do the verifyconnect() clear magic on mpeix
Daniel Stenberg
2004-01-29
added verifyconnect proto and use it correctly in the waitconnect function
Daniel Stenberg
2004-01-29
1. changed order of two include files to build fine on MPE/iX
Daniel Stenberg
2004-01-29
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
Daniel Stenberg
2004-01-15
added missing parenthesis
Daniel Stenberg
2004-01-14
rearranged the connect() call so that there's no interleaved #ifdef, to make
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-11-13
Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.
Daniel Stenberg
2003-10-18
don't shadow 'socket'
Daniel Stenberg
2003-10-15
the previous fix left this compiler error
Daniel Stenberg
2003-10-15
Avoid doing getsockopt() on Windows to verify connects. It seems that this
Daniel Stenberg
2003-10-14
Gisle Vanem's IPv6-on-Windows patch applied!
Daniel Stenberg
2003-10-08
- Frank Ticheler provided a patch that fixes how libcurl connects to multiple
Daniel Stenberg
2003-10-05
New code for BeOS-style non-blocking sockets, provided by Shard and
Daniel Stenberg
2003-08-11
bindlocal works for Windows!
Daniel Stenberg
2003-08-05
ares awareness/usage/support added. If configure --enable-ares is used, we
Daniel Stenberg
2003-06-26
CURLDEBUG instead of MALLOCDEBUG
Daniel Stenberg
2003-05-13
Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup
Daniel Stenberg
2003-05-12
before checking for network interfaces using if2ip(), check that the given
Daniel Stenberg
2003-05-01
ourerrno became Curl_ourerrno() and is now available to all libcurl
Daniel Stenberg
2003-03-11
Martin C. Martin's fix to produce an error message in case of failure
Daniel Stenberg
2003-02-14
Fix Curl_is_connected() even more to deal with waitconnect() return codes
Daniel Stenberg
[next]