- Nov 01, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
protocols listed in curl --version
-
- Oct 31, 2007
-
-
Dan Fandrich authored
-
- Oct 29, 2007
-
-
Dan Fandrich authored
failed one using the multi interface
-
- Oct 27, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Oct 26, 2007
-
-
Dan Fandrich authored
test harness supports.
-
Dan Fandrich authored
the first.
-
Yang Tse authored
-
- 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.
-
Dan Fandrich authored
to running it and ignoring its output).
-
Yang Tse authored
-
Daniel Stenberg authored
lib is built shared with libtool.
-
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
-
Dan Fandrich authored
-
Patrick Monnerat authored
-
- Oct 23, 2007
-
-
Yang Tse authored
-
- Oct 17, 2007
-
-
Yang Tse authored
when assigning a NULL pointer to a function pointer var.
-
- Oct 12, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Oct 11, 2007
-
-
Dan Fandrich authored
Added support for skipping tests based on key words.
-
- Oct 09, 2007
- 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.
-
Yang Tse authored
-
- Oct 03, 2007
-
-
Yang Tse authored
-
- Oct 02, 2007
-
-
Yang Tse authored
-
Daniel Stenberg authored
Added test case 1008 to verify. Note that #47 is still there.
-
Daniel Stenberg authored
attempt to force smaller bits to get read by clients.
-
- 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.
-
Yang Tse authored
-