summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Always use nocheck="yes" for consistencyDan Fandrich2009-01-0742-56/+56
* sync'd address with other tests.Gunter Knauf2008-12-301-1/+1
* trial with an address which has a valid domain part but invalid host to avoid...Gunter Knauf2008-12-301-1/+1
* Mention what makes this test specialDan Fandrich2008-12-111-1/+1
* Added test cases 1089 and 1090 to test --write-out after a redirect toDan Fandrich2008-12-093-1/+191
* - Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg2008-12-085-8/+9
* Added tests 1087 and 1088 to test Basic authentication on a redirectDan Fandrich2008-11-254-1/+224
* If a HTTP request is Basic and num is already >=1000, the HTTP test serverDan Fandrich2008-11-252-0/+14
* Fully clean up after test 608 so that it can be run twice in succession.Dan Fandrich2008-11-241-1/+6
* restored from my messy previous commit mistakeDaniel Stenberg2008-11-214-0/+0
* - I removed the default use of "Pragma: no-cache" from libcurl when a proxy isDaniel Stenberg2008-11-1951-79/+0
* Josef Wolf's extension that allows a $TESTDIR/gdbinit$testnum file that whenDaniel Stenberg2008-11-191-0/+2
* Display the time in verbose mode during the torture tests to help determineDan Fandrich2008-11-171-1/+2
* Shortened some FTP responses to allow the timeout to be reduced by a secondDan Fandrich2008-11-131-1/+7
* Fixed an OOM problem with test 560Dan Fandrich2008-11-121-0/+6
* Give the test an extra second to run so it passes on slow machinesDan Fandrich2008-11-121-1/+1
* Added test case 560:Daniel Stenberg2008-11-113-1/+151
* Added missing <keywords>Daniel Stenberg2008-11-113-0/+16
* terminate with appropriate exit codeYang Tse2008-11-071-1/+1
* Added test 1086 to test a timeout the occurs during an FTP data transfer.Dan Fandrich2008-11-062-1/+78
* Make the SLOWDOWN option slow the FTP data connection, not just theDan Fandrich2008-11-061-2/+20
* fix OOM handlingYang Tse2008-10-311-8/+23
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-9/+8
* SLOWDOWN actually causes a 0.01 second delay between bytesDan Fandrich2008-10-301-1/+1
* Changed the "resolve" test precheck program to verify that an IPv6 socketDan Fandrich2008-10-281-25/+38
* fix test # 558 and 559 CFLAGSYang Tse2008-10-281-2/+2
* don't skip tests 558 and 559 on i686 icc autobuildsYang Tse2008-10-271-1/+1
* test #558 tests internal hash create/destroyYang Tse2008-10-275-35/+88
* Skip test #558 when libcurl is built with hidden symbolsYang Tse2008-10-272-14/+47
* For tracing purposes log a fake call to getaddrinfoYang Tse2008-10-271-0/+7
* avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfoYang Tse2008-10-271-1/+30
* convert test #558 into something more interesting, attemptingYang Tse2008-10-262-115/+71
* test #558 verifies loop operation using malloc() and free()Yang Tse2008-10-265-2/+186
* moved some definitions from tftp.h to tftpd.cYang Tse2008-10-232-6/+5
* fix compiler warningYang Tse2008-10-233-18/+27
* Tweaked a few tests to test proper Turkish locale handlingDan Fandrich2008-10-233-4/+4
* For i686 icc autobuilds:Yang Tse2008-10-221-1/+8
* Fixed some problems with SFTP range support to fix test cases 634 through 637.Dan Fandrich2008-10-211-4/+0
* Added missing HTTP proxy and other keywordsDan Fandrich2008-10-161-0/+10
* A <precheck> command is considered to have failed if it returns a non-zeroDan Fandrich2008-10-152-3/+6
* attempt to fix compiler warning:Yang Tse2008-10-141-36/+38
* Don't rely on shell support to run multiple precheck testsDan Fandrich2008-10-131-1/+1
* Ensure the IPv6 stack is operational before running this test (other testsDan Fandrich2008-10-121-0/+5
* Added HTTP as a required featureDan Fandrich2008-10-092-0/+4
* Added tests 633 through 637 to test the new file range support for SFTP.Dan Fandrich2008-10-097-2/+220
* - Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified andDaniel Stenberg2008-10-081-2/+1
* Added tests 1082 through 1085 to test symbolic --interface parametersDan Fandrich2008-10-087-3/+195
* Created test cases 1080 and 1081 to reproduce a problem ofDan Fandrich2008-10-084-1/+150
* Added const to some pointer variablesDan Fandrich2008-10-081-1/+1
* Changed the handling of read/write errors in Curl_perform() to allow aDan Fandrich2008-10-073-2/+76