- 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
-
- Nov 23, 2007
- Nov 05, 2007
-
-
Dan Fandrich authored
-
- Nov 01, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
protocols listed in curl --version
-
- Oct 29, 2007
-
-
Dan Fandrich authored
failed one using the multi interface
-
- Oct 27, 2007
-
-
Dan Fandrich authored
-
- Oct 26, 2007
-
-
Dan Fandrich authored
test harness supports.
-
- Oct 25, 2007
-
-
Dan Fandrich authored
found by Michal Marek.
-
Dan Fandrich authored
Disable valgrind in test case 1004 due to a libtool bug.
-
Patrick Monnerat authored
Tests 35, 544 545 added: binary data POSTs.
-
Daniel Stenberg authored
-
- Oct 24, 2007
-
-
Dan Fandrich authored
Added test cases 2002 and 2003 (the latter disabled for now)
-
Daniel Stenberg authored
-
Dan Fandrich authored
same easy handle Fixed the filecheck: make target to work outside the source tree
-
- Oct 12, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Oct 04, 2007
-
-
Daniel Stenberg authored
risk of failures.
-
Daniel Stenberg authored
This happened because the tftp code always uncondionally did a bind() without caring if one already had been done and then it failed. I wrote a test case (1009) to verify this, but it is a bit error-prone since it will have to pick a fixed local port number and since the tests are run on so many different hosts in different situations I add it in disabled state.
-
- Oct 02, 2007
-
-
Daniel Stenberg authored
Added test case 1008 to verify. Note that #47 is still there.
-