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
2001-05-07
corrected the read-callback typecase since FILE * was replaced with void *
Daniel Stenberg
2001-05-07
fixed 'storefread' to not make a warning
Daniel Stenberg
2001-05-04
'FILE *' changed to 'void *' in all callback functions
Daniel Stenberg
2001-05-03
Cris Bailiff's fix to disable chunked transfers on re-used persistent
Daniel Stenberg
2001-05-03
Cris Bailiff's fix to never attempt to get the body of a 304-reply!
Daniel Stenberg
2001-04-27
When Content-Length:0 is received, we now bail now and return success
Daniel Stenberg
2001-04-27
improved treatment of "Content-Length: 0", which is done by having
Daniel Stenberg
2001-04-26
Curl_GetFTPResponse() is rewritten to read all incoming data in large
Daniel Stenberg
2001-04-25
connection re-using didn't work on non-default ports when not using proxy
Daniel Stenberg
2001-04-24
include debugmem for memory leak detection
Daniel Stenberg
2001-04-24
on albert chin's comment I remade the fix to set '\0' instead of 0 since
Daniel Stenberg
2001-04-23
Added zero termination, as the OpenSSL version string was written without
Daniel Stenberg
2001-04-23
no need to copy the name when re-using the connection, we already have the
Daniel Stenberg
2001-04-22
Rosimildo da Silva corrected them to build a proper lib and to use options
Daniel Stenberg
2001-04-22
copy the name properly when re-using a connection
Daniel Stenberg
2001-04-22
old krb4 fix for strlcat() prototype
Daniel Stenberg
2001-04-18
Remade resume stuff to keep data in the connectdata struct instead of the
Daniel Stenberg
2001-04-17
init the speed index variable between transfers
Daniel Stenberg
2001-04-17
Frederic Lepied's ftp download resume fix
Daniel Stenberg
2001-04-17
use GMT for the conditional timed gets (reported by Phil Karn)
Daniel Stenberg
2001-04-11
calling curl_easy_perform() with no URL set, now returns an error as
Daniel Stenberg
2001-04-11
we don't use the HTTP_PROXY environment variable in uppercase anymore, since
Daniel Stenberg
2001-04-11
oops, missed the shut-off non-blocking fix
Daniel Stenberg
2001-04-11
SM made the connection timeout work for windows boxes!
Daniel Stenberg
2001-04-10
setopt() works with the new CURLOPT_HEADERFUNCTION:
Daniel Stenberg
2001-04-10
Added new CURLOPT_HEADERFUNCTION callback for writing headers only
Daniel Stenberg
2001-04-09
corrected by SM to build better with openssl
Daniel Stenberg
2001-04-09
SM's updates
Daniel Stenberg
2001-04-07
Andrés García fixed curl_escape()
Daniel Stenberg
2001-04-06
show openssl 0.9.6a properly
Daniel Stenberg
2001-04-06
curl_formfree() can be called with a NULL argument
Daniel Stenberg
2001-04-03
bugfixed the Location: following that must've been bad since the persistant
Daniel Stenberg
2001-04-03
- disabling port on absolute redirects is wrong
Daniel Stenberg
2001-04-03
better error checks for failure conditions (based on Puneet Pawaia's reports)
Daniel Stenberg
2001-04-03
Puneet Pawaia pointed out the lack of http_chunks in several places.
Daniel Stenberg
2001-03-29
ftps:// support added
Daniel Stenberg
2001-03-27
make sure the alarm is off when returning from curl_easy_perform()
Daniel Stenberg
2001-03-26
'Connection: keep-alive' is now understood when sent by a HTTP/1.0 server
Daniel Stenberg
2001-03-23
DONT TOUCH the data->url as it may point to read-only memory!!!
Daniel Stenberg
2001-03-23
now always stops reading a HEAD reply after all the headers have been returned
Daniel Stenberg
2001-03-23
ConnectionExists() wrongly returned TRUE for too many connections if proxy
Daniel Stenberg
2001-03-22
Treat 302-redirects the same way we treat 303-redirects
Daniel Stenberg
2001-03-22
reset the follow location counter in Curl_perform() so that we can follow
Daniel Stenberg
2001-03-22
brand new Curl_ prefixes on global symbols
Daniel Stenberg
2001-03-22
made it use Curl_ prefixes on global symbols
Daniel Stenberg
2001-03-22
Jim Drash suggested and I made it not encode what looks like an already
Daniel Stenberg
2001-03-22
removed the duplicates!
Daniel Stenberg
2001-03-22
added escape and unescape
Daniel Stenberg
2001-03-22
the new escape/unescape function setup
Daniel Stenberg
2001-03-19
Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 defines
Daniel Stenberg
[prev]
[next]