summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-117.16.2curl-7_16_2Daniel Stenberg
2007-04-11convenience SIG_ATOMIC_T macro definitionYang Tse
2007-04-11Fixed some out of memory handling issues.Dan Fandrich
2007-04-10Fixed some out of memory handling issues.Dan Fandrich
2007-04-10blahDaniel Stenberg
2007-04-1041. When doing an operation over FTP that requires the ACCT command (but notDaniel Stenberg
2007-04-10Ravi Pratap provided fixes for HTTP pipeliningDaniel Stenberg
2007-04-10configure script will ignore --enable-sspi option for non-native WindowsYang Tse
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
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
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
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
2007-04-04move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse
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
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
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
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
2007-04-03djgpp isn't the only possible DOS target.Gisle Vanem
2007-04-03Simplify setting binary mode on file-descriptors.Gisle Vanem
2007-04-03DOS targets do have setmode().Gisle Vanem