summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* enable memory debugging the same way the curl command line tool already doesDaniel Stenberg2004-05-142-3/+17
* made 'runtests.pl -t' run over all the tests just like other command linesDaniel Stenberg2004-05-131-7/+22
* revert the accidentally added use of straceDaniel Stenberg2004-05-111-1/+1
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+2
* James Bursa's adjustments to make the -t option work for any test case.Daniel Stenberg2004-05-101-100/+79
* don't use -i when checking for our own serverDaniel Stenberg2004-05-101-1/+1
* James Bursa's fix to make this deal with malloc(0) as OK to free()Daniel Stenberg2004-05-071-1/+1
* simplied the creation of new urlsDaniel Stenberg2004-05-061-13/+7
* %ld for longDaniel Stenberg2004-05-061-1/+1
* int/long fixDaniel Stenberg2004-05-061-1/+1
* printf %s with plain 'char *', not unsigned ones to silence icc's pickyDaniel Stenberg2004-05-061-2/+2
* fixed typoDaniel Stenberg2004-05-051-1/+1
* Temporary disable the logic that runs gdb on a core dump, as it can't blindlyDaniel Stenberg2004-05-051-1/+1
* added a third URL to the torture testing, this one also hangs at some pointDaniel Stenberg2004-05-051-1/+2
* General HTTP authentication cleanup and fixesDaniel Stenberg2004-05-0410-26/+278
* improved the name of the testDaniel Stenberg2004-05-031-1/+1
* Display "exit OK" when the exit code has been verified to be OK, and addedDaniel Stenberg2004-04-301-15/+44
* support the new libcurl IDN feature, also a first attempt to display a stackDaniel Stenberg2004-04-302-3/+35
* idn is a new feature that can be made required for a testDaniel Stenberg2004-04-301-1/+2
* added test 166, formpost with white space in file nameDaniel Stenberg2004-04-302-1/+53
* include the full size of the sent response in the logDaniel Stenberg2004-04-301-1/+4
* Gisle fixed the counting of calloc()sDaniel Stenberg2004-04-291-2/+3
* Introducing IDN host name testing. Test case 165 requires an IDN-capableDaniel Stenberg2004-04-292-1/+48
* remove newline from matching patternDaniel Stenberg2004-04-291-0/+1
* ignore cnonce lines too as they are based on the current time and will differDaniel Stenberg2004-04-291-0/+1
* test 512 does some basic curl_easy_duphandle() testingDaniel Stenberg2004-04-292-1/+46
* new test case for a simple curl_easy_duphandle() testDaniel Stenberg2004-04-292-1/+46
* updated to work with the new Digest codeDaniel Stenberg2004-04-291-1/+1
* make the loop use a fixed number of attempts to prevent eternal loopsDaniel Stenberg2004-04-271-1/+4
* Removed the FTPS test cases, they only annoy us as they don't work for anyoneDaniel Stenberg2004-04-264-144/+0
* test164 HTTP range with multiple rangesDaniel Stenberg2004-04-242-1/+60
* minor format fixDaniel Stenberg2004-04-231-1/+1
* added test 163 - a simple test case that use -F field<file, to verify thatDaniel Stenberg2004-04-232-1/+72
* No longer uses the valgrind option '--logfile-fd', we use the --logfileDaniel Stenberg2004-04-231-4/+1
* require SSL as otherwise NTLM doesn't work!Daniel Stenberg2004-04-231-0/+4
* - David Byron found and fixed a small bug with the --fail and authenticationDaniel Stenberg2004-04-222-1/+46
* If only a partial file was transfered, we consider that a fatal problem soDaniel Stenberg2004-04-223-1/+45
* modified how valgrind is run to make sure that file handle 3 exists whenDaniel Stenberg2004-04-221-3/+4
* log the WAIT commandDaniel Stenberg2004-04-211-1/+3
* test160 - for a more controlled testing of the case where libcurl startsDaniel Stenberg2004-04-202-1/+68
* make the first response get a "connection: close" header as that is howDaniel Stenberg2004-04-201-0/+2
* changed the logging to work when the logfile is removed during testingDaniel Stenberg2004-04-191-4/+3
* Make the server include "Connection: close" in the headers of the repliesDaniel Stenberg2004-04-192-0/+8
* Gisle Vanem: patches to make sws.c compile under MingW/MSVC isDaniel Stenberg2004-04-171-24/+49
* don't display the . and .. files when dumping the log/ contentsDaniel Stenberg2004-04-161-2/+2
* remade the logging function to better deal with removed logfiles duringDaniel Stenberg2004-04-161-19/+11
* change the log format to look similar to swsDaniel Stenberg2004-04-151-16/+35
* clean the log directory between each single test, so that we can betterDaniel Stenberg2004-04-151-22/+5
* removed the fixed dir depth limit in the FTP codeDaniel Stenberg2004-04-151-5/+158
* display interesting log files on failure, if -p is usedDaniel Stenberg2004-04-141-4/+19