aboutsummaryrefslogtreecommitdiff
path: root/src/http/v3/ngx_http_v3_request.c
Commit message (Expand)AuthorAge
* HTTP/3: decoder stream pre-creation.Roman Arutyunyan2024-05-28
* HTTP/3: fixed handling of malformed request body length.Sergey Kandaurov2024-05-03
* HTTP/3: postponed session creation to init() callback.Roman Arutyunyan2023-09-14
* HTTP/3: moved variable initialization.Roman Arutyunyan2023-09-13
* QUIC: "handshake_timeout" configuration parameter.Roman Arutyunyan2023-09-13
* HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan2023-05-11
* HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan2023-02-27
* HTTP/3: insert count block timeout.Roman Arutyunyan2023-01-05
* HTTP/3: trigger 400 (Bad Request) on stream error while blocked.Roman Arutyunyan2023-01-05
* HTTP/3: fixed $connection_time.Sergey Kandaurov2023-01-10
* HTTP/3: implement keepalive for hq.Roman Arutyunyan2022-10-25
* QUIC: application init() callback.Roman Arutyunyan2022-11-30
* HTTP/3: renamed functions.Roman Arutyunyan2022-08-22
* QUIC: idle mode for main connection.Roman Arutyunyan2022-10-19
* HTTP/3: unified hq code with regular HTTP/3 code.Roman Arutyunyan2022-10-19
* HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).Jiuzhou Cui2022-11-25
* HTTP/3: fixed server_name regex captures (ticket #2407).Sergey Kandaurov2022-11-22
* HTTP/3: skip empty request body buffers (ticket #2374).Roman Arutyunyan2022-08-03
* HTTP/3: improved processing of multiple Cookie field lines.Sergey Kandaurov2021-12-30
* Style.Roman Arutyunyan2021-12-29
* HTTP/3: avoid sending stream cancellation for pushed streams.Sergey Kandaurov2021-12-07
* QUIC: simplified configuration.Vladimir Homutov2021-12-06
* HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan2021-12-04
* HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan2021-12-06
* HTTP/3: send Stream Cancellation instruction.Roman Arutyunyan2021-10-18
* HTTP/3: allowed QUIC stream connection reuse.Roman Arutyunyan2021-10-18
* HTTP/3: adjusted QUIC connection finalization.Roman Arutyunyan2021-10-18
* HTTP/3: traffic-based flood detection.Roman Arutyunyan2021-10-07
* HTTP/3: fixed request length calculation.Roman Arutyunyan2021-10-06
* HTTP/3: fixed ngx_stat_active counter.Roman Arutyunyan2021-09-22
* HTTP/3: added CONNECT and TRACE methods rejection.Sergey Kandaurov2021-09-16
* HTTP/3: reading body buffering in filters.Roman Arutyunyan2021-09-09
* HTTP/3: bulk parse functions.Roman Arutyunyan2021-07-08
* HTTP/3: fixed dead store assignment.Sergey Kandaurov2021-08-24
* HTTP/3: disabled control characters and space in header names.Sergey Kandaurov2021-08-10
* HTTP/3: close connection on keepalive_requests * 2.Roman Arutyunyan2021-07-29
* HTTP/3: quic-qpack term updates.Sergey Kandaurov2021-07-01
* HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.Roman Arutyunyan2021-05-05
* HTTP/3: ngx_http_v3_get_session() macro.Roman Arutyunyan2021-04-30
* HTTP/3: keepalive_time support.Sergey Kandaurov2021-04-16
* HTTP/3: fixed $connection_requests.Roman Arutyunyan2021-03-15
* HTTP/3: keepalive timeout.Roman Arutyunyan2021-03-30
* QUIC: connection shutdown.Roman Arutyunyan2021-03-15
* HTTP/3: send GOAWAY when last request is accepted.Roman Arutyunyan2021-03-15
* HTTP/3: limited client header size.Roman Arutyunyan2021-02-17
* HTTP/3: introduced ngx_http_v3_parse_t structure.Roman Arutyunyan2021-02-17
* HTTP/3: fixed format specifier.Roman Arutyunyan2021-02-01
* HTTP/3: refactored request body parser.Roman Arutyunyan2021-01-25
* HTTP/3: call ngx_handle_read_event() from client header handler.Roman Arutyunyan2021-01-29
* HTTP/3: client header validation.Roman Arutyunyan2021-01-18