summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* correct the comment about sizeDaniel Stenberg2007-12-081-3/+1
* add test 549 and 550Daniel Stenberg2007-12-082-1/+52
* Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg2007-12-051-3/+39
* fix compiler warningDaniel Stenberg2007-12-051-0/+2
* added test548 which uses the lib547 source file, preparing for test547 whichDaniel Stenberg2007-12-052-1/+76
* Sort the directory listing because the server doesn't always do it.Dan Fandrich2007-11-051-6/+10
* Ignore more features that curl-config is not expected to know aboutDan Fandrich2007-11-011-3/+7
* Added test case 1014 to compare curl-config --features with curl --versionDan Fandrich2007-11-011-7/+10
* Added test case 1013 to check that curl-config --protocols matches theDan Fandrich2007-11-012-1/+42
* Allow test server to handle binary POSTs.Patrick Monnerat2007-10-252-1/+64
* Read callback should return 0 when no more data leftYang Tse2007-10-231-1/+1
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-7/+0
* Renamed a couple of global variables to avoid shadowing warningsYang Tse2007-10-0213-32/+32
* Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg2007-09-302-1/+35
* Fix missing right parenthesisYang Tse2007-09-302-2/+2
* Fix comparison between signed and unsignedYang Tse2007-09-302-2/+4
* Removed cut-and-paste cruft leading to fclose() of an unopened fileDan Fandrich2007-09-271-3/+0
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-2/+2
* Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg2007-09-262-1/+77
* Made the directory postprocessor more forgiving of input directory formatDan Fandrich2007-09-171-11/+18
* Extracting the CURLINFO_PRIVATE pointer makes no point since nothing setDaniel Stenberg2007-09-121-4/+2
* Daniel S (12 September 2007)Daniel Stenberg2007-09-112-1/+120
* Removed redundant dependency linesDan Fandrich2007-08-131-69/+2
* Fixed some icc compiler warnings.Dan Fandrich2007-08-071-5/+5
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-14/+7
* Fixed test cases 613 and 614 by improving the log postprocessor to handleDan Fandrich2007-07-171-4/+14
* convert test case 540 to use a custom Host: header as wellDaniel Stenberg2007-07-151-5/+22
* let's just export the whole argc + argv pair globally so that each test toolDaniel Stenberg2007-07-152-0/+11
* Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by ShmulikDaniel Stenberg2007-07-142-1/+123
* add support for arg3 as the third argument...Daniel Stenberg2007-07-142-0/+5
* Match file times occurring in the morning.Dan Fandrich2007-05-161-3/+3
* Added SFTP directory listing test case 613.Dan Fandrich2007-05-142-1/+85
* Check the return code from curl_multi_add_handle()Dan Fandrich2007-05-021-11/+18
* Improved the test harness to allow running test servers on other thanDan Fandrich2007-04-302-1/+14
* Added tests 610-612 to test more SFTP post-quote commands.Dan Fandrich2007-04-231-0/+24
* unify fopen() failure error message among tests, allowingYang Tse2007-04-052-2/+4
* add debug message and expand commentYang Tse2007-04-042-4/+22
* test can be allowed to run if fopen() is capable of fopen()ingYang Tse2007-04-042-8/+8
* cleanupYang Tse2007-04-042-3/+0
* test can be allowed to run if fopen() is capable of fopen()ingYang Tse2007-04-042-38/+40
* Verify if the test is limited by an ancient stdio with a 256Yang Tse2007-04-032-0/+70
* try not to link with unneeded libs, avoiding global LDADDYang Tse2007-04-031-1/+34
* openssl/bio.h doesn't exist when we build with yassl so avoid tryingDaniel Stenberg2007-03-161-2/+5
* change max allowed time for this test to complete to 90 secondsYang Tse2007-03-1010-19/+20
* 30 seconds isn't long enough for this test on a loaded server.Yang Tse2007-03-031-2/+2
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-8/+1
* Move header file inclusion logic and definition of timevalYang Tse2007-02-202-20/+2
* add tutil_tvdiff_secs() for completenessYang Tse2007-02-202-0/+18
* log a message, stating the need of openssl to run this testYang Tse2007-02-191-1/+10
* Replicate the configure tests that determined that timeval was available.Yang Tse2007-02-171-0/+3