aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-10-04counts header and request sizeDaniel Stenberg
2000-10-03removed writeinfo stuffDaniel Stenberg
2000-10-03add_buffer_send() free()d the buffer *before* it was used! :-ODaniel Stenberg
2000-10-03added the new upload_bufsize to the connectdata structDaniel Stenberg
2000-10-03inits the upload_bufsize at connect timeDaniel Stenberg
2000-10-03new upload-buffer size design that starts with a smallish buffer and increasesDaniel Stenberg
2000-10-03introduced the new add_buffer() concept that makes the HTTP request to getDaniel Stenberg
2000-10-02removed writeout.[ch] and added getinfo.cDaniel Stenberg
2000-10-02getinfo.c replaces the former writeout.cDaniel Stenberg
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