index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
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
HTTP resume fix, now the range pointer may be allocated
Daniel Stenberg
2000-10-04
counts header and request size
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
removed writeout.[ch] and added getinfo.c
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
Added strlcpy() since it turns out some krb4-implementations don't include
Daniel Stenberg
2000-09-26
CRYPTO_free() of course, it makes it run with previous openssl versions too
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
now reports "krb4 enabled" is that's so
Daniel Stenberg
2000-09-21
krb4 fields structs and fields added
Daniel Stenberg
2000-09-21
krb4 support
Daniel Stenberg
2000-09-21
adjusted to support krb4
Daniel Stenberg
2000-09-21
Uses the new interface to ssend() and the base64 encoder
Daniel Stenberg
2000-09-21
GetHost() changed function arguments
Daniel Stenberg
2000-09-21
krb4 support added, new GetHost() usage
Daniel Stenberg
2000-09-21
new interface to the base64 encoder
Daniel Stenberg
2000-09-21
new for kerberos support
Daniel Stenberg
2000-09-18
Stephen Kick's interface fixes
Daniel Stenberg
2000-09-18
GetHost() now should return NULL when it fails, even for Tru64 unix
Daniel Stenberg
2000-09-15
bugfixed the proxytunnel
Daniel Stenberg
2000-09-15
more "anything through http proxy tunnel" fixes
Daniel Stenberg
2000-09-14
introduced 'tunnel through http proxy' for ftp
Daniel Stenberg
2000-09-14
file:// fix that prevents name lookup and sets no-upload and no-download
Daniel Stenberg
2000-08-31
made -I (size info only) work for ftp again
Daniel Stenberg
2000-08-31
in unescape(), '+' is now only converted to space after the first '?'
Daniel Stenberg
2000-08-24
Jan Schmidt supplied an update
Daniel Stenberg
2000-08-24
moved include setup.h
Daniel Stenberg
2000-08-24
include config.h first
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-08-24
inet_ntoa_r() usage made more portable
Daniel Stenberg
2000-08-24
hostname and large file support added
Daniel Stenberg
2000-08-23
Albert's fixes
Daniel Stenberg
[next]