summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH thatDaniel Stenberg2003-03-311-1/+2
* Juan F. Codagnone pointed out a missing thing from the march 2 fixDaniel Stenberg2003-03-161-1/+2
* Added typecast to please the MSVC compiler.Daniel Stenberg2003-03-031-1/+1
* Init postdata properly before issuing a request, so that there isn't anyDaniel Stenberg2003-03-021-0/+2
* Fixes to bring back the the "Expect: 100-continue" functionality. If theDaniel Stenberg2003-02-241-1/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-9/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* The initial HTTP request can now be sent in multiple parts, as part of theDaniel Stenberg2002-12-101-39/+102
* A normal POST now provides data to the main transfer loop via the usualDaniel Stenberg2002-12-091-15/+43
* The fread() callback pointer and associated pointer is now stored in theDaniel Stenberg2002-12-091-18/+18
* only use Content-Length: header if not transfering data chunkedDaniel Stenberg2002-12-011-15/+28
* Moved the compareheader function into this file and added Curl_ prefixDaniel Stenberg2002-11-281-8/+75
* Dan Becker fixed a minor memory leak on persistent connnections usingDaniel Stenberg2002-11-261-0/+4
* moved the bools in the connectdata struct into the substruct namedDaniel Stenberg2002-11-111-1/+1
* Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where theDaniel Stenberg2002-11-111-2/+13
* Jeff Lawson fixed a few problems with connection re-use that remained whenDaniel Stenberg2002-10-101-2/+2
* make sure we free rangeline before we re-assign it to a new allocatedDaniel Stenberg2002-09-251-0/+3
* removed use of extra unneeded variableDaniel Stenberg2002-09-231-6/+3
* better deal with HTTP(S) servers that respond with no headers at all, testDaniel Stenberg2002-09-131-2/+4
* Lukasz Czekierda correctly pointed out that curl used a bad Host: headerDaniel Stenberg2002-09-111-2/+11
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* James Gallagher's Content-Encoding workDaniel Stenberg2002-09-021-0/+3
* SOCKS5 support added (contributed by a still unnamed person). Not properlyDaniel Stenberg2002-08-301-1/+1
* Andrew Francis removed the need for/use of MSVC pragmasDaniel Stenberg2002-08-261-1/+1
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+2
* make sure data->set.postfields is non-NULL before doing strlen() on theDaniel Stenberg2002-06-111-2/+3
* T. Bharath made the request size add up as it is documented to do.Daniel Stenberg2002-06-031-1/+1
* renamed the TIMECOND defines to be CURL_ prefixedDaniel Stenberg2002-04-221-3/+3
* This makes formposting with a specified file missing fail. curl_easy_performDaniel Stenberg2002-04-151-1/+7
* the HTTP request is a CURLINFO_HEADER_OUTDaniel Stenberg2002-04-121-1/+1
* Jean-Philippe Barrette-LaPierre provided his patch that introducesDaniel Stenberg2002-04-121-11/+6
* error code cleanup, use the new SEND/RECV errorsDaniel Stenberg2002-04-101-2/+2
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume thatDaniel Stenberg2002-03-141-43/+45
* Philip Gladstone's size problem in add_buffer_send()Daniel Stenberg2002-02-181-1/+1
* corrected the Expect: ignore, made Content-Type: possible to skipDaniel Stenberg2002-02-171-6/+13
* don't add 2 to the post size, that was a previous mistake because thereDaniel Stenberg2002-02-071-1/+1
* append a CRLF pair after the content-type lineDaniel Stenberg2002-01-291-0/+3
* no longer add CRLF _after_ POST data, it should not be needed. Pedro NevesDaniel Stenberg2002-01-271-2/+1
* Somewhat ugly fix to deal with non-blocking sockets. We just loop and tryDaniel Stenberg2002-01-161-4/+24
* Curl_read() now returns a negative return code if EWOULDBLOCK or similarDaniel Stenberg2002-01-141-2/+7
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-5/+5
* corrected the comment above gmtime_rDaniel Stenberg2001-12-071-2/+0
* added gmtime_r checkDaniel Stenberg2001-12-071-1/+1
* Klevtsov Vadim's time condition fixDaniel Stenberg2001-11-161-1/+1
* my proxytunnel fix accidentally ruined the normal https connectsDaniel Stenberg2001-11-131-7/+7
* made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as wellDaniel Stenberg2001-11-121-12/+17
* new Curl_ConnectHTTPProxyTunnel() function, needs a **lot** of testing!!!Daniel Stenberg2001-11-121-33/+113
* Added better checking of return codes when we send data to sockets/connectionsDaniel Stenberg2001-10-311-33/+51
* now counts header size return from server and if nothing is returned from aDaniel Stenberg2001-10-191-0/+7