aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-13Take in account that it can be built with compiler debug info andYang Tse
without the curl memory debugging leak detection code enabled.
2007-04-13fix compiler warningYang Tse
2007-04-12update!Daniel Stenberg
2007-04-12add a 'vc8' target that (re-)builds the */Makefile.vc8 filesDaniel Stenberg
2007-04-12Song Ma found a memory leak in the if2ip code if you pass in an interfaceDaniel Stenberg
name longer than the name field of the ifreq struct (typically 6 bytes), as then it wouldn't close the used dummy socket.
2007-04-12update MSVC project files with ares_getopt()Yang Tse
2007-04-12use ares_getopt for all platformsYang Tse
2007-04-12add ares_getopt prototypeYang Tse
2007-04-12Rename function as ares_getopt()Yang Tse
2007-04-12Replace tabs with spacesYang Tse
2007-04-12Add file ares_getopt.cYang Tse
Original file name getopt.c Initial import into the c-ares source tree on 2007-04-11. Lifted from version 5.2 of the 'Open Mash' project with the modified BSD license, BSD license without the advertising clause.
2007-04-12Work around an out of memory situation in Curl_ftp_done instead ofDan Fandrich
returning an error code, to allow connections to be torn down cleanly since this function can be called AFTER an OOM situation has already been reached.
2007-04-11start working on 7.16.3Daniel Stenberg
2007-04-11restart towards 7.16.3Daniel Stenberg
2007-04-11add recent contributorsDaniel Stenberg
2007-04-117.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
when logging in), the operation will fail since libcurl does detect this and thus fails to issue the correct command: http://curl.haxx.se/bug/view.cgi?id=1693337
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
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