summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* http: Post base64 decoding tidy upSteve Holme2013-11-031-20/+21
* http: Added proxy tunnel authentication message header value extractionSteve Holme2013-11-021-1/+1
* http: Added authentication message header value extractionSteve Holme2013-10-311-32/+32
* http2: first embryo toward Upgrade:Daniel Stenberg2013-09-071-0/+10
* http: rename use_http_1_1 to use_http_1_1plusDaniel Stenberg2013-09-071-10/+15
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-10/+8
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-16/+19
* NTLM: fix several NTLM code paths memory leaksYang Tse2013-03-251-1/+4
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-1/+19
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-25/+9
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+3506
* build: rename 93 lib/*.c filesYang Tse2013-01-031-3506/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-10/+10
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-25/+25
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-0/+1
* Remove stray CRLF in chunk-encoded content-free request bodiesFabian Keil2012-11-261-6/+10
* http_perhapsrewind: consider NTLM over proxy tooDaniel Stenberg2012-11-071-2/+3
* darwinssl: fixed freeze involving the multi interfaceNick Zitzmann2012-07-251-3/+4
* http: print reason phrase from HTTP status line on errorKamil Dudka2012-07-221-2/+37
* HEAD: don't force-close after response-headersDaniel Stenberg2012-07-121-1/+2
* https_getsock: provided for schannel backend as wellChristian Hägele2012-07-091-4/+4
* Fix bad failf() and info() usageYang Tse2012-06-141-1/+1