aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse
2008-11-13- Fixed a potential data loss in Curl_client_write() when the transfer isMichal Marek
2008-11-13changed to latest libidn version.Gunter Knauf
2008-11-13changed defines to make autobuild logs display libidn usage.Gunter Knauf
2008-11-11- Rainer Canavan filed bug #2255627Daniel Stenberg
2008-11-11updated OpenSSL version.Gunter Knauf
2008-11-11added libidn build.Gunter Knauf
2008-11-11updated coment, updated OpenSSL version.Gunter Knauf
2008-11-11added libidn build.Gunter Knauf
2008-11-11Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)Yang Tse
2008-11-07The getifaddrs() version of Curl_if2ip() crashed when used on a LinuxDan Fandrich
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-06Factored out some common code into a new function output_auth_headersDan Fandrich
2008-11-05corrected and clarified the *_SPEED_LARGE commentsDaniel Stenberg
2008-11-04CURLINFO_FILETIME now works for file:// transfers as wellDaniel Stenberg
2008-11-03- Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out aDaniel Stenberg
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-01Daniel Johnson reported and fixed ipv4 name resolves when libcurl is builtDaniel Stenberg
2008-11-01bump VERSIONINFO for the upcoming releaseDaniel 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-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-30These two variables are now Curl_addrinfo pointersYang Tse
2008-10-30remove bogus commentYang Tse
2008-10-30Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse
2008-10-29Fixed a bug that caused a few bytes of garbage to be sent after aDan Fandrich
2008-10-28added an extra set of braces to unconfuse emacs and then I re-indented aDaniel Stenberg
2008-10-27add null-pointer checkYang Tse
2008-10-25add missing header inclusionsYang Tse
2008-10-25Added experimental support for zlib and OpenSSL on Symbian OS.Dan Fandrich
2008-10-25add missing header inclusionsYang Tse
2008-10-24Stop using in6addr_any because it's not available everywhere (e.g. Symbian)Dan Fandrich
2008-10-24fix compiler warningYang Tse
2008-10-24fix compiler warningYang Tse
2008-10-23Added rawstr.c to the non-configure libcurl makefilesDan Fandrich
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-23added include to make the krb4 code compile againDaniel Stenberg
2008-10-23Really old gcc doesn't like parenthesis around the names of functions thatDan Fandrich
2008-10-23Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich