aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-10-02Added curl_easy_getinfo()Daniel Stenberg
2000-09-29#include <malloc.h> was removed, it causes warnings on openbsdDaniel Stenberg
2000-09-28include base64.h instead of base64_krb.hDaniel Stenberg
2000-09-287.3 commitDaniel Stenberg
2000-09-28replaced the old base64 stuff with the new onesDaniel Stenberg
2000-09-26Added strlcpy() since it turns out some krb4-implementations don't includeDaniel Stenberg
2000-09-26CRYPTO_free() of course, it makes it run with previous openssl versions tooDaniel Stenberg
2000-09-25corrected curl_write() for kerberosDaniel Stenberg
2000-09-25Martin Hedenfalk added sec_fflush_fd()Daniel Stenberg
2000-09-25krb4 transfers get a sec_fflush_fd() to get uploads to workDaniel Stenberg
2000-09-25a single cookie does not require a trailing semicolon anymoreDaniel Stenberg
2000-09-25No longer uses Free() as that was removed from OpenSSL with 0.9.6Daniel Stenberg
2000-09-25corrected bad data re-use and buffer problemsDaniel Stenberg
2000-09-21now reports "krb4 enabled" is that's soDaniel Stenberg
2000-09-21krb4 fields structs and fields addedDaniel Stenberg
2000-09-21krb4 supportDaniel Stenberg
2000-09-21adjusted to support krb4Daniel Stenberg
2000-09-21Uses the new interface to ssend() and the base64 encoderDaniel Stenberg
2000-09-21GetHost() changed function argumentsDaniel Stenberg
2000-09-21krb4 support added, new GetHost() usageDaniel Stenberg
2000-09-21new interface to the base64 encoderDaniel Stenberg
2000-09-21new for kerberos supportDaniel Stenberg
2000-09-18Stephen Kick's interface fixesDaniel Stenberg
2000-09-18GetHost() now should return NULL when it fails, even for Tru64 unixDaniel Stenberg
2000-09-15bugfixed the proxytunnelDaniel Stenberg
2000-09-15more "anything through http proxy tunnel" fixesDaniel Stenberg
2000-09-14introduced 'tunnel through http proxy' for ftpDaniel Stenberg
2000-09-14file:// fix that prevents name lookup and sets no-upload and no-downloadDaniel Stenberg
2000-08-31made -I (size info only) work for ftp againDaniel Stenberg
2000-08-31in unescape(), '+' is now only converted to space after the first '?'Daniel Stenberg
2000-08-24Jan Schmidt supplied an updateDaniel Stenberg
2000-08-24moved include setup.hDaniel Stenberg
2000-08-24include config.h firstDaniel Stenberg
2000-08-24#include "setup.h" moved first of all includesDaniel Stenberg
2000-08-24inet_ntoa_r() usage made more portableDaniel Stenberg
2000-08-24hostname and large file support addedDaniel Stenberg
2000-08-23Albert's fixesDaniel Stenberg
2000-08-23Albert Chin-A-Young's fixesDaniel Stenberg
2000-08-18increased the buffer size used for name lookupsDaniel Stenberg
2000-08-17Fred Noz fixed the gethostbyaddr_() callDaniel Stenberg
2000-08-17the gethostbyname_r() usage was improved by Fred NozDaniel Stenberg
2000-08-17removed HAVE_VPRINTF dependenceDaniel Stenberg
2000-08-17removed the HAVE_VPRINTF checkDaniel Stenberg
2000-08-15made Writeout() capable of getting called repeatedlyDaniel Stenberg
2000-08-11Linux name resolving problem fixed with larger name-bufferDaniel Stenberg
2000-08-11Made it possible to replace the Content-Type: and Content-Length: headersDaniel Stenberg
2000-08-08allow zero length user names for httpDaniel Stenberg
2000-08-04moved an include file further up to make AIX 3 more happyDaniel Stenberg
2000-08-04Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to supportDaniel Stenberg
2000-08-02mr Khristophorov added support for lame web servers sending bad rangeDaniel Stenberg