aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-27Temporarily introduce a memory leak to verify curl debug memory tracking works.Yang Tse
2009-05-27Allow curl debug memory tracking when building a shared library onYang Tse
systems which support external, undefined, symbols in shared libraries.
2009-05-26language fixDaniel Stenberg
2009-05-26Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZEDYang Tse
if library initialization has not been performed calling ares_library_init().
2009-05-26c-ares's --enable-curldebug configure option decoupled from c-ares's ↵Yang Tse
--enable-debug
2009-05-26Prevent 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) pointedDaniel 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-23minor editsDaniel Stenberg
2009-05-22Added some missing test keywordsDan Fandrich
2009-05-22Removed some obsolete digest code that caused a valgrind error in test 551.Dan Fandrich
2009-05-21Include .pdf versions of c-ares man pages in distribution tarball.Yang Tse
2009-05-21Allow generation of .html and .pdf versions of c-ares man pages.Yang Tse
2009-05-21forced 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-21strip \r only on non-win32 platforms (wine on Linux).Gunter Knauf
2009-05-21removed an attempt to write to non-opened LOG introduced with r1.30.Gunter Knauf
2009-05-21reduced duplicate code.Gunter Knauf
2009-05-21stripped \r from win32 curl --version output.Gunter Knauf
2009-05-21enable mingw64 target.Gunter Knauf
2009-05-21$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.Gisle Vanem
2009-05-21Added CVS id.Gisle Vanem
2009-05-21Update coments. Long-file name setup is required.Gisle Vanem
C-Ares and IPv6 is no longer a bad combo.
2009-05-20Added "non-existing host" test keywords to make it easy to skip thoseDan Fandrich
tests on machines that have broken DNS configurations (such as those configured to use OpenDNS).
2009-05-20Mention last changesYang Tse
2009-05-20Initial ares_library_cleanup(3) man pageYang Tse
2009-05-20Update man pageYang Tse
2009-05-20Update man pageYang Tse
2009-05-19changed 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 entryDaniel 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-19Initial ares_library_init(3) man page attemptYang Tse
2009-05-19Force revision update, to force CVS to update the $Id date string formatYang Tse
2009-05-19Add same copyright notice as other c-ares filesYang Tse
2009-05-19Fix caseYang Tse
2009-05-19Force revision update, to force CVS to update the $Id date string formatYang Tse
2009-05-19Remove empty line used to force CVS to update the $Id date string formatYang Tse
2009-05-18Remove run-time requirement for advapi32.dll sinceYang Tse
c-ares can work even with no advapi32.dll at all.
2009-05-18Add empty line, to force CVS to update the $Id date string formatYang Tse
2009-05-18Update copyright year, to force CVS to update the $Id date string formatYang Tse
2009-05-18Added seek callback definitions in RPG wrappersPatrick Monnerat
Made OS400 version compilable again
2009-05-18start climbing to 7.19.6Daniel Stenberg
2009-05-187.19.5 brought 16 new contributorsDaniel Stenberg
2009-05-187.19.5 coming upDaniel Stenberg
2009-05-18Remove temporary debug tracing, and add nasty error explanationYang Tse
2009-05-18Intentionally 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-18Simplify c-ares function capability checkYang Tse
2009-05-18- Provide in external interface preprocessor symbol definitions forYang 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-17fixed case.Gunter Knauf
2009-05-17Take in account c-ares 1.6.1 introduces ares_library_init() and ↵Yang Tse
ares_library_cleanup()
2009-05-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse
2009-05-17Introduction 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 withDaniel 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.