summaryrefslogtreecommitdiffhomepage
path: root/src/http/v2/ngx_http_v2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-10HTTP/2: per-iteration stream handling limit.Maxim Dounin1-0/+2
2023-06-08HTTP/2: removed server push (ticket #2432).Sergey Kandaurov1-14/+0
2023-05-16HTTP/2: "http2" directive.Roman Arutyunyan1-0/+18
2022-02-03HTTP/2: fixed closed_nodes overflow (ticket #1708).Maxim Dounin1-1/+1
2021-12-21Moved Huffman coding out of HTTP/2.Ruslan Ermilov1-6/+0
2021-10-15HTTP/2: removed support for NPN.Vladimir Homutov1-2/+1
2020-07-03HTTP/2: lingering close after GOAWAY.Ruslan Ermilov1-0/+2
2019-09-18HTTP/2: traffic-based flood detection.Maxim Dounin1-0/+3
2019-08-13HTTP/2: limited number of PRIORITY frames.Ruslan Ermilov1-0/+1
2019-08-13HTTP/2: limited number of DATA frames.Ruslan Ermilov1-0/+2
2018-11-06HTTP/2: limit the number of idle state switches.Ruslan Ermilov1-0/+1
2018-11-06HTTP/2: flood detection.Ruslan Ermilov1-0/+1
2018-03-17HTTP/2: externalized various constants and interfaces.Maxim Dounin1-0/+53
2018-02-15HTTP/2: push additional request headers (closes #1478).Ruslan Ermilov1-3/+2
2018-02-08HTTP/2: server push.Ruslan Ermilov1-0/+11
2018-02-06HTTP/2: removed unused field from ngx_http_v2_stream_t.Sergey Kandaurov1-2/+0
2018-01-29HTTP/2: more style, comments, and debugging.Ruslan Ermilov1-1/+2
2017-08-30HTTP/2: signal 0-byte HPACK's dynamic table size.Piotr Sikora1-0/+1
2017-06-02HTTP/2: don't send SETTINGS ACK before already queued DATA frames.Piotr Sikora1-0/+9
2017-04-24HTTP/2: reduced difference to HTTP/1.x in reading request body.Valentin Bartenev1-2/+1
2017-03-26HTTP/2: style and typos.Piotr Sikora1-2/+2
2016-11-28HTTP/2: fixed posted streams handling.Valentin Bartenev1-2/+1
2016-10-20HTTP/2: graceful shutdown of active connections (closes #1106).Valentin Bartenev1-0/+1
2016-07-07HTTP/2: avoid left-shifting signed integer into the sign bit.Sergey Kandaurov1-1/+1
2016-05-24HTTP/2: implemented preread buffer for request body (closes #959).Valentin Bartenev1-0/+5
2016-04-14HTTP/2: refuse streams with data until SETTINGS is acknowledged.Valentin Bartenev1-0/+1
2016-04-01HTTP/2: support for unbuffered upload of request body.Valentin Bartenev1-0/+1
2016-04-01HTTP/2: rewritten handling of request body.Valentin Bartenev1-5/+2
2016-04-01HTTP/2: sending RST_STREAM with NO_ERROR to discard request body.Valentin Bartenev1-0/+1
2016-02-24HTTP/2: always use temporary pool for processing headers.Valentin Bartenev1-0/+3
2016-02-11HTTP/2: implemented HPACK Huffman encoding for response headers.Valentin Bartenev1-0/+2
2016-02-02HTTP/2: removed unused field from ngx_http_v2_stream_t.Valentin Bartenev1-1/+0
2015-11-13HTTP/2: reused HEADERS and CONTINUATION frames buffers.Valentin Bartenev1-1/+1
2015-10-27HTTP/2: changed behavior of the "http2_max_field_size" directive.Valentin Bartenev1-1/+0
2015-10-26HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.Valentin Bartenev1-1/+2
2015-09-22HTTP/2: fixed header block parsing with CONTINUATION frames (#792).Valentin Bartenev1-1/+0
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-0/+334