Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | added an additional second to allow test to pass on heavily loaded servers | Yang Tse | |
2010-02-02 | mention run time statistics options | Yang Tse | |
2010-02-02 | avoid possibility of using obsoleted stuff | Yang Tse | |
2010-02-02 | remove setup.h inclusion which is already done from test.h inclusion | Yang Tse | |
2010-02-02 | include headers | Yang Tse | |
2010-02-01 | Conroy added a check to the coded message size since the docs stipulate | Yang Tse | |
that each call will contain a full protocol packet. | |||
2010-02-01 | update rtsp server header field from SWS to RTSPD | Yang Tse | |
2010-02-01 | Test suite support for RTSP | Yang Tse | |
2010-01-29 | Chris Conroy fixed test #568 issues with carriage returns | Yang Tse | |
2010-01-28 | portability fix | Yang Tse | |
2010-01-28 | Chris Conroy provided first RTSP tests | Yang Tse | |
2010-01-28 | RTSP tests disabled until test harness RTSP support is updated | Yang Tse | |
2010-01-23 | PKTSIZE might have been already defined in arpa/tftp.h | Yang Tse | |
2010-01-22 | Julien Chaffraix adjusted "<name> section" line length | Yang Tse | |
2010-01-21 | fix warning triggered when debugging on cygwin | Yang Tse | |
2010-01-21 | allow exporting of exe_ext() sub | Yang Tse | |
2010-01-21 | improve displaylogcontent() sub fixing a warning | Yang Tse | |
2010-01-21 | Julien Chaffraix fixed line lengths | Daniel Stenberg | |
2010-01-20 | SIGTERM is the signal to trap here, SIGKILL can't be caught. | Yang Tse | |
2010-01-20 | Use killsockfilters() to kill sockfilter processes, this ensures that when | Yang Tse | |
killing a sockfilter process the actual PID from the pid file is used and not the one returned by open2() which might be different. | |||
2010-01-20 | Allow killsockfilters() to take a 5th optional parameter that when provided | Yang Tse | |
indicates that only one of the two possible sockfilter processes should be killed. Valid values for this parameter are 'main' and 'data'. | |||
2010-01-20 | Use delete() to unset environment variables instead of assigning undef which | Yang Tse | |
generates warning 'Use of uninitialized value in scalar assignment' with perl versions older than 5.10 | |||
2010-01-20 | Adjust valgrind logs file name detection. | Yang Tse | |
Adjust environment vars setting and restoring from test definition. Avoid using strftime in torture sub. | |||
2010-01-20 | modified test case 8 to also make sure that we deal with cookies using | Daniel Stenberg | |
identical names but different paths properly | |||
2010-01-19 | - As was pointed out on the http-state mailing list, the order of cookies in a | Daniel Stenberg | |
HTTP Cookie: header _needs_ to be sorted on the path length in the cases where two cookies using the same name are set more than once using (overlapping) paths. Realizing this, identically named cookies must be sorted correctly. But detecting only identically named cookies and take care of them individually is harder than just to blindly and unconditionally sort all cookies based on their path lengths. All major browsers also already do this, so this makes our behavior one step closer to them in the cookie area. Test case 8 was the only one that broke due to this change and I updated it accordingly. | |||
2010-01-19 | oops, I forgot to cvs add this before my previous commit (Dan Fandrich | Daniel Stenberg | |
pointed it out to me) | |||
2010-01-19 | - David McCreedy brought a fix and a new test case (129) to make libcurl work | Daniel Stenberg | |
again when downloading files over FTP using ASCII and it turns out that the final size of the file is not the same as the initial size the server reported. This is very common since servers don't take the newline conversions into account. | |||
2010-01-19 | avoid "Use of uninitialized value $l in concatenation" | Daniel Stenberg | |
2010-01-19 | Fail harder when curl coredumps trying to verify http and ftp servers. | Yang Tse | |
Add some debug messages to see what's going on with valgrind logs. | |||
2010-01-19 | prevent %runcert hash growth when clearing items | Yang Tse | |
2010-01-18 | Added PEM certificate keyword | Dan Fandrich | |
2010-01-18 | fix warnings | Yang Tse | |
2010-01-18 | Stop ssl running server when cert file currently used by server is | Yang Tse | |
different than the one specified in test definition for same server | |||
2010-01-18 | fix warnings | Yang Tse | |
2010-01-18 | - Remove QD restarting of https servers. Proper fixing required. | Yang Tse | |
This will make tests 310 311 and 312 fail while fixing. - Remove some debug messages | |||
2010-01-18 | make verifyhttp use different file names depending on server characteristics | Yang Tse | |
2010-01-18 | add serverfactors() sub which returns server characterization factors | Yang Tse | |
2010-01-17 | fix warnings | Yang Tse | |
2010-01-17 | fix warnings | Yang Tse | |
2010-01-17 | fix warnings | Yang Tse | |
2010-01-17 | add some debug messages | Yang Tse | |
2010-01-17 | use servername_id() from serverhelp.pm | Yang Tse | |
2010-01-17 | refactored stopping of test harness servers | Yang Tse | |
2010-01-15 | Declaration of $sshdlog is done in sshhelp.pm | Yang Tse | |
2010-01-15 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for ssh and socks test suite servers. | |||
2010-01-14 | Squeeze slack time when killing more than one server from | Yang Tse | |
the <killserver> section of test harness definition files. | |||
2010-01-13 | Give the test a bit mote time to run so it passes on slow machines | Yang Tse | |
2010-01-12 | Added test case #1112 which does an FTPS download with strict timeout | Yang Tse | |
and slow data transfer in a similar way as test case #1086 does for FTP. This also exercises <killserver> section for the FTPS server. | |||
2010-01-12 | Make runtests.pl actually support any (valid) server specification | Yang Tse | |
for the <killserver> section of test harness definition files. | |||
2010-01-12 | Fix tftp and sftp supported protocols in servername_str() | Yang Tse | |