aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-12-11_ Use getaddrinfo/getnameinfo ascii wrappers on OS400.Patrick Monnerat
2008-12-10- Internet Explorer had a broken HTTP digest authentication before v7 andDaniel Stenberg
2008-12-09- Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume anyDaniel Stenberg
2008-12-08- Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg
2008-12-08- Christian Krause filed bug #2221237Daniel Stenberg
2008-12-04Fixed the getifaddrs version of Curl_if2ip to work on systems without IPv6Dan Fandrich
2008-12-03- Igor Novoseltsev filed bug #2351645Daniel Stenberg
2008-12-03- Pawel Kierski pointed out a mistake in the cookie code that could lead to aDaniel Stenberg
2008-12-02explain the two *channel_inuse fields somewhat betterDaniel Stenberg
2008-11-29Further adjust a libssh2 preprocessor function-symbol definition checkYang Tse
2008-11-29Adjust some libssh2 preprocessor symbol definition checksYang Tse
2008-11-26narrow the comment to < 80 columnsDaniel Stenberg
2008-11-24- Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19Daniel Stenberg
2008-11-19- I removed the default use of "Pragma: no-cache" from libcurl when a proxy isDaniel Stenberg
2008-11-19- Christian Krause reported and fixed a memory leak that would occur with HTTPDaniel Stenberg
2008-11-19- Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas gotDaniel Stenberg
2008-11-18Avoid creating garbage on an OOM errorDan Fandrich
2008-11-18Made an array static constDan Fandrich
2008-11-18Added #include "rawstr.h"Dan Fandrich
2008-11-17the IP address we want/request/use from the interface is the 'local'Yang Tse
2008-11-17fix commentYang Tse
2008-11-17if2ip.c related preprocessor cleanupYang Tse
2008-11-17backport fix for failures to reject certain malformed literalsYang Tse
2008-11-16Christian Krause fixed a build failure when building with gss supportDaniel Stenberg
2008-11-16fix OOM problem reported by Jim MeyeringDaniel Stenberg
2008-11-15based on a report by Jim Meyering, I went over and added checks for returnDaniel Stenberg
2008-11-14Added some #ifdefs around header files and change the EAGAIN test toDan Fandrich
2008-11-14Added .xml as one of the few common file extensions known by the multipartDan Fandrich
2008-11-14fix an OOM problem detected by Jim MeyeringDaniel Stenberg
2008-11-14Remove a chunk of unused code that was #ifdef'de on defines we never set.Daniel Stenberg
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