- Nov 24, 2003
-
-
Daniel Stenberg authored
-
- Nov 19, 2003
-
-
Daniel Stenberg authored
existing error is the one returned back
-
- Nov 11, 2003
-
-
Daniel Stenberg authored
-
- Oct 29, 2003
-
-
Daniel Stenberg authored
syntax: file:/path. I added test case 203 to verify this.
-
- Oct 28, 2003
-
-
Daniel Stenberg authored
-
- Oct 21, 2003
-
-
Daniel Stenberg authored
If not user or password is set, they will point to a "" string.
-
- Oct 18, 2003
-
-
Daniel Stenberg authored
-
- Oct 17, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
input o have ->passwd and ->name be NULL if no name/passwd was given o only set default user+password for FTP if no userpwd was given
-
- Oct 16, 2003
-
-
Daniel Stenberg authored
-
- Oct 14, 2003
-
-
Daniel Stenberg authored
-
- Oct 09, 2003
-
-
Daniel Stenberg authored
an HTTP download, then reset CURLOPT_RESUME_FROM to 0, the next download still has a Range header with a garbage value." bug report #820502
-
- Sep 19, 2003
-
-
Daniel Stenberg authored
cleanups.
-
- Sep 15, 2003
-
-
Daniel Stenberg authored
reset the authentication state to make it restart on the next connection. This of course because NTLM is connection-oriented, whilst all other authentication schemes are not.
-
- Sep 03, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 28, 2003
-
-
Daniel Stenberg authored
for us to deal with
-
- Aug 17, 2003
-
-
Daniel Stenberg authored
pointers to the internal default functions
-
- Aug 14, 2003
-
-
Daniel Stenberg authored
-
- Aug 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
work.
-
Daniel Stenberg authored
-
- 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.
-