summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
...
* RTSP: cleanupsDaniel Stenberg2011-05-051-3/+1
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+2
* SSL: check for SSL, not specific protocolsDaniel Stenberg2011-05-051-4/+4
* http_perhapsrewind: remove HTTP checkDaniel Stenberg2011-05-051-4/+3
* http_perhapsrewind:Daniel Stenberg2011-05-051-3/+3
* cleanup: remove old unused debug codeDaniel Stenberg2011-04-281-10/+0
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-2/+2
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-18/+18
* Curl_http_connect: detect HTTPS properly after CONNECTDaniel Stenberg2011-04-201-1/+1
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-22/+14
* transfer-encoding: added new option and cmdlineDaniel Stenberg2011-04-181-6/+13
* TE: do the Connection: headerDaniel Stenberg2011-04-181-4/+16
* TE: rename struct field content_encodingDaniel Stenberg2011-04-181-11/+11
* HTTP: add support for gzip and deflate Transfer-EncodingDaniel Stenberg2011-04-181-5/+67
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-041-478/+8
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-18/+18
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-19/+25
* GSS: handle reuse fixMarcus Sundberg2011-03-131-0/+1
* SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska2011-03-081-1/+1
* http: removed wrong unused comment.Julien Chaffraix2011-02-251-1/+0
* http: removed code duplication for stubbed https_getsock function.Julien Chaffraix2011-02-251-38/+3
* Curl_gmtime: added a portable gmtimeDaniel Stenberg2011-02-071-10/+10
* HTTP: memory leak on multiple Location:Daniel Stenberg2011-01-251-2/+2
* HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs2011-01-071-4/+4
* Preparing for axTLS. Actual SSL API functions are only stubbed.Eric Hu2010-12-151-4/+16
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-041-12/+11
* Revert: use Host: name for SNI and cert name checksDaniel Stenberg2010-11-051-12/+13
* host: get the custom Host: name more genericlyDaniel Stenberg2010-11-041-13/+12
* formdata: provide error messageDaniel Stenberg2010-10-201-11/+7
* HTTP: remove special case for 416Daniel Stenberg2010-10-021-14/+1
* http: handle trailer headers in all chunked responsesDaniel Stenberg2010-08-251-14/+0
* progress: callback for POSTs less than MAX_INITIAL_POST_SIZEJulien Chaffraix2010-08-161-0/+2
* indent: white space fixes onlyDaniel Stenberg2010-08-101-5/+6
* add_buffer_send: fix compiler warningDaniel Stenberg2010-07-241-8/+14
* http: don't enable chunked during authentication negotiationsDaniel Stenberg2010-07-061-1/+4
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-5/+3
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-0/+12
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-21/+15
* GnuTLS: make the connection phase non-blockingJerome Vouillon2010-04-161-15/+3
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* chunked-encoding with Content-Length: header problemDaniel Stenberg2010-03-231-2/+1
* fix compiler warningYang Tse2010-02-251-0/+2
* fix printf-style format stringsYang Tse2010-02-041-7/+7
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-8/+11
* fix compilation when http is disabledYang Tse2010-01-221-4/+1
* fix compiler warningYang Tse2010-01-211-1/+1
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-183/+246
* removed a parameter from the Curl_http_readwrite_headers() prototype to removeDaniel Stenberg2010-01-071-2/+2
* move HTTP-specific functions to http.c where they belongDaniel Stenberg2009-12-291-0/+756
* - Martin Storsjo made libcurl use the Expect: 100-continue header for postsDaniel Stenberg2009-12-071-2/+2