aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
AgeCommit message (Expand)Author
2011-04-20Curl_http_connect: detect HTTPS properly after CONNECTDaniel Stenberg
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-18transfer-encoding: added new option and cmdlineDaniel Stenberg
2011-04-18TE: do the Connection: headerDaniel Stenberg
2011-04-18TE: rename struct field content_encodingDaniel Stenberg
2011-04-18HTTP: add support for gzip and deflate Transfer-EncodingDaniel Stenberg
2011-04-04http-proxy: move proxy code to http_proxy.cDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-03-13GSS: handle reuse fixMarcus Sundberg
2011-03-08SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska
2011-02-25http: removed wrong unused comment.Julien Chaffraix
2011-02-25http: removed code duplication for stubbed https_getsock function.Julien Chaffraix
2011-02-07Curl_gmtime: added a portable gmtimeDaniel Stenberg
2011-01-25HTTP: memory leak on multiple Location:Daniel Stenberg
2011-01-07HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs
2010-12-15Preparing for axTLS. Actual SSL API functions are only stubbed.Eric Hu
2010-12-04fix compiler warning: conversion may lose significant bitsYang Tse
2010-11-05Revert: use Host: name for SNI and cert name checksDaniel Stenberg
2010-11-04host: get the custom Host: name more genericlyDaniel Stenberg
2010-10-20formdata: provide error messageDaniel Stenberg
2010-10-02HTTP: remove special case for 416Daniel Stenberg
2010-08-25http: handle trailer headers in all chunked responsesDaniel Stenberg
2010-08-16progress: callback for POSTs less than MAX_INITIAL_POST_SIZEJulien Chaffraix
2010-08-10indent: white space fixes onlyDaniel Stenberg
2010-07-24add_buffer_send: fix compiler warningDaniel Stenberg
2010-07-06http: don't enable chunked during authentication negotiationsDaniel Stenberg
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-05-05PolarSSL: initial support addedHoi-Ho Chan
2010-04-16Curl_setup_transfer: no longer returns anythingDaniel Stenberg
2010-04-16GnuTLS: make the connection phase non-blockingJerome Vouillon
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-23chunked-encoding with Content-Length: header problemDaniel Stenberg
2010-02-25fix compiler warningYang Tse
2010-02-04fix printf-style format stringsYang Tse
2010-01-22wrap long lines and do some indent policingDaniel Stenberg
2010-01-22fix compilation when http is disabledYang Tse
2010-01-21fix compiler warningYang Tse
2010-01-21Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg
2010-01-07removed a parameter from the Curl_http_readwrite_headers() prototype to removeDaniel Stenberg
2009-12-29move HTTP-specific functions to http.c where they belongDaniel Stenberg
2009-12-07- Martin Storsjo made libcurl use the Expect: 100-continue header for postsDaniel Stenberg
2009-12-01- If the Expect: 100-continue header has been set by the application throughDaniel Stenberg
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse
2009-10-30- "Tom" posted a bug report that mentioned how libcurl did wrong when doing aDaniel Stenberg
2009-10-18John Dennis filed bug report #2873666Daniel Stenberg
2009-08-21With CURLOPT_PROXY_TRANSFER_MODE, avoid sending invalid URLs likeMichal Marek
2009-07-08- Constantine Sapuntzakis posted bug report #2813123Daniel Stenberg
2009-06-19fix indentation.Michal Marek
2009-06-16- When doing non-anonymous ftp via http proxies and the password is notMichal Marek