summaryrefslogtreecommitdiff
path: root/lib/http2.c
Commit message (Expand)AuthorAgeFilesLines
...
* http2: return CURLE_HTTP2_STREAM for unexpected stream closeDaniel Stenberg2016-08-281-3/+2
* http2: handle closed streams when uploadingTatsuhiro Tsujikawa2016-08-281-0/+11
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-281-3/+45
* http2: Remove incorrect commentsJay Satiro2016-08-251-5/+0
* http2: always wait for readable socketDaniel Stenberg2016-08-051-2/+3
* CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg2016-08-051-4/+0
* multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg2016-08-041-5/+4
* typedefs: use the full structs in internal code...Daniel Stenberg2016-06-221-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-25/+25
* http2: use HTTP/2 in the HTTP/1.1-alike headerDaniel Stenberg2016-05-191-1/+1
* http2: Add space between colon and header valueCory Benfield2016-05-121-2/+2
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* http2: Use size_t type for data drain countJay Satiro2016-04-121-0/+2
* http2: Improve header parsingJay Satiro2016-04-111-30/+102
* http2: Add Curl_http2_strerror for HTTP/2 error codesJay Satiro2016-04-111-4/+37
* http2: Don't increment drain when one header field is receivedTatsuhiro Tsujikawa2016-04-111-4/+0
* http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa2016-04-111-19/+38
* http2: Process paused data first before tear down http2 sessionTatsuhiro Tsujikawa2016-04-111-2/+125
* http2: Check session closure early in http2_recvTatsuhiro Tsujikawa2016-04-111-7/+8
* http2: Add handling stream level errorTatsuhiro Tsujikawa2016-04-111-1/+8
* http2: drain the socket better...Daniel Stenberg2016-04-111-0/+4
* HTTP2: Add a space character after the status codeMichael Kaufmann2016-04-061-1/+2
* http2: fix connection reuse when PING comes after last DATADaniel Stenberg2016-04-051-8/+0
* http2: make use of the nghttp2 error callbackDaniel Stenberg2016-04-021-0/+23
* http2: set correct scheme in handler structs [regression]Daniel Stenberg2016-03-291-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: handle the received SETTINGS frameDaniel Stenberg2016-01-081-29/+25
* http2: Fix PUSH_PROMISE headers being treated as trailersTatsuhiro Tsujikawa2016-01-081-17/+17
* http2: Fix client write for trailers on stream closeJay Satiro2016-01-061-12/+14
* http2: Support trailer fieldsTatsuhiro Tsujikawa2015-12-151-13/+68
* http2: Fix hanging paused streamTatsuhiro Tsujikawa2015-12-081-0/+9
* http2: convert some verbose output into debug-only outputDaniel Stenberg2015-11-301-12/+12
* http2 push: add missing inits of new streamDaniel Stenberg2015-11-301-1/+7
* http2 push: set weight for new streamDaniel Stenberg2015-11-301-1/+3
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-1/+4
* http2: minor comment typoDaniel Stenberg2015-11-161-1/+1
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-4/+1
* http2: rectify the http2 version #if checkDaniel Stenberg2015-11-101-1/+1
* http2: s/priority/weightDaniel Stenberg2015-10-231-5/+5
* http2: on_frame_recv: trust the conn/data inputDaniel Stenberg2015-10-231-3/+0
* http2: added three stream prio/deps optionsDaniel Stenberg2015-10-231-5/+76
* http2: Don't pass unitialized name+len pairs to nghttp2_submit_requestAnders Bakken2015-10-161-23/+30
* http2: Fix http2_recv to return -1 if recv returned -1Jay Satiro2015-10-091-7/+3
* http2: set TCP_NODELAY unconditionallyDaniel Stenberg2015-09-271-0/+5
* http2: avoid superfluous Curl_expire() callsDaniel Stenberg2015-09-271-8/+21
* http2: removed unused functionDaniel Stenberg2015-09-131-9/+0
* http2: don't pass on Connection: headersDaniel Stenberg2015-09-031-1/+5
* http2: remove dead codeDaniel Stenberg2015-08-241-5/+0
* http2: on_frame_recv: get a proper 'conn' for the debug loggingDaniel Stenberg2015-08-241-3/+1
* http2: discard frames with no SessionHandleAnders Bakken2015-08-111-136/+101