aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2004-09-111. cookie expire-strings MUST use GMT timezonesDaniel Stenberg
2. adjusted date strings to upcoming date parser rewrite
2004-09-10fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg
2004-09-10- Bug report #1025986. When following a Location: with a custom Host: headerDaniel Stenberg
replacement, curl only replaced the Host: header on the initial request and didn't replace it on the following ones. This resulted in requests with two Host: headers. Now, curl checks if the location is on the same host as the initial request and then continues to replace the Host: header. And when it moves to another host, it doesn't replace the Host: header but it also doesn't make the second Host: header get used in the request. This change is verified by the two new test cases 184 and 185.
2004-09-08Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script.
2004-08-24added test 183 to verify that we properly send good Host: headers whenDaniel Stenberg
getting multiple URLs over a single proxy connection
2004-08-24prevent files named ".nfs[something]" from being displayed when failingDaniel Stenberg
2004-08-23verify that transferring a zero byte FTP file results in a zero byte localDaniel Stenberg
file
2004-08-23Provide support for "transferring" zero bytes FTP files and comparing thatDaniel Stenberg
the output file actually is zero bytes after the transfer.
2004-08-23Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg
PUTs even when told to use HTTP 1.0, which is not correct.
2004-08-16Roland Krikava's cookies over proxy fix.Daniel Stenberg
2004-07-29mingw32 builds make .a libsDaniel Stenberg
2004-07-26Bertrand Demiddelaer made the testing work with valgrind 2.1Daniel Stenberg
2004-07-25libs built with libtool are named .la in the build dirDaniel Stenberg
2004-07-24if --enable-ares is used, we must run 'buildconf' in the ares dir beforeDaniel Stenberg
we run configure.
2004-07-16test downloading from a server claiming negative content-lengthDaniel Stenberg
2004-07-15added Borland support.Gunter Knauf
2004-07-14An Andres Garcia fix: add a typecast to make it work betterDaniel Stenberg
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