summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* http_negotiate: Return CURLcode in Curl_input_negotiate() instead of intSteve Holme2015-01-171-4/+3
* http_perhapsrewind: don't abort CONNECT requestsStefan Bühler2014-12-041-1/+6
* HTTP: Free (proxy)userpwd for NTLM/Negotiate after sending a requestStefan Bühler2014-12-041-4/+19
* HTTP: don't abort connections with pending Negotiate authenticationStefan Bühler2014-12-041-30/+82
* http.c: Fixed compilation warnings from features being disabledSteve Holme2014-11-271-5/+11
* http.c: log if it notices HTTP 1.1 after a upgrade to http2Daniel Stenberg2014-11-201-0/+6
* http: Disable pipelining for HTTP/2 and upgraded connectionsTatsuhiro Tsujikawa2014-11-201-0/+10
* http2: Don't send Upgrade headers when we already do HTTP/2Tatsuhiro Tsujikawa2014-11-151-0/+1
* http2: Deal with HTTP/2 data inside response header bufferTatsuhiro Tsujikawa2014-11-131-3/+5
* http_digest: Use CURLcode instead of CURLdigestSteve Holme2014-11-051-4/+3
* HTTP: return larger than 3 digit response codes tooDaniel Stenberg2014-10-271-1/+8
* ntlm: Only define ntlm data structure when USE_NTLM is definedSteve Holme2014-10-251-2/+4
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-36/+33
* Curl_add_timecondition: skip superfluous varible assignmentDaniel Stenberg2014-10-241-3/+1
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-1/+1
* http: fix the Content-Range: parserDaniel Stenberg2014-08-151-14/+13
* HTTP2: Support expect: 100-continueTatsuhiro Tsujikawa2014-08-021-4/+0
* http2: more and better error checkingDaniel Stenberg2014-07-231-5/+9
* docs: Improve inline GSS-API naming in code documentationMichael Osipov2014-07-231-1/+1
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-231-11/+11
* HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov2014-07-231-3/+2
* Fix negotiate auth to proxies to track correct stateDavid Woodhouse2014-07-161-3/+6
* Don't abort Negotiate auth when the server has a response for usDavid Woodhouse2014-07-161-7/+2
* Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse2014-07-161-0/+6
* https: Fix build when http2 is disabledDan Fandrich2014-06-151-1/+1
* http2: better return code error checkingDaniel Stenberg2014-06-141-2/+10
* http: Fix a compiler warning when http2 support is disabledDan Fandrich2014-05-221-1/+2
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-12/+13
* http2: make connection re-use workDaniel Stenberg2014-05-201-2/+9
* HTTP: CREDSPERREQUEST is for HTTP tooDaniel Stenberg2014-05-151-1/+1
* http: avoid auth failure on a duplicated headerKamil Dudka2014-05-091-1/+1
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-10/+10
* nss: propagate blocking direction from NSPR I/OKamil Dudka2014-04-251-1/+1
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-4/+4
* PROXYHEADER: send these headers in "normal" proxy requests tooDaniel Stenberg2014-04-041-54/+94
* CURLOPT_HEADEROPT: addedDaniel Stenberg2014-04-041-2/+2
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-041-26/+58
* HTTP: don't send Content-Length: 0 _and_ Expect: 100-continueDaniel Stenberg2014-04-041-3/+5
* http2: let openssl mention the exact protocol negotiatedDaniel Stenberg2014-03-311-1/+0
* http2: remove _DRAFT09 from the NPN_HTTP2 enumDaniel Stenberg2014-03-311-2/+2
* url: Fixed connection re-use when using different log-in credentialsSteve Holme2014-03-251-1/+1
* polarssl: fix possible handshake timeout issue in multi.Gaël PORTAY2014-03-191-2/+2
* http2: Support HTTP POST/PUTTatsuhiro Tsujikawa2014-02-171-25/+37
* http2: rely on content-encoding headerFabian Frank2014-02-051-1/+2
* HTTP2: add layer between existing http and socket(TLS) layerTatsuhiro Tsujikawa2014-02-041-1/+1
* http2: switch into http2 mode if NPN indicatesFabian Frank2014-01-301-0/+15
* http2: s/Curl_http2_request/Curl_http2_request_upgradeDaniel Stenberg2014-01-301-2/+2
* http2: handle 101 responses and switch to HTTP2Daniel Stenberg2014-01-291-4/+21
* HTTP POST: omit Content-Length if data size is unknownCédric Deltheil2014-01-201-14/+13
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-19/+19