History log of /curl/lib/http.c (Results 976 – 1000 of 1041)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 70ad8a0b 15-Aug-2001 Daniel Stenberg

Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen()
a NULL pointer. Now, we treat a missing CURLOPT_POSTFIELDS as if there is
no data to send.


# c11a1bf7 14-Aug-2001 Daniel Stenberg

made some char * into const char * and I removed the check for size > 0
in the add_buffer function.


# 2cf45f68 06-Aug-2001 Daniel Stenberg

Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
requires all global symbols to be *case insentively* unique! curl_formfree
is a global function we shouldn't touch.


Revision tags: curl-7_8_1-pre3
# 89872447 03-Aug-2001 Daniel Stenberg

httpreq cleanup fix


Revision tags: curl-7_8
# 77f34915 31-May-2001 Daniel Stenberg

removed _REENTRANT define


Revision tags: curl-7_8-pre2
# c7dbde9f 12-May-2001 Daniel Stenberg

Uses the Curl_SSLConnect() according to the new return type


# 89ba66e0 07-May-2001 Daniel Stenberg

corrected the read-callback typecase since FILE * was replaced with void *


Revision tags: curl-7_7_3, curl-7_7_2
# 3fd65fb7 18-Apr-2001 Daniel Stenberg

Remade resume stuff to keep data in the connectdata struct instead of the
main handle struct to work with persistant connections


# fd8ea204 17-Apr-2001 Daniel Stenberg

use GMT for the conditional timed gets (reported by Phil Karn)


Revision tags: curl-7_7_1, curl-7_7, curl-7_7-beta5
# f8e1fc32 14-Mar-2001 Daniel Stenberg

Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields
from urldata to connectdata, quite correctly.


Revision tags: curl-7_7-beta3, curl-7_7-beta2
# ac0bad24 09-Mar-2001 Daniel Stenberg

remake Host: for each connection and it'll work with proxies too


Revision tags: curl-7_7-beta1
# a23db7b7 07-Mar-2001 Daniel Stenberg

"Transfer-Encoding: chunked" support added


# c21f848c 05-Mar-2001 Daniel Stenberg

enable persistant connections by default


Revision tags: curl-7_7_alpha2
# 90ac37a6 04-Mar-2001 Daniel Stenberg

Curl_http() could crash on connection re-use


# d1cfbd51 02-Mar-2001 Daniel Stenberg

remade the port number stuff so that following locations work and doing
intermixed HTTP and FTP persistant connections also work!


# 9c63fcf2 22-Feb-2001 Daniel Stenberg

we only allocate the HTTP struct if we need to


# 584dbffe 22-Feb-2001 Daniel Stenberg

moved the dynamicly set pointers to the connectdata struct


# 46e09372 20-Feb-2001 Daniel Stenberg

corrected memory leaks when re-using connections


# a1d6ad26 20-Feb-2001 Daniel Stenberg

multiple connection support initial commit


Revision tags: curl-7_6_1
# a140e531 13-Feb-2001 Daniel Stenberg

moved the protocol-specific free to allow easier multiple transfers


Revision tags: curl-7_6_1-pre3
# abb14de7 07-Feb-2001 Daniel Stenberg

GetLine() didn't properly act on -1 lengths returned from Curl_read()


Revision tags: curl-7_6_1-pre2
# c41c5a0e 31-Jan-2001 Daniel Stenberg

curl_read() and Curl_read() now have ssize_t in the last argument


Revision tags: curl-7_6_1-pre1
# 513bc444 29-Jan-2001 Daniel Stenberg

HTTP PUT resume now sends Content-Range: headers as I believe the RFC2616
describes, Bob Schader's research seems to agree.


# 3a8210c9 27-Jan-2001 Daniel Stenberg

Resume is now done with a Content-Range header instead of a Range header if
the request isn't GET. Presumably, this is how it should be made.


Revision tags: curl-7_6
# 3a3f632b 26-Jan-2001 Daniel Stenberg

Made it possible to do "upload resume" over HTTP


1...<<31323334353637383940>>...42