index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2000-10-06
Jörg's updated makefile
Daniel Stenberg
2000-10-06
the --interface code doesn't work on win32 and is #ifndef WIN32 now
Daniel Stenberg
2000-10-06
added for the win32 version
Daniel Stenberg
2000-10-06
moved the src/config.h stuff to the bottom, as automake were adding include
Daniel Stenberg
2000-10-06
HTTP resume fix, now the range pointer may be allocated
Daniel Stenberg
2000-10-04
filled in more information on the options
Daniel Stenberg
2000-10-04
size_request and size_header added to the -w description
Daniel Stenberg
2000-10-04
-w supports size_header and size_request
Daniel Stenberg
2000-10-04
counts header and request size
Daniel Stenberg
2000-10-03
Added Jason S. Priebe as contributor
Daniel Stenberg
2000-10-03
documented writeinfo as removed in 7.4
Daniel Stenberg
2000-10-03
introduced in libcurl 7.4
Daniel Stenberg
2000-10-03
removed writeinfo stuff
Daniel Stenberg
2000-10-03
add_buffer_send() free()d the buffer *before* it was used! :-O
Daniel Stenberg
2000-10-03
added the new upload_bufsize to the connectdata struct
Daniel Stenberg
2000-10-03
inits the upload_bufsize at connect time
Daniel Stenberg
2000-10-03
new upload-buffer size design that starts with a smallish buffer and increases
Daniel Stenberg
2000-10-03
introduced the new add_buffer() concept that makes the HTTP request to get
Daniel Stenberg
2000-10-02
Added curl_easy_getinfo.3
Daniel Stenberg
2000-10-02
added a small suggestion on how to get the curl man page in text format
Daniel Stenberg
2000-10-02
Uses the new "client-side" writeout function
Daniel Stenberg
2000-10-02
removed writeout.[ch] and added getinfo.c
Daniel Stenberg
2000-10-02
Added writeout.c
Daniel Stenberg
2000-10-02
writeout.[ch] added in src/
Daniel Stenberg
2000-10-02
moved out from the library and put here, uses the new curl_easy_getinfo()
Daniel Stenberg
2000-10-02
adjusted for curl_easy_getinfo
Daniel Stenberg
2000-10-02
getinfo.c replaces the former writeout.c
Daniel Stenberg
2000-10-02
Added curl_easy_getinfo()
Daniel Stenberg
2000-09-29
#include <malloc.h> was removed, it causes warnings on openbsd
Daniel Stenberg
2000-09-28
include base64.h instead of base64_krb.h
Daniel Stenberg
2000-09-28
7.3 commit
Daniel Stenberg
2000-09-28
replaced the old base64 stuff with the new ones
Daniel Stenberg
2000-09-26
more configure options explained
Daniel Stenberg
2000-09-26
a --krb4 usage example added
Daniel Stenberg
2000-09-26
added krb4-info
Daniel Stenberg
2000-09-26
Added strlcpy() since it turns out some krb4-implementations don't include
Daniel Stenberg
2000-09-26
moved the RAND_status() and RAND_screen() checks to the openssl section
Daniel Stenberg
2000-09-26
CRYPTO_free() of course, it makes it run with previous openssl versions too
Daniel Stenberg
2000-09-25
The last week's changes
Daniel Stenberg
2000-09-25
-c and -t is no longer prefered
Daniel Stenberg
2000-09-25
corrected curl_write() for kerberos
Daniel Stenberg
2000-09-25
Martin Hedenfalk added sec_fflush_fd()
Daniel Stenberg
2000-09-25
krb4 transfers get a sec_fflush_fd() to get uploads to work
Daniel Stenberg
2000-09-25
a single cookie does not require a trailing semicolon anymore
Daniel Stenberg
2000-09-25
No longer uses Free() as that was removed from OpenSSL with 0.9.6
Daniel Stenberg
2000-09-25
corrected bad data re-use and buffer problems
Daniel Stenberg
2000-09-21
Added CURLOPT_KRB4LEVEL
Daniel Stenberg
2000-09-21
updated
Daniel Stenberg
2000-09-21
added docs/examples
Daniel Stenberg
2000-09-21
Added krb4 support for libcurl 7.3
Daniel Stenberg
[next]