aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-03-25s/CVS/DEV in the version string from the git repoDaniel Stenberg
2010-03-24Merge branch 'master' of github.com:bagder/curlBill Hoffman
2010-03-24Add .gitattributes files to turn off CRLF translation for some filesBill Hoffman
2010-03-24provide a version number as today's dateDaniel Stenberg
2010-03-24testcurl now uses git instead of CVSDaniel Stenberg
2010-03-24remove debug printfsChris Conroy
2010-03-24remove trace of CVSDaniel Stenberg
2010-03-24Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy
2010-03-24s/CVS/DEV/ in the version string for repo versionsDaniel Stenberg
2010-03-24restore executable bits on some filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-23enabled valgrindDaniel Stenberg
2010-03-23ignore more files generated when tests run in the source treeDaniel Stenberg
2010-02-26fix compiler warningYang Tse
2010-02-25fix file nameYang Tse
2010-02-25Fixed bug report #2958074 indicatingYang Tse
2010-02-24enable 802 and 803Yang Tse
2010-02-23fix socket data typeYang Tse
2010-02-22convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse
2010-02-22updated sourcesYang Tse
2010-02-22_ Adjusted RFC821 HELO fallback and enabled test804Patrick Monnerat
2010-02-22- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.Patrick Monnerat
2010-02-20- Fixed the SMTP compliance by making sure RCPT TO addresses are specifiedDaniel Stenberg
2010-02-20- I made the SMTP code expect a 250 response back from the server after theDaniel Stenberg
2010-02-19fix compiler warningYang Tse
2010-02-18fix compiler warningYang Tse
2010-02-16replaced tabs with spacesYang Tse
2010-02-16fix Content-Length validationYang Tse
2010-02-15fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse
2010-02-15fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse
2010-02-14removed trailing whitespaceYang Tse
2010-02-14fix compiler warningYang Tse
2010-02-14Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse
2010-02-12- Jack Zhang reported a problem with SMTP: we wrongly used multiple addressesDaniel Stenberg
2010-02-10- remove extra "\r\n" from doc404_RTSPYang Tse
2010-02-09Removed some erroneous "compressed" key wordsDan Fandrich
2010-02-06warning fixYang Tse
2010-02-06OOM handling fixYang Tse
2010-02-05fix compiler warningYang Tse
2010-02-05fix compiler warningYang Tse
2010-02-05fix compiler warningYang Tse
2010-02-05Addes OOM handling for curl_easy_setopt() calls in testYang Tse
2010-02-04Validate server port argumentYang Tse
2010-02-04Fix variable initializationYang Tse
2010-02-04Modified test case 557 to additionally verify libcurl's internal curl_m*printf()Yang Tse
2010-02-04added an additional second to allow test to pass on heavily loaded serversYang Tse
2010-02-03Fix portability issue related with unaligned memory accessYang Tse
2010-02-03cookies with same path length might get sorted in different order whenYang Tse
2010-02-03added an additional second to allow test to pass on heavily loaded serversYang Tse
2010-02-02mention run time statistics optionsYang Tse