summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warningYang Tse2011-07-261-1/+1
* fix compiler warningYang Tse2011-07-261-1/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-5/+0
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-10/+0
* http error response: stop sending when error is receivedDaniel Stenberg2011-07-201-12/+55
* NTLM single-sign on supportedMandy Wu2011-07-181-4/+39
* Curl_http_readwrite_headers: minor indent fixDaniel Stenberg2011-07-011-6/+6
* http: fix compiler warningYang Tse2011-06-211-2/+2
* privatise: make private functions staticDaniel Stenberg2011-06-031-8/+10
* 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