Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-12 | Rename function as ares_getopt() | Yang Tse | |
2007-04-12 | Replace tabs with spaces | Yang Tse | |
2007-04-12 | Add file ares_getopt.c | Yang 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-12 | Work around an out of memory situation in Curl_ftp_done instead of | Dan 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-11 | start working on 7.16.3 | Daniel Stenberg | |
2007-04-11 | restart towards 7.16.3 | Daniel Stenberg | |
2007-04-11 | add recent contributors | Daniel Stenberg | |
2007-04-11 | 7.16.2 | Daniel Stenberg | |
2007-04-11 | convenience SIG_ATOMIC_T macro definition | Yang Tse | |
2007-04-11 | Fixed some out of memory handling issues. | Dan Fandrich | |
2007-04-10 | Fixed some out of memory handling issues. | Dan Fandrich | |
2007-04-10 | blah | Daniel Stenberg | |
2007-04-10 | 41. When doing an operation over FTP that requires the ACCT command (but not | Daniel 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-10 | Ravi Pratap provided fixes for HTTP pipelining | Daniel Stenberg | |
2007-04-10 | configure script will ignore --enable-sspi option for non-native Windows | Yang Tse | |
2007-04-10 | --enable-sspi only supported on Windows native builds | Yang Tse | |
2007-04-10 | Update NTLM flag and description | Yang Tse | |
2007-04-10 | Fixed an out of memory handling issue. | Dan Fandrich | |
2007-04-10 | Honour the -a option when -t is enabled. | Dan Fandrich | |
2007-04-09 | Changed error return codes to match update code. | Dan Fandrich | |
2007-04-09 | VC8+ (VS2005+) has C99 variadic macro support | Yang Tse | |
2007-04-08 | fix out of memory handling issue | Yang Tse | |
2007-04-08 | Nick Zitzmann did ssh.c cleanups | Daniel Stenberg | |
2007-04-08 | builds on QNX 6 again | Daniel Stenberg | |
2007-04-07 | fix out of memory handling issue | Yang Tse | |
2007-04-07 | fix out of memory handling issue | Yang Tse | |
2007-04-07 | fix compiler warning | Yang Tse | |
2007-04-06 | fix out of memory handling issue | Yang Tse | |
2007-04-06 | Fixed a few memory leaks in OOM conditions. | Dan Fandrich | |
Made libssh2 logging more verbose when debugging is enabled. | |||
2007-04-06 | In case of test failure, try not to show log files of other tests | Yang Tse | |
2007-04-05 | Enabled the ssh tests 600-609. | Dan Fandrich | |
2007-04-05 | runtests -t discovered this out of memory handling issues | Yang Tse | |
2007-04-05 | unify fopen() failure error message among tests, allowing | Yang Tse | |
the testsuite to count them as errors of the same kind | |||
2007-04-05 | Further improve displaying of individual logfiles | Yang Tse | |
2007-04-04 | Fixes some more out of memory handling bugs. | Dan Fandrich | |
2007-04-04 | Fixed file handle leak in OOM condition. | Dan Fandrich | |
2007-04-04 | Fixed curl_slist_append handling of out of memory conditions on the | Dan Fandrich | |
easycode list (discovered by runtests' torture test). | |||
2007-04-04 | Building Windows DLLs and C run-time (CRT) linkage issues | Yang Tse | |
2007-04-04 | add debug message and expand comment | Yang Tse | |
2007-04-04 | test can be allowed to run if fopen() is capable of fopen()ing | Yang Tse | |
three additional files once that we have already open()ed the big bunch of file descriptors. | |||
2007-04-04 | move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to ↵ | Yang Tse | |
setup_once.h | |||
2007-04-04 | cleanup | Yang Tse | |
2007-04-04 | Whoops--didn't mean to enable the ssh tests quite yet. | Dan Fandrich | |
2007-04-04 | test can be allowed to run if fopen() is capable of fopen()ing | Yang Tse | |
SAFETY_MARGIN additional files once that we have already open()ed the big bunch of file descriptors. | |||
2007-04-04 | Added more SSH tests (left disabled for now). | Dan Fandrich | |
2007-04-04 | Fixed a memory leak and improper shutdown on SFTP post-quote command failure. | Dan Fandrich | |
2007-04-03 | Only one issue left to deal with. Most of the others cut due to lack of | Daniel Stenberg | |
response and/or my personal lack of time to deal further with them at this point. | |||
2007-04-03 | Rob Jones fixed better #ifdef'ing for a bunch of #include lines. | Daniel Stenberg | |
2007-04-03 | update copyright year | Yang Tse | |
2007-04-03 | Verify if the test is limited by an ancient stdio with a 256 | Yang 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. |