aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-10-06added for the win32 versionDaniel Stenberg
2000-10-06moved the src/config.h stuff to the bottom, as automake were adding includeDaniel Stenberg
2000-10-06HTTP resume fix, now the range pointer may be allocatedDaniel Stenberg
2000-10-04filled in more information on the optionsDaniel Stenberg
2000-10-04size_request and size_header added to the -w descriptionDaniel Stenberg
2000-10-04-w supports size_header and size_requestDaniel Stenberg
2000-10-04counts header and request sizeDaniel Stenberg
2000-10-03Added Jason S. Priebe as contributorDaniel Stenberg
2000-10-03documented writeinfo as removed in 7.4Daniel Stenberg
2000-10-03introduced in libcurl 7.4Daniel 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-02Added curl_easy_getinfo.3Daniel Stenberg
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