aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest
AgeCommit message (Expand)Author
2008-01-04Fix 'format string' compiler warningYang Tse
2007-12-26In an attempt to repeat the problem in bug report #1850730Daniel Stenberg
2007-12-08correct the comment about sizeDaniel Stenberg
2007-12-08add test 549 and 550Daniel Stenberg
2007-12-05Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg
2007-12-05fix compiler warningDaniel Stenberg
2007-12-05added test548 which uses the lib547 source file, preparing for test547 whichDaniel Stenberg
2007-11-05Sort the directory listing because the server doesn't always do it.Dan Fandrich
2007-11-01Ignore more features that curl-config is not expected to know aboutDan Fandrich
2007-11-01Added test case 1014 to compare curl-config --features with curl --versionDan Fandrich
2007-11-01Added test case 1013 to check that curl-config --protocols matches theDan Fandrich
2007-10-25Allow test server to handle binary POSTs.Patrick Monnerat
2007-10-23Read callback should return 0 when no more data leftYang Tse
2007-10-17We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse
2007-10-02Renamed a couple of global variables to avoid shadowing warningsYang Tse
2007-09-30Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg
2007-09-30Fix missing right parenthesisYang Tse
2007-09-30Fix comparison between signed and unsignedYang Tse
2007-09-27Removed cut-and-paste cruft leading to fclose() of an unopened fileDan Fandrich
2007-09-27Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich
2007-09-26Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg
2007-09-17Made the directory postprocessor more forgiving of input directory formatDan Fandrich
2007-09-12Extracting the CURLINFO_PRIVATE pointer makes no point since nothing setDaniel Stenberg
2007-09-11Daniel S (12 September 2007)Daniel Stenberg
2007-08-13Removed redundant dependency linesDan Fandrich
2007-08-07Fixed some icc compiler warnings.Dan Fandrich
2007-07-23Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich
2007-07-17Fixed test cases 613 and 614 by improving the log postprocessor to handleDan Fandrich
2007-07-15convert test case 540 to use a custom Host: header as wellDaniel Stenberg
2007-07-15let's just export the whole argc + argv pair globally so that each test toolDaniel Stenberg
2007-07-14Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by ShmulikDaniel Stenberg
2007-07-14add support for arg3 as the third argument...Daniel Stenberg
2007-05-16Match file times occurring in the morning.Dan Fandrich
2007-05-14Added SFTP directory listing test case 613.Dan Fandrich
2007-05-02Check the return code from curl_multi_add_handle()Dan Fandrich
2007-04-30Improved the test harness to allow running test servers on other thanDan Fandrich
2007-04-23Added tests 610-612 to test more SFTP post-quote commands.Dan Fandrich
2007-04-05unify fopen() failure error message among tests, allowingYang Tse
2007-04-04add debug message and expand commentYang Tse
2007-04-04test can be allowed to run if fopen() is capable of fopen()ingYang Tse
2007-04-04cleanupYang Tse
2007-04-04test can be allowed to run if fopen() is capable of fopen()ingYang Tse
2007-04-03Verify if the test is limited by an ancient stdio with a 256Yang Tse
2007-04-03try not to link with unneeded libs, avoiding global LDADDYang Tse
2007-03-16openssl/bio.h doesn't exist when we build with yassl so avoid tryingDaniel Stenberg
2007-03-10change max allowed time for this test to complete to 90 secondsYang Tse
2007-03-0330 seconds isn't long enough for this test on a loaded server.Yang Tse
2007-02-22Check for stdbool.h at configuration stage, and include it if available.Yang Tse
2007-02-20Move header file inclusion logic and definition of timevalYang Tse
2007-02-20add tutil_tvdiff_secs() for completenessYang Tse