- Aug 08, 2003
-
-
Daniel Stenberg authored
-
- Aug 05, 2003
-
-
Daniel Stenberg authored
build libcurl to use ares for asynch name resolves.
-
- Aug 04, 2003
-
-
Daniel Stenberg authored
-
- Jul 25, 2003
-
-
Daniel Stenberg authored
need it.
-
- Jul 23, 2003
-
-
Daniel Stenberg authored
accidentally re-use the connect_addr field, as that might no longer be around. Fix verified by Tracy Boehrer who basicly debugged and tracked down this problem.
-
- Jul 22, 2003
-
-
Daniel Stenberg authored
-
- Jul 21, 2003
-
-
Daniel Stenberg authored
connectdata to work as expected
-
- Jul 20, 2003
-
-
Daniel Stenberg authored
credentials.
-
- Jul 19, 2003
-
-
Daniel Stenberg authored
of the sessionhandle struct, as that was not good.
-
- Jul 04, 2003
-
-
Daniel Stenberg authored
CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If anything but CURLE_OK is returned, that will also be returned by libcurl all the way back. If this function changes the CURLOPT_URL, libcurl will detect this and instead go use the new URL. CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set with CURLOPT_SSL_CTX_FUNCTION.
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- Jun 12, 2003
-
-
Daniel Stenberg authored
a "plain" Negotiate as well.
-
- Jun 11, 2003
-
-
Daniel Stenberg authored
but the infrastructure is there.
-
- Jun 10, 2003
-
-
Daniel Stenberg authored
to add more method in the future.
-
Daniel Stenberg authored
added.
-
- May 23, 2003
-
-
Daniel Stenberg authored
-
- May 22, 2003
-
-
Daniel Stenberg authored
SOCKS5 fix as suggested by Jis in bugreport #741841.
-
- May 21, 2003
-
-
Daniel Stenberg authored
-
- May 12, 2003
-
-
Daniel Stenberg authored
set to "". This frees the application from having to know which encodings the library supports.
-
- May 09, 2003
-
-
Daniel Stenberg authored
-
- Apr 30, 2003
-
-
Daniel Stenberg authored
-
- Apr 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Ralph Mitchell's notification.
-
- Apr 10, 2003
-
-
Daniel Stenberg authored
slash after the host name, but still a ? and following "parameters".
-
- Mar 31, 2003
-
-
Daniel Stenberg authored
also subsequently free the ssl struct if the connection struct is to be deleted
-
Daniel Stenberg authored
comparisons before re-using SSL connections and re-using SSL connection IDs.
-
Daniel Stenberg authored
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts.
-
Daniel Stenberg authored
ConnectionExists() when first doing a proxy connecto to a HTTPS site and then switching over to a HTTP connection to the same host. This fix corrects the problem.
-
- Mar 25, 2003
-
-
Daniel Stenberg authored
-
- Mar 24, 2003
-
-
Daniel Stenberg authored
change options on an SSL-enabled connection between requests.
-
- Mar 21, 2003
-
-
Daniel Stenberg authored
We need to make sure that when we init a 'connectdata' struct and then afterwards check for and re-use another one, we must be careful so that the newly set values are transmitted and used in the surviving connectdata struct.
-
- Mar 11, 2003
-
-
Daniel Stenberg authored
Fix by Richard Gorton.
-
- Feb 28, 2003
-
-
Daniel Stenberg authored
-
- Feb 24, 2003
-
-
Daniel Stenberg authored
than 5 could cause a segfault.
-
- Feb 04, 2003
-
-
Jean-Philippe Barette-LaPierre authored
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-
- Jan 20, 2003
-
-
Daniel Stenberg authored
only allocating the scratch memory buffer once it is needed and not always in the handle.
-
Daniel Stenberg authored
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-