summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Re-enable test #100 on i686 icc autobuildsYang Tse2008-09-241-1/+1
* remove the entire comment now when we no longer set TZDaniel Stenberg2008-09-231-5/+0
* - Introducing Jamie Lokier's function for date to epoch conversion used in theDaniel Stenberg2008-09-231-1/+0
* - Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg2008-09-221-0/+1
* better descriptionDaniel Stenberg2008-09-221-1/+1
* Re-enable tests #1 on i686 icc autobuildsYang Tse2008-09-221-1/+1
* Fixed test 539 to handle an out of memory condition that shows up nowDan Fandrich2008-09-221-5/+16
* fix compiler warning: defined but not usedYang Tse2008-09-211-1/+1
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-211-2/+2
* fix compiler warning: defined but not usedYang Tse2008-09-212-12/+2
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-204-30/+32
* include "memdebug.h"Yang Tse2008-09-2045-3/+78
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-181-2/+2
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-182-7/+7
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-185-14/+12
* Changed the test data file so it passes an XML syntax checkDan Fandrich2008-09-152-64/+64
* Disable all tests on i686 icc autobuilds to inspect build messagesYang Tse2008-09-081-0/+5
* Added HTTP 1.0 downgrade tests with proxiesDan Fandrich2008-09-063-1/+163
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* Improved the logic the decides whether to use HTTP 1.1 features or not in aDan Fandrich2008-09-055-19/+11
* - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg2008-09-052-1/+80
* Stefan Krause's mail to curl-library at 03 Sep 2008 made me add these twoDaniel Stenberg2008-09-052-0/+4
* fix print formatting string directivesYang Tse2008-09-043-36/+36
* Added tests 1071 through 1074 to test automatic downgrading from HTTP 1.1Dan Fandrich2008-08-298-13/+444
* test 1070 addedDaniel Stenberg2008-08-291-1/+1
* - When libcurl was doing a HTTP POST and the server would respond withDaniel Stenberg2008-08-293-11/+100
* - I'm abandoning the system with the web site mirrors (but keeping downloadDaniel Stenberg2008-08-288-9/+9
* Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to setDan Fandrich2008-08-282-4/+3
* Added test 1069 to test PUT from stdin without content length. It failsDan Fandrich2008-08-281-0/+1
* Added test 1069 to test PUT from stdin without content length. It failsDan Fandrich2008-08-282-1/+51
* Added test case 1068 to do a simple HTTP PUT from stdinDan Fandrich2008-08-283-4/+62
* Added multi keywordDan Fandrich2008-08-265-0/+16
* Added multi keywordDan Fandrich2008-08-268-1/+16
* Re-enable all tests on x86_64 and ia64.Yang Tse2008-08-241-5/+0
* Fix wrong signed int formatting string directive in test case #557.Yang Tse2008-08-241-1/+1
* Disable all tests except #557 on x86_64 and ia64 to debug trace curl_mprintf(...Yang Tse2008-08-241-0/+5
* added test case 1067 to verify --referer "firstone.html;auto"Daniel Stenberg2008-08-232-1/+79
* Andy Tsouladze's fix to kill the knowledge of servers properly after they haveDaniel Stenberg2008-08-231-0/+1
* Fixed a problem when --dump-header - was given with more than one URL,Dan Fandrich2008-08-222-1/+83
* Increase to 20 the number of CVS update retries.Yang Tse2008-08-221-1/+1
* Test case 557 now also verifies signed and unsigned int formatting.Yang Tse2008-08-212-0/+401
* Simplify condition checkYang Tse2008-08-201-11/+4
* Update test case 557Yang Tse2008-08-182-132/+542
* Added test case 557 to verify libcurl's internal curl_m*printf() functionsYang Tse2008-08-184-2/+325
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-1/+1
* Added test case 1065 to test a PUT with a single file but two URLs. ThisDan Fandrich2008-08-154-2/+160
* Added Range keywordDan Fandrich2008-08-145-0/+8
* Added test 1063 to test an invalid large range on a file:Dan Fandrich2008-08-142-1/+48
* Fixed a buffer overflow problem in Curl_proxyCONNECT that could occurDan Fandrich2008-08-123-1/+1810
* Handle short readsDan Fandrich2008-08-121-1/+1