summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Updated the test harness to check for protocol support before running eachDan Fandrich2007-03-0918-11/+71
* Made a few cleanups.Dan Fandrich2007-03-081-6/+11
* Added SSL as a required feature for test case 400.Dan Fandrich2007-03-081-0/+3
* Added test infrastructure to support basic FTPS tests. This currentlyDan Fandrich2007-03-085-21/+175
* stricter newline policyYang Tse2007-03-032-13/+13
* 30 seconds isn't long enough for this test on a loaded server.Yang Tse2007-03-031-2/+2
* stricter newline policyYang Tse2007-03-032-82/+82
* Reduce the posibility of leaving the sockfilter hanging around whenYang Tse2007-03-011-8/+38
* log a 1120 chars long string to aid in quoted-printable and softYang Tse2007-02-271-0/+5
* 5 seconds isn't always enough time to start a server on a loaded system.Dan Fandrich2007-02-221-1/+1
* remove redundant check in timestamp detectionYang Tse2007-02-221-4/+2
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-222-15/+1
* - Ravi Pratap provided work on libcurl making pipelining more robust andDaniel Stenberg2007-02-211-1/+1
* Move header file inclusion logic and definition of timevalYang Tse2007-02-202-20/+2
* Several corrections & changes to what has been stated in revision 1.45Yang Tse2007-02-201-23/+31
* add tutil_tvdiff_secs() for completenessYang Tse2007-02-202-0/+18
* fix typoYang Tse2007-02-191-1/+1
* Show libcurl's timestamp. This timestamp is only available in curlver.hYang Tse2007-02-191-1/+23
* log a message, stating the need of openssl to run this testYang Tse2007-02-191-1/+10
* Oops missing varYang Tse2007-02-191-0/+1
* add debug messages for initialization failuresYang Tse2007-02-194-9/+43
* Move portable error number symbolic name definitions to setup_once.hYang Tse2007-02-171-6/+0
* Replicate the configure tests that determined that timeval was available.Yang Tse2007-02-171-0/+3
* getpart implicitly drags in some networking functions, so it needs to beDan Fandrich2007-02-171-0/+2
* Better separate the library dependencies into those required by libcurlDan Fandrich2007-02-171-0/+8
* Remove C99ismsDan Fandrich2007-02-171-7/+8
* add debug messages for fopen() failuresYang Tse2007-02-161-2/+15
* add debug messages for fopen() failuresYang Tse2007-02-162-0/+16
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-163-4/+4
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-168-69/+26
* compiler warning fixYang Tse2007-02-141-3/+3
* enhance HTTP server request input writing,Yang Tse2007-02-141-9/+36
* ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' onDaniel Stenberg2007-02-1383-84/+84
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-1/+11
* Include both testutil.c and testutil.h, and not just testutil.c, in theYang Tse2007-02-091-2/+2
* Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-092-0/+166
* Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-0911-64/+63
* Year 2038 has its own problems (32 bit integer overflow).Yang Tse2007-02-055-25/+25
* Constify argument to suburl(). Remove trailing space.Gisle Vanem2007-02-041-14/+14
* compiler warning fixYang Tse2007-02-021-2/+2
* fix leftover updating cookie expiration dateYang Tse2007-02-021-1/+1
* reported in bug: #1566077 the former URL mentioned in the generated cookieYang Tse2007-02-021-2/+2
* fix test case 62 which was failing due to cookies expiring 1 Feb 2007Yang Tse2007-02-021-3/+3
* more fixes for the testsuite cookie expiration issueYang Tse2007-02-024-7/+7
* cookie expiration time got us with pants at our knees.Yang Tse2007-02-024-11/+11
* when using select() instead of poll, skip the test if the number ofYang Tse2007-01-312-18/+56
* fix temp string buffer variable nameYang Tse2007-01-301-2/+2
* skip test on platforms on which we use select() insteadYang Tse2007-01-302-0/+54
* the same source file is re-used for multiple tests and I missed to add theDaniel Stenberg2007-01-291-3/+3
* Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.Gisle Vanem2007-01-293-10/+7