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-10-31
Added better checking of return codes when we send data to sockets/connections
Daniel Stenberg
2001-10-19
now counts header size return from server and if nothing is returned from a
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-10-09
added the option CURLOPT_HTTP_VERSION that can specify which HTTP version
Daniel Stenberg
2001-09-18
modified GetLine(), removed Curl_http_close()
Daniel Stenberg
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-08-30
Major rename and redesign of the internal "backbone" structs. Details will
Daniel Stenberg
2001-08-21
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
Daniel Stenberg
2001-08-17
modified to use the renamed kerberos functions with Curl_ prefix
Daniel Stenberg
2001-08-15
Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen()
Daniel Stenberg
2001-08-14
made some char * into const char * and I removed the check for size > 0
Daniel Stenberg
2001-08-06
Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
Daniel Stenberg
2001-08-03
httpreq cleanup fix
Daniel Stenberg
2001-05-31
removed _REENTRANT define
Daniel Stenberg
2001-05-12
Uses the Curl_SSLConnect() according to the new return type
Daniel Stenberg
2001-05-07
corrected the read-callback typecase since FILE * was replaced with void *
Daniel Stenberg
2001-04-18
Remade resume stuff to keep data in the connectdata struct instead of the
Daniel Stenberg
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
[next]