summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* attempt to fix compiler warning:Yang Tse2008-10-141-36/+38
* Don't rely on shell support to run multiple precheck testsDan Fandrich2008-10-131-1/+1
* Ensure the IPv6 stack is operational before running this test (other testsDan Fandrich2008-10-121-0/+5
* Added HTTP as a required featureDan Fandrich2008-10-092-0/+4
* Added tests 633 through 637 to test the new file range support for SFTP.Dan Fandrich2008-10-097-2/+220
* - Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified andDaniel Stenberg2008-10-081-2/+1
* Added tests 1082 through 1085 to test symbolic --interface parametersDan Fandrich2008-10-087-3/+195
* Created test cases 1080 and 1081 to reproduce a problem ofDan Fandrich2008-10-084-1/+150
* Added const to some pointer variablesDan Fandrich2008-10-081-1/+1
* Changed the handling of read/write errors in Curl_perform() to allow aDan Fandrich2008-10-073-2/+76
* Document how to disable tests when certain --disable-* flags are used.Dan Fandrich2008-10-071-2/+1
* revert change introduced in tftpd.c revision 1.44Yang Tse2008-10-031-6/+6
* fix compiler warning: dereferencing type-punned pointer will break strict-ali...Yang Tse2008-10-021-7/+13
* fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'Yang Tse2008-10-021-6/+6
* runtests.pl enables picky compiler warnings unless explicitly disabledYang Tse2008-10-021-0/+7
* Fixed some compiler warnings with gccDan Fandrich2008-10-015-10/+10
* Added "HTTP proxy" keywordDan Fandrich2008-09-301-0/+1
* - The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZEDaniel Stenberg2008-09-305-9/+8
* Added "HTTP proxy" and "proxytunnel" keywords where applicableDan Fandrich2008-09-2929-5/+78
* if a test execution is aborted due to a signal, and the processYang Tse2008-09-261-0/+1
* use shift right. Division result is not integral.Yang Tse2008-09-261-1/+1
* Avoid the use of the '? :' operator inside the call to ourYang Tse2008-09-264-14/+31
* attempt to avoid HTTP server startup misdetection on some systemsYang Tse2008-09-261-4/+8
* fix potential buffer overflow in test-server logging functionYang Tse2008-09-261-3/+3
* 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