aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-10--enable-sspi only supported on Windows native buildsYang Tse
2007-04-10Update NTLM flag and descriptionYang Tse
2007-04-10Fixed an out of memory handling issue.Dan Fandrich
2007-04-10Honour the -a option when -t is enabled.Dan Fandrich
2007-04-09Changed error return codes to match update code.Dan Fandrich
2007-04-09VC8+ (VS2005+) has C99 variadic macro supportYang Tse
2007-04-08fix out of memory handling issueYang Tse
2007-04-08Nick Zitzmann did ssh.c cleanupsDaniel Stenberg
2007-04-08builds on QNX 6 againDaniel Stenberg
2007-04-07fix out of memory handling issueYang Tse
2007-04-07fix out of memory handling issueYang Tse
2007-04-07fix compiler warningYang Tse
2007-04-06fix out of memory handling issueYang Tse
2007-04-06Fixed a few memory leaks in OOM conditions.Dan Fandrich
Made libssh2 logging more verbose when debugging is enabled.
2007-04-06In case of test failure, try not to show log files of other testsYang Tse
2007-04-05Enabled the ssh tests 600-609.Dan Fandrich
2007-04-05runtests -t discovered this out of memory handling issuesYang Tse
2007-04-05unify fopen() failure error message among tests, allowingYang Tse
the testsuite to count them as errors of the same kind
2007-04-05Further improve displaying of individual logfilesYang Tse
2007-04-04Fixes some more out of memory handling bugs.Dan Fandrich
2007-04-04Fixed file handle leak in OOM condition.Dan Fandrich
2007-04-04Fixed curl_slist_append handling of out of memory conditions on theDan Fandrich
easycode list (discovered by runtests' torture test).
2007-04-04Building Windows DLLs and C run-time (CRT) linkage issuesYang Tse
2007-04-04add debug message and expand commentYang Tse
2007-04-04test can be allowed to run if fopen() is capable of fopen()ingYang Tse
three additional files once that we have already open()ed the big bunch of file descriptors.
2007-04-04move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to ↵Yang Tse
setup_once.h
2007-04-04cleanupYang Tse
2007-04-04Whoops--didn't mean to enable the ssh tests quite yet.Dan Fandrich
2007-04-04test can be allowed to run if fopen() is capable of fopen()ingYang Tse
SAFETY_MARGIN additional files once that we have already open()ed the big bunch of file descriptors.
2007-04-04Added more SSH tests (left disabled for now).Dan Fandrich
2007-04-04Fixed a memory leak and improper shutdown on SFTP post-quote command failure.Dan Fandrich
2007-04-03Only one issue left to deal with. Most of the others cut due to lack ofDaniel Stenberg
response and/or my personal lack of time to deal further with them at this point.
2007-04-03Rob Jones fixed better #ifdef'ing for a bunch of #include lines.Daniel Stenberg
2007-04-03update copyright yearYang Tse
2007-04-03Verify if the test is limited by an ancient stdio with a 256Yang Tse
open file limit. In this case the test is skipped with a message showing this limitation when the number of open files needed for the test is greater than 256.
2007-04-03fix enumeration of disabled tests when they have the highest numberYang Tse
2007-04-03fix MSDOS symbol checkYang Tse
2007-04-03recover code simplification lost with last commitYang Tse
2007-04-03Improve displaying of logfiles making sure all lines end with \nYang Tse
and avoid using ! as last char of line.
2007-04-03djgpp isn't the only possible DOS target.Gisle Vanem
Use the more traditional DJGPP define. Added basename() for non-djgpp targets.
2007-04-03Simplify setting binary mode on file-descriptors.Gisle Vanem
Work around the non-standard _setmode() in Metaware's HighC.
2007-04-03DOS targets do have setmode().Gisle Vanem
2007-04-03Added --ftp-account to --help output.Dan Fandrich
2007-04-03try not to link with unneeded libs, avoiding global LDADDYang Tse
2007-04-03Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse
are not icc 9.0 specific.
2007-04-03when detecting un/supported sshd options use curl's sshd config file.Yang Tse
2007-04-03Eliminate the sshd option checking dependency on wc and make it faster.Dan Fandrich
2007-04-02Nick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well.Daniel Stenberg
2007-04-02fix error in previous commitYang Tse
2007-04-02fix compiler warningYang Tse