- May 12, 2003
-
-
Daniel Stenberg authored
-
- May 01, 2003
-
-
Daniel Stenberg authored
-
- Apr 30, 2003
-
-
Daniel Stenberg authored
-
- Apr 22, 2003
-
-
Daniel Stenberg authored
-
- Apr 11, 2003
-
-
Daniel Stenberg authored
-
- Apr 08, 2003
-
-
Daniel Stenberg authored
miss the first letter
-
- Feb 26, 2003
-
-
Daniel Stenberg authored
function, as this could easily end up looping for a very long time (more or less until the whole transfer was done) and no library-using app would want that. Found thanks to a report by Kyle Sallee.
-
- 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 30, 2003
-
-
Daniel Stenberg authored
compilers
-
Daniel Stenberg authored
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
data on uploads.
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-
- Jan 24, 2003
-
-
Daniel Stenberg authored
-
- Jan 21, 2003
-
-
Daniel Stenberg authored
to enable better error-tracking
-
- 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 15, 2003
-
-
Daniel Stenberg authored
-
- Jan 07, 2003
-
-
Daniel Stenberg authored
-
- Dec 18, 2002
-
-
Daniel Stenberg authored
-
- 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
connectdata struct instead, and is no longer modified within the 'set' struct as previously (which was a really BAAAD thing).
-
- Dec 05, 2002
-
-
Daniel Stenberg authored
returning back to the select() loop. Consider this a test so far.
-
- Nov 28, 2002
-
-
Daniel Stenberg authored
The chunked transfer upload never stopped due to a silly add before we checked for >0!
-
- Nov 11, 2002
-
-
Daniel Stenberg authored
ConnectBits where the other bools already are
-
Daniel Stenberg authored
size of the uploaded file is unknown.
-
- Oct 28, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
strnequal() when the third argument was strlen(first argument) anyway. This makes it less prone to errors. (Slightly edited by me)
-
- 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 21, 2002
-
-
Daniel Stenberg authored
the new test case 55.
-
- Oct 18, 2002
-
-
Daniel Stenberg authored
otherwise the multi interface gets problems
-
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 11, 2002
-
-
Daniel Stenberg authored
as well, as then we write the same data twice.
-
- Oct 09, 2002
-
-
Daniel Stenberg authored
by Craig Davison. Now we deal with the 'nread' variable correctly between each header line.
-
- Oct 07, 2002
-
-
Daniel Stenberg authored
function. For Location: following.
-
- Oct 04, 2002
-
-
Daniel Stenberg authored
basic ./ and ../ strip-off understanding, and this change introduces with. test cases 49 - 52 test this.
-
- Sep 23, 2002
-
-
Daniel Stenberg authored
-
- Sep 16, 2002
-
-
Daniel Stenberg authored
headers at all
-
- Sep 13, 2002
-
-
Daniel Stenberg authored
case 306 added to verify that we do right
-