summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* http2: don't decompress gzip decoding automaticallyDaniel Stenberg2016-02-171-2/+1
* http: Don't break the header into chunks if HTTP/2Tatsuhiro Tsujikawa2016-02-161-1/+1
* Proxy-Connection: stop sending this header by defaultDaniel Stenberg2016-02-081-6/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: Support trailer fieldsTatsuhiro Tsujikawa2015-12-151-0/+2
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-7/+9
* fix b6d5cb40d7038feDaniel Stenberg2015-12-091-2/+0
* build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGSChristian Stewart2015-12-081-1/+1
* timecond: do not add if-modified-since without timeconditionDaniel Stenberg2015-11-251-7/+12
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-1/+6
* http2: http_done: don't free already-freed push headersDaniel Stenberg2015-11-171-4/+7
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-6/+1
* vtls: added support for mbedTLSJonas Minnberg2015-10-201-1/+2
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-13/+13
* rtsp: stop reading empty DESCRIBE responsesErik Janssen2015-08-201-0/+10
* http2: discard frames with no SessionHandleAnders Bakken2015-08-111-1/+8
* http: move HTTP/2 cleanup code off http_disconnect()Kamil Dudka2015-07-301-23/+2
* HTTP: ignore "Content-Encoding: compress"Michael Kaufmann2015-07-251-11/+0
* http2: Fix memory leak in push header arrayTatsuhiro Tsujikawa2015-07-071-0/+6
* http2: fixed the header accessor functions for the push callbackDaniel Stenberg2015-06-241-0/+4
* http2: setup the new pushed stream properlyDaniel Stenberg2015-06-241-0/+1
* http: do not leak basic auth credentials on re-used connectionsKamil Dudka2015-06-171-12/+4
* urldata: store POST size in state.infilesize tooDaniel Stenberg2015-06-141-5/+5
* HTTP-NTLM: fail auth on connection close instead of loopingIsaac Boukris2015-05-311-0/+13
* http: removed self assignmentDaniel Stenberg2015-05-221-2/+0
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-14/+14
* http: silence compile-time warnings without USE_NGHTTP2Kamil Dudka2015-05-191-2/+4
* http: Add some include guards for the new HTTP/2 stuffJay Satiro2015-05-181-0/+4
* http2: fix build when NOT h2-enabledDaniel Stenberg2015-05-181-13/+0
* pipeline: switch some code over to functionsDaniel Stenberg2015-05-181-1/+1
* Curl_http_readwrite_headers: minor code simplificationDaniel Stenberg2015-05-181-5/+2
* http2: rename s/data/pausedataDaniel Stenberg2015-05-181-2/+2
* http2: set default concurrency, fix ConnectionExists for multiplexDaniel Stenberg2015-05-181-0/+2
* bundles: store no/default/pipeline/multiplexDaniel Stenberg2015-05-181-4/+4
* http2: lazy init header_recvbufDaniel Stenberg2015-05-181-1/+0
* http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg2015-05-181-10/+33
* http2: force "drainage" of streamsDaniel Stenberg2015-05-181-0/+1
* http2: move the mem+len pair to the stream structDaniel Stenberg2015-05-181-0/+4
* http2: more stream-oriented data, stream ID 0 is for connectionsDaniel Stenberg2015-05-181-0/+2
* http2: move lots of state data to the 'stream' structDaniel Stenberg2015-05-181-2/+12
* http: switch on "pipelining" (multiplexing) for HTTP/2 serversDaniel Stenberg2015-05-181-14/+15
* bundles: merged into conncache.cDaniel Stenberg2015-05-121-1/+1
* http_done: close Negotiate connections when doneDaniel Stenberg2015-04-211-1/+7
* Revert "HTTP: don't abort connections with pending Negotiate authentication"Daniel Stenberg2015-04-171-82/+30
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* HTTP: don't use Expect: headers when on HTTP/2Daniel Stenberg2015-03-171-4/+6
* checksrc: detect and remove space before trailing semicolonsDaniel Stenberg2015-03-171-1/+1
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-3/+3
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-15/+8
* http: always send Host: header as first headerDaniel Stenberg2015-03-121-3/+10