| Commit message (Expand) | Author | Age | Files | Lines |
* | log a message, stating the need of openssl to run this test | Yang Tse | 2007-02-19 | 1 | -1/+10 |
* | Oops missing var | Yang Tse | 2007-02-19 | 1 | -0/+1 |
* | add debug messages for initialization failures | Yang Tse | 2007-02-19 | 4 | -9/+43 |
* | Move portable error number symbolic name definitions to setup_once.h | Yang Tse | 2007-02-17 | 1 | -6/+0 |
* | Replicate the configure tests that determined that timeval was available. | Yang Tse | 2007-02-17 | 1 | -0/+3 |
* | getpart implicitly drags in some networking functions, so it needs to be | Dan Fandrich | 2007-02-17 | 1 | -0/+2 |
* | Better separate the library dependencies into those required by libcurl | Dan Fandrich | 2007-02-17 | 1 | -0/+8 |
* | Remove C99isms | Dan Fandrich | 2007-02-17 | 1 | -7/+8 |
* | add debug messages for fopen() failures | Yang Tse | 2007-02-16 | 1 | -2/+15 |
* | add debug messages for fopen() failures | Yang Tse | 2007-02-16 | 2 | -0/+16 |
* | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 2007-02-16 | 3 | -4/+4 |
* | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 2007-02-16 | 8 | -69/+26 |
* | compiler warning fix | Yang Tse | 2007-02-14 | 1 | -3/+3 |
* | enhance HTTP server request input writing, | Yang Tse | 2007-02-14 | 1 | -9/+36 |
* | ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on | Daniel Stenberg | 2007-02-13 | 83 | -84/+84 |
* | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg | 2007-02-12 | 1 | -1/+11 |
* | Include both testutil.c and testutil.h, and not just testutil.c, in the | Yang Tse | 2007-02-09 | 1 | -2/+2 |
* | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse | 2007-02-09 | 2 | -0/+166 |
* | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse | 2007-02-09 | 11 | -64/+63 |
* | Year 2038 has its own problems (32 bit integer overflow). | Yang Tse | 2007-02-05 | 5 | -25/+25 |
* | Constify argument to suburl(). Remove trailing space. | Gisle Vanem | 2007-02-04 | 1 | -14/+14 |
* | compiler warning fix | Yang Tse | 2007-02-02 | 1 | -2/+2 |
* | fix leftover updating cookie expiration date | Yang Tse | 2007-02-02 | 1 | -1/+1 |
* | reported in bug: #1566077 the former URL mentioned in the generated cookie | Yang Tse | 2007-02-02 | 1 | -2/+2 |
* | fix test case 62 which was failing due to cookies expiring 1 Feb 2007 | Yang Tse | 2007-02-02 | 1 | -3/+3 |
* | more fixes for the testsuite cookie expiration issue | Yang Tse | 2007-02-02 | 4 | -7/+7 |
* | cookie expiration time got us with pants at our knees. | Yang Tse | 2007-02-02 | 4 | -11/+11 |
* | when using select() instead of poll, skip the test if the number of | Yang Tse | 2007-01-31 | 2 | -18/+56 |
* | fix temp string buffer variable name | Yang Tse | 2007-01-30 | 1 | -2/+2 |
* | skip test on platforms on which we use select() instead | Yang Tse | 2007-01-30 | 2 | -0/+54 |
* | the same source file is re-used for multiple tests and I missed to add the | Daniel Stenberg | 2007-01-29 | 1 | -3/+3 |
* | Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs. | Gisle Vanem | 2007-01-29 | 3 | -10/+7 |
* | the libtest source codes that use curlx_tv* functions MUST use the | Daniel Stenberg | 2007-01-29 | 1 | -11/+15 |
* | - Michael Wallner reported that when doing a CONNECT with a custom User-Agent | Daniel Stenberg | 2007-01-29 | 2 | -1/+46 |
* | Compiler warning fix | Yang Tse | 2007-01-28 | 2 | -2/+2 |
* | update copyright year notice | Yang Tse | 2007-01-27 | 2 | -2/+2 |
* | set proper lib extension for non-configure mingw32 builds on Win32. | Gunter Knauf | 2007-01-25 | 1 | -0/+3 |
* | Fixed a dangling pointer problem that prevented the http_proxy environment | Dan Fandrich | 2007-01-25 | 1 | -1/+1 |
* | Ignore XML DOCTYPEs and declarations. | Dan Fandrich | 2007-01-23 | 1 | -4/+7 |
* | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | 2007-01-23 | 328 | -106/+795 |
* | Make the test script tag parser a bit more robust. | Dan Fandrich | 2007-01-18 | 2 | -1/+4 |
* | Added precheck that curl supports the 'openssl' engine in test 307. | Dan Fandrich | 2007-01-18 | 4 | -1/+24 |
* | Fixed some tag typos in the test data files. | Dan Fandrich | 2007-01-17 | 25 | -24/+24 |
* | Disabled test 307 for now. | Dan Fandrich | 2007-01-17 | 2 | -1/+5 |
* | Added simple OpenSSL crypto engine tests. | Dan Fandrich | 2007-01-16 | 3 | -1/+68 |
* | Added TFTP upload tests. | Dan Fandrich | 2007-01-15 | 3 | -1/+134 |
* | Leave the TFTPD test server running after a file upload. | Dan Fandrich | 2007-01-15 | 1 | -3/+3 |
* | Added test for TFTP retrieve of boundary case 512 byte file. | Dan Fandrich | 2007-01-10 | 2 | -1/+66 |
* | Added test of TFTP server error reporting. | Dan Fandrich | 2007-01-10 | 2 | -1/+34 |
* | prevent compiler warning since we use base64.h from libcurl which now has | Daniel Stenberg | 2007-01-04 | 1 | -1/+6 |