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