aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
AgeCommit message (Expand)Author
2014-08-15http: fix the Content-Range: parserDaniel Stenberg
2014-08-02HTTP2: Support expect: 100-continueTatsuhiro Tsujikawa
2014-07-23http2: more and better error checkingDaniel Stenberg
2014-07-23docs: Improve inline GSS-API naming in code documentationMichael Osipov
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-07-23HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov
2014-07-16Fix negotiate auth to proxies to track correct stateDavid Woodhouse
2014-07-16Don't abort Negotiate auth when the server has a response for usDavid Woodhouse
2014-07-16Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse
2014-06-15https: Fix build when http2 is disabledDan Fandrich
2014-06-14http2: better return code error checkingDaniel Stenberg
2014-05-22http: Fix a compiler warning when http2 support is disabledDan Fandrich
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-05-20http2: make connection re-use workDaniel Stenberg
2014-05-15HTTP: CREDSPERREQUEST is for HTTP tooDaniel Stenberg
2014-05-09http: avoid auth failure on a duplicated headerKamil Dudka
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-04-25nss: propagate blocking direction from NSPR I/OKamil Dudka
2014-04-23handler: make 'protocol' always specified as a single bitDaniel Stenberg
2014-04-04PROXYHEADER: send these headers in "normal" proxy requests tooDaniel Stenberg
2014-04-04CURLOPT_HEADEROPT: addedDaniel Stenberg
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
2014-04-04HTTP: don't send Content-Length: 0 _and_ Expect: 100-continueDaniel Stenberg
2014-03-31http2: let openssl mention the exact protocol negotiatedDaniel Stenberg
2014-03-31http2: remove _DRAFT09 from the NPN_HTTP2 enumDaniel Stenberg
2014-03-25url: Fixed connection re-use when using different log-in credentialsSteve Holme
2014-03-19polarssl: fix possible handshake timeout issue in multi.Gaël PORTAY
2014-02-17http2: Support HTTP POST/PUTTatsuhiro Tsujikawa
2014-02-05http2: rely on content-encoding headerFabian Frank
2014-02-04HTTP2: add layer between existing http and socket(TLS) layerTatsuhiro Tsujikawa
2014-01-30http2: switch into http2 mode if NPN indicatesFabian Frank
2014-01-30http2: s/Curl_http2_request/Curl_http2_request_upgradeDaniel Stenberg
2014-01-29http2: handle 101 responses and switch to HTTP2Daniel Stenberg
2014-01-20HTTP POST: omit Content-Length if data size is unknownCédric Deltheil
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-12-20vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg
2013-12-20vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg
2013-11-03http: Post base64 decoding tidy upSteve Holme
2013-11-02http: Added proxy tunnel authentication message header value extractionSteve Holme
2013-10-31http: Added authentication message header value extractionSteve Holme
2013-09-07http2: first embryo toward Upgrade:Daniel Stenberg
2013-09-07http: rename use_http_1_1 to use_http_1_1plusDaniel Stenberg
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-03-25NTLM: fix several NTLM code paths memory leaksYang Tse
2013-03-13Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse