aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2004-02-12provide a source path to the servers to make them find the tests when runDaniel Stenberg
outside the source dir, not needing any symlinks
2004-02-12stop doing the weirdo symlinksDaniel Stenberg
2004-02-09Modified the default HTTP Accept: header to only be Accept: */*Daniel Stenberg
2004-02-09Removed, this was only used to work out what went wrong with test 91, andDaniel Stenberg
we seem to have nailed that one now!
2004-02-09return 'res' to better discover test failures and to stop compiler warningsDaniel Stenberg
about it never being used
2004-02-09Uninitialized variable set.Daniel Stenberg
2004-02-05added the missing stdin sectionDaniel Stenberg
2004-02-05Made a test that sends data on stdin to PUT, with a given length andDaniel Stenberg
chunked transfer-encoding disabled. Fixed to work after Len Krause's bug report.
2004-02-05changed the test() function to return type intDaniel Stenberg
2004-02-02added test 97, a simple test with -d post and a replacede content-typeDaniel Stenberg
header using -H
2004-01-30when we receive a request overflow, we still dump the incoming request toDaniel Stenberg
the dump file to make it easier to understand and debug the situation
2004-01-30added lib510.c for callback POST using chunked encodingDaniel Stenberg
2004-01-30added test 510, callback-based POST using chunked encodingDaniel Stenberg
2004-01-29adjusted to the corrected chunked transfer-encoding extra trailing CRLFDaniel Stenberg
2004-01-28Chunked-transfers should have an additional CRLF after the final 0 CRLFDaniel Stenberg
sequence.
2004-01-28added the extra newline that this needs to succeedDaniel Stenberg
2004-01-27send a connection: close in the initial reply to see if things differDaniel Stenberg
2004-01-27CONNECT response headers are now passed back as "regular" headersDaniel Stenberg
2004-01-21removed Basic in the initial response to see if it makes any differenceDaniel Stenberg
in the failure frequency
2004-01-16added this test, this is basicly a copy of test 91 but we return the firstDaniel Stenberg
response with a size 5 instead of size 0, to see if this has an impact on the failure frequency - test 91 still fails occationally.
2004-01-16removed unused stuffDaniel Stenberg
2004-01-13we no longer distribute the non-working tests 400 - 403Daniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg
2004-01-13modified the TODO, we already do persistant testsDaniel Stenberg
2004-01-13added our standard headerDaniel Stenberg
2004-01-13added standard source headerDaniel Stenberg
2004-01-13fix the include path to point to the libcurl's source dir too for the setup.hDaniel Stenberg
inclusion
2004-01-13include setup.h from the lib dir instead to get even more private stuffDaniel Stenberg
from the libcurl build, but right now for the USE_SSLEAY define.
2004-01-12Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg
even when the multi interface is used, and then libcurl will simulate a "follow location" to that new URL. Test 509 was added to test this feature.
2004-01-12better skip reasons, longer waiting for startup of servers (due to slow/loadedDaniel Stenberg
host), added retrying/waiting for slow stunnel startups
2004-01-07updated year in the copyright stringDaniel Stenberg
2004-01-05David J Meyer's large file support.Daniel Stenberg
2003-12-17Check the error code AFTER the protocol and data. Only changed to perhapsDaniel Stenberg
get some further input on the notorious test case 91 failures!
2003-12-16modified and corrected test 506Daniel Stenberg
2003-11-25test 95 added, verifies my fix for bug report #848371Daniel Stenberg
2003-11-25requires a SSL-capable clientDaniel Stenberg
2003-11-24test proxy CONNECT requiring basic auth but we don't provide anyDaniel Stenberg
2003-11-24new way to trick sws to return special data on CONNECTDaniel Stenberg
2003-11-24disable ftps-tests for now, we must make them work with the updated ftpsDaniel Stenberg
functionality
2003-11-20request a file over proxy without credentials, and get a 407 backDaniel Stenberg
2003-11-13-n disables valgrind nowDaniel Stenberg
2003-11-06Define TRUE and FALSE unless already present. I've moved away thoseDaniel Stenberg
definitions from the global curl header and thus this needs to do it themselves.
2003-10-31back to GMT againDaniel Stenberg
2003-10-31my own system had a bad valgrind, so check that it works at least somewhatDaniel Stenberg
before we use it
2003-10-30updated for the cut off GMT stringDaniel Stenberg
2003-10-30only use siginterrupt() if it really exists on the platformDaniel Stenberg
2003-10-29Stop using stunnel.pm, we pass in the path from the main script instead.Daniel Stenberg
Also made it easier to stop the test suite with control-c.
2003-10-29David Hull made the file: URL parser also accept the somewhat sloppy fileDaniel Stenberg
syntax: file:/path. I added test case 203 to verify this.
2003-10-29stunnel.pm is no moreDaniel Stenberg
2003-10-29stunnel.pm is removedDaniel Stenberg