aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2004-01-21removed Basic in the initial response to see if it makes any differenceDaniel Stenberg
2004-01-16added this test, this is basicly a copy of test 91 but we return the firstDaniel Stenberg
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
2004-01-13include setup.h from the lib dir instead to get even more private stuffDaniel Stenberg
2004-01-12Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg
2004-01-12better skip reasons, longer waiting for startup of servers (due to slow/loadedDaniel Stenberg
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
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
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
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
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
2003-10-29David Hull made the file: URL parser also accept the somewhat sloppy fileDaniel Stenberg
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
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
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
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
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