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-25
compiles on Linux now
Daniel Stenberg
2000-10-20
remote_port used in Host: headers only when non-default
Daniel Stenberg
2000-10-17
made the speedcheck actually work again
Daniel Stenberg
2000-10-16
7.4.1 commit
Daniel Stenberg
2000-10-12
sprintf() => snprintf()
Daniel Stenberg
2000-10-11
free the URL string if that was allocated
Daniel Stenberg
2000-10-11
free the FTP struct already in the _done() function
Daniel Stenberg
2000-10-11
memory leak adjusts
Daniel Stenberg
2000-10-09
removed the header that confuses PHP
Daniel Stenberg
2000-10-09
added the bool typedef, moved here from curl/curl.h
Daniel Stenberg
2000-10-09
I commented the -DMALLOCDEBUG flag to make it easier to add
Daniel Stenberg
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-10-09
added for memory leak debugging etc
Daniel Stenberg
2000-10-08
GetHost() did not properly assign the third argument pointer!
Daniel Stenberg
2000-10-06
removed include "writeout.h"
Daniel Stenberg
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
[next]