summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* - I was going to fix issue #59 in KNOWN_BUGSDaniel Stenberg2009-04-303-1/+130
| | | | | | | | If the CURLOPT_PORT option is used on an FTP URL like "ftp://example.com/file;type=A" the ";type=A" is stripped off. I added test case 562 to verify, only to find out that I couldn't repeat this bug so I hereby consider it not a bug anymore!
* Display only CURL_* and CARES_* symbol/macro definitions from curlbuild.h ↵Yang Tse2009-04-291-2/+2
| | | | and ares_build.h
* Trigger c-ares prebuild stage for fake-config setup'sYang Tse2009-04-291-0/+7
|
* - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219)Daniel Stenberg2009-04-292-5/+5
| | | | | | | | I've now made TFTP "connections" not being kept for re-use within libcurl. TFTP is UDP-based so the benefit was really low (if even existing) to begin with so instead of tracking down to fix this problem we instead removed the re-use. I also enabled test case 1099 that I wrote a few days ago to verify that this change fixes the reported problem.
* When running testcurl.pl display definitions from ares_build.hYang Tse2009-04-291-0/+14
|
* allow usage of in-tree c-ares when building from outside of the cvs treeYang Tse2009-04-291-1/+5
|
* Include <arpa/inet.h> if HAVE_ARPA_INET_H is definedYang Tse2009-04-273-6/+7
|
* Log MAKEFLAGS environment variable along with the others.Yang Tse2009-04-271-1/+2
|
* test 1099: "TFTP get first a non-existing file then an existing" added disabledDaniel Stenberg2009-04-244-9/+57
| | | | as things don't work right here!
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-212-3/+3
|
* - Pramod Sharma reported and tracked down a bug when doing FTP over a HTTPDaniel Stenberg2009-04-172-1/+75
| | | | | | | | | | | proxy. libcurl would then wrongly close the connection after each request. In his case it had the weird side-effect that it killed NTLM auth for the proxy causing an inifinite loop! I added test case 1098 to verify this fix. The test case does however not properly verify that the transfers are done persistently - as I couldn't think of a clever way to achieve it right now - but you need to read the stderr output after a test run to see that it truly did the right thing.
* re-enable all tests for all icc autobuildsYang Tse2009-04-171-14/+1
|
* first take at bundling cmake-related files in the tarballDaniel Stenberg2009-04-141-2/+3
|
* fix compiler warning: implicit conversion shortens 64-bit value into a ↵Yang Tse2009-04-141-1/+2
| | | | 32-bit value
* fix compiler warning: implicit conversion shortens 64-bit value into a ↵Yang Tse2009-04-131-1/+1
| | | | 32-bit value
* improve stunnel version detectionYang Tse2009-04-131-16/+37
|
* Adjust commentYang Tse2009-04-101-2/+6
|
* Cleaned up the custom definition I added (replaced by CURL_STATICLIB)Benoit Neil2009-04-091-1/+5
|
* add back most likely acciedently removed function name justtimeout to fix ↵Gunter Knauf2009-04-091-1/+1
| | | | autobuild breaks.
* Skip test #558 and #559 also when using a Win32 DLLYang Tse2009-04-091-3/+11
|
* (Minor update) Added labal prefixes to tests targetsBenoit Neil2009-04-082-0/+4
|
* Added special define for tests that directly include libcurl sources.Benoit Neil2009-04-081-1/+1
|
* Avoid warnings when HAVE_ALRM and SIGALRM are not defined.Gisle Vanem2009-04-081-7/+9
|
* #ifdef around variables to squelsh warnings.Gisle Vanem2009-04-081-0/+14
|
* Fixed compile defines in CMake scriptsBenoit Neil2009-04-082-10/+12
|
* and include the .inc files in the release tarballs...Daniel Stenberg2009-04-072-4/+6
|
* Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake ↵Benoit Neil2009-04-077-207/+269
| | | | scripts), and fixed a missing define under windows in a test source file.
* Fixed tests/server build (removed unnecessary link to libcurl).Benoit Neil2009-04-071-3/+5
|
* Added tests (exes) targets, refactor a few things.Benoit Neil2009-04-063-0/+121
| | | | PS: Once again, sorry if the added files have executable perms on Linux.
* Added test 1097 to verify the bug Axel Kuhn epidox posted on March 3 2009Daniel Stenberg2009-03-032-0/+79
| | | | | on curl-users, it is also added to DISABLED since I don't have time to work on it further right now.
* verify that a 550-response for a RETR returns 78 but also that the controlDaniel Stenberg2009-02-192-1/+51
| | | | connection is kept alive afterwards
* - Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg2009-02-0218-30/+30
| | | | | | | | | | version 1.1 instead of 1.0 like before. This change also introduces the new proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0 option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0. I updated all test cases cases that use CONNECT and I tried to do some using --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run.
* - Alexey Borzov filed bug report #2535504Daniel Stenberg2009-01-262-1/+84
| | | | | | (http://curl.haxx.se/bug/view.cgi?id=2535504) pointing out that realms with quoted quotation marks in HTTP Digest headers didn't work. I've now added test case 1095 that verifies my fix.
* Improved the title and keywordsDan Fandrich2009-01-211-1/+2
|
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-216-1/+262
| | | | | | | | | | clarity. This does fix one problem that causes ;type=i FTP URLs to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is used (test case 561) Added tests 561 and 1092 through 1094 to test various combinations of ;type= and ;mode= URLs that could potentially fail in the Turkish locale.
* Call setlocale() for libtest tests to test the effects of locale-inducedDan Fandrich2009-01-211-0/+14
| | | | libc changes on libcurl.
* 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 ↵Gunter Knauf2008-12-301-1/+1
| | | | avoid dns redirections.
* 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
| | | | test a report that the size didn't work, but these test cases pass.
* - Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg2008-12-085-8/+9
| | | | | | | | | | | | | researching it, it turned out he got a 550 response back from a SIZE command and then I fell over the text in RFC3659 that says: The presence of the 550 error response to a SIZE command MUST NOT be taken by the client as an indication that the file cannot be transferred in the current MODE and TYPE. In other words: the change I did on September 30th 2008 and that has been included in the last two releases were a regression and a bad idea. We MUST NOT take a 550 response from SIZE as a hint that the file doesn't exist.
* Added tests 1087 and 1088 to test Basic authentication on a redirectDan Fandrich2008-11-254-1/+224
| | | | with and without --location-trusted
* If a HTTP request is Basic and num is already >=1000, the HTTP test serverDan Fandrich2008-11-252-0/+14
| | | | | adds 1 to num to get the data section to return. This allows testing authentication negotiations using the Basic authentication method.
* 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
| | | | | used. It has been used since forever but it was never a good idea to use unless explicitly asked for.
* Josef Wolf's extension that allows a $TESTDIR/gdbinit$testnum file that whenDaniel Stenberg2008-11-191-0/+2
| | | | | you use runtests.pl -g, will be sourced by gdb to allow additional fancy or whatever you see fit
* Display the time in verbose mode during the torture tests to help determineDan Fandrich2008-11-171-1/+2
| | | | when the tests stall.
* Shortened some FTP responses to allow the timeout to be reduced by a secondDan Fandrich2008-11-131-1/+7
| | | | while still causing a timeout during the data phase.