- 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
-
- 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.
-
- Oct 10, 2002
-
-
Daniel Stenberg authored
you set CURLOPT_PROXY to "".
-
- Sep 27, 2002
-
-
Daniel Stenberg authored
environment variables or anything. Setting it to NULL disables proxy as well, but allows the environment variables to kick in and be used.
-
- Sep 25, 2002
-
-
Daniel Stenberg authored
uninitialized variable.
-
Daniel Stenberg authored
adjustments and possibly some improvments to feature all those things we could possibly want from this.
-
- Sep 11, 2002
-
-
Daniel Stenberg authored
when talking to a IPv6-server using IPv6 IP address only.
-
- Sep 09, 2002
-
-
Daniel Stenberg authored
-
- 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 26, 2002
-
-
Daniel Stenberg authored
-
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.
-