aboutsummaryrefslogtreecommitdiff
path: root/src/http/v2/ngx_http_v2.h
Commit message (Expand)AuthorAge
* Upstream: early hints support.Roman Arutyunyan2025-06-19
* HTTP/2: per-iteration stream handling limit.Maxim Dounin2023-10-10
* HTTP/2: removed server push (ticket #2432).Sergey Kandaurov2023-06-08
* HTTP/2: "http2" directive.Roman Arutyunyan2023-05-16
* HTTP/2: fixed closed_nodes overflow (ticket #1708).Maxim Dounin2022-02-03
* Moved Huffman coding out of HTTP/2.Ruslan Ermilov2021-12-21
* HTTP/2: removed support for NPN.Vladimir Homutov2021-10-15
* HTTP/2: lingering close after GOAWAY.Ruslan Ermilov2020-07-03
* HTTP/2: traffic-based flood detection.Maxim Dounin2019-09-18
* HTTP/2: limited number of PRIORITY frames.Ruslan Ermilov2019-08-13
* HTTP/2: limited number of DATA frames.Ruslan Ermilov2019-08-13
* HTTP/2: limit the number of idle state switches.Ruslan Ermilov2018-11-06
* HTTP/2: flood detection.Ruslan Ermilov2018-11-06
* HTTP/2: externalized various constants and interfaces.Maxim Dounin2018-03-17
* HTTP/2: push additional request headers (closes #1478).Ruslan Ermilov2018-02-15
* HTTP/2: server push.Ruslan Ermilov2018-02-08
* HTTP/2: removed unused field from ngx_http_v2_stream_t.Sergey Kandaurov2018-02-06
* HTTP/2: more style, comments, and debugging.Ruslan Ermilov2018-01-29
* HTTP/2: signal 0-byte HPACK's dynamic table size.Piotr Sikora2017-08-30
* HTTP/2: don't send SETTINGS ACK before already queued DATA frames.Piotr Sikora2017-06-02
* HTTP/2: reduced difference to HTTP/1.x in reading request body.Valentin Bartenev2017-04-24
* HTTP/2: style and typos.Piotr Sikora2017-03-26
* HTTP/2: fixed posted streams handling.Valentin Bartenev2016-11-28
* HTTP/2: graceful shutdown of active connections (closes #1106).Valentin Bartenev2016-10-20
* HTTP/2: avoid left-shifting signed integer into the sign bit.Sergey Kandaurov2016-07-07
* HTTP/2: implemented preread buffer for request body (closes #959).Valentin Bartenev2016-05-24
* HTTP/2: refuse streams with data until SETTINGS is acknowledged.Valentin Bartenev2016-04-14
* HTTP/2: support for unbuffered upload of request body.Valentin Bartenev2016-04-01
* HTTP/2: rewritten handling of request body.Valentin Bartenev2016-04-01
* HTTP/2: sending RST_STREAM with NO_ERROR to discard request body.Valentin Bartenev2016-04-01
* HTTP/2: always use temporary pool for processing headers.Valentin Bartenev2016-02-24
* HTTP/2: implemented HPACK Huffman encoding for response headers.Valentin Bartenev2016-02-11
* HTTP/2: removed unused field from ngx_http_v2_stream_t.Valentin Bartenev2016-02-02
* HTTP/2: reused HEADERS and CONTINUATION frames buffers.Valentin Bartenev2015-11-13
* HTTP/2: changed behavior of the "http2_max_field_size" directive.Valentin Bartenev2015-10-27
* HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.Valentin Bartenev2015-10-26
* HTTP/2: fixed header block parsing with CONTINUATION frames (#792).Valentin Bartenev2015-09-22
* The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev2015-09-11