aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2003-10-29now check for and use valgrind, inserted and modified the check for stunnelDaniel Stenberg
and we no longer use the stunnel.pm
2003-10-29removed, functionality added to runtests.plDaniel Stenberg
2003-10-27slightly quieter torture test by defaultDaniel Stenberg
2003-10-25avoid dependence on the order of the fields in the timeval struct, pointed outDaniel Stenberg
by Gisle Vanem
2003-10-24tests the new -C - fixDaniel Stenberg
2003-10-24don't select() forever, set a timeout so at least the test fails niceDaniel Stenberg
2003-10-24better name, it isn't httpsDaniel Stenberg
2003-10-24make it work with Negotiate support enabled tooDaniel Stenberg
2003-10-24improved the torture testingDaniel Stenberg
2003-10-24supports -l now to display the actual line that was prevented by memlimitDaniel Stenberg
2003-10-24Introducing -t to "torture" the memory allocations/failing/bail-outing inDaniel Stenberg
curl and libcurl. -t is not used anywhere automated yet, and it does already identify memory leaks on failed allocations. Work to do.
2003-10-24produce a single summary of the amount of allocations on -vDaniel Stenberg
2003-10-22allow gdb to check the libtest dir for sources too (for the 500- tests)Daniel Stenberg
2003-10-22Modified to be able to repeat Kevin Roth's problemDaniel Stenberg
2003-10-21modified test 91 to look more like Kevin Roth's error caseDaniel Stenberg
2003-10-21test case 91 added, an attempt to repeat a problem reported by Kevin RothDaniel Stenberg
on Oct 20, 2003.
2003-10-17finally we support >128 letter passwords so this test was fixed to workDaniel Stenberg
2003-10-12Dirk Manske made the share-locking around DNS lookups a bit "looser" so thatDaniel Stenberg
multiple DNS lookups can run simultaneously faster. The downside is that resolving the same host name now can be made at once from multiple threads, but the upside is that threads now don't alwys have to wait for the others' resolves. Test case 506 updated accordingly.
2003-10-09portability fix by using setup.h from the lib directoryDaniel Stenberg
2003-10-09not used anymoreDaniel Stenberg
2003-10-07test case 508 added to test callback-based POSTDaniel Stenberg
2003-09-15Test 90 added: --anyauth that picks NTLM with a redirect and then anotherDaniel Stenberg
NTLM request.
2003-09-15minor difference in how the part number magic is madeDaniel Stenberg
2003-09-15make the NTLM part numbers get increased instead of plainly assigned, asDaniel Stenberg
this then makes redirection tests work (as the new test 89)
2003-09-15test 89 verifies -L and ntlm authentication, as bug report #806328 claimedDaniel Stenberg
it doesn't work. It works for me.
2003-09-15test88, doing PUT with --digest now worksDaniel Stenberg
2003-09-12When people have environment variables set for protocol proxies, we must makeDaniel Stenberg
sure to clear them before we run the tests as they interfere badly otherwise.
2003-09-03Peter Pentchev found two problems. One realloc problem that could allocateDaniel Stenberg
too little data, and one case of not zero-terminating the returned string. I chose a slightly different patch than the one Peter provided.
2003-08-19test case 149 is hereDaniel Stenberg
2003-08-19switch off globbing to enable [] in file names for -TDaniel Stenberg
2003-08-19check the uploadDaniel Stenberg
2003-08-19teste multiple uploads in one command lineDaniel Stenberg
2003-08-19better ignore patternDaniel Stenberg
2003-08-19test507 for multi with bad host nameDaniel Stenberg