Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | proper fix for compiler warning | Yang Tse | |
2007-04-13 | Take in account that it can be built with compiler debug info and | Yang Tse | |
without the curl memory debugging leak detection code enabled. | |||
2007-04-13 | fix compiler warning | Yang Tse | |
2007-04-12 | update! | Daniel Stenberg | |
2007-04-12 | add a 'vc8' target that (re-)builds the */Makefile.vc8 files | Daniel Stenberg | |
2007-04-12 | Song Ma found a memory leak in the if2ip code if you pass in an interface | Daniel 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-12 | update MSVC project files with ares_getopt() | Yang Tse | |
2007-04-12 | use ares_getopt for all platforms | Yang Tse | |
2007-04-12 | add ares_getopt prototype | Yang Tse | |
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. |