aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-06Bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) pointed out aYang Tse
2008-11-06Add missing curl_addrinfo, and sort the list.Yang Tse
2008-11-06Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse
2008-11-06Added test 1086 to test a timeout the occurs during an FTP data transfer.Dan Fandrich
2008-11-06Make the SLOWDOWN option slow the FTP data connection, not just theDan Fandrich
2008-11-06Factored out some common code into a new function output_auth_headersDan Fandrich
2008-11-05mention the speed unit for the _SPEED_LARGE options from bug #2226722Daniel Stenberg
2008-11-05corrected and clarified the *_SPEED_LARGE commentsDaniel Stenberg
2008-11-057.19.1 is now historyDaniel Stenberg
2008-11-05and we're back on square one working on the next release...Daniel Stenberg
2008-11-057.19.1 coming upDaniel Stenberg
2008-11-04oops, use the correct option nameDaniel Stenberg
2008-11-04the pending bugs are now moved to next releaseDaniel Stenberg
2008-11-04CURLINFO_FILETIME now works for file:// transfers as wellDaniel Stenberg
2008-11-03Sync up with realityYang Tse
2008-11-03- Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out aDaniel Stenberg
2008-11-03If building with CURLDEBUG, sprintf() is defined away. So use curl_msprintf()Gisle Vanem
2008-11-03Added '#define HAVE_GETNAMEINFO' and qualifiers/typesGisle Vanem
2008-11-03djgpp/DOS does have getaddrinfo().Gisle Vanem
2008-11-03fix length of longest IPv6 address stringYang Tse
2008-11-03I liked Daniel Johnson's simplified version bumper guide so I modified theDaniel Stenberg
2008-11-02Marked with TODO comments a number of problems in the Kerberos code detectedDan Fandrich
2008-11-01183 - "libcurl issue with IPv6 and c-ares"Daniel Stenberg
2008-11-01Daniel Johnson reported and fixed ipv4 name resolves when libcurl is builtDaniel Stenberg
2008-11-01Added a TODO file to list things we want changed, added or fixed.Daniel Stenberg
2008-11-01bump VERSIONINFO for the upcoming releaseDaniel Stenberg
2008-11-01- Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg
2008-11-01Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availabilityYang Tse
2008-11-01WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ...Yang Tse
2008-11-01init_resolve_thread() needs 'hints' on the native form.Gisle Vanem
2008-11-01Added '#define HAVE_GETADDRINFO'.Gisle Vanem
2008-11-01Added curl_addrinfo.obj. Rearranged alphabetically.Gisle Vanem
2008-11-01Fix typos.Gisle Vanem
2008-10-31Cleaned up in preparation for release next week. I'd say the remaining bugsDaniel Stenberg
2008-10-31fix OOM handlingYang Tse
2008-10-30NetWare LIBC target has getaddrinfo() and freeaddrinfo()Yang Tse
2008-10-30Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()Yang Tse
2008-10-30remove bogus whitespaceYang Tse
2008-10-30check for freeaddrinfo() at configuration phaseYang Tse
2008-10-30These two variables are now Curl_addrinfo pointersYang Tse
2008-10-30remove bogus commentYang Tse
2008-10-30update aclocal file serial numberYang Tse
2008-10-30Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse
2008-10-30remove verification of the freeability of the addrinfo struct pointer membersYang Tse
2008-10-30SLOWDOWN actually causes a 0.01 second delay between bytesDan Fandrich
2008-10-29--ftp-method was added in 7.15.1. This mention ends up a bit oddly formattedDaniel Stenberg
2008-10-29Fixed a bug that caused a few bytes of garbage to be sent after aDan Fandrich
2008-10-29fix commentYang Tse
2008-10-29make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse
2008-10-28Mention more restrictions on timeouts when using signalsDan Fandrich