summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-10-167.4.1 commitcurl-7_4_1Daniel Stenberg
2000-10-12sprintf() => snprintf()Daniel Stenberg
2000-10-11free the URL string if that was allocatedDaniel Stenberg
2000-10-11free the FTP struct already in the _done() functionDaniel Stenberg
2000-10-11memory leak adjustsDaniel Stenberg
2000-10-09removed the header that confuses PHPDaniel Stenberg
2000-10-09added the bool typedef, moved here from curl/curl.hDaniel Stenberg
2000-10-09I commented the -DMALLOCDEBUG flag to make it easier to addDaniel Stenberg
2000-10-09added memory debugging include fileDaniel Stenberg
2000-10-09added for memory leak debugging etcDaniel Stenberg
2000-10-08GetHost() did not properly assign the third argument pointer!Daniel Stenberg
2000-10-06removed include "writeout.h"Daniel Stenberg
2000-10-06Jörg's updated makefileDaniel Stenberg
2000-10-06the --interface code doesn't work on win32 and is #ifndef WIN32 nowDaniel Stenberg
2000-10-06added for the win32 versionDaniel Stenberg
2000-10-06HTTP resume fix, now the range pointer may be allocatedDaniel Stenberg
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 commitcurl-7_3Daniel 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