aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-10-02added a small suggestion on how to get the curl man page in text formatDaniel Stenberg
2000-10-02Uses the new "client-side" writeout functionDaniel Stenberg
2000-10-02removed writeout.[ch] and added getinfo.cDaniel Stenberg
2000-10-02Added writeout.cDaniel Stenberg
2000-10-02writeout.[ch] added in src/Daniel Stenberg
2000-10-02moved out from the library and put here, uses the new curl_easy_getinfo()Daniel Stenberg
2000-10-02adjusted for curl_easy_getinfoDaniel 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-26more configure options explainedDaniel Stenberg
2000-09-26a --krb4 usage example addedDaniel Stenberg
2000-09-26added krb4-infoDaniel Stenberg
2000-09-26Added strlcpy() since it turns out some krb4-implementations don't includeDaniel Stenberg
2000-09-26moved the RAND_status() and RAND_screen() checks to the openssl sectionDaniel Stenberg
2000-09-26CRYPTO_free() of course, it makes it run with previous openssl versions tooDaniel Stenberg
2000-09-25The last week's changesDaniel Stenberg
2000-09-25-c and -t is no longer preferedDaniel 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-21Added CURLOPT_KRB4LEVELDaniel Stenberg
2000-09-21updatedDaniel Stenberg
2000-09-21added docs/examplesDaniel Stenberg
2000-09-21Added krb4 support for libcurl 7.3Daniel 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-20new libcurl example code stuffDaniel Stenberg
2000-09-18Stephen Kick's --interface was addedDaniel Stenberg
2000-09-18Stephen Kick's interface fixesDaniel Stenberg
2000-09-18Stephen Kick added CURLOPT_INTERFACEDaniel Stenberg
2000-09-18GetHost() now should return NULL when it fails, even for Tru64 unixDaniel Stenberg
2000-09-18Added --disable-shared info and updated the 'make install' section.Daniel Stenberg
2000-09-18ftp through http proxy tunnel is now implementedDaniel Stenberg
2000-09-15Added PowerPC and sparc linuxDaniel Stenberg
2000-09-15Updated to be accurate with the new proxytunnel optionDaniel Stenberg
2000-09-15proxy tunnel updateDaniel Stenberg