Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-12 | added time loop to sockfilt.c in order to wait for SO_REUSEADDR; | Gunter Knauf | |
added go_sleep() to util.c. | |||
2007-07-10 | Added a code coverage section using gcc and gcov. | Dan Fandrich | |
2007-07-10 | Force the time zone to GMT in the cookie tests in case the user is | Dan Fandrich | |
using one of the so-called 'right' time zones that take into account leap seconds, which causes the tests to fail (as reported by Daniel Black in bug report #1745964). | |||
2007-07-10 | The previous commits changed the error code | James Housley | |
2007-07-10 | Fixed a curl memory leak reported by Song Ma with a modified version | Dan Fandrich | |
of the patch he suggested. Added his test case as test289 to verify. | |||
2007-07-05 | Add -a when running torture tests now that it's supported. | Dan Fandrich | |
2007-06-28 | revert previous patch since it turned out that older cp dont know this ↵ | Gunter Knauf | |
switch, argh! | |||
2007-06-28 | Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS | James Housley | |
file.c, but the debug interface was missing. This adds the routines needed to make the memory debuging work for fdopen(). | |||
2007-06-28 | fixed nasty cp warnings about not beeing able to preserve ownership. | Gunter Knauf | |
2007-06-25 | Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or | Daniel Stenberg | |
chunked encoding (that also lacks "Connection: close"). It now simply assumes that the connection WILL be closed to signal the end, as that is how RFC2616 section 4.4 point #5 says we should behave. | |||
2007-06-21 | Gerrit Bruchhäuser pointed out a warning that the Intel(R) Thread Checker | Daniel Stenberg | |
tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper locking first. | |||
2007-06-19 | and fix another flaw in the singlecwd case when we get ftp://site.com/, also | Daniel Stenberg | |
from the #1739100 bug report | |||
2007-06-18 | Test listing of root dir with the three ftp-methods. KNOWN_BUGS #44 make me | Daniel Stenberg | |
disable test 351 by default by I add the test case anyway to make it easier to work on this problem in the future. | |||
2007-06-14 | Tom Regner added /usr/lib/misc to the path to scan for sftp to make the | Daniel Stenberg | |
sftp tests run fine on gentoo | |||
2007-06-11 | Wait longer for servers to start up since the ssh server needs to generate | Dan Fandrich | |
keys the first time (which can take a while on a slow or loaded host). Enforce a longer startup wait time for the ssh client SOCKS server, too. Check for an error code from startnew() when starting any server. | |||
2007-06-11 | We do not use RSA keys in the test suite. | Dan Fandrich | |
2007-06-08 | Fixed the test harness so that it actually kills the ssh being used as | Dan Fandrich | |
the SOCKS server. | |||
2007-06-08 | Improved compatibility with perl 5.0 on the 'open' calls. | Dan Fandrich | |
2007-06-08 | Incorporated Daniel Black's test706 and test707 SOCKS test cases. | Dan Fandrich | |
2007-06-08 | Improved compatibility with perl 5.0 on the 'open' calls. | Dan Fandrich | |
2007-06-07 | Changed the opens to work on older versions of perl. | Dan Fandrich | |
Redirect ssh output to ssh.log | |||
2007-06-07 | Renamed the sshd log file to sshd.log. | Dan Fandrich | |
Added more options to the ssh config file to improve the consistency of the test environment. Force a rewrite of the ssh config files on every invocation. Changed the opens to work on older versions of perl. | |||
2007-06-07 | Cleaned up SOCKS tests. Use a magic port number instead of killserver | Dan Fandrich | |
to do nonlistening server tests, like other tests. | |||
2007-06-07 | Fixed some problems in starting SSH for use in SOCKS. | Dan Fandrich | |
2007-06-05 | added 703: a socks5 version of 702 | Daniel Stenberg | |
2007-06-05 | Daniel Black's test suite fixes and initial test cases for SOCKS4/5 using | Daniel Stenberg | |
openssh | |||
2007-05-30 | In case of test failure, try not to show log files of other tests | Yang Tse | |
2007-05-16 | Match file times occurring in the morning. | Dan Fandrich | |
2007-05-15 | Added support for quote commands before a transfer using SFTP and test | Dan Fandrich | |
case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0. | |||
2007-05-14 | Added SFTP directory listing test case 613. | Dan Fandrich | |
2007-05-10 | Added FTPS upload tests 408 and 409. | Dan Fandrich | |
2007-05-08 | Added FTPS test cases 406 and 407 | Dan Fandrich | |
2007-05-02 | Check the return code from curl_multi_add_handle() | Dan Fandrich | |
2007-04-30 | Improved the test harness to allow running test servers on other than | Dan Fandrich | |
the default port numbers, allowing more than one test suite to run simultaneously on the same host. | |||
2007-04-30 | Fixed some tests to stop hard-coding the port number. | Dan Fandrich | |
2007-04-25 | Added support in runtests.pl for "!n" test numbers to disable individual tests. | Dan Fandrich | |
2007-04-25 | When displaying log files, truncate the really longs ones such as you | Dan Fandrich | |
would get from a torture test. | |||
2007-04-24 | Treat log files and -k the same when running torture tests as when not. | Dan Fandrich | |
2007-04-24 | Clear out FTP server options before each new client. | Dan Fandrich | |
Wait for child processes to die to avoid creating zombies. | |||
2007-04-23 | Added tests 610-612 to test more SFTP post-quote commands. | Dan Fandrich | |
2007-04-23 | Added <postcheck> support to the test harness. | Dan Fandrich | |
2007-04-23 | Mention NSS, <postcmd> commands | Dan Fandrich | |
2007-04-23 | Changed another nonexistent host name to be under the haxx.se domain | Dan Fandrich | |
to guarantee against it ever being valid. | |||
2007-04-20 | Changed an error message slightly so it can be caught easier by the | Dan Fandrich | |
autobuild logs scanner. | |||
2007-04-18 | Various test file cleanups, including using <servercmd> instead of writing | Dan Fandrich | |
directly to ftpserver.cmd and removing unneeded empty sections. | |||
2007-04-18 | Added test cases 296, 297 and 298 to test --ftp-method handling | Dan Fandrich | |
2007-04-14 | jayjwa added the "DH PARAMETERS" to make this work with recent stunnels | Daniel Stenberg | |
2007-04-13 | Added test cases 294 and 295 to test --ftp-account handling | Dan Fandrich | |
2007-04-13 | Fix test case 534 which started to fail 2007-04-13 due to the existance | Yang Tse | |
of a new host on the net with the same silly domain the test was using for a host which was supposed not to exist. | |||
2007-04-10 | Honour the -a option when -t is enabled. | Dan Fandrich | |