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
2002-02-18
Philip Gladstone's size problem in add_buffer_send()
Daniel Stenberg
2002-02-17
corrected the Expect: ignore, made Content-Type: possible to skip
Daniel Stenberg
2002-02-07
don't add 2 to the post size, that was a previous mistake because there
Daniel Stenberg
2002-01-29
append a CRLF pair after the content-type line
Daniel Stenberg
2002-01-27
no longer add CRLF _after_ POST data, it should not be needed. Pedro Neves
Daniel Stenberg
2002-01-16
Somewhat ugly fix to deal with non-blocking sockets. We just loop and try
Daniel Stenberg
2002-01-14
Curl_read() now returns a negative return code if EWOULDBLOCK or similar
Daniel Stenberg
2001-12-11
failf() calls should not have newlines in the message string!
Daniel Stenberg
2001-12-07
corrected the comment above gmtime_r
Daniel Stenberg
2001-12-07
added gmtime_r check
Daniel Stenberg
2001-11-16
Klevtsov Vadim's time condition fix
Daniel Stenberg
2001-11-13
my proxytunnel fix accidentally ruined the normal https connects
Daniel Stenberg
2001-11-12
made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as well
Daniel Stenberg
2001-11-12
new Curl_ConnectHTTPProxyTunnel() function, needs a **lot** of testing!!!
Daniel Stenberg
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
[next]