Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-27 | Allow curl debug memory tracking when building a shared library on | Yang Tse | |
systems which support external, undefined, symbols in shared libraries. | |||
2009-05-26 | language fix | Daniel Stenberg | |
2009-05-26 | Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED | Yang Tse | |
if library initialization has not been performed calling ares_library_init(). | |||
2009-05-26 | c-ares's --enable-curldebug configure option decoupled from c-ares's ↵ | Yang Tse | |
--enable-debug | |||
2009-05-26 | Prevent copying 'sourced' manpages for build targets that don't use them. | Yang Tse | |
2009-05-25 | - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed | Daniel Stenberg | |
out that the cookie parser would leak memory when it parses cookies that are received with domain, path etc set multiple times in the same header. While such a cookie is questionable, they occur in the wild and libcurl no longer leaks memory for them. I added such a header to test case 8. | |||
2009-05-23 | minor edits | Daniel Stenberg | |
2009-05-22 | Added some missing test keywords | Dan Fandrich | |
2009-05-22 | Removed some obsolete digest code that caused a valgrind error in test 551. | Dan Fandrich | |
2009-05-21 | Include .pdf versions of c-ares man pages in distribution tarball. | Yang Tse | |
2009-05-21 | Allow generation of .html and .pdf versions of c-ares man pages. | Yang Tse | |
2009-05-21 | forced to use nmake for VC builds early so that its also used for ares even ↵ | Gunter Knauf | |
if we find a GNU make first in path; simplified curl make call. | |||
2009-05-21 | strip \r only on non-win32 platforms (wine on Linux). | Gunter Knauf | |
2009-05-21 | removed an attempt to write to non-opened LOG introduced with r1.30. | Gunter Knauf | |
2009-05-21 | reduced duplicate code. | Gunter Knauf | |
2009-05-21 | stripped \r from win32 curl --version output. | Gunter Knauf | |
2009-05-21 | enable mingw64 target. | Gunter Knauf | |
2009-05-21 | $(OBJ_DIR)/ares_getopt.o must be cleaned explicitly. | Gisle Vanem | |
2009-05-21 | Added CVS id. | Gisle Vanem | |
2009-05-21 | Update coments. Long-file name setup is required. | Gisle Vanem | |
C-Ares and IPv6 is no longer a bad combo. | |||
2009-05-20 | Added "non-existing host" test keywords to make it easy to skip those | Dan Fandrich | |
tests on machines that have broken DNS configurations (such as those configured to use OpenDNS). | |||
2009-05-20 | Mention last changes | Yang Tse | |
2009-05-20 | Initial ares_library_cleanup(3) man page | Yang Tse | |
2009-05-20 | Update man page | Yang Tse | |
2009-05-20 | Update man page | Yang Tse | |
2009-05-19 | changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by ↵ | Gunter Knauf | |
libssh2.h; removed related define block from ssh.h. | |||
2009-05-19 | - Kamil Dudka brought the patch from the Redhat bug entry | Daniel Stenberg | |
https://bugzilla.redhat.com/show_bug.cgi?id=427966 which was libcurl closing a bad file descriptor when closing down the FTP data connection. Caolan McNamara seems to be the original author of it. | |||
2009-05-19 | Initial ares_library_init(3) man page attempt | Yang Tse | |
2009-05-19 | Force revision update, to force CVS to update the $Id date string format | Yang Tse | |
2009-05-19 | Add same copyright notice as other c-ares files | Yang Tse | |
2009-05-19 | Fix case | Yang Tse | |
2009-05-19 | Force revision update, to force CVS to update the $Id date string format | Yang Tse | |
2009-05-19 | Remove empty line used to force CVS to update the $Id date string format | Yang Tse | |
2009-05-18 | Remove run-time requirement for advapi32.dll since | Yang Tse | |
c-ares can work even with no advapi32.dll at all. | |||
2009-05-18 | Add empty line, to force CVS to update the $Id date string format | Yang Tse | |
2009-05-18 | Update copyright year, to force CVS to update the $Id date string format | Yang Tse | |
2009-05-18 | Added seek callback definitions in RPG wrappers | Patrick Monnerat | |
Made OS400 version compilable again | |||
2009-05-18 | start climbing to 7.19.6 | Daniel Stenberg | |
2009-05-18 | 7.19.5 brought 16 new contributors | Daniel Stenberg | |
2009-05-18 | 7.19.5 coming up | Daniel Stenberg | |
2009-05-18 | Remove temporary debug tracing, and add nasty error explanation | Yang Tse | |
2009-05-18 | Intentionally avoid checking if the address of SystemFunction036, a.k.a. | Yang Tse | |
RtlGenRandom, has been located or not. This function is only available on WinXP and later. When unavailable c-ares uses portable rand() function. | |||
2009-05-18 | Simplify c-ares function capability check | Yang Tse | |
2009-05-18 | - Provide in external interface preprocessor symbol definitions for | Yang Tse | |
CARES_HAVE_ARES_LIBRARY_INIT and CARES_HAVE_ARES_LIBRARY_CLEANUP to ease the use of new capabilities. - Move ares_version() prototype to ares.h | |||
2009-05-17 | fixed case. | Gunter Knauf | |
2009-05-17 | Take in account c-ares 1.6.1 introduces ares_library_init() and ↵ | Yang Tse | |
ares_library_cleanup() | |||
2009-05-17 | Introduction of ares_library_init() and ares_library_cleanup() | Yang Tse | |
2009-05-17 | Introduction of ares_library_init() and ares_library_cleanup() | Yang Tse | |
2009-05-17 | - James Bursa posted a patch to the mailing list that fixed a problem with | Daniel Stenberg | |
no_proxy which made it not skip the proxy if the URL entered contained a user name. I added test case 1101 to verify. | |||
2009-05-15 | Extend displaying of logfiles upon first server start-up failure for http, ↵ | Yang Tse | |
https, ftp, ftps and tftp test harness servers. |