summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Change to version-independent git option for 'git log --oneline'Tor Arntsen2010-03-251-1/+1
* 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
* 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
| * 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
* 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
* 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
* 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
* updated sourcesYang Tse2010-02-221-19/+81
* _ Adjusted RFC821 HELO fallback and enabled test804Patrick Monnerat2010-02-222-59/+58
* - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.Patrick Monnerat2010-02-223-1/+61
* - Fixed the SMTP compliance by making sure RCPT TO addresses are specifiedDaniel Stenberg2010-02-203-5/+5
* - I made the SMTP code expect a 250 response back from the server after theDaniel Stenberg2010-02-201-0/+1
* fix compiler warningYang Tse2010-02-195-10/+27
* fix compiler warningYang Tse2010-02-184-20/+15
* replaced tabs with spacesYang Tse2010-02-169-126/+126
* fix Content-Length validationYang Tse2010-02-162-4/+8
* fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse2010-02-152-6/+28
* fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse2010-02-151-10/+13
* removed trailing whitespaceYang Tse2010-02-1428-83/+83
* fix compiler warningYang Tse2010-02-141-2/+2
* Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse2010-02-146-154/+401
* - Jack Zhang reported a problem with SMTP: we wrongly used multiple addressesDaniel Stenberg2010-02-121-1/+2
* - remove extra "\r\n" from doc404_RTSPYang Tse2010-02-101-4/+8
* Removed some erroneous "compressed" key wordsDan Fandrich2010-02-094-4/+0
* warning fixYang Tse2010-02-061-1/+1
* OOM handling fixYang Tse2010-02-062-4/+14
* fix compiler warningYang Tse2010-02-051-1/+1
* fix compiler warningYang Tse2010-02-051-1/+3
* fix compiler warningYang Tse2010-02-056-11/+11
* Addes OOM handling for curl_easy_setopt() calls in testYang Tse2010-02-0550-431/+736
* Validate server port argumentYang Tse2010-02-044-5/+50
* Fix variable initializationYang Tse2010-02-041-1/+1
* Modified test case 557 to additionally verify libcurl's internal curl_m*printf()Yang Tse2010-02-042-5/+306
* added an additional second to allow test to pass on heavily loaded serversYang Tse2010-02-041-1/+27
* Fix portability issue related with unaligned memory accessYang Tse2010-02-031-6/+15