ed9e10f2 | 02-May-2005 |
Daniel Stenberg |
another <case> converted to sysread |
02ae3c28 | 02-May-2005 |
Daniel Stenberg |
read from the open2 filehandle with sysread, not <handle> |
669ebb5f | 02-May-2005 |
Daniel Stenberg |
Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV. Made the ftp server use the passed in pidfile name, and made runtests.pl pass it in properly. |
9a3e0e52 | 02-May-2005 |
Daniel Stenberg |
fix the server for the slow response case |
b0f85621 | 02-May-2005 |
Daniel Stenberg |
Added --trace-time that when used adds a time stamp to each trace line that --trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that
Added --trace-time that when used adds a time stamp to each trace line that --trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output.
show more ...
|
6f4ff1f2 | 02-May-2005 |
Daniel Stenberg |
When starting the ftp server, wait a few seconds to make really sure that a pidfile for the server appears as otherwise it failed. |
d3eea61f | 02-May-2005 |
Daniel Stenberg |
Make sure there's no pidfile if we cannot start the initial sockfilt tool - this happens for some ipv6-enabled hosts on which sockfilt cannot listen on ipv6. |
d59d81fa | 02-May-2005 |
Daniel Stenberg |
two bugfixes, one change and one test script modification |
329ca40b | 02-May-2005 |
Daniel Stenberg |
two bugs, one change |
e71bd416 | 02-May-2005 |
Daniel Stenberg |
blank a few more environment variables before running a test |
ad66fc6c | 02-May-2005 |
Daniel Stenberg |
Made curl recognize the environment variables Lynx (and others?) support for pointing out the CA cert path/file: SSL_CERT_DIR and SSL_CERT_FILE. If CURL_CA_BUNDLE is not set, they are checked
Made curl recognize the environment variables Lynx (and others?) support for pointing out the CA cert path/file: SSL_CERT_DIR and SSL_CERT_FILE. If CURL_CA_BUNDLE is not set, they are checked afterwards.
show more ...
|
d12b4420 | 02-May-2005 |
Daniel Stenberg |
Bryan Henderson's fine update of SSL_VERIFYPEER and SSL_VERIFYHOST |
4be2136d | 01-May-2005 |
Daniel Stenberg |
prevent two compiler warnings on comparisons between signed and unsigned |
c4dbed04 | 01-May-2005 |
Daniel Stenberg |
fixed to use fork()+exec() to start test servers |
366b62af | 01-May-2005 |
Daniel Stenberg |
always use the libcurl-provided *printf() functions |
a6955aa4 | 01-May-2005 |
Daniel Stenberg |
util.h added as "source" to make it get added in dist archives |
ad30341f | 30-Apr-2005 |
Daniel Stenberg |
logfile name is const |
23da55a9 | 30-Apr-2005 |
Daniel Stenberg |
Moved common code to util.[ch] instead of having it duplicated in sws.c and sockfilt.c. For good-to-have functions for the servers written in C. |
41e6292e | 30-Apr-2005 |
Daniel Stenberg |
there cannot be chunked problem when no_body (HEAD) is true since without body there is nothing chunked-encoded! |
ae1d6f29 | 30-Apr-2005 |
Daniel Stenberg |
singleipconnect() returns a socket descriptor, not a CURLcode (but perhaps we should make it do that...) |
ccfc1ddb | 29-Apr-2005 |
Daniel Stenberg |
more fixes |
002de1ea | 28-Apr-2005 |
Daniel Stenberg |
Updated with (new and old) default config file search path explanation. |
63621bae | 28-Apr-2005 |
Daniel Stenberg |
Set mode text on the section that is written by curl in text mode, to allow the runtests.pl to check this differently on operating systems that differentiate on this. |
85f9e6c4 | 28-Apr-2005 |
Daniel Stenberg |
basic signal handler for sigint and sigkill |
967ec296 | 28-Apr-2005 |
Daniel Stenberg |
fixed the attribute parser to better handle multiple ones, with or without quotes around the contents |