Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-02-20 | - I made the SMTP code expect a 250 response back from the server after the | Daniel Stenberg | |
full DATA has been sent, and I modified the test SMTP server to also send that response. As usual, the DONE operation that is made after a completed transfer is still not doable in a non-blocking way so this waiting for 250 is unfortunately made blockingly. | |||
2010-02-19 | fix compiler warning | Yang Tse | |
2010-02-18 | fix compiler warning | Yang Tse | |
2010-02-16 | replaced tabs with spaces | Yang Tse | |
2010-02-16 | fix Content-Length validation | Yang Tse | |
2010-02-15 | fix compiler warning: conversion from "long" to "size_t" may lose sign | Yang Tse | |
2010-02-15 | fix compiler warning: conversion from "long" to "size_t" may lose sign | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-02-14 | fix compiler warning | Yang Tse | |
2010-02-14 | Overhauled test suite getpart() function. Fixing potential out of bounds | Yang Tse | |
stack and memory overwrites triggered with huge test case definitions. | |||
2010-02-12 | - Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses | Daniel Stenberg | |
in the same RCPT TO line, when they should be sent in separate single commands. I updated test case 802 to verify this. - I also fixed a bad use of my_setopt_str() of CURLOPT_MAIL_RCPT in the curl tool which made it try to output it as string for the --libcurl feature which could lead to crashes. | |||
2010-02-10 | - remove extra "\r\n" from doc404_RTSP | Yang Tse | |
- avoid memory alignment issue when setting RTSP packet length | |||
2010-02-09 | Removed some erroneous "compressed" key words | Dan Fandrich | |
2010-02-06 | warning fix | Yang Tse | |
2010-02-06 | OOM handling fix | Yang Tse | |
2010-02-05 | fix compiler warning | Yang Tse | |
2010-02-05 | fix compiler warning | Yang Tse | |
2010-02-05 | fix compiler warning | Yang Tse | |
2010-02-05 | Addes OOM handling for curl_easy_setopt() calls in test | Yang Tse | |
2010-02-04 | Validate server port argument | Yang Tse | |
2010-02-04 | Fix variable initialization | Yang Tse | |
2010-02-04 | Modified test case 557 to additionally verify libcurl's internal curl_m*printf() | Yang Tse | |
functions formatting functionality when handling signed and unsigned shorts. | |||
2010-02-04 | added an additional second to allow test to pass on heavily loaded servers | Yang Tse | |
2010-02-03 | Fix portability issue related with unaligned memory access | Yang Tse | |