- Apr 04, 2008
-
-
Dan Fandrich authored
-
- Mar 31, 2008
-
-
Daniel Stenberg authored
application to provide data for a multipart with the read callback. Note that the size needs to be provided with CURLFORM_CONTENTSLENGTH when the stream option is used. This feature is verified by the new test case 554. This feature was sponsored by Xponaut.
-
- Mar 22, 2008
-
-
Daniel Stenberg authored
case 617 (which was added by Daniel Fandrich 5 Mar 2008).
-
- Mar 18, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
SFTP quote command reported by Vincent Le Normand, but left it disabled.
-
- Mar 13, 2008
-
-
Dan Fandrich authored
reproduce the --ftp-create-dirs problem reported by Brian Ulm, but that seems to need a call curl_easy_reset() which this test case doesn't do.
-
- Mar 11, 2008
-
-
Daniel Stenberg authored
-
- Mar 10, 2008
-
-
Dan Fandrich authored
(test 620 tests the just-fixed problem reported by Brian Ulm).
-
- Mar 06, 2008
-
-
Dan Fandrich authored
files, as questioned by Mike Protts. SFTP does for me but SCP doesn't so test 617 is disabled for now.
-
- Feb 20, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
such as the CURLOPT_SSL_CTX_FUNCTION one treat that as if it was a Location: following. The patch that introduced this feature was done for 7.11.0, but this code and functionality has been broken since about 7.15.4 (March 2006) with the introduction of non-blocking OpenSSL "connects". It was a hack to begin with and since it doesn't work and hasn't worked correctly for a long time and nobody has even noticed, I consider it a very suitable subject for plain removal. And so it was done.
-
- Feb 19, 2008
-
-
Dan Fandrich authored
-
- Feb 09, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
Removed a few unnecessary requires SSL statements.
-
Dan Fandrich authored
-
- Feb 08, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
--vernum
-
- Jan 31, 2008
-
-
Daniel Stenberg authored
"HttpOnly" feature introduced by Microsoft and apparently also supported by Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly is now supported when received from servers in HTTP headers, when written to cookie jars and when read from existing cookie jars.
-
- Jan 29, 2008
-
-
Daniel Stenberg authored
working on other IP-addresses or port numbers.
-
- Jan 26, 2008
-
-
Daniel Stenberg authored
-
- Jan 19, 2008
-
-
Daniel Stenberg authored
-
- Jan 17, 2008
-
-
Dan Fandrich authored
-
- Jan 16, 2008
-
-
Daniel Stenberg authored
provided for bug report #1871269, fixed on Jan 14 2008 before the 7.18.0 release.
-
Daniel Stenberg authored
previously had a number of flaws, perhaps most notably when an application fired up N transfers at once as then they wouldn't pipeline at all that nicely as anyone would think... Test case 530 was also updated to take the improved functionality into account.
-
- Jan 13, 2008
-
-
Yang Tse authored
-
- Jan 11, 2008
-
-
Daniel Stenberg authored
already worked for FTP:// URLs
-
- Jan 07, 2008
-
-
Dan Fandrich authored
-
- Jan 05, 2008
-
-
Daniel Stenberg authored
-
- Dec 26, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1850730) I wrote up test case 552. The test is doing a 70K POST with a read callback and an ioctl callback over a proxy requiring Digest auth. The test case code is more or less identical to the test recipe code provided by Spacen Jasset (who submitted the bug report).
-
- Dec 15, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
A failed attempt to repeat bug report #1850730 (ie the test works fine).
-
- Dec 14, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Dec 08, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 05, 2007
-
-
Daniel Stenberg authored
callback) over a proxy when NTLM is used as auth with the proxy. The bug also concerned Digest and was limited to using callback only. Spacen worked with us to provide a useful patch. I added the test case 547 and 548 to verify two variations of POST over proxy with NTLM.
-
Daniel Stenberg authored
is supposed to repeat the bug report "NTLM proxy authentication with CURLOPT_READDATA seems broken." posted on the curl-library mailing list on dec 3 2007.
-
- Dec 03, 2007
-
-
Daniel Stenberg authored
present when enabled by on option which isn't done by default (and isn't even available for the curl app atm)
-
- Nov 26, 2007
-
-
Daniel Stenberg authored
-