aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2009-05-15Extend displaying of logfiles upon first server start-up failure for http, ↵Yang Tse
https, ftp, ftps and tftp test harness servers.
2009-05-15Displaying of logfiles on ftp server satrtup failure for test case #100 ↵Yang Tse
becomes standard.
2009-05-15fix compiler warning: unused variableYang Tse
2009-05-15remove outdated commentYang Tse
2009-05-15Fix preprocessor conditional expressionYang Tse
2009-05-14Add some debug tracingYang Tse
2009-05-14Fix detection of automatically choosen listener port number on IPv6 enabled ↵Yang Tse
builds.
2009-05-13log each setsockopt/SO_REUSEADDR failureYang Tse
2009-05-13fix print formatting-string directivesYang Tse
2009-05-12temporary debug trace for ftp server satrtup failure on testcase #100Yang Tse
2009-05-12Reverted my change to use Curl_connected_proxy() here. Clearly I wasn'tDaniel Stenberg
thinking straight.
2009-05-12fix LC_ALL and LC_CTYPE when set with conflicting valuesYang Tse
2009-05-12make no proxy set return OK from Curl_connected_proxy() since it will be calledDaniel Stenberg
unconditionally
2009-05-12fiX *__SOCKLEN_T definitions for remaining targetsYang Tse
2009-05-12*__SOCKLEN_T definitions for OS400 already fixedYang Tse
2009-05-11curl_multi_socket and curl_multi_socket_all to be removed at next majorDaniel Stenberg
release, or bump or whatevere
2009-05-11split off curl_multi_socket_action() into its own separate man page as this isDaniel Stenberg
the function we should use, while both curl_multi_socket() and curl_multi_socket_all() should be killed!
2009-05-11curl_multi_socket_action() is the one we favor!Daniel Stenberg
2009-05-11TELNET transfers and SOCKS handshakes are blocking tooDaniel Stenberg
2009-05-11fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targetsYang Tse
2009-05-11"228 - rpath problems in linking with custom openssl" removedDaniel Stenberg
I just posted about this decision on the curl-library list.
2009-05-11#234 Done!Yang Tse
2009-05-11Adjust test definition for TPF.Yang Tse
2009-05-11Fetch curl's 'CharConv' feature information, used by TPF.Yang Tse
2009-05-11- Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option toDaniel Stenberg
only expose functions starting with ares_.
2009-05-11timeout in milliseconds works for me!Daniel Stenberg