- Mar 30, 2007
-
-
Yang Tse authored
-
Dan Fandrich authored
and added tests 290 and 291 to check.
-
Dan Fandrich authored
-
- Mar 29, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Mar 28, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Mar 27, 2007
-
-
Dan Fandrich authored
-
- Mar 26, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Guenter Knauf authored
-
- Mar 24, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
test case 288 to verify it.
-
Dan Fandrich authored
before resorting to the kill -9 hammer. Added test harness infrastructure to support scp/sftp tests, using OpenSSH as the server.
-
- Mar 18, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
since that is the API yassl attempts to provide
-
- Mar 16, 2007
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Mar 12, 2007
-
-
Dan Fandrich authored
'crypto' tests aren't dependent on SSL. Compiling with --disable-crypto-auth will cause test failures, however.
-
- Mar 10, 2007
-
-
Yang Tse authored
-
- Mar 09, 2007
-
-
Dan Fandrich authored
appropriate test case to use it. For now, this is treated the same as the "SSL" feature because curl doesn't list it separately.
-
Dan Fandrich authored
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
-
- Mar 08, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
supports only ftps:// URLs with --ftp-ssl-control specified, which implicitly encrypts the control channel but not the data channels. That allows stunnel to be used with an unmodified ftp server in exactly the same way that the test https server is set up. Added test case 400 as a basic FTPS test.
-
- Mar 03, 2007
- Mar 01, 2007
-
-
Yang Tse authored
tearing down the test ftp server due to a read error condition.
-
- Feb 27, 2007
-
-
Yang Tse authored
line break detection in daily build logs.
-
- Feb 22, 2007
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
Check for lowercase 'bool' type at configuration stage. If not available provide a suitable replacement with a type definition of 'unsigned char' in setup_once.h Move definitions of TRUE and FALSE to setup_once.h
-
- Feb 21, 2007
-
-
Daniel Stenberg authored
fixing some bugs: o Don't mix GET and POST requests in a pipeline o Fix the order in which requests are dispatched from the pipeline o Fixed several curl bugs with pipelining when the server is returning chunked encoding: * Added states to chunked parsing for final CRLF * Rewind buffer after parsing chunk with data remaining * Moved chunked header initializing to a spot just before receiving headers
-
- Feb 20, 2007
-
-
Yang Tse authored
struct for platforms that don't have it to setup_once.h
-
Yang Tse authored
1) The maketgz script does not insert the timestamp in curlver.h, it actually updates it. For CVS versions it is the "CVS" string. 2) testcurl.pl will always print the "date" string which represents the moment the test build is run. 3) testcurl.pl may not print the "timestamp" string since the script may end before it is printed out. (i.e. unable to update from CVS) 4) The "timestamp" string printed will be the same as the "date" one unless one of the following conditions is met. *) It is a tarball-based build. Timestamp will be creation time. *) CVS update has been done. Timestamp will be end of CVS update.
-
Yang Tse authored
-
- Feb 19, 2007
-
-
Yang Tse authored
-