History log of /curl/lib/http.c (Results 926 – 950 of 1041)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_10_3
# db6ff224 10-Dec-2002 Daniel Stenberg

The initial HTTP request can now be sent in multiple parts, as part of the
regular transfer process. This required some new tweaks, like for example
we need to be able to tell the tranfer loo

The initial HTTP request can now be sent in multiple parts, as part of the
regular transfer process. This required some new tweaks, like for example
we need to be able to tell the tranfer loop to not chunky-encode uploads
while we're transferring the rest of the request...

show more ...


# 49f75ee8 09-Dec-2002 Daniel Stenberg

A normal POST now provides data to the main transfer loop via the usual
read callback, and thus won't put a lot of stress on the request sending
code (which currently does an ugly loop).


# 4bcc866c 09-Dec-2002 Daniel Stenberg

The fread() callback pointer and associated pointer is now stored in the
connectdata struct instead, and is no longer modified within the 'set' struct
as previously (which was a really BAAAD

The fread() callback pointer and associated pointer is now stored in the
connectdata struct instead, and is no longer modified within the 'set' struct
as previously (which was a really BAAAD thing).

show more ...


# bf678a1c 01-Dec-2002 Daniel Stenberg

only use Content-Length: header if not transfering data chunked


# eef6c835 28-Nov-2002 Daniel Stenberg

Moved the compareheader function into this file and added Curl_ prefix
We now check if the chunked transfer-encoding header has been added "by force"
and if so, we enabled the chunky upload!


# e5e2fb82 26-Nov-2002 Daniel Stenberg

Dan Becker fixed a minor memory leak on persistent connnections using
FOLLOWLOCATION and CURLOPT_USERPWD.


Revision tags: curl-7_10_2
# 42acb00c 11-Nov-2002 Daniel Stenberg

moved the bools in the connectdata struct into the substruct named
ConnectBits where the other bools already are


# 03c22b45 11-Nov-2002 Daniel Stenberg

Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the
size of the uploaded file is unknown.


Revision tags: curl-7_10_1
# 701509d3 10-Oct-2002 Daniel Stenberg

Jeff Lawson fixed a few problems with connection re-use that remained when
you set CURLOPT_PROXY to "".


Revision tags: curl-7_10
# 969217c9 25-Sep-2002 Daniel Stenberg

make sure we free rangeline before we re-assign it to a new allocated
memory as otherwise we (might) leak memory


# b4669247 23-Sep-2002 Daniel Stenberg

removed use of extra unneeded variable


# c19844a0 13-Sep-2002 Daniel Stenberg

better deal with HTTP(S) servers that respond with no headers at all, test
case 306 added to verify that we do right


# cac5251a 11-Sep-2002 Daniel Stenberg

Lukasz Czekierda correctly pointed out that curl used a bad Host: header
when talking to a IPv6-server using IPv6 IP address only.


# ba4e69be 03-Sep-2002 Daniel Stenberg

updated source code boilerplate/header


# 64bbe9df 02-Sep-2002 Daniel Stenberg

James Gallagher's Content-Encoding work


# 8aa3f143 30-Aug-2002 Daniel Stenberg

SOCKS5 support added (contributed by a still unnamed person). Not properly
working for "IPv6 enabled" libcurls yet, but should be pretty easy for
someone to adjust.


# 982c5460 26-Aug-2002 Daniel Stenberg

Andrew Francis removed the need for/use of MSVC pragmas


Revision tags: curl-7_9_8
# 08ef208f 11-Jun-2002 Daniel Stenberg

added disable-[protocol] support, largely provided by Miklos Nemeth


# fc37ef9e 11-Jun-2002 Daniel Stenberg

make sure data->set.postfields is non-NULL before doing strlen() on the
pointer. Bugs item #566835.


# c0257c67 03-Jun-2002 Daniel Stenberg

T. Bharath made the request size add up as it is documented to do.


Revision tags: curl-7_9_7, curl-7_9_7-pre2
# ef436bdb 22-Apr-2002 Daniel Stenberg

renamed the TIMECOND defines to be CURL_ prefixed


# 95f78080 15-Apr-2002 Daniel Stenberg

This makes formposting with a specified file missing fail. curl_easy_perform
will then return CURLE_READ_ERROR.


Revision tags: curl-7_9_6
# 93516eff 12-Apr-2002 Daniel Stenberg

the HTTP request is a CURLINFO_HEADER_OUT


# 3f6133be 12-Apr-2002 Daniel Stenberg

Jean-Philippe Barrette-LaPierre provided his patch that introduces
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA.


# e8109b09 10-Apr-2002 Daniel Stenberg

error code cleanup, use the new SEND/RECV errors


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