aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2004-07-06fixed Win32 prebuild section; fixed minor cosmetic bug.Gunter Knauf
2004-07-05be a bit more verbose when things go wrong.Gunter Knauf
2004-07-05added additional check to avoid calling a non-existant external script.Gunter Knauf
2004-07-05the simple way was too simple, so added --mktarball option.Gunter Knauf
2004-07-05added simple way to create a tarball just before the build is deleted.Gunter Knauf
2004-07-05changed to reflect recent NetWare makefile changes;Gunter Knauf
moved call to buildconf.bat down so that it takes place in the build dir.
2004-06-30NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg
2004-06-29fixed argument parsing; added --setup option.Gunter Knauf
2004-06-22extended to include a cookie with 4998 bytes of contentDaniel Stenberg
2004-06-22added new --target option for autobuilding other targets than GNU-like.Gunter Knauf
2004-06-22retry to read the sent request a few times if it doesn't exist the first timeDaniel Stenberg
2004-06-22modified some logging outputDaniel Stenberg
2004-06-21added test case 513Daniel Stenberg
2004-06-21when the client disconnects prematurely, dump the request as received thusDaniel Stenberg
far
2004-06-19test 177 HTTP POST with --digest that gets a 302 responseDaniel Stenberg
2004-06-17new daring features, not used by any current testDaniel Stenberg
2004-06-15skip the pid from the loggingDaniel Stenberg
2004-06-15test 176, use --ntlm and POST when the server doesn't require any authDaniel Stenberg
2004-06-15added test case 175, use HTTP POST and DIGEST set but the server requires noDaniel Stenberg
auth
2004-06-14added test 174, HTTP POST --anyauth to server without auth requirements.Daniel Stenberg
An attempt to repeat a reported auth problem. Works for me!
2004-06-14refuse running the torture tests without a debug buildDaniel Stenberg
2004-06-04test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filenameDaniel Stenberg
2004-06-03the test targets won't invoke the test suite if curl is built cross-compiled.Daniel Stenberg
Pointed out by Chris Gaukroger.
2004-06-03corrected to use the proxy user name for proxy auth, as was just bugfixed!Daniel Stenberg
2004-05-28delete trailing whitespaceDaniel Stenberg
2004-05-25initial support for "uploading" to file:// URLsDaniel Stenberg
2004-05-24better nameDaniel Stenberg
2004-05-24Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE couldDaniel Stenberg
not be used both in one request. Fixed it and added test case 172 to verify.
2004-05-21While talking to host a.b.c, libcurl did wrongly not accept cookies that wereDaniel Stenberg
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and test case 171 verifies it.
2004-05-19NTLM requires SSLDaniel Stenberg
2004-05-19added test 170Daniel Stenberg
2004-05-19David Byron's test case with -F that used to crashDaniel Stenberg
2004-05-19just code formatting and killed whitespaceDaniel Stenberg
2004-05-17'make test-torture' in the root now runs a full torture testDaniel Stenberg
2004-05-17removed debug output and trailing whitespaceDaniel Stenberg
2004-05-17grrr, fix the check again if no ftp server at all is runningDaniel Stenberg
2004-05-17When waiting for the second connect, we now use alarm to timeout the waiting.Daniel Stenberg
This is necessary in case the client never connects or somehow fails to do it timely. The timeout used now is only 2 seconds, which might cause problems on really slow hosts but longer times are painful when doing torture testing on FTP test cases. I'm not sure how this 'alarm' functionality works on Windows or other systems that don't actually have the alarm() function.
2004-05-17improved the check for our own ftp serverDaniel Stenberg
2004-05-17modified to not leak memory if a libcurl function returns failure, for betterDaniel Stenberg
memory leak detection
2004-05-17make it not leak memory when it returns prematurelyDaniel Stenberg
2004-05-14clean up properly on failure to enable easier libcurl leak detectionDaniel Stenberg
2004-05-14enable memory debugging the same way the curl command line tool already doesDaniel Stenberg
2004-05-13made 'runtests.pl -t' run over all the tests just like other command linesDaniel Stenberg
Also made -t imply -n to disable valgrind, it runs sloooow otherwise. This now manages to run all tests OK up to test case 100 (the first FTP one) for me.
2004-05-11revert the accidentally added use of straceDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
memory.h is included everywhere for this.
2004-05-10James Bursa's adjustments to make the -t option work for any test case.Daniel Stenberg
The -t is the "torture" test that first runs the test and counts the number of allocations performed during it, then it runs the test repeatedly over and over again and makes alloc number N fail to verify that we detect and return properly from error cases everywhere.
2004-05-10don't use -i when checking for our own serverDaniel Stenberg
2004-05-07James Bursa's fix to make this deal with malloc(0) as OK to free()Daniel Stenberg
2004-05-06simplied the creation of new urlsDaniel Stenberg
2004-05-06%ld for longDaniel Stenberg