Age | Commit message (Expand) | Author |
2007-09-11 | Daniel S (12 September 2007) | Daniel Stenberg |
2007-08-13 | Removed redundant dependency lines | Dan Fandrich |
2007-08-07 | Fixed some icc compiler warnings. | Dan Fandrich |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-17 | Fixed test cases 613 and 614 by improving the log postprocessor to handle | Dan Fandrich |
2007-07-15 | convert test case 540 to use a custom Host: header as well | Daniel Stenberg |
2007-07-15 | let's just export the whole argc + argv pair globally so that each test tool | Daniel Stenberg |
2007-07-14 | Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by Shmulik | Daniel Stenberg |
2007-07-14 | add support for arg3 as the third argument... | Daniel Stenberg |
2007-05-16 | Match file times occurring in the morning. | Dan Fandrich |
2007-05-14 | Added SFTP directory listing test case 613. | Dan Fandrich |
2007-05-02 | Check the return code from curl_multi_add_handle() | Dan Fandrich |
2007-04-30 | Improved the test harness to allow running test servers on other than | Dan Fandrich |
2007-04-23 | Added tests 610-612 to test more SFTP post-quote commands. | Dan Fandrich |
2007-04-05 | unify fopen() failure error message among tests, allowing | Yang Tse |
2007-04-04 | add debug message and expand comment | Yang Tse |
2007-04-04 | test can be allowed to run if fopen() is capable of fopen()ing | Yang Tse |
2007-04-04 | cleanup | Yang Tse |
2007-04-04 | test can be allowed to run if fopen() is capable of fopen()ing | Yang Tse |
2007-04-03 | Verify if the test is limited by an ancient stdio with a 256 | Yang Tse |
2007-04-03 | try not to link with unneeded libs, avoiding global LDADD | Yang Tse |
2007-03-16 | openssl/bio.h doesn't exist when we build with yassl so avoid trying | Daniel Stenberg |
2007-03-10 | change max allowed time for this test to complete to 90 seconds | Yang Tse |
2007-03-03 | 30 seconds isn't long enough for this test on a loaded server. | Yang Tse |
2007-02-22 | Check for stdbool.h at configuration stage, and include it if available. | Yang Tse |
2007-02-20 | Move header file inclusion logic and definition of timeval | Yang Tse |
2007-02-20 | add tutil_tvdiff_secs() for completeness | Yang Tse |
2007-02-19 | log a message, stating the need of openssl to run this test | Yang Tse |
2007-02-17 | Replicate the configure tests that determined that timeval was available. | Yang Tse |
2007-02-16 | add debug messages for fopen() failures | Yang Tse |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-09 | Include both testutil.c and testutil.h, and not just testutil.c, in the | Yang Tse |
2007-02-09 | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse |
2007-02-09 | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse |
2007-02-04 | Constify argument to suburl(). Remove trailing space. | Gisle Vanem |
2007-01-31 | when using select() instead of poll, skip the test if the number of | Yang Tse |
2007-01-30 | fix temp string buffer variable name | Yang Tse |
2007-01-30 | skip test on platforms on which we use select() instead | Yang Tse |
2007-01-29 | the same source file is re-used for multiple tests and I missed to add the | Daniel Stenberg |
2007-01-29 | Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs. | Gisle Vanem |
2007-01-29 | the libtest source codes that use curlx_tv* functions MUST use the | Daniel Stenberg |
2007-01-28 | Compiler warning fix | Yang Tse |
2007-01-18 | Added precheck that curl supports the 'openssl' engine in test 307. | Dan Fandrich |
2006-11-03 | add a couple more of debugging messages | Yang Tse |
2006-11-03 | reduce max size of dinamically allocated arrays to minimize the nasty | Yang Tse |
2006-11-03 | fix comments and renumber rlimit return codes | Yang Tse |
2006-11-03 | fix comments and renumber rlimit return codes | Yang Tse |
2006-11-02 | remove leftover comment | Yang Tse |
2006-11-02 | update and split test cases 518 and 537 into its own source code file | Yang Tse |
2006-11-02 | code cleanup | Yang Tse |