summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - If the Expect: 100-continue header has been set by the application throughDaniel Stenberg2009-12-011-9/+21
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-2/+2
* - "Tom" posted a bug report that mentioned how libcurl did wrong when doing aDaniel Stenberg2009-10-301-1/+11
* John Dennis filed bug report #2873666Daniel Stenberg2009-10-181-0/+3
* With CURLOPT_PROXY_TRANSFER_MODE, avoid sending invalid URLs likeMichal Marek2009-08-211-7/+14
* - Constantine Sapuntzakis posted bug report #2813123Daniel Stenberg2009-07-081-11/+11
* fix indentation.Michal Marek2009-06-191-13/+13
* - When doing non-anonymous ftp via http proxies and the password is notMichal Marek2009-06-161-22/+36
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-3/+2
* - Setting the Content-Length: header from your app when you do a POST or PUTDaniel Stenberg2009-06-051-3/+8
* fix compiler warning: unused parameterYang Tse2009-05-281-1/+1
* - Balint Szilakszi reported a memory leak when libcurl did gzip decompressionDaniel Stenberg2009-05-111-0/+3
* - I fixed the problem with doing NTLM, POST and then following a 302 redirect,Daniel Stenberg2009-05-111-0/+2
* fix compiler warningYang Tse2009-05-051-1/+1
* David McCreedy's "http.c fix to Curl_proxyCONNECT for non-ASCII platforms" patchYang Tse2009-05-011-1/+9
* - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by TimDaniel Stenberg2009-04-281-27/+31
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Brian J. Murrell found out that Negotiate proxy authentication didn't work.Daniel Stenberg2009-02-241-3/+6