Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup | |
2010-05-07 | multi interface: missed storing connection time | Daniel Stenberg | |
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. | |||
2010-05-05 | PolarSSL: initial support added | Hoi-Ho Chan | |
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. | |||
2010-04-28 | test: enable valgrind for 604, seems to work | Daniel Stenberg | |
2010-04-28 | add 1s post-command delay to tests 513 and 514 | Paul Howarth | |
addressing http://curl.haxx.se/mail/lib-2009-12/0031.html | |||
2010-04-24 | test536: do not fail with threaded DNS resolver | Kamil Dudka | |
Also tweaked comments in certain examples using curl_multi_fdset(). | |||
2010-04-19 | Implement SMTP authentication | monnerat | |
2010-04-15 | Eliminated an unlikely race condition in some tests. | Dan Fandrich | |
Based on a patch from the FreeBSD ports by Peter Pentchev. | |||
2010-04-14 | ignore files generated by 'maketgz' | Daniel Stenberg | |
2010-04-13 | Use correct directory for c-ares git pull | Guenter Knauf | |
Signed-off-by: Tor Arntsen <tor@spacetec.no> | |||
2010-04-13 | added last git commit output for c-ares too. | Guenter Knauf | |
2010-04-13 | changed the git update block to take care of c-ares repo if detected. | Guenter Knauf | |
2010-04-12 | updated timestamp of the script. | Guenter Knauf | |
2010-04-12 | removed obsolete var in gitpull() function | Guenter Knauf | |
no need to create a var - lets just return the status var itself. | |||
2010-04-10 | mention missing test servers for <server> | Daniel Stenberg | |
2010-04-09 | FTP quote commands prefixed with '*' now can fail without aborting | Daniel Stenberg | |
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. | |||
2010-03-31 | Fixed misleading test message | Dan Fandrich | |
2010-03-30 | Call curl_global_cleanup() in test 560 to avoid a memory leak | Dan Fandrich | |
2010-03-30 | Allow test 538 to run even when proxy support is disabled | Dan Fandrich | |
2010-03-28 | Allow running ./tests/testcurl.pl from within git repo. | Ben Greear | |
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> | |||
2010-03-27 | ignore pid files and stunnel.conf | Daniel Stenberg | |
all used while running tests | |||
2010-03-27 | make sure git pull is actually done! | Daniel Stenberg | |
2010-03-25 | remove all .cvsignore files | Daniel Stenberg | |
2010-03-25 | Avoid double newline for the 'last commits' log in testcurl.pl | Tor Arntsen | |
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. | |||
2010-03-25 | Change to version-independent git option for 'git log --oneline' | Tor Arntsen | |
'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. | |||
2010-03-25 | show 5 commits even if no git pull was made | Daniel Stenberg | |
2010-03-25 | don't touch ares/aclocal.m4 and show recent git commits | Daniel Stenberg | |
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 | |||
2010-03-25 | s/CVS/DEV in the version string from the git repo | Daniel Stenberg | |
2010-03-24 | Merge branch 'master' of github.com:bagder/curl | Bill Hoffman | |
2010-03-24 | Add .gitattributes files to turn off CRLF translation for some files | Bill Hoffman | |
2010-03-24 | provide a version number as today's date | Daniel Stenberg | |
It should at least help visualize which autobuilds that are using this script. | |||
2010-03-24 | testcurl now uses git instead of CVS | Daniel Stenberg | |
2010-03-24 | remove debug printfs | Chris Conroy | |
2010-03-24 | remove trace of CVS | Daniel Stenberg | |
2010-03-24 | Fix RTSP GET_PARAMETER empty and non-empty operation. | Chris Conroy | |
Test coverage included. Thanks to Massimo Callegari for the bug report | |||
2010-03-24 | s/CVS/DEV/ in the version string for repo versions | Daniel Stenberg | |
2010-03-24 | restore executable bits on some files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-03-23 | enabled valgrind | Daniel Stenberg | |
I ran it now successfully and it helped to pinpoint a libssh2 memory leak! | |||
2010-03-23 | ignore more files generated when tests run in the source tree | Daniel Stenberg | |
2010-02-26 | fix compiler warning | Yang Tse | |
2010-02-25 | fix file name | Yang Tse | |
2010-02-25 | Fixed bug report #2958074 indicating | Yang Tse | |
(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. | |||
2010-02-24 | enable 802 and 803 | Yang Tse | |
2010-02-23 | fix socket data type | Yang Tse | |
2010-02-22 | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse | |
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness. | |||
2010-02-22 | updated sources | Yang Tse | |
2010-02-22 | _ Adjusted RFC821 HELO fallback and enabled test804 | Patrick Monnerat | |
2010-02-22 | - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account. | Patrick Monnerat | |
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required). - Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO. - Test case 804 for HELO fallback. | |||
2010-02-20 | - Fixed the SMTP compliance by making sure RCPT TO addresses are specified | Daniel Stenberg | |
properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now get angle bracket wrapping automatically by libcurl unless the recipient starts with an angle bracket as then the app is assumed to deal with that properly on its own. |