- Dec 15, 2007
-
-
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.
-
- Sep 30, 2007
-
-
Daniel Stenberg authored
target called 'filecheck' so that if you run 'make filecheck' in this directory it'll check if the local files are also mentioned in the Makefile.am so that they are properly included in release archives!
-
Daniel Stenberg authored
function do wrong on all input bytes that are >= 0x80 (decimal 128) due to a signed / unsigned mistake in the code. I fixed it and added test case 543 to verify.
-
- Sep 26, 2007
-
-
Daniel Stenberg authored
curl_easy_setopt() that alters how libcurl functions when following redirects. It makes libcurl obey the RFC2616 when a 301 response is received after a non-GET request is made. Default libcurl behaviour is to change method to GET in the subsequent request (like it does for response code 302 - because that's what many/most browsers do), but with this CURLOPT_POST301 option enabled it will do what the spec says and do the next request using the same method again. I.e keep POST after 301. The curl tool got this option as --post301 Test case 1011 and 1012 were added to verify.
-
Daniel Stenberg authored
CURLOPT_NOBODY enabled but not CURLOPT_HEADER, libcurl wouldn't do TYPE before it does SIZE which makes it less useful. I walked over the code and made it do this properly, and added test case 542 to verify it.
-
- Sep 24, 2007
-
-
Daniel Stenberg authored
URLs ending with a slash properly (it should list the contents of that directory). Test case 351 brought back and also test 1010 was added.
-
- Sep 20, 2007
-
-
Dan Fandrich authored
Made a few more tests work remotely.
-
- Sep 18, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Sep 17, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
sent by curl, if not the addresses themselves.
-