398d2169 | 02-Oct-2000 |
Daniel Stenberg |
Added curl_easy_getinfo.3 |
99fbcac6 | 02-Oct-2000 |
Daniel Stenberg |
added a small suggestion on how to get the curl man page in text format without nroff |
c23e3879 | 02-Oct-2000 |
Daniel Stenberg |
Uses the new "client-side" writeout function |
ef77d484 | 02-Oct-2000 |
Daniel Stenberg |
removed writeout.[ch] and added getinfo.c |
df7b9e7a | 02-Oct-2000 |
Daniel Stenberg |
Added writeout.c |
f612f194 | 02-Oct-2000 |
Daniel Stenberg |
writeout.[ch] added in src/ |
dfec1721 | 02-Oct-2000 |
Daniel Stenberg |
moved out from the library and put here, uses the new curl_easy_getinfo() |
888182c1 | 02-Oct-2000 |
Daniel Stenberg |
adjusted for curl_easy_getinfo |
d5ad450d | 02-Oct-2000 |
Daniel Stenberg |
getinfo.c replaces the former writeout.c |
b0274a55 | 02-Oct-2000 |
Daniel Stenberg |
Added curl_easy_getinfo() |
e372a440 | 29-Sep-2000 |
Daniel Stenberg |
#include <malloc.h> was removed, it causes warnings on openbsd |
91bda565 | 28-Sep-2000 |
Daniel Stenberg |
include base64.h instead of base64_krb.h |
13962adc | 28-Sep-2000 |
Daniel Stenberg |
7.3 commit |
221f1c2c | 28-Sep-2000 |
Daniel Stenberg |
replaced the old base64 stuff with the new ones |
0e0b7271 | 26-Sep-2000 |
Daniel Stenberg |
more configure options explained |
3396d973 | 26-Sep-2000 |
Daniel Stenberg |
a --krb4 usage example added |
c4fc2319 | 26-Sep-2000 |
Daniel Stenberg |
added krb4-info |
bac96e9f | 26-Sep-2000 |
Daniel Stenberg |
Added strlcpy() since it turns out some krb4-implementations don't include their own, even if mine did! |
00505c92 | 26-Sep-2000 |
Daniel Stenberg |
moved the RAND_status() and RAND_screen() checks to the openssl section added strlcpy() check in the krb4 section |
60ee571b | 26-Sep-2000 |
Daniel Stenberg |
CRYPTO_free() of course, it makes it run with previous openssl versions too |
bdfe654a | 25-Sep-2000 |
Daniel Stenberg |
The last week's changes |
32e013eb | 25-Sep-2000 |
Daniel Stenberg |
-c and -t is no longer prefered |
d03db1cd | 25-Sep-2000 |
Daniel Stenberg |
corrected curl_write() for kerberos |
1dac7f4d | 25-Sep-2000 |
Daniel Stenberg |
Martin Hedenfalk added sec_fflush_fd() |
ad01481b | 25-Sep-2000 |
Daniel Stenberg |
krb4 transfers get a sec_fflush_fd() to get uploads to work |