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
/
http.c
Age
Commit message (
Expand
)
Author
2001-04-17
use GMT for the conditional timed gets (reported by Phil Karn)
Daniel Stenberg
2001-03-14
Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields
Daniel Stenberg
2001-03-09
remake Host: for each connection and it'll work with proxies too
Daniel Stenberg
2001-03-07
"Transfer-Encoding: chunked" support added
Daniel Stenberg
2001-03-05
enable persistant connections by default
Daniel Stenberg
2001-03-04
Curl_http() could crash on connection re-use
Daniel Stenberg
2001-03-02
remade the port number stuff so that following locations work and doing
Daniel Stenberg
2001-02-22
we only allocate the HTTP struct if we need to
Daniel Stenberg
2001-02-22
moved the dynamicly set pointers to the connectdata struct
Daniel Stenberg
2001-02-20
corrected memory leaks when re-using connections
Daniel Stenberg
2001-02-20
multiple connection support initial commit
Daniel Stenberg
2001-02-13
moved the protocol-specific free to allow easier multiple transfers
Daniel Stenberg
2001-02-07
GetLine() didn't properly act on -1 lengths returned from Curl_read()
Daniel Stenberg
2001-01-31
curl_read() and Curl_read() now have ssize_t in the last argument
Daniel Stenberg
2001-01-29
HTTP PUT resume now sends Content-Range: headers as I believe the RFC2616
Daniel Stenberg
2001-01-27
Resume is now done with a Content-Range header instead of a Range header if
Daniel Stenberg
2001-01-26
Made it possible to do "upload resume" over HTTP
Daniel Stenberg
2001-01-25
Curl_read() and Curl_write() are now used for reading/writing sockets.
Daniel Stenberg
2001-01-17
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
Daniel Stenberg
2001-01-05
renamed Curl_ to curl_ for the printf() prefixes
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-11-21
typecasted the argument to isspace() to int, to remove a pedantic compiler
Daniel Stenberg
2000-11-20
removed URL size restrictions
Daniel Stenberg
2000-11-17
memory leak cleanup campaign
Daniel Stenberg
2000-11-13
Added space after the Cookie: header keyword
Daniel Stenberg
2000-10-20
remote_port used in Host: headers only when non-default
Daniel Stenberg
2000-10-11
memory leak adjusts
Daniel Stenberg
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-10-04
counts header and request size
Daniel Stenberg
2000-10-03
introduced the new add_buffer() concept that makes the HTTP request to get
Daniel Stenberg
2000-09-28
7.3 commit
Daniel Stenberg
2000-09-21
Uses the new interface to ssend() and the base64 encoder
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-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-08-24
hostname and large file support added
Daniel Stenberg
2000-08-23
Albert Chin-A-Young's fixes
Daniel Stenberg
2000-08-11
Made it possible to replace the Content-Type: and Content-Length: headers
Daniel Stenberg
2000-07-31
big last-beta (?) cleanup commit
Daniel Stenberg
2000-07-31
Replacing one of the internal headers with one that has no contents will now
Daniel Stenberg
2000-07-29
added localtime_r()
Daniel Stenberg
2000-07-28
corrected the Host: header's port number
Daniel Stenberg
2000-07-25
uses auth_host to only send user+password to that particular site, usable if
Daniel Stenberg
2000-07-25
The Host: header now includes the port number if not default HTTP
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-06-14
correct the POST workings. Tim Tassonis reported.
Daniel Stenberg
2000-06-05
struct HttpHeader changed to struct curl_slist
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
[next]