- 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
-
- Jan 15, 2003
-
-
Daniel Stenberg authored
-
- Jan 10, 2003
-
-
Daniel Stenberg authored
was due to a missing fix for the password prompting
-
- 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 09, 2002
-
-
Daniel Stenberg authored
connectdata struct instead, and is no longer modified within the 'set' struct as previously (which was a really BAAAD thing).
-
- Nov 22, 2002
-
-
Daniel Stenberg authored
-
- 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
AGGRESIVE_TEST is also defined, as an addition to MALLOCDEBUG. It doesn't work for multi interface usage and should only be used with careful consideration.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
size of the uploaded file is unknown.
-
- Nov 07, 2002
-
-
Daniel Stenberg authored
CURLOPT_CONNECTTIMEOUT was used and provided a fix.
-
- Nov 05, 2002
-
-
Daniel Stenberg authored
-
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 28, 2002
-
-
Daniel Stenberg authored
strnequal() when the third argument was strlen(first argument) anyway. This makes it less prone to errors. (Slightly edited by me)
-
Daniel Stenberg authored
-