- May 21, 2003
-
-
Daniel Stenberg authored
-
- May 09, 2003
-
-
Daniel Stenberg authored
-
- Apr 30, 2003
-
-
Daniel Stenberg authored
-
- Apr 11, 2003
-
-
Daniel Stenberg authored
-
- Mar 31, 2003
-
-
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.
-
- Mar 24, 2003
-
-
Daniel Stenberg authored
change options on an SSL-enabled connection between requests.
-
- Mar 19, 2003
-
-
Daniel Stenberg authored
-
- Mar 15, 2003
-
-
Daniel Stenberg authored
related stuff within HAVE_OPENSSL_ENGINE_H and we don't make any private typedef or similar if the header is missing...
-
- Feb 24, 2003
-
-
Daniel Stenberg authored
header is used, we must wait for a 100-code (or timeout), before we send the data. The timeout is merely 1000 ms at this point. We may have reason to set a longer timeout in the future.
-
- Jan 20, 2003
-
-
Daniel Stenberg authored
only allocating the scratch memory buffer once it is needed and not always in the handle.
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Jan 09, 2003
-
-
Daniel Stenberg authored
"username" will cause libcurl to prompt for password. Bryan Kemp noticed. test case 136 is added for this
-
- Jan 08, 2003
-
-
Daniel Stenberg authored
-
- Jan 07, 2003
-
-
Daniel Stenberg authored
-
- Dec 13, 2002
-
-
Daniel Stenberg authored
or not
-
- Dec 10, 2002
-
-
Daniel Stenberg authored
regular transfer process. This required some new tweaks, like for example we need to be able to tell the tranfer loop to not chunky-encode uploads while we're transferring the rest of the request...
-
- Dec 09, 2002
-
-
Daniel Stenberg authored
read callback, and thus won't put a lot of stress on the request sending code (which currently does an ugly loop).
-
Daniel Stenberg authored
connectdata struct instead, and is no longer modified within the 'set' struct as previously (which was a really BAAAD thing).
-
- Dec 03, 2002
-
-
Daniel Stenberg authored
proper CURLcode. The default timeout for reading one response is now also possible to change while running.
-
- Nov 20, 2002
-
-
Daniel Stenberg authored
for storage and retrieval of private data in the curl handle.
-
- Nov 11, 2002
-
-
Daniel Stenberg authored
ConnectBits where the other bools already are
-
Daniel Stenberg authored
size of the uploaded file is unknown.
-
- Nov 05, 2002
-
-
Daniel Stenberg authored
counter so that the caller needs to decrease that counter when done with the returned data. If compiled with MALLOCDEBUG I've added some extra checking that the counter is decreased before a handle is closed etc.
-
- Oct 23, 2002
-
-
Daniel Stenberg authored
badly assumed header, or we think that parts of the buffer is a bad header and the rest is treated as a normal body part
-
- Oct 17, 2002
-
-
Daniel Stenberg authored
when given in the curl_easy_setopt() and then parse them all on the first curl_easy_perform() call instead.
-
- Sep 13, 2002
-
-
Daniel Stenberg authored
case 306 added to verify that we do right
-
- Sep 11, 2002
-
-
Daniel Stenberg authored
when talking to a IPv6-server using IPv6 IP address only.
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Sep 02, 2002
-
-
Daniel Stenberg authored
-
- Aug 30, 2002
-
-
Daniel Stenberg authored
proceed fine with the already existing options, just having a different internal library default for capath.
-
Daniel Stenberg authored
working for "IPv6 enabled" libcurls yet, but should be pretty easy for someone to adjust.
-
- Aug 29, 2002
-
-
Daniel Stenberg authored
weren't used anyway and mostly caused confusion
-
- Aug 26, 2002
-
-
Daniel Stenberg authored
-
- Aug 22, 2002
-
-
Daniel Stenberg authored
-
- Aug 13, 2002
-
-
Daniel Stenberg authored
-
- Aug 12, 2002
-
-
Daniel Stenberg authored
the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive testing.
-
- Aug 08, 2002
-
-
Daniel Stenberg authored
-
- Aug 05, 2002
-
-
Daniel Stenberg authored
the easy interface, it CANNOT be used by a mixture.
-
- Jun 15, 2002
-
-
Daniel Stenberg authored
for receiving data from the network. It is meant as a hint, not as a forced limit.
-