- Jan 07, 2010
-
-
Daniel Stenberg authored
function was moved to http.c and was made static and renamed
-
- Dec 29, 2009
-
-
Daniel Stenberg authored
-
- Dec 12, 2009
-
-
Daniel Stenberg authored
protocol-specific header files
-
- Aug 04, 2008
-
-
Daniel Stenberg authored
proved how PUT and POST with a redirect could lead to a "hang" due to the data stream not being rewound properly when it had to in order to get sent properly (again) to the subsequent URL. This is now fixed and these test cases are no longer disabled.
-
- Jul 30, 2008
-
-
Dan Fandrich authored
-
- Oct 12, 2007
-
-
Patrick Monnerat authored
in the connectdata structure by a single handler table ptr.
-
- Aug 27, 2007
-
-
Dan Fandrich authored
-
- Aug 26, 2007
-
-
Dan Fandrich authored
-
- Jan 27, 2007
-
-
Yang Tse authored
-
- Jan 16, 2007
-
-
Daniel Stenberg authored
doing an FTP transfer is removed from a multi handle before completion. The fix also fixed the "alive counter" to be correct on "premature removal" for all protocols.
-
- Aug 18, 2006
-
-
Daniel Stenberg authored
send the whole request at once, even though the Expect: header was disabled by the application. An effect of this change is also that small (< 1024 bytes) POSTs are now always sent without Expect: header since we deem it more costly to bother about that than the risk that we send the data in vain.
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
code rearrange to fit the future better.
-
- Mar 21, 2006
-
-
Daniel Stenberg authored
(when using OpenSSL).
-
- Jul 03, 2005
-
-
Daniel Stenberg authored
fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ignore response-bodies - in fact it stopped reading after all response headers had been received. This could lead to libcurl sending the next request and reading the body from the first request as response to the second request. (I also renamed the function, which wasn't strictly necessary but...) The best fix would to once and for all make the CONNECT code use the ordinary request sending/receiving code, treating it as any ordinary request instead of the special-purpose function we have now. It should make it better for multi-interface too. And possibly lead to less code... Added test case 265 for this. It doesn't work as a _really_ good test case since the test proxy is too stupid, but the test case helps when running the debugger to verify.
-
- Feb 09, 2005
-
-
Daniel Stenberg authored
The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
-
- Nov 24, 2004
-
-
Daniel Stenberg authored
-
- Nov 05, 2004
-
-
Daniel Stenberg authored
-
- Jun 15, 2004
-
-
Daniel Stenberg authored
server doesn't require any auth at all and then we just continue nicely. We now have an extra bit in the connection struct named 'authprobe' that is TRUE when doing pure "HTTP authentication probing".
-
- May 12, 2004
-
-
Daniel Stenberg authored
take a CURLcode as a second argument, that is non-zero when Curl_done() is called after an error was returned from Curl_do() (or similar).
-
- May 04, 2004
-
-
Daniel Stenberg authored
-
- Mar 30, 2004
-
-
Daniel Stenberg authored
or Digest.
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Sep 03, 2003
-
-
Daniel Stenberg authored
authentication negotiations needed for NTLM, Digest etc.
-
- Aug 11, 2003
-
-
Daniel Stenberg authored
work.
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Nov 28, 2002
-
-
Daniel Stenberg authored
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Jun 11, 2002
-
-
Daniel Stenberg authored
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Sep 18, 2001
-
-
Daniel Stenberg authored
-
- Mar 07, 2001
-
-
Daniel Stenberg authored
-
- Jan 25, 2001
-
-
Daniel Stenberg authored
-
- Jan 05, 2001
-
-
Daniel Stenberg authored
-
- Jan 03, 2001
-
-
Daniel Stenberg authored
-
- Sep 15, 2000
-
-
Daniel Stenberg authored
-
- Sep 14, 2000
-
-
Daniel Stenberg authored
-
- Jul 25, 2000
-
-
Daniel Stenberg authored
-
- Jun 20, 2000
-
-
Daniel Stenberg authored
-
- May 22, 2000
-
-
Daniel Stenberg authored
-
- Dec 29, 1999
-
-
Daniel Stenberg authored
-