Age | Commit message (Expand) | Author |
2007-03-08 | Added SSL as a required feature for test case 400. | Dan Fandrich |
2007-03-08 | Added test infrastructure to support basic FTPS tests. This currently | Dan Fandrich |
2007-03-03 | stricter newline policy | Yang Tse |
2007-03-03 | 30 seconds isn't long enough for this test on a loaded server. | Yang Tse |
2007-03-03 | stricter newline policy | Yang Tse |
2007-03-01 | Reduce the posibility of leaving the sockfilter hanging around when | Yang Tse |
2007-02-27 | log a 1120 chars long string to aid in quoted-printable and soft | Yang Tse |
2007-02-22 | 5 seconds isn't always enough time to start a server on a loaded system. | Dan Fandrich |
2007-02-22 | remove redundant check in timestamp detection | Yang Tse |
2007-02-22 | Check for stdbool.h at configuration stage, and include it if available. | Yang Tse |
2007-02-21 | - Ravi Pratap provided work on libcurl making pipelining more robust and | Daniel Stenberg |
2007-02-20 | Move header file inclusion logic and definition of timeval | Yang Tse |
2007-02-20 | Several corrections & changes to what has been stated in revision 1.45 | Yang Tse |
2007-02-20 | add tutil_tvdiff_secs() for completeness | Yang Tse |
2007-02-19 | fix typo | Yang Tse |
2007-02-19 | Show libcurl's timestamp. This timestamp is only available in curlver.h | Yang Tse |
2007-02-19 | log a message, stating the need of openssl to run this test | Yang Tse |
2007-02-19 | Oops missing var | Yang Tse |
2007-02-19 | add debug messages for initialization failures | Yang Tse |
2007-02-17 | Move portable error number symbolic name definitions to setup_once.h | Yang Tse |
2007-02-17 | Replicate the configure tests that determined that timeval was available. | Yang Tse |
2007-02-17 | getpart implicitly drags in some networking functions, so it needs to be | Dan Fandrich |
2007-02-17 | Better separate the library dependencies into those required by libcurl | Dan Fandrich |
2007-02-17 | Remove C99isms | Dan Fandrich |
2007-02-16 | add debug messages for fopen() failures | 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-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-14 | compiler warning fix | Yang Tse |
2007-02-14 | enhance HTTP server request input writing, | Yang Tse |
2007-02-13 | ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on | Daniel Stenberg |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg |
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-05 | Year 2038 has its own problems (32 bit integer overflow). | Yang Tse |
2007-02-04 | Constify argument to suburl(). Remove trailing space. | Gisle Vanem |
2007-02-02 | compiler warning fix | Yang Tse |
2007-02-02 | fix leftover updating cookie expiration date | Yang Tse |
2007-02-02 | reported in bug: #1566077 the former URL mentioned in the generated cookie | Yang Tse |
2007-02-02 | fix test case 62 which was failing due to cookies expiring 1 Feb 2007 | Yang Tse |
2007-02-02 | more fixes for the testsuite cookie expiration issue | Yang Tse |
2007-02-02 | cookie expiration time got us with pants at our knees. | Yang Tse |
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-29 | - Michael Wallner reported that when doing a CONNECT with a custom User-Agent | Daniel Stenberg |