summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test 577 to work when --enable-hidden-symbols is configuredDan Fandrich2010-05-142-0/+43
|
* Added directories.pm to the source tar ballDan Fandrich2010-05-141-1/+1
|
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-1217-4/+1461
|
* multi interface: missed storing connection timeDaniel Stenberg2010-05-074-2/+162
| | | | | | | | | | | | | | | Dirk Manske reported a regression. When connecting with the multi interface, there were situations where libcurl wouldn't store connect time correctly as it used to (and is documented to) do. Using his fine sample program we could repeat it, and I wrote up test case 573 using that code. The problem does not easily show itself using the local test suite though. The fix, also as suggested by Dirk, is a bit on the ugly side as it adds yet another call to Curl_verboseconnect() and setting the TIMER_CONNECT time. That situation is subject for some closer inspection in the future.
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-0/+6
| | | | | | This is Hoi-Ho Chan's patch with some minor fixes by me. There are some potential issues in this, but none worse than we can sort out on the list and over time.
* test: enable valgrind for 604, seems to workDaniel Stenberg2010-04-281-3/+0
|
* add 1s post-command delay to tests 513 and 514Paul Howarth2010-04-282-2/+4
| | | | addressing http://curl.haxx.se/mail/lib-2009-12/0031.html
* test536: do not fail with threaded DNS resolverKamil Dudka2010-04-241-4/+12
| | | | Also tweaked comments in certain examples using curl_multi_fdset().
* Implement SMTP authenticationmonnerat2010-04-196-9/+181
|
* Eliminated an unlikely race condition in some tests.Dan Fandrich2010-04-153-40/+42
| | | | Based on a patch from the FreeBSD ports by Peter Pentchev.
* ignore files generated by 'maketgz'Daniel Stenberg2010-04-141-0/+4
|
* Use correct directory for c-ares git pullGuenter Knauf2010-04-131-3/+3
| | | | Signed-off-by: Tor Arntsen <tor@spacetec.no>
* added last git commit output for c-ares too.Guenter Knauf2010-04-131-7/+15
|
* changed the git update block to take care of c-ares repo if detected.Guenter Knauf2010-04-131-25/+20
|
* updated timestamp of the script.Guenter Knauf2010-04-121-1/+1
|
* removed obsolete var in gitpull() functionGuenter Knauf2010-04-121-5/+2
| | | | no need to create a var - lets just return the status var itself.
* mention missing test servers for <server>Daniel Stenberg2010-04-101-0/+3
|
* FTP quote commands prefixed with '*' now can fail without abortingDaniel Stenberg2010-04-091-1/+4
| | | | | | Prefixing the FTP quote commands with an asterisk really only worked for the postquote actions. This is now fixed and test case 227 has been extended to verify.
* Fixed misleading test messageDan Fandrich2010-03-311-1/+1
|
* Call curl_global_cleanup() in test 560 to avoid a memory leakDan Fandrich2010-03-301-0/+1
|
* Allow test 538 to run even when proxy support is disabledDan Fandrich2010-03-301-2/+3
|
* Allow running ./tests/testcurl.pl from within git repo.Ben Greear2010-03-281-0/+4
| | | | | | | | My first instinct was to run the test script within the checked out repository. This small change to the script allows that to work as expected. Signed-off-by: Ben Greear <greearb@candelatech.com>
* ignore pid files and stunnel.confDaniel Stenberg2010-03-271-0/+2
| | | | all used while running tests
* make sure git pull is actually done!Daniel Stenberg2010-03-271-13/+11
|
* remove all .cvsignore filesDaniel Stenberg2010-03-254-35/+0
|
* Avoid double newline for the 'last commits' log in testcurl.plTor Arntsen2010-03-251-0/+1
| | | | | | The backtick command which extracts 'git log' lines come with a newline, so chomp the newline before calling logit(), as the logit function adds a newline by itself.
* Change to version-independent git option for 'git log --oneline'Tor Arntsen2010-03-251-1/+1
| | | | | | 'git log --oneline' is a relatively recent Git function. It is documented to be the same as 'git log --pretty=oneline --abbrev-commit', so use that instead. It works all the way back to Git 1.5.0.
* show 5 commits even if no git pull was madeDaniel Stenberg2010-03-251-5/+5
|
* don't touch ares/aclocal.m4 and show recent git commitsDaniel Stenberg2010-03-251-5/+8
| | | | | | | | since c-ares no longer embedded, we must not touch such files anymore we show the 5 last git commits if git was proven in use, to help us see exactly what's being tested
* s/CVS/DEV in the version string from the git repoDaniel Stenberg2010-03-251-3/+3
|
* Merge branch 'master' of github.com:bagder/curlBill Hoffman2010-03-242-49/+40
|\
| * provide a version number as today's dateDaniel Stenberg2010-03-241-1/+1
| | | | | | | | | | It should at least help visualize which autobuilds that are using this script.
| * testcurl now uses git instead of CVSDaniel Stenberg2010-03-242-48/+39
| |
* | Add .gitattributes files to turn off CRLF translation for some filesBill Hoffman2010-03-241-0/+1
|/
* remove debug printfsChris Conroy2010-03-241-6/+0
|
* remove trace of CVSDaniel Stenberg2010-03-241-2/+0
|
* Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy2010-03-244-2/+302
| | | | Test coverage included. Thanks to Massimo Callegari for the bug report
* s/CVS/DEV/ in the version string for repo versionsDaniel Stenberg2010-03-241-1/+1
|
* restore executable bits on some filesDaniel Stenberg2010-03-249-0/+0
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-2487-87/+0
|
* enabled valgrindDaniel Stenberg2010-03-231-3/+1
| | | | | I ran it now successfully and it helped to pinpoint a libssh2 memory leak!
* ignore more files generated when tests run in the source treeDaniel Stenberg2010-03-233-0/+18
|
* fix compiler warningYang Tse2010-02-261-3/+7
|
* fix file nameYang Tse2010-02-251-1/+1
|
* Fixed bug report #2958074 indicatingYang Tse2010-02-251-2/+8
| | | | | | (http://curl.haxx.se/bug/view.cgi?id=2958074) that curl on Windows with option --trace-time did not use local time when timestamping trace lines. This could also happen on other systems depending on time souurce.
* enable 802 and 803Yang Tse2010-02-241-2/+0
|
* fix socket data typeYang Tse2010-02-231-2/+2
|
* convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse2010-02-225-85/+42
| | | | | curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness.
* updated sourcesYang Tse2010-02-221-19/+81
|
* _ Adjusted RFC821 HELO fallback and enabled test804Patrick Monnerat2010-02-222-59/+58
|